@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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 {
  /* === primary === */
  /* === common === */
  --clr-common-background: var(--clr-base-white);
  --clr-common-on-background: var(--clr-base-black);
  /* === text === */
  --clr-text-primary: var(--clr-gray-900);
  --clr-text-secondary: var(--clr-gray-500);
  --clr-text-tertiary: var(--clr-gray-400);
  /* === background === */
  --clr-background-paper: var(--clr-base-white);
  --clr-background-primary: var(--clr-gray-50);
}

:root {
  /* === base === */
  --clr-base-white: #fff;
  --clr-base-black: #111111;
  --clr-base-background: #fff;
  --clr-text-base: var(--clr-gray-900);
  --clr-primary-500: #ec1c24;
  /* === utils === */
  --clr-gray-50: #ddd;
  --clr-gray-600: #767676;
  --clr-gray-700: #666666;
  --clr-gray-800: #595a5c;
  --clr-gray-900: #111111;
}

:root {
  --family-pretendard: "Pretendard";
  /* === Display (히어로/대제목) === */
  --display-xs-fs: clamp(3.2rem, 1.5533980583vw + 2.6174757282rem, 5.6rem);
  --display-ss-fs: clamp(3.4rem, 1.9417475728vw + 2.6718446602rem, 6.4rem);
  --display-sm-fs: clamp(3.6rem, 2.3300970874vw + 2.7262135922rem, 7.2rem);
  --display-md-fs: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  --display-lg-fs: clamp(6rem, 4.4012944984vw + 4.3495145631rem, 12.8rem);
  --display-xl-fs: clamp(8rem, 6.9902912621vw + 5.3786407767rem, 18.8rem);
  --display-xs-lh: 1.4;
  --display-ss-lh: 1.4;
  --display-sm-lh: 1.3;
  --display-md-lh: 1.2;
  --display-lg-lh: 1.1;
  --display-xl-lh: 1.1;
  --display-xs-fw: 700;
  --display-ss-fw: 700;
  --display-sm-fw: 700;
  --display-md-fw: 700;
  --display-lg-fw: 700;
  --display-xl-fw: 700;
  /* === Heading (섹션 타이틀) === */
  --heading-xs-fs: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  --heading-sm-fs: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  --heading-md-fs: clamp(2.2rem, 0.6472491909vw + 1.9572815534rem, 3.2rem);
  --heading-bl-fs: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
  --heading-lg-fs: clamp(2.6rem, 0.9061488673vw + 2.2601941748rem, 4rem);
  --heading-xl-fs: clamp(2.8rem, 1.2944983819vw + 2.3145631068rem, 4.8rem);
  --heading-xs-lh: 1.4;
  --heading-sm-lh: 1.4;
  --heading-md-lh: 1.4;
  --heading-bl-lh: 1.4;
  --heading-lg-lh: 1.4;
  --heading-xl-lh: 1.4;
  --heading-xs-fw: 600;
  --heading-sm-fw: 600;
  --heading-md-fw: 600;
  --heading-bl-lh: 1.4;
  --heading-lg-fw: 600;
  --heading-xl-fw: 600;
  /* === Body (본문/UI 텍스트) === */
  --body-xs-fs: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  --body-sm-fs: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  --body-md-fs: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem); /* 기본 본문 */
  --body-lg-fs: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
  --body-xl-fs: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
  --body-xs-lh: 1.6;
  --body-sm-lh: 1.6;
  --body-md-lh: 1.6;
  --body-lg-lh: 1.6;
  --body-xl-lh: 1.5;
  --body-xs-fw: 400;
  --body-sm-fw: 400;
  --body-md-fw: 400;
  --body-lg-fw: 400;
  --body-xl-fw: 400;
}

:root {
  --gutter: 2rem;
  --header-height: 9rem;
  --header-z-index: 1000;
  --sub-nav-height: 7rem;
  --drawer-z-index: 999;
  --tran-15: 0.15s ease-in-out;
  --tran-3: 0.3s ease-in-out;
  --tran-45: 0.45s ease-in-out;
  --family-base: var(--family-pretendard);
}
@media (max-width: 768px) {
  :root {
    --header-height: 6.6rem;
  }
}

body, a,
button,
select,
input,
textarea,
option {
  font-family: var(--family-base);
  font-size: var(--body-md-fs);
  font-weight: var(--body-md-fw);
  line-height: var(--body-md-lh);
  word-break: keep-all;
  color: var(--clr-text-base);
  letter-spacing: -0.5%;
}

:root {
  /* === Section spacing (섹션 상·하단 패딩) === */
  --section-xs: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --section-sm: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  --section-md: clamp(4.8rem, 2.071197411vw + 4.0233009709rem, 8rem);
  --section-lg: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  --section-xl: clamp(9.6rem, 4.142394822vw + 8.0466019417rem, 16rem);
  /* === Border Radius (유동 반경) === */
  --radius-xs: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  --radius-sm: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  --radius-md: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  --radius-lg: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  --radius-xl: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  --radius-round: 9999px;
  /* === Spacing (마진·패딩 기본 단위, fluid 적용) === */
  --spacing-xxs: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  --spacing-xs: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  --spacing-sm: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  --spacing-md: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  --spacing-bl: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  --spacing-lg: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  --spacing-xl: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  --spacing-2xl: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --spacing-3xl: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  --spacing-4xl: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  --spacing-5xl: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-size: 62.5%;
}

body {
  background: #fff;
}

html.lock,
body.lock {
  overflow-y: hidden;
}

::selection {
  background: var(--clr-primary-500);
  color: #fff;
}

a,
button,
select,
input,
textarea,
option {
  font-size: var(--body-sm-fs);
}

ul,
ol,
li {
  list-style: none;
}

img {
  width: 100%;
  object-fit: cover;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

figure:has(img) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  display: block;
}

em,
address {
  font-style: normal;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

textarea {
  resize: none;
}

input,
textarea,
select,
option {
  border: none;
  outline: none;
}

.no-en {
  font-family: var(--family-garmond);
}

.no-num {
  font-family: var(--family-infant);
}

/* === Display === */
.no-display-xs {
  font-size: var(--display-xs-fs);
  font-weight: var(--display-xs-fw);
  line-height: var(--display-xs-lh);
}

.no-display-ss {
  font-size: var(--display-ss-fs);
  font-weight: var(--display-ss-fw);
  line-height: var(--display-ss-lh);
}

.no-display-sm {
  font-size: var(--display-sm-fs);
  font-weight: var(--display-sm-fw);
  line-height: var(--display-sm-lh);
}

.no-display-md {
  font-size: var(--display-md-fs);
  font-weight: var(--display-md-fw);
  line-height: var(--display-md-lh);
}

.no-display-lg {
  font-size: var(--display-lg-fs);
  font-weight: var(--display-lg-fw);
  line-height: var(--display-lg-lh);
}

.no-display-xl {
  font-size: var(--display-xl-fs);
  font-weight: var(--display-xl-fw);
  line-height: var(--display-xl-lh);
}

/* === Heading === */
.no-heading-xs {
  font-size: var(--heading-xs-fs);
  font-weight: var(--heading-xs-fw);
  line-height: var(--heading-xs-lh);
}

.no-heading-sm {
  font-size: var(--heading-sm-fs);
  font-weight: var(--heading-sm-fw);
  line-height: var(--heading-sm-lh);
}

.no-heading-md {
  font-size: var(--heading-md-fs);
  font-weight: var(--heading-md-fw);
  line-height: var(--heading-md-lh);
}

.no-heading-bl {
  font-size: var(--heading-bl-fs);
  font-weight: var(--heading-bl-fw);
  line-height: var(--heading-bl-lh);
}

.no-heading-lg {
  font-size: var(--heading-lg-fs);
  font-weight: var(--heading-lg-fw);
  line-height: var(--heading-lg-lh);
}

.no-heading-xl {
  font-size: var(--heading-xl-fs);
  font-weight: var(--heading-xl-fw);
  line-height: var(--heading-xl-lh);
}

/* === Body === */
.no-body-xs {
  font-size: var(--body-xs-fs);
  font-weight: var(--body-xs-fw);
  line-height: var(--body-xs-lh);
}

.no-body-sm {
  font-size: var(--body-sm-fs);
  font-weight: var(--body-sm-fw);
  line-height: var(--body-sm-lh);
}

.no-body-md {
  font-size: var(--body-md-fs);
  font-weight: var(--body-md-fw);
  line-height: var(--body-md-lh);
} /* 기본 본문 */
.no-body-lg {
  font-size: var(--body-lg-fs);
  font-weight: var(--body-lg-fw);
  line-height: var(--body-lg-lh);
}

.no-body-xl {
  font-size: var(--body-xl-fs);
  font-weight: var(--body-xl-fw);
  line-height: var(--body-xl-lh);
}

/* === Section spacing (padding-y) === */
.no-section-xs {
  padding-top: var(--section-xs);
  padding-bottom: var(--section-xs);
}

.no-section-sm {
  padding-top: var(--section-sm);
  padding-bottom: var(--section-sm);
}

.no-section-md {
  padding-top: var(--section-md);
  padding-bottom: var(--section-md);
}

.no-section-lg {
  padding-top: var(--section-lg);
  padding-bottom: var(--section-lg);
}

.no-section-xl {
  padding-top: var(--section-xl);
  padding-bottom: var(--section-xl);
}

/* === Border Radius === */
.no-radius-xs {
  border-radius: var(--radius-xs);
}

.no-radius-sm {
  border-radius: var(--radius-sm);
}

.no-radius-md {
  border-radius: var(--radius-md);
}

.no-radius-lg {
  border-radius: var(--radius-lg);
}

.no-radius-xl {
  border-radius: var(--radius-xl);
}

.no-radius-round {
  border-radius: var(--radius-round);
}

.no-container-xxl {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-xl {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-bl {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-lg {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-md {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-sm {
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-xs {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-xxs {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-mg-xxs {
  margin: var(--spacing-xxs);
}

.no-mg-xxs--l {
  margin-left: var(--spacing-xxs);
}

.no-mg-xxs--r {
  margin-right: var(--spacing-xxs);
}

.no-mg-xxs--t {
  margin-top: var(--spacing-xxs);
}

.no-mg-xxs--b {
  margin-bottom: var(--spacing-xxs);
}

.no-mg-xs {
  margin: var(--spacing-xs);
}

.no-mg-xs--l {
  margin-left: var(--spacing-xs);
}

.no-mg-xs--r {
  margin-right: var(--spacing-xs);
}

.no-mg-xs--t {
  margin-top: var(--spacing-xs);
}

.no-mg-xs--b {
  margin-bottom: var(--spacing-xs);
}

.no-mg-sm {
  margin: var(--spacing-sm);
}

.no-mg-sm--l {
  margin-left: var(--spacing-sm);
}

.no-mg-sm--r {
  margin-right: var(--spacing-sm);
}

.no-mg-sm--t {
  margin-top: var(--spacing-sm);
}

.no-mg-sm--b {
  margin-bottom: var(--spacing-sm);
}

.no-mg-md {
  margin: var(--spacing-md);
}

.no-mg-md--l {
  margin-left: var(--spacing-md);
}

.no-mg-md--r {
  margin-right: var(--spacing-md);
}

.no-mg-md--t {
  margin-top: var(--spacing-md);
}

.no-mg-md--b {
  margin-bottom: var(--spacing-md);
}

.no-mg-bl {
  margin: var(--spacing-bl);
}

.no-mg-bl--l {
  margin-left: var(--spacing-bl);
}

.no-mg-bl--r {
  margin-right: var(--spacing-bl);
}

.no-mg-bl--t {
  margin-top: var(--spacing-bl);
}

.no-mg-bl--b {
  margin-bottom: var(--spacing-bl);
}

.no-mg-lg {
  margin: var(--spacing-lg);
}

.no-mg-lg--l {
  margin-left: var(--spacing-lg);
}

.no-mg-lg--r {
  margin-right: var(--spacing-lg);
}

.no-mg-lg--t {
  margin-top: var(--spacing-lg);
}

.no-mg-lg--b {
  margin-bottom: var(--spacing-lg);
}

.no-mg-xl {
  margin: var(--spacing-xl);
}

.no-mg-xl--l {
  margin-left: var(--spacing-xl);
}

.no-mg-xl--r {
  margin-right: var(--spacing-xl);
}

.no-mg-xl--t {
  margin-top: var(--spacing-xl);
}

.no-mg-xl--b {
  margin-bottom: var(--spacing-xl);
}

.no-mg-2xl {
  margin: var(--spacing-2xl);
}

.no-mg-2xl--l {
  margin-left: var(--spacing-2xl);
}

.no-mg-2xl--r {
  margin-right: var(--spacing-2xl);
}

.no-mg-2xl--t {
  margin-top: var(--spacing-2xl);
}

.no-mg-2xl--b {
  margin-bottom: var(--spacing-2xl);
}

.no-mg-3xl {
  margin: var(--spacing-3xl);
}

.no-mg-3xl--l {
  margin-left: var(--spacing-3xl);
}

.no-mg-3xl--r {
  margin-right: var(--spacing-3xl);
}

.no-mg-3xl--t {
  margin-top: var(--spacing-3xl);
}

.no-mg-3xl--b {
  margin-bottom: var(--spacing-3xl);
}

.no-mg-4xl {
  margin: var(--spacing-4xl);
}

.no-mg-4xl--l {
  margin-left: var(--spacing-4xl);
}

.no-mg-4xl--r {
  margin-right: var(--spacing-4xl);
}

.no-mg-4xl--t {
  margin-top: var(--spacing-4xl);
}

.no-mg-4xl--b {
  margin-bottom: var(--spacing-4xl);
}

.no-mg-5xl {
  margin: var(--spacing-5xl);
}

.no-mg-5xl--l {
  margin-left: var(--spacing-5xl);
}

.no-mg-5xl--r {
  margin-right: var(--spacing-5xl);
}

.no-mg-5xl--t {
  margin-top: var(--spacing-5xl);
}

.no-mg-5xl--b {
  margin-bottom: var(--spacing-5xl);
}

.no-pd-xxs {
  padding: var(--spacing-xxs);
}

.no-pd-xxs--l {
  padding-left: var(--spacing-xxs);
}

.no-pd-xxs--r {
  padding-right: var(--spacing-xxs);
}

.no-pd-xxs--t {
  padding-top: var(--spacing-xxs);
}

.no-pd-xxs--b {
  padding-bottom: var(--spacing-xxs);
}

.no-pd-xs {
  padding: var(--spacing-xs);
}

.no-pd-xs--l {
  padding-left: var(--spacing-xs);
}

.no-pd-xs--r {
  padding-right: var(--spacing-xs);
}

.no-pd-xs--t {
  padding-top: var(--spacing-xs);
}

.no-pd-xs--b {
  padding-bottom: var(--spacing-xs);
}

.no-pd-sm {
  padding: var(--spacing-sm);
}

.no-pd-sm--l {
  padding-left: var(--spacing-sm);
}

.no-pd-sm--r {
  padding-right: var(--spacing-sm);
}

.no-pd-sm--t {
  padding-top: var(--spacing-sm);
}

.no-pd-sm--b {
  padding-bottom: var(--spacing-sm);
}

.no-pd-md {
  padding: var(--spacing-md);
}

.no-pd-md--l {
  padding-left: var(--spacing-md);
}

.no-pd-md--r {
  padding-right: var(--spacing-md);
}

.no-pd-md--t {
  padding-top: var(--spacing-md);
}

.no-pd-md--b {
  padding-bottom: var(--spacing-md);
}

.no-pd-bl {
  padding: var(--spacing-bl);
}

.no-pd-bl--l {
  padding-left: var(--spacing-bl);
}

.no-pd-bl--r {
  padding-right: var(--spacing-bl);
}

.no-pd-bl--t {
  padding-top: var(--spacing-bl);
}

.no-pd-bl--b {
  padding-bottom: var(--spacing-bl);
}

.no-pd-lg {
  padding: var(--spacing-lg);
}

.no-pd-lg--l {
  padding-left: var(--spacing-lg);
}

.no-pd-lg--r {
  padding-right: var(--spacing-lg);
}

.no-pd-lg--t {
  padding-top: var(--spacing-lg);
}

.no-pd-lg--b {
  padding-bottom: var(--spacing-lg);
}

.no-pd-xl {
  padding: var(--spacing-xl);
}

.no-pd-xl--l {
  padding-left: var(--spacing-xl);
}

.no-pd-xl--r {
  padding-right: var(--spacing-xl);
}

.no-pd-xl--t {
  padding-top: var(--spacing-xl);
}

.no-pd-xl--b {
  padding-bottom: var(--spacing-xl);
}

.no-pd-2xl {
  padding: var(--spacing-2xl);
}

.no-pd-2xl--l {
  padding-left: var(--spacing-2xl);
}

.no-pd-2xl--r {
  padding-right: var(--spacing-2xl);
}

.no-pd-2xl--t {
  padding-top: var(--spacing-2xl);
}

.no-pd-2xl--b {
  padding-bottom: var(--spacing-2xl);
}

.no-pd-3xl {
  padding: var(--spacing-3xl);
}

.no-pd-3xl--l {
  padding-left: var(--spacing-3xl);
}

.no-pd-3xl--r {
  padding-right: var(--spacing-3xl);
}

.no-pd-3xl--t {
  padding-top: var(--spacing-3xl);
}

.no-pd-3xl--b {
  padding-bottom: var(--spacing-3xl);
}

.no-pd-4xl {
  padding: var(--spacing-4xl);
}

.no-pd-4xl--l {
  padding-left: var(--spacing-4xl);
}

.no-pd-4xl--r {
  padding-right: var(--spacing-4xl);
}

.no-pd-4xl--t {
  padding-top: var(--spacing-4xl);
}

.no-pd-4xl--b {
  padding-bottom: var(--spacing-4xl);
}

.no-pd-5xl {
  padding: var(--spacing-5xl);
}

.no-pd-5xl--l {
  padding-left: var(--spacing-5xl);
}

.no-pd-5xl--r {
  padding-right: var(--spacing-5xl);
}

.no-pd-5xl--t {
  padding-top: var(--spacing-5xl);
}

.no-pd-5xl--b {
  padding-bottom: var(--spacing-5xl);
}

.no-heading__highlight {
  font-weight: 500;
  color: var(--clr-secondary-main);
  text-transform: uppercase;
}
.no-heading__title {
  font-size: var(--heading-lg-fs);
  font-weight: var(--heading-lg-fw);
  padding-top: 1.6rem;
}
.no-heading__desc {
  color: var(--clr-text-desc);
  padding-top: 0.8rem;
}

.no-base-button {
  position: static;
  margin: 0;
  width: 2.7rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  background: var(--clr-gray-50);
}
.no-base-button i {
  color: var(--clr-text-desc);
  font-size: 1.6rem;
}
.no-base-button::after {
  content: none;
}

.no-base-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.no-bedge-outline, .no-bedge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 10rem;
}

.no-bedge {
  color: var(--clr-base-white);
  background: var(--clr-text-base);
}
.no-bedge-outline {
  background-color: transparent;
  color: var(--clr-text-base);
  border: 1px solid var(--clr-text-base);
}
.no-bedge--xs {
  line-height: 1;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 5.5rem;
}

.no-section-hr {
  height: 0;
  border-top: 1px solid var(--clr-gray-300);
}

.no-bg--gray {
  background: var(--clr-gray-50);
}
.no-bg--primary-light {
  background: var(--clr-primary-50);
}

.--hidden {
  overflow: hidden;
}

.--full-height {
  height: 100vh;
}
@supports (height: 100dvh) {
  .--full-height {
    height: 100dvh;
  }
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

figure:has(img) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.--flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.--flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.--tal {
  text-align: left;
}

.--tar {
  text-align: right;
}

.--tac {
  text-align: center;
}

@media (max-width: 768px) {
  .--wrap * br {
    display: none;
  }
}

.--blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.--highlight {
  color: var(--clr-primary-main);
}

.--gap-8 {
  gap: 0.8rem;
}

.--clr-text-desc {
  color: var(--clr-text-desc);
}

.--clr-secondary-main {
  color: var(--clr-secondary-main);
}

.--100 {
  font-weight: 100;
}

.--200 {
  font-weight: 200;
}

.--300 {
  font-weight: 300;
}

.--400 {
  font-weight: 400;
}

.--500 {
  font-weight: 500;
}

.--600 {
  font-weight: 600;
}

.--700 {
  font-weight: 700;
}

.--800 {
  font-weight: 800;
}

.--900 {
  font-weight: 900;
}

.--ttu {
  text-transform: uppercase;
}

.--ttc {
  text-transform: capitalize;
}

.--ttl {
  text-transform: lowercase;
}

.wh {
  color: #fff;
}

.gc {
  color: var(--clr-gray-50);
}

.wh8 {
  color: var(--clr-gray-800);
}

.wh7 {
  color: var(--clr-gray-700);
}

.wh6 {
  color: var(--clr-gray-600);
}

.wh5 {
  color: var(--clr-gray-500);
}

.wh4 {
  color: var(--clr-gray-400);
}

.bc {
  color: var(--clr-primary-500);
}

.bg {
  background-color: var(--clr-gray-50);
}

.opt-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media (max-width: 544px) {
  .opt-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.opt-top .search-box {
  position: relative;
  display: flex;
  width: 35rem;
  margin-left: auto;
}
@media (max-width: 544px) {
  .opt-top .search-box {
    width: 100%;
  }
}
.opt-top .search-box input {
  padding: 1rem 4rem 1rem 0;
  width: 100%;
  font-family: "Pretendard", sans-serif;
  background-color: transparent;
  transition: border var(--tran-3);
  border-bottom: 2px solid var(--clr-gray-900);
}
.opt-top .search-box input:-webkit-autofill, .opt-top .search-box input:-webkit-autofill:hover, .opt-top .search-box input:-webkit-autofill:focus, .opt-top .search-box input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #0f0f0f inset;
  box-shadow: 0 0 0px 1000px #0f0f0f inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "Pretendard";
}
.opt-top .search-box input:focus {
  outline: none;
}
.opt-top .search-box i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color var(--tran-3);
}
.opt-top .search-box i:hover {
  color: var(--clr-primary-500);
}

.bullet {
  display: flex;
}
.bullet::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  min-width: 0.6rem;
  min-height: 0.6rem;
  border-radius: 99999px;
  left: 0;
  top: 1rem;
  margin-right: 1rem;
  position: relative;
  display: block;
  background-color: #b5b5b5;
}

.imgbg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.full-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.circle-blur {
  border-radius: 50%;
  position: absolute;
  aspect-ratio: 1;
}

.blusr-js {
  filter: blur(16px);
}

.top-section {
  padding-top: 0;
}

.videomodal {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}
.videomodal.show .modal-content {
  opacity: 1;
}
.videomodal .modal-content {
  position: relative;
  padding: 2rem;
  max-width: 140rem;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
}
.videomodal .videoclose {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  cursor: pointer;
  color: #fff;
}
.videomodal .videocontainer {
  max-width: 140rem;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  br {
    display: none;
  }
  br.no {
    display: block;
  }
}

.no-drawer {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  background: #fff;
  left: 0;
  top: 0;
  overflow-x: hidden;
  pointer-events: none;
  clip-path: inset(0% 0% 100% 0%);
  display: flex;
}
.no-drawer.active {
  pointer-events: auto;
  clip-path: inset(0% 0% 0% 0%) !important;
  transition: clip-path 0.9s cubic-bezier(0.42, 0, 0, 1);
  opacity: 1;
}
.no-drawer figure {
  width: 45%;
  height: 100%;
  position: sticky;
  display: flex;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .no-drawer figure {
    display: none;
  }
}
.no-drawer figure img {
  height: 100%;
}
.no-drawer .no-header__nav {
  display: flex;
  flex-direction: column;
  padding: 7.5% clamp(4rem, 5.1779935275vw + 2.0582524272rem, 12rem) clamp(4rem, 5.1779935275vw + 2.0582524272rem, 12rem);
  width: 100%;
}
@media (max-width: 1920px) {
  .no-drawer .no-header__nav {
    padding-top: 10%;
  }
}
@media (max-width: 768px) {
  .no-drawer .no-header__nav {
    padding: 12rem 2.4rem;
  }
}
.no-drawer .no-header__nav > li {
  position: relative;
  padding: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem) 0;
  border-bottom: 1px solid var(--clr-gray-50);
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transform: translateX(-50px);
}
@media (max-width: 1024px) {
  .no-drawer .no-header__nav > li {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.no-drawer .no-header__nav > li:nth-child(1) {
  padding-top: 0;
}
.no-drawer .no-header__nav > li:last-child {
  border-bottom: none;
}
.no-drawer .no-header__nav > li span {
  min-width: 28rem;
}
.no-drawer .no-header__nav-lnb {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem clamp(1.6rem, 1.5533980583vw + 1.0174757282rem, 4rem);
  align-items: flex-start;
  width: 100%;
}
.no-drawer .no-header__nav-lnb li a {
  transition: color var(--tran-15);
}
.no-drawer .no-header__nav-lnb li a:hover {
  color: var(--clr-primary-500);
}

.no-footer {
  position: relative;
  overflow: hidden;
  background: #111;
  z-index: 9;
}
.no-footer .top_btn {
  position: absolute;
  right: 2rem;
  top: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 1px solid #fff;
  width: 4rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: background-color var(--tran-3);
  display: none;
}
@media (max-width: 544px) {
  .no-footer .top_btn {
    display: flex;
  }
}
.no-footer .top_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.no-footer .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
  padding-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-footer .footer-top {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.no-footer .footer-top .family-site {
  position: relative;
  min-width: clamp(14rem, 7.7669902913vw + 11.0873786408rem, 26rem);
  max-width: clamp(14rem, 7.7669902913vw + 11.0873786408rem, 26rem);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .no-footer .footer-top .family-site {
    width: 100%;
    max-width: 100%;
  }
}
.no-footer .footer-top .family-site .family-site-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  width: 100%;
  padding: 0;
  padding-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  cursor: pointer;
  transition: border-color var(--tran-3);
}
.no-footer .footer-top .family-site .family-site-btn span {
  flex: 1;
  text-align: left;
}
.no-footer .footer-top .family-site .family-site-btn svg {
  width: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  height: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  flex-shrink: 0;
  transition: transform var(--tran-3);
}
.no-footer .footer-top .family-site .family-site-btn[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.no-footer .footer-top .family-site .family-site-btn:hover {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.no-footer .footer-top .family-site .family-site-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  padding: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem) 0;
  background-color: #121212;
  border: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity var(--tran-3), visibility var(--tran-3), transform var(--tran-3);
  z-index: 10;
}
.no-footer .footer-top .family-site .family-site-dropdown li a {
  display: block;
  padding: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem) clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  line-height: 1.5;
  transition: opacity var(--tran-3), background-color var(--tran-3);
}
.no-footer .footer-top .family-site .family-site-dropdown li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.no-footer .footer-top .family-site[data-open=true] .family-site-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.no-footer .footer-top .footer-nav {
  display: flex;
  gap: clamp(2.4rem, 2.3300970874vw + 1.5262135922rem, 6rem);
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 544px) {
  .no-footer .footer-top .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-footer .footer-top .footer-nav .nav-column {
  min-width: 0;
  width: auto;
}
.no-footer .footer-top .footer-nav .nav-column .nav-title {
  margin-bottom: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  line-height: 1.5;
  white-space: nowrap;
  opacity: 0.7;
}
.no-footer .footer-top .footer-nav .nav-column .nav-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-footer .footer-top .footer-nav .nav-column .nav-list li {
  white-space: nowrap;
}
@media (max-width: 544px) {
  .no-footer .footer-top .footer-nav .nav-column .nav-list li {
    white-space: inherit;
  }
}
.no-footer .footer-top .footer-nav .nav-column .nav-list li a {
  line-height: 1.5;
  transition: opacity var(--tran-3);
}
.no-footer .footer-top .footer-nav .nav-column .nav-list li a:hover {
  text-decoration: underline;
}
.no-footer__bottom {
  padding-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-footer__bottom {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.no-footer__bottom .footer-bottom-left {
  display: flex;
  align-items: flex-start;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 544px) {
  .no-footer__bottom .footer-bottom-left {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.no-footer__bottom .footer-bottom-left .logo {
  max-width: clamp(14rem, 3.8834951456vw + 12.5436893204rem, 20rem);
  width: clamp(14rem, 3.8834951456vw + 12.5436893204rem, 20rem);
  flex-shrink: 0;
}
.no-footer__bottom .footer-bottom-left .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.no-footer__bottom .footer-bottom-left .info-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-footer__bottom .footer-bottom-left .info-wrap .info-list {
  display: flex;
  align-items: center;
  gap: 1rem 1.2rem;
  flex-wrap: wrap;
}
.no-footer__bottom .footer-bottom-left .info-wrap .info-list p {
  display: flex;
  gap: 0.8rem;
  line-height: 1.5;
}
.no-footer__bottom .footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  text-align: right;
}
@media (max-width: 768px) {
  .no-footer__bottom .footer-bottom-right {
    align-items: flex-start;
    text-align: left;
  }
}
.no-footer__bottom .footer-bottom-right a {
  transition: opacity var(--tran-3);
  opacity: 0.7;
}
.no-footer__bottom .footer-bottom-right a:hover {
  text-decoration: underline;
}

.no-legal {
  margin-top: var(--header-height);
}
.no-legal__content {
  max-width: 80rem;
}
.no-legal__intro {
  margin-bottom: 2.4rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.9);
}
.no-legal__intro:last-of-type {
  margin-bottom: 4rem;
}
.no-legal__section {
  margin-bottom: 4rem;
}
.no-legal__section:last-child {
  margin-bottom: 0;
}
.no-legal__title {
  margin-bottom: 1.6rem;
  color: #000;
  line-height: 1.5;
}
.no-legal__subtitle {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  color: rgba(0, 0, 0, 0.95);
  line-height: 1.5;
}
.no-legal__subtitle:first-child {
  margin-top: 1.6rem;
}
.no-legal__text {
  margin-bottom: 1.6rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.85);
}
.no-legal__text:last-child {
  margin-bottom: 0;
}
.no-legal__subsection {
  margin-top: 1.6rem;
}
.no-legal__list {
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
  padding-left: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.85);
}
.no-legal__list li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.6rem;
  line-height: 1.8;
}
.no-legal__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(0, 0, 0, 0.85);
}
.no-legal__list li:last-child {
  margin-bottom: 0;
}
.no-legal__list--ordered {
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
  padding-left: 0;
  list-style: none;
  counter-reset: item;
  color: rgba(0, 0, 0, 0.85);
}
.no-legal__list--ordered li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 2.4rem;
  line-height: 1.8;
  counter-increment: item;
}
.no-legal__list--ordered li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: rgba(0, 0, 0, 0.85);
}
.no-legal__list--ordered li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .no-legal {
    padding-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
    padding-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  }
  .no-legal__content {
    max-width: 100%;
  }
  .no-legal__intro {
    margin-bottom: 2rem;
  }
  .no-legal__intro:last-of-type {
    margin-bottom: 3.2rem;
  }
  .no-legal__section {
    margin-bottom: 3.2rem;
  }
  .no-legal__title {
    margin-bottom: 1.2rem;
  }
  .no-legal__subtitle {
    margin-top: 1.6rem;
    margin-bottom: 1rem;
  }
  .no-legal__list li {
    padding-left: 1.4rem;
  }
  .no-legal__list--ordered li {
    padding-left: 2rem;
  }
}

.no-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: transparent;
  height: var(--header-height);
  transition: background-color var(--tran-3);
}
.no-header.active, .no-header.scroll {
  background-color: #fff;
}
.no-header.active .no-header__logo img.white, .no-header.scroll .no-header__logo img.white {
  display: none;
}
.no-header.active .no-header__logo img.color, .no-header.scroll .no-header__logo img.color {
  display: block;
}
.no-header.active .hd-btn-wrap .lang button span, .no-header.scroll .hd-btn-wrap .lang button span {
  color: var(--clr-gray-900);
}
.no-header.active .hd-btn-wrap .lang button svg path, .no-header.scroll .hd-btn-wrap .lang button svg path {
  fill: var(--clr-gray-900);
}
.no-header.active .hd-btn-wrap .no-header__btn span, .no-header.scroll .hd-btn-wrap .no-header__btn span {
  background-color: var(--clr-gray-900);
  height: clamp(0.25rem, 0.0323624595vw + 0.2378640777rem, 0.3rem);
}
.no-header.on {
  background-color: transparent;
}
@media (max-width: 768px) {
  .no-header.on {
    background-color: #fff;
  }
}
.no-header.on .no-header__logo img.white {
  display: block;
}
@media (max-width: 768px) {
  .no-header.on .no-header__logo img.white {
    display: none;
  }
}
.no-header.on .no-header__logo img.color {
  display: none;
}
@media (max-width: 768px) {
  .no-header.on .no-header__logo img.color {
    display: block;
  }
}
.no-header.on .hd-btn-wrap .lang button span {
  color: var(--clr-gray-900);
}
.no-header.on .hd-btn-wrap .lang button svg path {
  fill: var(--clr-gray-900);
}
.no-header.on .hd-btn-wrap .no-header__btn span {
  background-color: var(--clr-gray-900);
  height: clamp(0.25rem, 0.0323624595vw + 0.2378640777rem, 0.3rem);
}
.no-header .no-container-xl {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.no-header__logo {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 99999;
  max-width: clamp(13rem, 1.2944983819vw + 12.5145631068rem, 15rem);
  width: clamp(13rem, 1.2944983819vw + 12.5145631068rem, 15rem);
}
.no-header__logo a {
  width: 100%;
  max-height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-header__logo a img {
  width: 100%;
  height: 100%;
}
.no-header__logo a img.color {
  display: none;
}
.no-header .hd-btn-wrap {
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  z-index: 99999;
}
.no-header .hd-btn-wrap .lang {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.no-header .hd-btn-wrap .lang button {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 0.8rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.no-header .hd-btn-wrap .lang button svg {
  transition: transform 0.3s ease;
}
.no-header .hd-btn-wrap .lang.active button svg {
  transform: rotate(180deg);
}
.no-header .hd-btn-wrap .lang.active .select-listbox {
  opacity: 1;
  pointer-events: auto;
}
.no-header .hd-btn-wrap .lang .select-listbox {
  padding: 0.5rem 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 80%;
  transition: opacity 0.3s ease;
  background-color: #fff;
  width: clamp(6.6rem, 1.4239482201vw + 6.0660194175rem, 8.8rem);
  opacity: 0;
  pointer-events: none;
  border-radius: 0.4rem;
  border: 1px solid var(--clr-gray-50);
}
.no-header .hd-btn-wrap .lang .select-listbox li a {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  transition: color var(--tran-3), background-color var(--tran-3);
}
.no-header .hd-btn-wrap .lang .select-listbox li a:hover {
  color: var(--clr-primary-500);
}
.no-header__btn {
  position: relative;
  width: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  height: 22px;
  z-index: 12000;
  cursor: pointer;
  z-index: 9999;
}
.no-header__btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #fff;
  transition: ease transform 0.3s;
}
.no-header__btn-line-top {
  top: 0px;
}
.no-header__btn-line-top.active {
  transform: translate(0px, clamp(0.9rem, 0.1294498382vw + 0.8514563107rem, 1.1rem)) rotate(45deg);
}
.no-header__btn-line-mid {
  top: clamp(0.8rem, 0.1941747573vw + 0.727184466rem, 1.1rem);
}
.no-header__btn-line-mid.active {
  opacity: 0;
}
.no-header__btn-line-bottom {
  top: clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
}
.no-header__btn-line-bottom.active {
  transform: translate(0px, clamp(-1.1rem, calc(-0.2588996764vw + -0.6029126214rem), -0.7rem)) rotate(-45deg);
}

.quick_menu {
  position: fixed;
  display: flex;
  align-items: flex-end;
  z-index: 9999;
  right: 2rem;
  bottom: 4rem;
  flex-direction: column;
  gap: 1.6rem;
  transition: all 0.6s;
}

.quick_menu > li:nth-child(2) a {
  background: #cd1312;
}

.quick_menu .top_btn {
  position: relative;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  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;
}

@media (max-width: 768px) {
  .quick_menu .top_btn {
    width: 5rem;
    height: 5rem;
  }
}
.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;
}

.quick_menu a {
  width: 6rem;
  height: 6rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  background-color: var(--clr-primary-500);
  transition: all 0.6s;
  border-radius: 6rem;
  padding: 0 2rem;
  overflow: hidden;
}

.quick_menu a:hover {
  width: 15rem;
}

@media (max-width: 768px) {
  .quick_menu a:hover {
    width: 13rem;
  }
}
.quick_menu a:hover i {
  right: 0;
}

.quick_menu a:hover .txt {
  opacity: 1;
  width: auto;
}

@media (max-width: 768px) {
  .quick_menu a {
    width: 5rem;
    height: 5rem;
  }
}
.quick_menu a i {
  position: relative;
  margin-right: 0.8rem;
  flex-shrink: 0;
  right: 0.1rem;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .quick_menu a i {
    margin-right: 0.6rem;
    right: 0.5rem;
  }
}
.quick_menu a i img {
  width: 2.2rem;
  height: 2.2rem;
}

.quick_menu a .txt {
  transition: all 0.6s;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .quick_menu a .txt {
    font-size: 1.4rem;
  }
  .quick_menu a i img {
    width: 2rem;
    height: 2rem;
  }
}
.no-sub-visual {
  position: relative;
  overflow: hidden;
  margin-top: var(--header-height);
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0 0;
  z-index: 2;
  border-bottom: 1px solid var(--clr-gray-50);
}
.no-sub-visual .symbol {
  position: absolute;
  height: calc(100% - var(--header-height) + clamp(8rem, 5.1779935275vw + 6.0582524272rem, 16rem));
  top: 0;
  right: -5%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .no-sub-visual .symbol {
    display: none;
  }
}
.no-sub-visual .symbol svg {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translate3d(-36px, 0, 0);
  will-change: transform, opacity;
  animation: symbol-in-1 2.8s cubic-bezier(0.12, 0.85, 0.18, 1) forwards;
}
.no-sub-visual .symbol svg:nth-child(2) {
  transform: translate3d(calc(39% - 36px), 0, 0);
  animation: symbol-in-2 2.8s cubic-bezier(0.12, 0.85, 0.18, 1) forwards;
  animation-delay: 0.2s;
}
@keyframes symbol-in-1 {
  0% {
    opacity: 0;
    transform: translate3d(-36px, 0, 0);
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes symbol-in-2 {
  0% {
    opacity: 0;
    transform: translate3d(calc(39% - 36px), 0, 0);
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(39%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .no-sub-visual .symbol svg {
    animation: none !important;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .no-sub-visual .symbol svg:nth-child(2) {
    transform: translate3d(39%, 0, 0);
  }
}
.no-sub-visual .no-sub-menu {
  width: 100%;
  position: relative;
  overflow: visible;
}
.no-sub-visual .no-sub-menu.swiper {
  overflow: hidden;
}
.no-sub-visual .no-sub-menu .swiper-wrapper {
  display: flex;
}
.no-sub-visual .no-sub-menu .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.no-sub-visual .no-sub-menu .swiper-slide a {
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b2b2b2;
  white-space: nowrap;
  transition: border var(--tran-3), color var(--tran-3);
}
.no-sub-visual .no-sub-menu .swiper-slide a:hover {
  color: var(--clr-gray-900);
}
.no-sub-visual .no-sub-menu .swiper-slide a.active {
  color: var(--clr-gray-900);
  border-bottom: 2px solid var(--clr-gray-900);
}
.no-sub-visual figure {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 24rem;
  max-height: 50rem;
}

.no-board__total {
  font-weight: 600;
}
.no-board__total em {
  color: var(--clr-primary-main);
}
.no-board__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 544px) {
  .no-board__filter {
    align-items: flex-start;
    flex-direction: column;
  }
}
.no-board__search {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 544px) {
  .no-board__search {
    flex-direction: column;
    width: 100%;
  }
  .no-board__search .no-form-control--search {
    width: 100%;
  }
  .no-board__search .no-form-control--search label {
    width: 100%;
  }
  .no-board__search .no-form-control__input--search {
    max-width: 100%;
  }
  .no-board__search .no-form-select {
    max-width: 100%;
  }
}

.no-board-detail__headline {
  margin-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-board-detail__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  border-top: 2px solid var(--clr-base-black);
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  border-bottom: 1px solid var(--clr-gray-100);
}
@media (max-width: 768px) {
  .no-board-detail__head {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 0;
  }
}
.no-board-detail__admin {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.4rem;
  color: var(--clr-primary-main);
  font-weight: 600;
}
.no-board-detail__admin i {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-board-detail__date {
  font-size: 1.4rem;
  color: var(--clr-gray-500);
}
.no-board-detail__body {
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem) clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-board-detail__body.--comment {
  background: var(--clr-primary-50);
  border: 1px solid var(--clr-primary-main);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .no-board-detail__body {
    padding: 2.4rem 0;
  }
}
.no-board-detail__action {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}
@media (max-width: 768px) {
  .no-board-detail__action {
    margin-top: 2.4rem;
  }
}

.no-locked__container {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}
.no-locked__logo {
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-locked__logo img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}
.no-locked__title {
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-locked__desc {
  color: var(--clr-gray-600);
  line-height: 1.6;
  margin-bottom: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-locked__desc strong {
  display: block;
  color: var(--clr-base-black);
  margin-bottom: 0.4rem;
}
.no-locked__form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-locked__field {
  width: 100%;
}
.no-locked__submit {
  width: 100%;
  height: 48px;
  border-radius: var(--radius-lg, 12px);
  font-weight: 700;
}
.no-locked__back {
  display: inline-block;
  margin-top: 0.6rem;
  text-decoration: underline;
  color: var(--clr-primary-main);
  font-weight: 600;
}
.no-locked__back:hover {
  text-decoration: none;
}

/* 접근성 전용 텍스트 유틸 (이미 쓰고 있으면 생략 가능) */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.no-btn {
  --dur: 0.53s;
  --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem) clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  border-radius: 5.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  color: #111;
  transition: border-color var(--dur) var(--ease);
}
.no-btn .no-btn__layer {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  white-space: nowrap;
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
  will-change: transform, opacity;
}
.no-btn .no-btn__layer > p {
  margin: 0;
}
.no-btn .no-btn__layer > svg {
  width: 2rem;
  height: auto;
}
.no-btn .no-btn__layer.--hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  color: #fff;
  transform: translateY(105%);
  background-color: #111;
  border: 1px solid #111;
  width: 101%;
}
.no-btn:hover .no-btn__layer.--base, .no-btn:focus-visible .no-btn__layer.--base {
  transform: translateY(-100%);
  opacity: 0;
}
.no-btn:hover .no-btn__layer.--hover, .no-btn:focus-visible .no-btn__layer.--hover {
  transform: translateY(0);
}

.no-btn {
  /* === Theme === */
}
.no-btn-white {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.no-btn-white .no-btn__layer.--hover {
  color: #111;
  background-color: #fff;
  border: 1px solid #fff;
}
.no-btn-red {
  border: none;
  color: #111;
  background-color: #fff;
}
.no-btn-red .no-btn__layer.--hover {
  color: #fff;
  background-color: var(--clr-primary-500);
  border: 1px solid var(--clr-primary-500);
}

.no-form-radio__title {
  display: block;
  font-weight: 500;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  margin-bottom: 0.8rem;
}
.no-form-radio__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .no-form-radio__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .no-form-radio__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-form-radio__item {
  flex: 1;
}
.no-form-radio__item input {
  display: none;
}
.no-form-radio__item input:checked + .no-form-radio__label {
  color: var(--clr-primary-main);
  border-color: var(--clr-primary-main);
  outline: 1px solid var(--clr-primary-main);
}
.no-form-radio__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  background: var(--clr-base-white);
  border: 1px solid var(--clr-gray-300);
  width: 100%;
  font-size: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
}

.no-form-checkbox__inner {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}
.no-form-checkbox input {
  display: none;
}
.no-form-checkbox input:checked + .no-form-checkbox__box {
  border-color: var(--clr-primary-main);
  background: var(--clr-primary-main);
}
.no-form-checkbox input:checked + .no-form-checkbox__box i {
  visibility: visible;
  opacity: 1;
}
.no-form-checkbox__box {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.4rem;
  border: 1px solid var(--clr-gray-300);
  display: flex;
  align-items: center;
  background: var(--clr-base-white);
}
.no-form-checkbox__box i {
  color: var(--clr-base-white);
  visibility: hidden;
  opacity: 0;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-form-checkbox__label {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}

.no-form-group.--full {
  width: 100%;
}
.no-form-group.--base {
  width: calc(33.33% - 2.1333rem);
}
@media (max-width: 1024px) {
  .no-form-group.--base {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 768px) {
  .no-form-group.--base {
    width: 100%;
  }
}
.no-form-group__label {
  margin-bottom: 0.8rem;
  font-weight: 500;
  display: inline-block;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}

.no-form-control {
  border: 1px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
}
.no-form-control__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0%;
}
.no-form-control.--textarea {
  height: clamp(16rem, 2.5889967638vw + 15.0291262136rem, 20rem);
}
.no-form-control.--base {
  max-width: 40rem;
}
.no-form-control:focus-within {
  border-color: var(--clr-primary-main);
}
.no-form-control__textarea {
  width: 100%;
  padding: 2rem;
  height: 100%;
}
.no-form-control--search {
  display: inline-block;
}
.no-form-control--search label {
  display: inline-flex;
  align-items: center;
  background: var(--clr-base-white);
}
.no-form-control--search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
}
.no-form-control--search button i {
  color: var(--clr-primary-main);
  font-weight: 500;
  font-size: 2rem;
}
.no-form-control__input {
  width: 100%;
  height: 4.4rem;
  padding: 0 2rem;
}
.no-form-control__input:read-only {
  background: var(--clr-gray-100);
}
.no-form-control__input--search {
  max-width: 25.5rem;
  width: 100%;
}
.no-form-control__input--search::-webkit-search-decoration, .no-form-control__input--search::-webkit-search-cancel-button, .no-form-control__input--search::-webkit-search-results-button, .no-form-control__input--search::-webkit-search-results-decoration {
  display: none;
}

.no-form-select {
  max-width: 15rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.no-form-select__input {
  -webkit-appearance: none;
  border: 1px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  overflow: hidden;
  width: 100%;
  height: 4.4rem;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.no-form-select__icon {
  position: absolute;
  pointer-events: none;
  right: 1.2rem;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.no-form-file__inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: var(--clr-base-white);
  border: 1px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  min-height: 4.4rem;
  padding: 0.6rem 2rem;
  transition: border-color 0.2s ease, outline-color 0.2s ease;
  position: relative;
  overflow: hidden;
}
.no-form-file:focus-within .no-form-file__inner {
  border-color: var(--clr-primary-main);
  outline: 1px solid var(--clr-primary-main);
}
.no-form-file__label {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-form-file__input {
  width: 100%;
  height: 3.2rem;
  padding: 0 1.2rem 0 1.2rem;
  border: 0;
  background: transparent;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: var(--clr-gray-900);
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-form-file__input::file-selector-button {
  margin-right: 1.2rem;
  height: 3.2rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
  border: 1px solid var(--clr-primary-main);
  background: var(--clr-primary-main);
  color: var(--clr-base-white);
  font-size: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
}
.no-form-file__input:hover::file-selector-button {
  opacity: 0.9;
}
.no-form-file__input:active::file-selector-button {
  transform: translateY(1px);
}
.no-form-file__input::-webkit-file-upload-button {
  visibility: hidden;
}
.no-form-file__meta {
  margin-left: auto;
  color: var(--clr-gray-500);
  font-size: clamp(1.2rem, 0.0647249191vw + 1.1757281553rem, 1.3rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}
@media (max-width: 768px) {
  .no-form-file__meta {
    max-width: 100%;
  }
}
.no-form-file.--drop {
  position: relative;
}
.no-form-file.--drop .no-form-file__inner {
  justify-content: center;
  gap: 0.8rem;
  border-style: dashed;
  border-color: var(--clr-gray-300);
  background: var(--clr-gray-50);
  min-height: 10rem;
  text-align: center;
}
.no-form-file.--drop .no-form-file__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.no-form-file.--drop.is-dragover .no-form-file__inner {
  border-color: var(--clr-primary-main);
  outline: 1px solid var(--clr-primary-main);
  background: rgba(0, 0, 0, 0.02);
}

.no-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  user-select: none;
  /* 숫자 버튼 */
}
@media (max-width: 768px) {
  .no-pagination {
    gap: 0.8rem;
  }
}
.no-pagination__link {
  --size: clamp(3.2rem, 0.5177993528vw + 3.0058252427rem, 4rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--size);
  height: var(--size);
  padding: 0 0.8rem;
  border: 1px solid var(--clr-gray-300);
  border-radius: 0.6rem;
  background: var(--clr-base-white);
  color: var(--clr-base-black);
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.no-pagination__link:hover {
  background: var(--clr-gray-100);
  border-color: var(--clr-gray-400);
}
.no-pagination__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--clr-primary-rgb, 33, 150, 243), 0.25);
}
.no-pagination__link.--disabled {
  color: var(--clr-gray-400);
  border-color: var(--clr-gray-200);
  background: var(--clr-gray-50);
  pointer-events: none;
  opacity: 0.7;
}
.no-pagination .--numbers {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-pagination .--numbers a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background-color var(--tran-15);
}
.no-pagination .--numbers a:hover {
  background-color: #f5f5f5;
}
.no-pagination .--numbers a.active {
  background-color: var(--clr-primary-500);
  color: #fff;
}
.no-pagination .--arrow {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-pagination__link--num {
  width: var(--size);
  padding: 0;
  font-weight: 500;
}
.no-pagination__link--num[aria-current=page], .no-pagination__link--num.is-active {
  background: var(--clr-primary-main);
  border-color: var(--clr-primary-main);
  color: var(--clr-base-white);
}
.no-pagination__link--num.--ghost {
  background: var(--clr-base-white);
  color: var(--clr-gray-700);
}
.no-pagination__link--arrow {
  width: var(--size);
  color: var(--clr-base-black);
  border-color: transparent;
  background: transparent;
}
.no-pagination__link--arrow i {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1;
}
.no-pagination__link--arrow:hover {
  background: var(--clr-gray-100);
  border-color: var(--clr-gray-300);
}

.no-prevnext {
  border-top: 1px solid var(--clr-base-black);
}
.no-prevnext__block {
  width: 100%;
  text-align: left;
  padding: 2.4rem;
  padding-left: 0;
  border-bottom: 1px solid var(--clr-gray-100);
}
@media (max-width: 768px) {
  .no-prevnext__block {
    padding: 1.8rem 2.4rem 1.8rem 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.no-prevnext__link {
  padding-left: 9.4rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .no-prevnext__link {
    padding-left: 4.6rem;
  }
}
.no-prevnext__label {
  color: var(--clr-gray-600);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-prevnext__label {
    font-size: 1.2rem;
  }
}
.no-prevnext__title {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-prevnext__title {
    font-size: 1.2rem;
  }
}

.no-table__self {
  border-top: 2px solid var(--clr-gray-900);
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.no-table__self th, .no-table__self td {
  border-bottom: 1px solid var(--clr-gray-200);
  color: var(--clr-gray-600);
}
@media (max-width: 768px) {
  .no-table__self th, .no-table__self td {
    text-align: left;
    display: block;
    padding: 0;
    border-bottom: 0;
  }
}
.no-table__self th, .no-table__self td {
  padding: 2rem 1rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-table__self thead {
  font-weight: 600;
}
@media (max-width: 768px) {
  .no-table__self thead {
    display: none;
  }
}
.no-table__self thead th {
  border-bottom: 1px solid var(--clr-gray-900);
  text-align: center;
}
@media (max-width: 768px) {
  .no-table__self tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--clr-gray-200);
    padding: 1.6rem 0;
  }
}
@media (max-width: 768px) {
  .no-table__self tbody td {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .no-table .no-table__attr {
    display: inline-block;
    color: var(--clr-gray-400);
  }
  .no-table .no-table__attr:last-child span {
    padding-right: 0;
    margin-right: 0;
  }
  .no-table .no-table__attr:last-child span::after {
    content: none;
  }
  .no-table .no-table__attr span {
    font-size: 1.2rem;
    position: relative;
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    line-height: 1;
  }
  .no-table .no-table__attr span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 1rem;
    width: 0.1rem;
    background: var(--clr-gray-600);
    transform: translateY(-40%);
  }
  .no-table .no-table__attr span::before {
    content: attr(data-label);
    color: var(--clr-gray-600);
    display: inline-block;
    padding-right: 0.4rem;
  }
}
.no-table .no-table__pin {
  color: var(--clr-primary-main);
}
.no-table .no-table__title {
  font-weight: 600;
  width: 100%;
}
.no-table .no-table__link {
  font-weight: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.no-table .no-table__link:hover {
  text-decoration: underline;
  color: var(--clr-primary-main);
}
.no-table .no-table__link-text {
  white-space: nowrap;
}

.no-floating-container {
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: clamp(24px, 3vw, 48px);
  align-items: start;
}
@media (max-width: 768px) {
  .no-floating-container {
    grid-template-columns: 1fr;
    column-gap: auto;
  }
}

.no-floating-menu {
  width: 16rem;
  padding-left: 2rem;
  will-change: transform;
}
@media (max-width: 768px) {
  .no-floating-menu {
    display: none;
  }
}
.no-floating-menu__nav {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-floating-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500;
  color: var(--clr-gray-400);
}
.no-floating-menu__link:hover {
  color: var(--clr-base-black);
}
.no-floating-menu__link.--active {
  color: var(--clr-primary-main);
}
.no-floating-menu__link.--active::before {
  opacity: 1;
  visibility: visible;
}
.no-floating-menu__link::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: var(--clr-primary-main);
  opacity: 0;
  visibility: hidden;
}

:root {
  --gt-size: 48px;
  --gt-gap: 20px;
}

.no-gototop {
  position: fixed;
  inset-inline-end: calc(var(--gt-gap) + env(safe-area-inset-right));
  inset-block-end: calc(var(--gt-gap) + env(safe-area-inset-bottom));
  z-index: 999;
  pointer-events: none;
}
.no-gototop__btn {
  width: var(--gt-size);
  height: var(--gt-size);
  border: none;
  border-radius: 999px;
  background: var(--clr-primary-main);
  color: var(--clr-base-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.2s ease;
}
.no-gototop__btn span {
  font-size: 12px;
}
.no-gototop__btn:hover {
  background: var(--clr-primary-hover);
}
.no-gototop__btn:active {
  transform: translateY(14px) scale(0.97);
}
.no-gototop__btn:focus-visible {
  outline: 2px solid var(--clr-primary-400);
  outline-offset: 3px;
}
.no-gototop.is-visible .no-gototop__btn {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .no-gototop__btn {
    transition: none;
  }
}

.no-marquee-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  gap: 5rem;
}
.no-marquee-section.--top {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-marquee-section.--bottom {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-marquee-section.--y {
  padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
}

.no-marquee {
  padding: 1vw;
  white-space: nowrap;
}
.no-marquee__inner {
  display: flex;
  gap: 2rem;
}
.no-marquee__content {
  color: rgba(0, 164, 175, 0.15);
  font-size: clamp(9.6rem, 5.9546925566vw + 7.3669902913rem, 18.8rem);
}

.no-visual {
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.no-visual .no-main-slider {
  height: 100%;
  position: relative;
}
.no-visual .no-main-slider .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 2;
}
.no-visual .no-main-slider .swiper-wrapper .swiper-slide::before {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
@media (max-width: 768px) {
  .no-visual .no-main-slider .swiper-wrapper .swiper-slide::before {
    opacity: 1;
  }
}
.no-visual .no-main-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 3;
}
.no-visual .no-main-slider .swiper-wrapper .swiper-slide.swiper-slide-active hgroup {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.no-visual .no-main-slider .swiper-wrapper .swiper-slide .no-container-xl {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 15rem;
  z-index: 4;
  position: relative;
}
@media (max-width: 450px) {
  .no-visual .no-main-slider .swiper-wrapper .swiper-slide .no-container-xl {
    padding-bottom: 12rem;
  }
}
.no-visual .no-main-slider .swiper-wrapper .swiper-slide .no-container-xl hgroup {
  opacity: 0;
  transform: translateX(-20%);
  transition: transform 0.9s ease-out, opacity 0.9s ease-in-out;
  transition-delay: 0.6s;
}
.no-visual .no-main-slider .swiper-wrapper .swiper-slide .no-container-xl hgroup h2 {
  font-size: clamp(3.2rem, 3.1067961165vw + 2.0349514563rem, 8rem);
}
.no-visual .no-main-slider .swiper-wrapper .swiper-slide .no-container-xl hgroup p {
  font-size: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
  line-height: 1.5;
}
.no-visual .no-main-slider .swiper-wrapper .swiper-slide .no-container-xl hgroup b {
  color: var(--clr-primary-500);
}
.no-visual .no-main-slider .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8rem;
  z-index: 9;
  max-width: 168rem;
  width: 100%;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  animation: controller 2s forwards;
  opacity: 0;
}
@keyframes controller {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1720px) {
  .no-visual .no-main-slider .swiper-controller {
    padding: 0 2rem;
  }
}
@media (max-width: 544px) {
  .no-visual .no-main-slider .swiper-controller {
    bottom: 6rem;
  }
}
.no-visual .no-main-slider .swiper-controller .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.no-visual .no-main-slider .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 3rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  opacity: 1;
  border-radius: 0;
  transition: background-color var(--tran-3);
  clip-path: polygon(29% 0, 100% 0, 71% 100%, 0 100%);
  margin: 0;
}
.no-visual .no-main-slider .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--clr-primary-500) !important;
}
.no-visual .no-main-slider .swiper-controller .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}

.no-product .product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .no-product .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-product .product-list li {
  position: relative;
}
.no-product .product-list li figure {
  aspect-ratio: 8/5;
  display: flex;
  overflow: hidden;
  position: relative;
}
.no-product .product-list li figure::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
@media (max-width: 1024px) {
  .no-product .product-list li figure {
    aspect-ratio: 8/4;
  }
}
@media (max-width: 544px) {
  .no-product .product-list li figure {
    aspect-ratio: 8/8;
  }
}
@media (max-width: 450px) {
  .no-product .product-list li figure {
    aspect-ratio: 8/10;
  }
}
.no-product .product-list li figure img {
  height: 100%;
}
.no-product .product-list li .f-wrap {
  position: absolute;
  left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem));
  padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-product .product-list li .f-wrap {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}

.no-business {
  position: relative;
  overflow: hidden;
}
.no-business hgroup p {
  line-height: 1.6;
}
.no-business .business-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .no-business .business-wrap {
    flex-direction: column-reverse;
    gap: 4.8rem;
  }
}
.no-business .business-wrap .txt-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 768px) {
  .no-business .business-wrap .txt-wrap {
    width: 100%;
  }
}
.no-business .business-wrap .txt-wrap .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
  background-color: #fff;
}
.no-business .business-wrap .txt-wrap .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
.no-business .business-wrap .txt-wrap .swiper-wrapper .swiper-slide-swiper-slide-duplicate-active {
  opacity: 1 !important;
}
.no-business .business-wrap .txt-wrap .swiper-wrapper .swiper-slide .key-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.no-business .business-wrap .txt-wrap .swiper-wrapper .swiper-slide .key-list li {
  padding: 0.5rem 1.5rem;
  background-color: #f2f2f3;
  border-radius: 5.5rem;
}
.no-business .business-wrap .img-wrap {
  width: 50%;
  position: relative;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 768px) {
  .no-business .business-wrap .img-wrap {
    width: 100%;
  }
}
.no-business .business-wrap .img-wrap .swiper-wrapper {
  align-items: center;
}
.no-business .business-wrap .img-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.no-business .business-wrap .img-wrap .swiper-slide figure {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.no-business .business-wrap .img-wrap .swiper-slide figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 0.35s ease;
}
.no-business .business-wrap .img-wrap .swiper-slide-active,
.no-business .business-wrap .img-wrap .swiper-slide-next,
.no-business .business-wrap .img-wrap .swiper-slide-duplicate-active,
.no-business .business-wrap .img-wrap .swiper-slide-duplicate-next {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.no-business .business-wrap .img-wrap .swiper-slide-active {
  z-index: 2;
}
.no-business .business-wrap .img-wrap .swiper-slide-next,
.no-business .business-wrap .img-wrap .swiper-slide-duplicate-next {
  z-index: 1;
}
.no-business .business-wrap .img-wrap .swiper-slide:not(.swiper-slide-active) figure::after {
  background: rgba(255, 255, 255, 0.5);
}
.no-business .business-wrap .business-nav {
  position: absolute;
  display: inline-flex;
  bottom: 10%;
  left: 10%;
  z-index: 3;
}
@media (max-width: 1720px) {
  .no-business .business-wrap .business-nav {
    left: 5%;
  }
}
.no-business .business-wrap .business-nav button {
  width: clamp(6rem, 1.9417475728vw + 5.2718446602rem, 9rem);
  height: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.no-business .business-wrap .business-nav button svg {
  width: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  height: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
}
.no-business .business-wrap .business-nav .business-prev {
  background-color: #f5f5f5;
  transform: translateX(2.2rem);
}
.no-business .business-wrap .business-nav .business-prev svg {
  transform: translateX(0rem);
}
.no-business .business-wrap .business-nav .business-next {
  background: #e11;
  border-color: #e11;
  color: #fff;
}

.no-innovation {
  position: relative;
}
.no-innovation hgroup p {
  line-height: 1.6;
}
.no-innovation .innovation-list {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.no-innovation .innovation-list > li {
  padding: 2rem 0;
  border-top: 1px solid var(--clr-gray-50);
  display: flex;
  align-items: stretch;
  min-height: clamp(30rem, 12.9449838188vw + 25.145631068rem, 50rem);
  height: var(--st-h, auto);
  position: sticky;
  top: var(--st-top, 6.3rem);
  z-index: var(--st-z, 1);
  background-color: #fff;
}
@media (max-width: 768px) {
  .no-innovation .innovation-list > li {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.8rem 0;
    gap: 2.4rem;
  }
}
.no-innovation .innovation-list > li .txt {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  height: 100%;
  min-width: clamp(30rem, 25.8899676375vw + 20.2912621359rem, 70rem);
  max-width: clamp(30rem, 25.8899676375vw + 20.2912621359rem, 70rem);
}
@media (max-width: 768px) {
  .no-innovation .innovation-list > li .txt {
    min-width: auto;
    height: auto;
  }
}
.no-innovation .innovation-list > li figure {
  width: 100%;
  display: flex;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-innovation .innovation-list > li figure {
    aspect-ratio: 8/5;
  }
}
.no-innovation .innovation-list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.marquee {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .marquee img {
    width: 50%;
  }
}

.no-customer .customer-list {
  display: grid;
  gap: 4.8rem 2.4rem;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .no-customer .customer-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  .no-customer .customer-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.no-pr {
  position: relative;
  padding-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
}
.no-pr .f-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.no-pr .pr-wrap {
  position: relative;
}
.no-pr .pr-wrap .new-pr {
  padding: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem) 0;
  border-top: 1px solid var(--clr-gray-50);
  border-bottom: 1px solid var(--clr-gray-50);
  margin-top: 4rem;
}
.no-pr .pr-wrap .new-pr a {
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 3.3656957929vw + 1.1378640777rem, 7.6rem);
}
@media (max-width: 768px) {
  .no-pr .pr-wrap .new-pr a {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.no-pr .pr-wrap .new-pr a:hover h3 {
  text-decoration: underline;
}
.no-pr .pr-wrap .new-pr a figure {
  aspect-ratio: 828/518;
  display: flex;
  position: relative;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .no-pr .pr-wrap .new-pr a figure {
    min-width: 100%;
  }
}
.no-pr .pr-wrap .new-pr a figure img {
  height: 100%;
}
.no-pr .pr-wrap .new-pr a .txt {
  max-width: 63rem;
}
.no-pr .pr-wrap .new-pr a .txt h3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.no-pr .pr-wrap .new-pr a .txt p {
  margin-top: 2rem;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .no-pr .pr-wrap .new-pr a .txt p {
    margin-top: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.no-pr .pr-wrap .pr-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  padding-top: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
@media (max-width: 768px) {
  .no-pr .pr-wrap .pr-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-pr .pr-wrap .pr-list li a:hover h3 {
  text-decoration: underline;
}
.no-pr .pr-wrap .pr-list li a figure {
  aspect-ratio: 402/252;
  position: relative;
  overflow: hidden;
  display: flex;
}
.no-pr .pr-wrap .pr-list li a h3 {
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .no-pr .pr-wrap .pr-list li a h3 {
    margin-bottom: 1.2rem;
    margin-top: 1.6rem;
  }
}

.no-contact {
  height: clamp(40rem, 12.9449838188vw + 35.145631068rem, 60rem);
  position: relative;
}
.no-contact .no-container-xl {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.no-contact .no-container-xl .btn-wrap {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.no-contact .no-container-xl .btn-wrap p {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.no-contact.business {
  text-align: center;
}
.no-contact.business .no-container-xl {
  align-items: center;
}
.no-contact.business .no-btn {
  width: clamp(15rem, 9.7087378641vw + 11.359223301rem, 30rem);
  height: clamp(4.8rem, 1.8122977346vw + 4.1203883495rem, 7.6rem);
}
.no-contact.business .no-btn p {
  font-size: clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
}

.sub-about-overview hgroup .mobile {
  display: none;
}
@media (max-width: 768px) {
  .sub-about-overview hgroup .pc {
    display: none;
  }
  .sub-about-overview hgroup .mobile {
    display: block;
  }
}
.sub-about-overview .highlight-list {
  padding: clamp(8rem, 3.2362459547vw + 6.786407767rem, 13rem) 0;
}
@media (max-width: 768px) {
  .sub-about-overview .highlight-list {
    background-position: left;
  }
}
.sub-about-overview .highlight-list .no-container-bl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sub-about-overview .highlight-list .no-container-bl {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem 0;
  }
}
.sub-about-overview .highlight-list .no-container-bl li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 0.9708737864vw + 1.1359223301rem, 3rem);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-about-overview .highlight-list .no-container-bl li:first-child {
  border-left: none;
}
@media (max-width: 768px) {
  .sub-about-overview .highlight-list .no-container-bl li:nth-child(3) {
    border-left: none;
  }
}
.sub-about-overview .info-wrap .f-wrap {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sub-about-overview .info-wrap .f-wrap {
    flex-direction: column;
    gap: 4.8rem;
  }
}
.sub-about-overview .info-wrap .f-wrap h2 {
  min-width: clamp(17rem, 11.003236246vw + 12.8737864078rem, 34rem);
}
.sub-about-overview .info-wrap .f-wrap .info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  width: 100%;
}
@media (max-width: 450px) {
  .sub-about-overview .info-wrap .f-wrap .info-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-about-overview .info-wrap .f-wrap .info-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  padding: 2.4rem 0;
  border-top: 1px solid var(--clr-gray-50);
}
.sub-about-overview .info-wrap .f-wrap .info-list li img {
  width: 4rem;
}
.sub-about-overview .business-wrap {
  position: relative;
  padding-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
}
.sub-about-overview .business-wrap .business-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.sub-about-overview .business-wrap .business-list li a {
  position: relative;
      cursor: auto;
}
.sub-about-overview .business-wrap .business-list li a:hover h3 svg {
  opacity: 1;
  transform: translateX(0.8rem);
}
.sub-about-overview .business-wrap .business-list li a figure {
  aspect-ratio: 424/520;
  position: relative;
  display: flex;
}
.sub-about-overview .business-wrap .business-list li a h3 {
  display: flex;
  align-items: center;
}
.sub-about-overview .business-wrap .business-list li a h3 svg {
  opacity: 0;
  transition: opacity var(--tran-3), transform var(--tran-3);
}
.sub-about-overview .location-wrap {
  padding-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  padding-bottom: 0;
  position: relative;
}
.sub-about-overview .location-wrap .location-list {
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.sub-about-overview .location-wrap .location-list > li {
  display: flex;
  align-items: flex-start;
  gap: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
@media (max-width: 768px) {
  .sub-about-overview .location-wrap .location-list > li {
    flex-direction: column;
  }
}
.sub-about-overview .location-wrap .location-list > li img {
  width: 50%;
}
@media (max-width: 768px) {
  .sub-about-overview .location-wrap .location-list > li img {
    width: 100%;
    height: 30rem;
  }
}
.sub-about-overview .location-wrap .location-list > li .txt {
  width: 50%;
}
@media (max-width: 768px) {
  .sub-about-overview .location-wrap .location-list > li .txt {
    width: 100%;
  }
}
.sub-about-overview .location-wrap .location-list > li .txt .location-info {
  margin-top: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  border-top: 1px solid #111;
}
.sub-about-overview .location-wrap .location-list > li .txt .location-info li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--clr-gray-50);
  padding: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem) 0;
}
.sub-about-overview .location-wrap .location-list > li .txt .location-info li h4 {
  min-width: clamp(9rem, 1.9417475728vw + 8.2718446602rem, 12rem);
}
.sub-about-ceo {
  position: relative;
  padding-bottom: 0;
}
.sub-about-ceo .txt-top {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  position: relative;
  z-index: 2;
}
.sub-about-ceo .txt-top .no-container-bl {
  position: relative;
  z-index: 2;
}
.sub-about-ceo .txt-top .no-container-bl figure {
  position: absolute;
  right: 2rem;
  top: 0;
  max-width: clamp(15rem, 22.6537216828vw + 6.5048543689rem, 50rem);
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 1025px) {
  .sub-about-ceo .txt-top .no-container-bl h3,
  .sub-about-ceo .txt-wrap .no-container-bl > p {
    max-width: 72rem;
  }
}
@media (max-width: 1024px) {
  .sub-about-ceo .txt-top .no-container-bl figure {
    position: relative;
    max-width: 100%;
    right: 0;
    aspect-ratio: 16/9;
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
    max-height: 40rem;
    width: 100%;
  }
  .sub-about-ceo .txt-top .no-container-bl figure img {
    height: 100%;
  }
}
.sub-about-ceo .txt-wrap {
  margin-top: 4rem;
  padding-top: 5rem;
  padding-bottom: clamp(8rem, 3.1067961165vw + 6.8349514563rem, 12.8rem);
  background-color: #f9f9f9;
}
.sub-about-vision .vision-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: center;
}
.sub-about-vision .vision-content .vision-center {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
}
@media (max-width: 768px) {
  .sub-about-vision .vision-content .vision-center {
    grid-column: auto;
    grid-row: auto;
  }
}
.sub-about-vision .vision-content .vision-center .center-circle {
  width: clamp(20rem, 6.4724919094vw + 17.572815534rem, 30rem);
  height: clamp(20rem, 6.4724919094vw + 17.572815534rem, 30rem);
  border-radius: 50%;
  background: linear-gradient(180deg, #ff5335 0%, #ec1c24 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 1.9417475728vw + 1.2718446602rem, 5rem);
  text-align: center;
  box-shadow: 0 4px 20px rgba(236, 28, 36, 0.2);
}
@media (max-width: 768px) {
  .sub-about-vision .vision-content .vision-center .center-circle {
    width: clamp(26rem, 15.5339805825vw + 20.1747572816rem, 50rem);
    height: clamp(26rem, 15.5339805825vw + 20.1747572816rem, 50rem);
  }
}
.sub-about-vision .vision-content .vision-list {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(3rem, 1.9417475728vw + 2.2718446602rem, 6rem);
  width: 100%;
}
@media (max-width: 768px) {
  .sub-about-vision .vision-content .vision-list {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 4.8rem;
  }
}
.sub-about-vision .vision-content .vision-list li {
  background-color: #f9f9f9;
  padding: 4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .sub-about-vision .vision-content .vision-list li {
    text-align: left;
    align-items: flex-start;
  }
}
.sub-about-vision .vision-content .vision-list li .vision-icon {
  width: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  height: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(236, 28, 36, 0.3);
}
.sub-about-vision .vision-content .vision-list li .vision-icon i {
  font-size: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  color: var(--clr-primary-500);
}
.sub-about-vision .vision-content .vision-list li h3 {
  margin-bottom: 0.5rem;
}
.sub-about-vision .vision-content .vision-list li p {
  max-width: 45rem;
}
.sub-about-history .history-wrap {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #111;
}
.sub-about-history .history-wrap .history-section {
  display: grid;
  grid-template-columns: clamp(18rem, 7.7669902913vw + 15.0873786408rem, 30rem) 1fr;
  align-items: start;
  column-gap: clamp(3.6rem, 1.8122977346vw + 2.9203883495rem, 6.4rem);
  padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  border-bottom: 2px solid var(--clr-gray-50);
}
@media (max-width: 768px) {
  .sub-about-history .history-wrap .history-section {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.sub-about-history .history-wrap .history-section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sub-about-history .history-wrap .history-section.active .history-decade svg path {
  fill: var(--clr-primary-500);
}
.sub-about-history .history-wrap .history-section.active .history-decade h3 {
  color: var(--clr-primary-500);
}
.sub-about-history .history-wrap .history-section .history-decade {
  display: flex;
  align-items: center;
}
.sub-about-history .history-wrap .history-section .history-decade svg {
  position: relative;
  transition: background-color var(--tran-3), box-shadow var(--tran-3);
  width: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.sub-about-history .history-wrap .history-section .history-decade svg path {
  transition: fill var(--tran-3);
}
.sub-about-history .history-wrap .history-section .history-decade h3 {
  padding-left: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  transition: color var(--tran-3);
}
.sub-about-history .history-wrap .history-section ul {
  display: flex;
  flex-direction: column;
}
.sub-about-history .history-wrap .history-section ul li {
  display: flex;
  gap: clamp(3rem, 0.6472491909vw + 2.7572815534rem, 4rem);
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  border-bottom: 1px solid var(--clr-gray-50);
}
@media (max-width: 450px) {
  .sub-about-history .history-wrap .history-section ul li {
    flex-direction: column;
    gap: 2rem;
  }
}
.sub-about-history .history-wrap .history-section ul li:first-child {
  padding-top: 1rem;
}
.sub-about-history .history-wrap .history-section ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sub-about-history .history-wrap .history-section ul li .history-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sub-about-history .history-wrap .history-section ul li .history-content p {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
}
.sub-about-history .history-wrap .history-section ul li .history-content p b {
  font-weight: 700;
}
.sub-about-history .history-wrap .history-section ul li .history-content p span {
  margin-right: 1rem;
}
.sub-about-cert .cert-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 2.4rem;
}
@media (max-width: 1440px) {
  .sub-about-cert .cert-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .sub-about-cert .cert-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sub-about-cert .cert-list li:hover figure::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .sub-about-cert .cert-list li:hover figure::before {
    opacity: 0;
  }
}
.sub-about-cert .cert-list li:hover figure::after {
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 768px) {
  .sub-about-cert .cert-list li:hover figure::after {
    transform: scale(0);
  }
}
.sub-about-cert .click-img {
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 55rem;
  z-index: 99;
  display: none;
}
.sub-about-cert .click-img.active {
  display: block;
}
.sub-about-cert .click-img img {
  width: 100%;
  height: 100%;
}
.sub-about-cert .cert-list li figure {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  padding: 1rem;
  cursor: pointer;
  aspect-ratio: 490/615;
}
@media (max-width: 768px) {
  .sub-about-cert .cert-list li figure {
    cursor: auto;
  }
}
.sub-about-cert .cert-list li figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  opacity: 0;
}
.sub-about-cert .cert-list li figure::after {
  content: "\f002";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-family: FontAwesome;
  color: #fff;
  transition: all 0.3s;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .sub-about-cert .cert-list li figure {
    height: auto;
  }
}
.sub-about-cert .cert-list li figure img {
  height: 100%;
  width: 100%;
}
.sub-about-network {
  position: relative;
  overflow: hidden;
}
.sub-about-network hgroup {
  position: absolute;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sub-about-network hgroup {
    position: relative;
  }
}
.sub-about-network .world-bg-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
@media (max-width: 1320px) {
  .sub-about-network .world-bg-wrapper {
    height: 80vh;
  }
}
@media (max-width: 1024px) {
  .sub-about-network .world-bg-wrapper {
    height: auto;
  }
}
.sub-about-network .world-bg-wrapper .world-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/resource/images/world-bg.svg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .sub-about-network .world-bg-wrapper .world-bg {
    position: relative;
  }
}
.sub-about-network .world-bg-wrapper .wave-position {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  margin-top: -3.5rem;
  margin-left: -19.4rem;
}
@media (max-width: 1320px) {
  .sub-about-network .world-bg-wrapper .wave-position {
    margin-left: -15.8rem;
  }
}
@media (max-width: 1024px) {
  .sub-about-network .world-bg-wrapper .wave-position {
    margin-left: -9.8%;
    margin-top: -3%;
  }
}
.sub-about-network .world-bg-wrapper .wave-position .wave {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(238, 7, 7, 0.5);
  border-radius: 50%;
  opacity: 0;
  animation: wave 7s cubic-bezier(1, 2, 0.66, 3) infinite;
}
.sub-about-network .world-bg-wrapper .wave-position .wave.wave1 {
  animation-delay: 1s;
}
.sub-about-network .world-bg-wrapper .wave-position .wave.wave2 {
  animation-delay: 2s;
}
.sub-about-network .world-bg-wrapper .wave-position .wave.wave3 {
  animation-delay: 3s;
}
.sub-about-network .world-bg-wrapper .wave-position .wave.wave4 {
  animation-delay: 4s;
}
.sub-about-network .world-bg-wrapper .wave-position .wave.wave5 {
  animation-delay: 5s;
}
.sub-about-network .world-bg-wrapper .wave-position .wave.wave6 {
  animation-delay: 6s;
}
.sub-about-network .world-bg-wrapper .wave-position .wave.wave7 {
  animation-delay: 7s;
}
@keyframes wave {
  0% {
    opacity: 0;
    width: 3rem;
    height: 3rem;
  }
  30% {
    opacity: 0.3;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    width: clamp(30rem, 58.2524271845vw + 8.1553398058rem, 120rem);
    height: clamp(30rem, 58.2524271845vw + 8.1553398058rem, 120rem);
  }
}
.sub-about-network .network-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  padding: 0 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .sub-about-network .network-list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding: 4.8rem 0;
  }
}
.sub-about-network .network-list .network-card {
  background-color: #fafafa;
  padding: clamp(3rem, 1.1650485437vw + 2.5631067961rem, 4.8rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub-about-network .network-list .network-card .no-btn {
  width: max-content;
}
.sub-about-network .network-list .network-card .network-info-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sub-about-network .network-list .network-card .network-info-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--clr-gray-50);
}
.sub-about-network .network-list .network-card .network-info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sub-about-network .network-list .network-card .network-info-list li p {
  min-width: clamp(8rem, 1.2944983819vw + 7.5145631068rem, 10rem);
}

.cert-black-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9;
}

.cert-black-bg.active {
  display: block;
}

.sub-business-auto {
  position: relative;
  overflow: hidden;
}
.sub-business-auto .product-wrap {
  position: relative;
}
.sub-business-auto .product-wrap .product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem 2.4rem;
}
@media (max-width: 544px) {
  .sub-business-auto .product-wrap .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.sub-business-auto .product-wrap .product-list li figure {
  overflow: hidden;
  display: flex;
  position: relative;
  aspect-ratio: 1000/562;
  background-color: #ddd;
}
.sub-business-auto .product-wrap .product-list li figure img {
  height: 100%;
}
.sub-business-auto .process-wrap {
  padding: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem) 0;
}
.sub-business-auto .process-wrap img {
  padding: 4rem;
  background-color: #fafafa;
}
.sub-business-auto .process-wrap img.m {
  display: none;
}
@media (max-width: 768px) {
  .sub-business-auto .process-wrap img.pc {
    display: none;
  }
  .sub-business-auto .process-wrap img.m {
    display: block;
  }
}
.sub-business-auto .process-wrap .process-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
@media (max-width: 768px) {
  .sub-business-auto .process-wrap .process-info {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.sub-business-auto .process-wrap .process-info .process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sub-business-auto .process-wrap .process-info .process-item .process-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem) clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
  width: 100%;
  border: 1px solid var(--clr-gray-50);
}
.sub-business-auto .process-wrap .process-info .process-item .process-header .process-icon {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--clr-primary-500);
}
.sub-business-auto .process-wrap .process-info .process-item .process-header .process-icon svg {
  width: 2.8rem;
  height: 2.8rem;
}
.sub-business-auto .process-wrap .process-info .process-item .process-header h3 {
  margin: 0;
  font-size: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
}
.sub-business-auto .process-wrap .process-info .process-item .process-content {
  width: 100%;
  background-color: transparent;
  flex: 1;
  margin-top: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.sub-business-auto .process-wrap .process-info .process-item .process-content .process-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem);
}
.sub-business-auto .process-wrap .process-info .process-item .process-content .process-detail-list li {
  display: flex;
  align-items: center;
  text-align: left;
  padding: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem) clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  border-left: 3px solid var(--clr-primary-500);
}
.sub-business-auto .process-wrap .process-info .process-item .process-content .process-detail-list li span {
  color: #111;
  line-height: 1.6;
  font-weight: 500;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(1) {
  border-color: #e0e0e0;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(1) .process-header {
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  border-color: #e0e0e0;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(1) .process-header .process-icon {
  background-color: #e8e8e8;
  color: #666;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(1) .process-content .process-detail-list li {
  border-left-color: #666;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(2) {
  border-color: #ffe5d9;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(2) .process-header {
  background: linear-gradient(135deg, #fff5f0 0%, #ffe5d9 100%);
  border-color: #ffe5d9;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(2) .process-header .process-icon {
  background-color: #ffe5d9;
  color: #ff6b35;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(2) .process-content .process-detail-list li {
  border-left-color: #ff6b35;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(3) {
  border-color: #e8d5ff;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(3) .process-header {
  background: linear-gradient(135deg, #f5f0ff 0%, #e8d5ff 100%);
  border-color: #e8d5ff;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(3) .process-header .process-icon {
  background-color: #e8d5ff;
  color: #8b5cf6;
}
.sub-business-auto .process-wrap .process-info .process-item:nth-child(3) .process-content .process-detail-list li {
  border-left-color: #8b5cf6;
}
.sub-business-auto .biz-parts-wrap {
  padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-bottom: 0;
}
.sub-business-auto .biz-parts-wrap .biz-parts-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-top: 2px solid #111;
}
@media (max-width: 768px) {
  .sub-business-auto .biz-parts-wrap .biz-parts-list {
    grid-template-columns: 1fr;
  }
}
.sub-business-auto .biz-parts-wrap .biz-parts-list li {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--clr-gray-50);
  gap: 1rem;
}
.sub-business-auto .biz-parts-wrap .biz-parts-list li i {
  color: var(--clr-primary-500);
}
.sub-business-power .power-direction {
  width: 100%;
}
.sub-business-power .power-direction .direction-wrapper {
  display: grid;
  grid-template-columns: clamp(20rem, 6.4724919094vw + 17.572815534rem, 30rem) 1fr;
  gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  align-items: start;
}
@media (max-width: 768px) {
  .sub-business-power .power-direction .direction-wrapper {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.sub-business-power .power-direction .direction-wrapper .direction-items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.sub-business-power .power-direction .direction-wrapper .direction-items .direction-item {
  display: flex;
  align-items: center;
  border: 2px solid var(--clr-gray-50);
  min-height: clamp(12rem, 3.8834951456vw + 10.5436893204rem, 18rem);
}
.sub-business-power .power-direction .direction-wrapper .direction-items .direction-item .direction-icon {
  width: clamp(12rem, 3.8834951456vw + 10.5436893204rem, 18rem);
  height: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  flex-shrink: 0;
  position: relative;
}
.sub-business-power .power-direction .direction-wrapper .direction-items .direction-item .direction-icon img {
  width: clamp(5rem, 0.6472491909vw + 4.7572815534rem, 6rem);
}
.sub-business-power .power-direction .direction-wrapper .direction-items .direction-item .direction-content {
  padding: 2rem clamp(3rem, 1.2944983819vw + 2.5145631068rem, 5rem);
}
.sub-business-power .power-application {
  width: 100%;
  padding: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem) 0;
}
.sub-business-power .power-application .application-wrapper {
  display: grid;
  grid-template-columns: clamp(20rem, 6.4724919094vw + 17.572815534rem, 30rem) 1fr;
  gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  align-items: start;
}
@media (max-width: 768px) {
  .sub-business-power .power-application .application-wrapper {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.sub-business-power .power-application .application-wrapper .application-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
@media (max-width: 450px) {
  .sub-business-power .power-application .application-wrapper .application-grid {
    grid-template-columns: 1fr;
  }
}
.sub-business-power .power-application .application-wrapper .application-grid .application-item {
  position: relative;
}
.sub-business-power .power-application .application-wrapper .application-grid .application-item figure {
  position: relative;
  display: flex;
  overflow: hidden;
  aspect-ratio: 600/400;
  background-color: #999;
}
.sub-business-power .power-application .application-wrapper .application-grid .application-item h3 {
  position: absolute;
  left: 3rem;
  bottom: 2.4rem;
}
.sub-business-power .power-platform {
  width: 100%;
  padding-bottom: 0;
}
.sub-business-power .power-platform .platform-wrapper {
  display: grid;
  grid-template-columns: clamp(20rem, 6.4724919094vw + 17.572815534rem, 30rem) 1fr;
  gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  align-items: start;
}
@media (max-width: 768px) {
  .sub-business-power .power-platform .platform-wrapper {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.sub-business-power .power-platform .platform-wrapper .platform-process-panel .platform-step {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  padding: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem) 0;
  border-bottom: 1px solid var(--clr-gray-50);
}
@media (max-width: 450px) {
  .sub-business-power .power-platform .platform-wrapper .platform-process-panel .platform-step {
    align-items: flex-start;
  }
}
.sub-business-power .power-platform .platform-wrapper .platform-process-panel .platform-step:first-child {
  padding-top: 0;
}
.sub-business-power .power-platform .platform-wrapper .platform-process-panel .platform-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 450px) {
  .sub-business-power .power-platform .platform-wrapper .platform-process-panel .platform-step {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.sub-business-power .power-platform .platform-wrapper .platform-process-panel .platform-step .platform-step-icon {
  width: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
  height: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
  background-color: var(--clr-primary-500);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sub-business-power .power-platform .platform-wrapper .platform-process-panel .platform-step .platform-step-icon .step-number {
  font-size: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.sub-business-power .power-platform .platform-wrapper .platform-process-panel .platform-step .platform-step-icon .step-label {
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  font-weight: 500;
  color: #fff;
  margin-top: 0.4rem;
}
.sub-business-power .power-packaging {
  width: 100%;
  padding-bottom: 0;
}
.sub-business-power .power-packaging .packaging-wrapper {
  display: grid;
  grid-template-columns: clamp(20rem, 6.4724919094vw + 17.572815534rem, 30rem) 1fr;
  gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  align-items: start;
}
@media (max-width: 768px) {
  .sub-business-power .power-packaging .packaging-wrapper {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.sub-business-power .power-packaging .packaging-table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
  border-top: 1px solid var(--clr-gray-50);
}
@media (max-width: 450px) {
  .sub-business-power .power-packaging .packaging-table {
    display: block;
    border-spacing: 0;
  }
}
@media (max-width: 450px) {
  .sub-business-power .power-packaging .packaging-table tbody {
    display: block;
  }
}
@media (max-width: 450px) {
  .sub-business-power .power-packaging .packaging-table tr {
    display: block;
  }
}
.sub-business-power .power-packaging .packaging-table td {
  border-bottom: 1px solid var(--clr-gray-50);
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 450px) {
  .sub-business-power .power-packaging .packaging-table td {
    display: block;
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.sub-business-power .power-packaging .packaging-table .packaging-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: clamp(5.6rem, 1.0355987055vw + 5.2116504854rem, 7.2rem);
  padding: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  transition: background-color 0.2s ease;
}
.sub-business-power .power-packaging .packaging-table .packaging-link i {
  color: var(--clr-primary-500);
  flex-shrink: 0;
}
.sub-business-power .power-packaging .packaging-table .packaging-link:hover {
  background-color: #fafafa;
}
.sub-business-global {
  position: relative;
  overflow: hidden;
}
.sub-business-global .facility-wrap {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.sub-business-global .facility-wrap img {
  aspect-ratio: 16/9;
}
.sub-business-global .facility-wrap .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.sub-business-global .facility-wrap .info-grid article {
  border: 1px solid var(--clr-gray-50);
  padding: 2.4rem;
}
.sub-business-global .facility-wrap .info-grid article .info-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--clr-gray-50);
}
.sub-business-global .facility-wrap .info-grid article .info-head i {
  color: var(--clr-primary-500);
}
.sub-business-global .oem-wrap {
  padding-bottom: 0;
}
.sub-business-global .oem-wrap img {
  border: 1px solid var(--clr-gray-50);
}
.sub-business-global .equip-wrap {
  padding-bottom: 0;
}
.sub-business-global .equip-wrap .equip-table {
  width: 100%;
  border: 2px solid #1a1a1a;
  background-color: #fff;
}
.sub-business-global .equip-wrap .equip-row {
  display: grid;
  grid-template-columns: clamp(18rem, 2.5889967638vw + 17.0291262136rem, 22rem) 1fr clamp(18rem, 2.5889967638vw + 17.0291262136rem, 22rem);
  align-items: stretch;
  border-top: 1px solid #d5d7dc;
}
@media (max-width: 768px) {
  .sub-business-global .equip-wrap .equip-row {
    grid-template-columns: 1fr;
  }
}
.sub-business-global .equip-wrap .equip-row:first-child {
  border-top: none;
}
.sub-business-global .equip-wrap .equip-head {
  border-top: none;
}
.sub-business-global .equip-wrap .equip-head .equip-col {
  min-height: 5.4rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  color: #fff;
  background-color: #111;
}
.sub-business-global .equip-wrap .equip-col {
  padding: 2.2rem 2rem;
}
.sub-business-global .equip-wrap .equip-col.--title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d5d7dc;
  text-align: center;
}
.sub-business-global .equip-wrap .equip-col.--title strong {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
  font-weight: 600;
}
.sub-business-global .equip-wrap .equip-col.--flow {
  overflow: visible;
}
.sub-business-global .equip-wrap .equip-col.--note {
  border-left: 1px solid #d5d7dc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sub-business-global .equip-wrap .equip-col.--note p {
  font-weight: 700;
  color: #111;
}
@media (max-width: 768px) {
  .sub-business-global .equip-wrap .equip-col.--note {
    border-left: 0;
    border-top: 1px solid #d5d7dc;
    align-items: flex-start;
    text-align: left;
  }
}
.sub-business-global .equip-wrap .equip-flow {
  display: flex;
  flex-wrap: wrap;
}
.sub-business-global .equip-wrap .equip-flow.--smt {
  flex-wrap: nowrap;
}
.sub-business-global .equip-wrap .equip-flow.--smt .step {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
}
.sub-business-global .equip-wrap .equip-flow.--equal {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sub-business-global .equip-wrap .equip-flow .step {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2.4rem 0.8rem 2rem;
  font-weight: 500;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%, 1.4rem 50%);
  font-size: 1.4rem;
  text-align: center;
}
.sub-business-global .equip-wrap .equip-flow .step.--red {
  background: linear-gradient(90deg, #e21124 0%, #93000f 100%);
}
.sub-business-global .equip-wrap .equip-flow .step.--dark {
  background: linear-gradient(90deg, #3f4249 0%, #111318 100%);
}
.sub-business-global .equip-wrap .equip-flow .step.--long {
  min-width: 100%;
}
.sub-business-global .equip-wrap .equip-flow .step.--grow {
  flex: 1;
}
.sub-business-global .equip-wrap .equip-flow .step.--half {
  width: 100%;
}
.sub-business-global .equip-wrap .equip-flow.--stack-equal .step {
  width: 100%;
  justify-content: center;
}
.sub-business-global .equip-wrap .equip-row:nth-child(3) .equip-flow.--line1 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  gap: 0.4rem;
}
.sub-business-global .equip-wrap .equip-row:nth-child(3) .equip-flow.--line1 .step {
  width: 100%;
  justify-content: center;
}
.sub-business-global .equip-wrap .equip-row:nth-child(3) .equip-flow.--line2 {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 0.4rem;
}
.sub-business-global .equip-wrap .equip-row:nth-child(3) .equip-flow.--line2 .step {
  width: 100%;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sub-business-global .equip-wrap .equip-row {
    grid-template-columns: 16rem 1fr 16rem;
  }
  .sub-business-global .equip-wrap .equip-col {
    padding: 1.6rem 1.2rem;
  }
  .sub-business-global .equip-wrap .equip-flow {
    gap: 0.3rem;
  }
  .sub-business-global .equip-wrap .equip-flow .step {
    min-height: 4.4rem;
    font-size: 1.2rem;
    padding: 0.6rem 1.5rem 0.6rem 1.3rem;
  }
  .sub-business-global .equip-wrap .equip-flow.--smt {
    flex-wrap: wrap;
  }
  .sub-business-global .equip-wrap .equip-row:nth-child(3) .equip-flow.--line1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .sub-business-global .equip-wrap .equip-head {
    display: none;
  }
  .sub-business-global .equip-wrap .equip-row {
    grid-template-columns: 1fr;
  }
  .sub-business-global .equip-wrap .equip-col {
    padding: 1.6rem;
  }
  .sub-business-global .equip-wrap .equip-col.--title {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #d5d7dc;
  }
  .sub-business-global .equip-wrap .equip-col.--note {
    border-left: 0;
    border-top: none;
    text-align: center;
    align-items: center;
  }
  .sub-business-global .equip-wrap .equip-flow {
    gap: 0.6rem;
  }
  .sub-business-global .equip-wrap .equip-flow.--smt, .sub-business-global .equip-wrap .equip-flow.--line1, .sub-business-global .equip-wrap .equip-flow.--line2, .sub-business-global .equip-wrap .equip-flow.--equal, .sub-business-global .equip-wrap .equip-flow.--stack-equal {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
  }
  .sub-business-global .equip-wrap .equip-flow .step {
    width: 100%;
    min-height: 4.2rem;
    justify-content: center;
  }
  .sub-business-global .equip-wrap .equip-row:nth-child(3) .equip-flow.--line1,
  .sub-business-global .equip-wrap .equip-row:nth-child(3) .equip-flow.--line2 {
    grid-template-columns: 1fr;
  }
}

.sub-product {
  position: relative;
  overflow: hidden;
}
.sub-product .product-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  display: grid;
}
@media (max-width: 768px) {
  .sub-product .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .sub-product .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-product .product-list li a {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(2rem, 1.9417475728vw + 1.2718446602rem, 5rem);
  border: 2px solid transparent;
  transition: border 0.3s;
}
.sub-product .product-list li a img {
  aspect-ratio: 240/200;
  max-width: 24rem;
  transition: transform 0.6s;
}
@media (max-width: 768px) {
  .sub-product .product-list li a img {
    max-width: 80%;
  }
}
.sub-product .product-list li a h3 {
  text-align: center;
  transition: color 0.3s;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1.5rem;
}
.sub-product .product-list li a:hover {
  border: 2px solid var(--clr-primary-500);
}
.sub-product .product-list li a:hover img {
  transform: scale(1.02);
}
.sub-product .product-list li a:hover h3 {
  color: var(--clr-primary-500);
}

.sub-view-product .view-top {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sub-view-product .no-board-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sub-view-product .no-board-nav__items {
  display: flex;
  flex-direction: column;
}
.sub-view-product .no-board-nav__items li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}
.sub-view-product .no-board-nav__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 1.6rem;
}
.sub-view-product .no-board-nav__link:hover {
  background-color: #fafafa;
}
.sub-view-product .no-board-nav__division {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: 1.6rem;
}
.sub-view-product .no-board-nav__division p {
  font-size: 1.6rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .sub-view-product .no-board-nav__division p {
    font-size: 1.4rem;
  }
}
.sub-view-product .no-board-nav__title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .sub-view-product .no-board-nav__title {
    font-size: 1.4rem;
  }
}
.sub-view-product .no-board-nav__date {
  font-size: 1.4rem;
  font-weight: 300;
  padding-right: 1rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sub-view-product .no-board-nav__date {
    display: none;
  }
}
.sub-view-product .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.sub-view-product .view-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  border: 1px solid #ddd;
  transition: ease all 0.4s;
  white-space: nowrap;
  font-size: 1.6rem;
  width: 12rem;
  line-height: 1.68;
  box-sizing: border-box;
}
.sub-view-product .view-btn a:hover {
  border: 1px solid var(--clr-primary-500);
  color: var(--clr-primary-500);
}
.sub-view-product .contents * {
  font-family: var(--family-base);
}
.sub-view-product .contents > h3 {
  margin-top: 0;
  font-size: clamp(2.8rem, 2.2vw, 4rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--clr-text-primary);
  margin-bottom: 1.2rem;
}
.sub-view-product .contents > p {
  margin: 0;
  font-size: clamp(1.5rem, 1vw, 1.8rem);
  line-height: 1.9;
  font-weight: 400;
  color: var(--clr-text-secondary);
}
.sub-view-product .contents > h3:not(:first-child) {
  font-size: clamp(2rem, 1.5vw, 2.8rem);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--clr-text-primary);
}
.sub-view-product .contents > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-view-product .contents > ul > li {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  font-size: clamp(1.5rem, 1vw, 1.8rem);
  line-height: 1.9;
  font-weight: 400;
  color: var(--clr-text-secondary);
}
.sub-view-product .contents > ul > li::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #222;
}
.sub-view-product .contents .btn-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
}
.sub-view-product .contents .btn-wrap .no-btn {
  background-color: #111;
  width: 20rem;
  height: 5.6rem;
  color: #fff;
}
.sub-view-product .contents .btn-wrap .no-btn:hover {
  border: 1px solid var(--clr-primary-500);
}
.sub-view-product .contents .btn-wrap .no-btn .no-btn__layer.--hover {
  background-color: var(--clr-primary-500);
  border: 1px solid var(--clr-primary-500);
  outline: 1px solid var(--clr-primary-500);
}

.sub-esg .strategy-wrap .strategy-list {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .sub-esg .strategy-wrap .strategy-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-esg .strategy-wrap .strategy-list > li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sub-esg .strategy-wrap .strategy-list > li figure {
  display: flex;
  position: relative;
  overflow: hidden;
}
.sub-esg .strategy-wrap .strategy-list > li .txt {
  margin-top: 1.2rem;
  background-color: #f9f9f9;
  padding: clamp(2.4rem, 0.3883495146vw + 2.254368932rem, 3rem);
  flex: 1;
}
.sub-esg .strategy-wrap .strategy-list > li .txt .num-list {
  border-top: 1px solid var(--clr-gray-50);
  margin-top: 2rem;
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sub-esg .strategy-wrap .strategy-list > li .txt .num-list li {
  display: flex;
  align-items: flex-start;
}
.sub-esg .strategy-wrap .strategy-list > li .txt .num-list li span {
  min-width: 3.2rem;
}
.sub-esg .org-wrap {
  padding: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem) 0;
}
.sub-esg .org-wrap img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.sub-esg .org-wrap img.m {
  display: none;
}
@media (max-width: 768px) {
  .sub-esg .org-wrap img.pc {
    display: none;
  }
  .sub-esg .org-wrap img.m {
    display: block;
  }
}
.sub-esg .policy-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.sub-esg .policy-wrap .policy-list {
  display: flex;
  flex-direction: column;
}
.sub-esg .policy-wrap .policy-list li {
  border-bottom: 1px solid var(--clr-gray-50);
}
.sub-esg .policy-wrap .policy-list li:first-child {
  border-top: 1px solid var(--clr-gray-50);
}
.sub-esg .policy-wrap .policy-list li .policy-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  padding: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem) 0;
}
@media (max-width: 768px) {
  .sub-esg .policy-wrap .policy-list li .policy-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.sub-esg .policy-wrap .policy-list li .policy-content .policy-text {
  flex: 1;
}
.sub-esg .policy-wrap .policy-list li .policy-content .policy-text h3 {
  margin-bottom: 0;
}
.sub-esg .policy-wrap .policy-list li .policy-content .policy-text p {
  line-height: 1.6;
  margin-top: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.sub-esg .policy-wrap .policy-list li .policy-content .policy-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem) clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  background-color: #111;
  color: #fff;
  transition: background-color var(--tran-3), transform var(--tran-3);
  white-space: nowrap;
  width: clamp(20rem, 2.5889967638vw + 19.0291262136rem, 24rem);
}
@media (max-width: 768px) {
  .sub-esg .policy-wrap .policy-list li .policy-content .policy-download-btn {
    width: auto;
  }
}
.sub-esg .policy-wrap .policy-list li .policy-content .policy-download-btn svg {
  min-width: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
  min-height: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
  width: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
  height: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
}
.sub-esg .policy-wrap .policy-list li .policy-content .policy-download-btn:hover {
  background-color: var(--clr-primary-500);
}
.sub-esg-inspect .inspect-safe {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid var(--clr-gray-50);
  border-bottom: 1px solid var(--clr-gray-50);
  margin-top: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  padding-top: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  margin-bottom: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  padding-bottom: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
@media (max-width: 768px) {
  .sub-esg-inspect .inspect-safe {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.sub-esg-inspect .inspect-safe h2 {
  min-width: clamp(15rem, 12.9449838188vw + 10.145631068rem, 35rem);
}
.sub-esg-inspect .inspect-safe .safe-list {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.sub-esg-inspect .inspect-process {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  padding-bottom: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  border-bottom: 1px solid var(--clr-gray-50);
}
@media (max-width: 768px) {
  .sub-esg-inspect .inspect-process {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.sub-esg-inspect .inspect-process hgroup {
  min-width: clamp(15rem, 12.9449838188vw + 10.145631068rem, 35rem);
}
.sub-esg-inspect .inspect-process img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-width: 0;
}
.sub-esg-inspect .inspect-process img.m {
  display: none;
}
@media (max-width: 544px) {
  .sub-esg-inspect .inspect-process img.pc {
    display: none;
  }
  .sub-esg-inspect .inspect-process img.m {
    display: block;
  }
}
.sub-esg-inspect .btn-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
}
.sub-esg-inspect .btn-wrap .no-btn {
  background-color: #111;
  width: clamp(15rem, 9.7087378641vw + 11.359223301rem, 30rem);
  height: clamp(4.8rem, 1.8122977346vw + 4.1203883495rem, 7.6rem);
  color: #fff;
}
.sub-esg-inspect .btn-wrap .no-btn p {
  font-size: clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
}
.sub-esg-inspect .btn-wrap .no-btn:hover {
  border: 1px solid var(--clr-primary-500);
}
.sub-esg-inspect .btn-wrap .no-btn .no-btn__layer.--hover {
  background-color: var(--clr-primary-500);
  border: 1px solid var(--clr-primary-500);
  outline: 1px solid var(--clr-primary-500);
}

.sub-career-guide .talent-wrap .talent-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 768px) {
  .sub-career-guide .talent-wrap .talent-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sub-career-guide .talent-wrap .talent-list li figure {
  border-radius: 50%;
  border: 1px dashed var(--clr-gray-50);
  width: 100%;
  aspect-ratio: 1;
  padding: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-career-guide .talent-wrap .talent-list li figure img {
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 15px 15px 30px rgba(37, 37, 37, 0.08);
}
.sub-career-guide .life-wrap {
  position: relative;
}
.sub-career-guide .life-wrap .no-container-bl {
  display: flex;
  flex-direction: column;
  min-height: clamp(40rem, 12.9449838188vw + 35.145631068rem, 60rem);
  justify-content: center;
}
.sub-career-guide .process-wrap {
  margin-top: clamp(8rem, 3.1067961165vw + 6.8349514563rem, 12.8rem);
  position: relative;
}
.sub-career-guide .process-wrap img {
  width: 100%;
  display: flex;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .sub-career-guide .process-wrap img {
    width: 100%;
  }
}
@media (max-width: 544px) {
  .sub-career-guide .process-wrap img.pc {
    display: none;
  }
}
.sub-career-guide .process-wrap img.m {
  display: none;
}
@media (max-width: 544px) {
  .sub-career-guide .process-wrap img.m {
    display: block;
  }
}
.sub-career-guide .welfare-wrap {
  margin-top: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem);
  position: relative;
}
.sub-career-guide .welfare-wrap .welfare-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 768px) {
  .sub-career-guide .welfare-wrap .welfare-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-career-guide .welfare-wrap .welfare-list li {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  gap: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  padding: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
.sub-career-guide .welfare-wrap .welfare-list li figure {
  min-width: clamp(8rem, 1.2944983819vw + 7.5145631068rem, 10rem);
  min-height: clamp(8rem, 1.2944983819vw + 7.5145631068rem, 10rem);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sub-career-guide .welfare-wrap .welfare-list li figure img {
  width: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
}
.sub-career-recruit .recruit-list {
  border-top: 2px solid #111;
}
.sub-career-recruit .recruit-list li {
  opacity: 0.6;
  pointer-events: none;
}
.sub-career-recruit .recruit-list li.--active {
  pointer-events: auto;
  opacity: 1;
}
.sub-career-recruit .recruit-list li a:hover button {
  background-color: var(--clr-gray-900);
}
.sub-career-recruit .recruit-list li a:hover button i {
  color: #fff;
}
.sub-career-recruit .recruit-list li a .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid var(--clr-gray-50);
  padding: 2.4rem 2rem;
}
.sub-career-recruit .recruit-list li a .top .title {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.sub-career-recruit .recruit-list li a .top .title h3 {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sub-career-recruit .recruit-list li a .top .title .group {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.sub-career-recruit .recruit-list li a .top .title .group .status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.2rem;
  font-size: clamp(1.3rem, 0.0647249191vw + 1.2757281553rem, 1.4rem);
  font-weight: 500;
  white-space: nowrap;
  color: #666;
  border: 1px solid #d0d0d0;
  min-width: 7rem;
  text-align: center;
}
.sub-career-recruit .recruit-list li a .top .title .group .status.--active {
  color: #fff;
  background-color: var(--clr-gray-900);
}
@media (max-width: 768px) {
  .sub-career-recruit .recruit-list li a .top .title .group .status {
    width: max-content;
  }
}
.sub-career-recruit .recruit-list li a .top button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-gray-700);
  width: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  height: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  border: 1px solid #ddd;
  border-radius: 50%;
}

.sub-pr-news {
  padding-top: var(--section-lg);
  position: relative;
  overflow: hidden;
}
.sub-pr-news .pr-wrap .new-pr {
  border-bottom: 1px solid var(--clr-gray-50);
}
.sub-pr-catalog {
  position: relative;
  overflow: hidden;
}
.sub-pr-catalog .catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .sub-pr-catalog .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .sub-pr-catalog .catalog-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-pr-catalog .catalog-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(3rem, 1.1650485437vw + 2.5631067961rem, 4.8rem);
  background-color: #fff;
  border: 1px solid var(--clr-gray-50);
  transition: transform var(--tran-3), box-shadow var(--tran-3);
  width: 100%;
}
.sub-pr-catalog .catalog-list li h3 {
  overflow-wrap: anywhere;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sub-pr-catalog .catalog-list li .catalog-download-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem) clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  border: 2px solid #111;
  background-color: #fff;
  color: #111;
  transition: background-color var(--tran-3), color var(--tran-3);
  margin-top: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.sub-pr-catalog .catalog-list li .catalog-download-btn svg {
  width: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
  height: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
}
.sub-pr-catalog .catalog-list li .catalog-download-btn:hover {
  background-color: var(--clr-primary-500);
  color: #fff;
  border-color: var(--clr-primary-500);
}
.sub-pr-awards .awards-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.4rem;
}
.sub-pr-awards .awards-list li a:hover h3 {
  color: var(--clr-primary-500);
}
.sub-pr-awards .awards-list li a:hover figure .gallery-more-btn {
  opacity: 1;
}
.sub-pr-awards .awards-list li a figure {
  aspect-ratio: 700/350;
  display: flex;
  position: relative;
}
.sub-pr-awards .awards-list li a figure .gallery-more-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #222;
  opacity: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: var(--clr-primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-pr-awards .awards-list li a figure .gallery-more-btn i {
  color: #fff;
  font-size: 2rem;
}
.sub-pr-awards .awards-list li a .txt {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  background-color: #f9f9f9;
  height: 20rem;
}
.sub-pr-awards .awards-list li a .txt h3 {
  transition: color var(--tran-3);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sub-news-show-visual {
  position: relative;
  overflow: hidden;
  height: 90vh;
  width: 100%;
  padding-bottom: clamp(3rem, 0.6472491909vw + 2.7572815534rem, 4rem);
}
.sub-news-show-visual::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
@media (max-width: 544px) {
  .sub-news-show-visual::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.sub-news-show-visual .no-container-xl {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.sub-news-show-visual .no-container-xl hgroup p {
  margin-top: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.sub-news-show-visual .no-container-xl hgroup .down-btn {
  margin-top: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid transparent;
  transition: border var(--tran-15);
}
.sub-news-show-visual .no-container-xl hgroup .down-btn:hover {
  border: 1px solid #fff;
}
.sub-news-show-visual .no-container-xl hgroup .down-btn span {
  width: 3rem;
  height: 3rem;
  color: #fff;
}
.sub-news-show-contents {
  padding-bottom: 0;
}
.sub-news-show-contents .contents * {
  font-family: var(--family-base);
}
.sub-news-show-contents .contents b {
  font-weight: 700;
}
.sub-news-show-contents .contents img {
	width: 100% !important;
}
.sub-news-view .no-board-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 8rem;
}

.sub-news-view .no-board-nav__items {
  display: flex;
  flex-direction: column;
}

.sub-news-view .no-board-nav__items li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}

.sub-news-view .no-board-nav__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 1.6rem;
}

.sub-news-view .no-board-nav__link:nth-child(2n) {
  display: none;
}

.sub-news-view .no-board-nav__division {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: 1.6rem;
}

.sub-news-view .no-board-nav__division p {
  font-size: 1.6rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .sub-news-view .no-board-nav__division p {
    font-size: 1.4rem;
  }
}
.sub-news-view .no-board-nav__title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .sub-news-view .no-board-nav__title {
    font-size: 1.4rem;
  }
}
.sub-news-view .no-board-nav__date {
  font-size: 1.4rem;
  font-weight: 300;
  padding-right: 1rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .sub-news-view .no-board-nav__date {
    display: none;
  }
}
.sub-news-view .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.sub-news-view .view-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  border: 1px solid #ddd;
  transition: ease all 0.4s;
  white-space: nowrap;
  font-size: 1.6rem;
  width: 12rem;
  line-height: 1.68;
  box-sizing: border-box;
}

.sub-news-view .view-btn a:hover {
  border: 1px solid var(--clr-primary-500);
  color: var(--clr-primary-500);
}

.sub-support-qna .qna-list {
  display: flex;
  flex-direction: column;
}
.sub-support-qna .qna-list li {
  padding: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem) clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  transition: background-color var(--tran-3), border var(--tran-3);
  border-bottom: 1px solid var(--clr-gray-50);
  cursor: pointer;
}
.sub-support-qna .qna-list li:hover {
  border-bottom: 1px solid #111;
}
.sub-support-qna .qna-list li.active {
  border-bottom: 1px solid #111;
}
.sub-support-qna .qna-list li.active h3 {
  color: var(--clr-primary-500);
}
.sub-support-qna .qna-list li.active .top .plus-icon .vertical {
  transform: rotate(90deg);
  opacity: 0;
}
.sub-support-qna .qna-list li .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.sub-support-qna .qna-list li .top h3 {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  line-height: 1.3;
}
.sub-support-qna .qna-list li .top .plus-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  height: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  display: flex;
  position: relative;
}
.sub-support-qna .qna-list li .top .plus-icon .horizon {
  width: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  height: 1px;
  position: absolute;
  background-color: #111;
}
.sub-support-qna .qna-list li .top .plus-icon .vertical {
  width: 1px;
  height: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  position: absolute;
  background-color: #111;
}
.sub-support-qna .qna-list li .answer {
  display: none;
  overflow: hidden;
  padding: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem) 2rem 0 0;
}
.sub-support-qna .qna-list li .answer p {
  font-size: var(--body-md-fs);
  font-weight: 400;
  line-height: 1.68;
  color: #111;
}
.sub-support-qna .qna-list li .answer p * {
  font-size: var(--body-md-fs);
  font-weight: 400;
  line-height: 1.68;
  color: #111;
}
.sub-support-qna .qna-list li .answer p br {
  display: block !important;
}
.sub-support-contact form .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  border-top: 2px solid #111;
  padding-top: 4rem;
  margin-top: 4rem;
}
@media (max-width: 544px) {
  .sub-support-contact form .input-wrap {
    gap: 2.4rem;
  }
}
.sub-support-contact form .input-wrap li {
  display: flex;
  align-items: center;
}
@media (max-width: 544px) {
  .sub-support-contact form .input-wrap li {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.sub-support-contact form .input-wrap li.textarea {
  align-items: flex-start;
}
.sub-support-contact form .input-wrap li.check {
  align-items: flex-start;
  margin-bottom: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.sub-support-contact form .input-wrap li.check .check-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem) clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.sub-support-contact form .input-wrap li.check .check-wrap label {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.sub-support-contact form .input-wrap li.check .check-wrap label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sub-support-contact form .input-wrap li.check .check-wrap label .ico {
  border-radius: 50%;
  aspect-ratio: 1;
  width: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  border: 2px solid #212121;
  position: relative;
}
.sub-support-contact form .input-wrap li.check .check-wrap label .ico::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #212121;
  border-radius: 50%;
  width: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  aspect-ratio: 1;
  opacity: 0;
}
.sub-support-contact form .input-wrap li.check .check-wrap label .ico.on::before {
  opacity: 1;
}
.sub-support-contact form .input-wrap li.check .check-wrap label span {
  white-space: nowrap;
}
.sub-support-contact form .input-wrap li.consent {
  flex-direction: column;
}
.sub-support-contact form .input-wrap li.consent .f-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.sub-support-contact form .input-wrap li.consent .f-wrap figure {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem);
  cursor: pointer;
}
.sub-support-contact form .input-wrap li.consent .f-wrap figure .check {
  width: 2rem;
  height: 2rem;
  display: none;
}
.sub-support-contact form .input-wrap li.consent .f-wrap figure input + label {
  display: block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #424242;
  cursor: pointer;
}
.sub-support-contact form .input-wrap li.consent .f-wrap figure input + label.active {
  background: url(/resource/images/icon/check.svg);
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-support-contact form .input-wrap li.consent .f-wrap figure label {
  cursor: pointer;
}
.sub-support-contact form .input-wrap li.consent .cont_box {
  background-color: #f6f7f8;
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  width: 100%;
  line-height: 1.7;
  color: #999;
}
.sub-support-contact form .input-wrap li.consent .cont_box br {
  display: block !important;
}
.sub-support-contact form .input-wrap li h3 {
  min-width: clamp(15rem, 6.4724919094vw + 12.572815534rem, 25rem);
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.sub-support-contact form .input-wrap li .file-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 1rem;
}
.sub-support-contact form .input-wrap li .file-wrap input {
  width: 100%;
  pointer-events: none;
}
.sub-support-contact form .input-wrap li .file-wrap .file_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  width: 16rem;
  border: 2px solid var(--clr-gray-700);
  color: var(--clr-gray-800);
  transition: color var(--tran-15), background-color var(--tran-15);
}
.sub-support-contact form .input-wrap li .file-wrap .file_btn:hover {
  border-color: var(--clr-primary-500);
  color: var(--clr-primary-500);
}
.sub-support-contact form .input-wrap li .file-wrap #file,
.sub-support-contact form .input-wrap li .file-wrap #price_file {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.sub-support-contact form .input-wrap li .captcha-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 1rem;
}
.sub-support-contact form .input-wrap li .captcha-wrap .captcha-img {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0, 0, 0, 0.2);
  min-width: 15rem;
}
@media (max-width: 544px) {
  .sub-support-contact form .input-wrap li .captcha-wrap .captcha-img {
    min-width: 10rem;
  }
}
.sub-support-contact form .input-wrap li .captcha-wrap .captcha-img img {
  width: 60%;
}
@media (max-width: 768px) {
  .sub-support-contact form .input-wrap li .captcha-wrap .captcha-img img {
    width: 90%;
  }
}
@media (max-width: 544px) {
  .sub-support-contact form .input-wrap li .captcha-wrap .captcha-img img {
    width: 100%;
  }
}
.sub-support-contact form .input-wrap li .captcha-wrap input {
  width: 70%;
}
.sub-support-contact form input,
.sub-support-contact form textarea {
  width: 100%;
  padding: 1.5rem 2rem;
  background-color: #f9f9f9;
  border: none;
  border: 2px solid transparent;
  transition: border var(--tran-15);
}
.sub-support-contact form input:focus,
.sub-support-contact form textarea:focus {
  border: 2px solid #767676;
  outline: none;
}
.sub-support-contact form textarea {
  resize: vertical;
  min-height: 15rem;
  max-height: 30rem;
}
.sub-support-contact form input:-webkit-autofill,
.sub-support-contact form textarea:-webkit-autofill {
  -webkit-text-fill-color: #212121;
  -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
  box-shadow: 0 0 0px 1000px #f9f9f9 inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "Pretendard";
}
.sub-support-contact form .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(6.4rem, 2.071197411vw + 5.6233009709rem, 9.6rem);
}
.sub-support-contact form .btn-wrap .no-btn {
  padding: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem) clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.sub-support-contact form .btn-wrap .no-btn .no-btn__layer.--hover {
  background-color: var(--clr-primary-500);
  border: 1px solid var(--clr-primary-500);
}

.no-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.24s;
}
.no-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.24s ease;
}
.no-modal .no-modal__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.24s ease;
}
.no-modal.is-open .no-modal__dim {
  opacity: 1;
}
.no-modal .no-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%);
  width: min(480px, 100% - 40px);
  background: #fff;
  padding: 22px 24px 18px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.22);
  color: #111;
  opacity: 0;
  transition: opacity 0.24s ease, transform 0.24s ease;
  will-change: opacity, transform;
}
.no-modal.is-open .no-modal__panel {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.no-modal .no-modal__x {
  position: absolute;
  right: 20px;
  top: 10px;
  border-radius: 999px;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}
.no-modal .no-modal__x:hover {
  opacity: 1;
}
.no-modal .no-modal__title {
  margin: 4px 0 10px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}
.no-modal .no-modal__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--clr-gray-700);
  white-space: pre-line;
}
.no-modal .no-modal__btns {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}
.no-modal .no-modal__btn {
  height: 36px;
  padding: 0 18px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #111;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.no-modal .no-modal__btn.--ok {
  color: #111;
}
.no-modal .no-modal__btn.--ok:hover {
  background: #111;
  color: #fff;
}
@media (max-width: 544px) {
  .no-modal .no-modal__panel {
    width: calc(100% - 32px);
    padding: 20px 18px 16px;
    border-radius: 16px;
  }
  .no-modal .no-modal__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .no-modal .no-modal__desc {
    font-size: 15px;
  }
  .no-modal .no-modal__btn {
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .no-modal,
  .no-modal .no-modal__dim,
  .no-modal .no-modal__panel {
    transition: none;
  }
}

/*# sourceMappingURL=style.css.map */
