@charset "UTF-8";
/* 리셋 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: theme("borderColor.DEFAULT", "currentColor"); /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: theme("fontFamily.sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: theme("colors.gray.400", #9ca3af); /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: theme("colors.gray.400", #9ca3af); /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: auto;
  font-smooth: never;
  font-smooth: always;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

hr, caption {
  display: none;
}

a:link, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

/* Common */
html, body {
  font-family: "pretendard";
  font-size: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1540px) {
  html, body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1279px) {
  html, body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  html, body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none; /* 밑줄 제거 (선택 사항) */
  color: inherit; /* 부모 요소의 색상을 그대로 물려받음 */
}

.a11y-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .mobile-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-none {
    display: none !important;
  }
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: inherit;
  }
}

html:has(.header-sitemap.is-active), body:has(.header-sitemap.is-active) {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  html:has(.header-sitemap.is-active), body:has(.header-sitemap.is-active) {
    overflow: inherit;
  }
}

.common-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 962px) {
  .common-wrap {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .common-wrap {
    min-height: auto;
  }
}
.common-wrap {
  font-family: "Pretendard";
}
.common-wrap * {
  font-family: "Pretendard";
}

/* 헤더 */
.common-header {
  position: absolute;
  z-index: 3;
  width: 100%;
  /* 헤더 영역 */
}
.common-header .header-main {
  position: relative;
  z-index: 2;
  width: 100%;
  transition: all 0.2s ease;
}
.common-header .header-main.is-active {
  background-color: #fff;
  color: #000;
}
.common-header .header-main.is-active .header-menu,
.common-header .header-main.is-active .header-user,
.common-header .header-main.is-active .header-sitemap-trigger {
  color: #0F1E3B;
}
.common-header .header-main.is-active .header-logo .logo-image {
  background-image: url("../../img/common/logo.svg");
}
.common-header {
  /* 헤더 이너 */
}
.common-header .header-inner, .common-header .header-menu-bar .bar-inner {
  max-width: 100%;
  width: 120rem;
  box-sizing: border-box;
  padding: 0 1.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 1541px) {
  .common-header .header-inner, .common-header .header-menu-bar .bar-inner {
    padding: 0 6.25rem;
  }
}
.common-header .header-frame {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 6.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-frame {
    grid-template-columns: 1fr auto;
    height: 5rem;
    color: #111;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-frame {
    grid-template-columns: 1fr auto;
    height: 5rem;
    color: #111;
  }
}
.common-header {
  /* 로고 */
}
.common-header .header-logo {
  display: inline-flex;
  width: 21.875rem;
  height: 2.5rem;
}
@media only screen and (min-width: 1081px) and (max-width: 1279px) {
  .common-header .header-logo {
    width: 17.5rem;
    height: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-logo {
    width: 13.75rem;
    height: 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-logo {
    width: 13.75rem;
    height: 1.5625rem;
  }
}
.common-header .header-logo a {
  display: inline-flex;
}
.common-header .header-logo img {
  max-width: 100%;
}
.common-header .header-logo .logo-image {
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../../img/common/logo-white.svg");
  background-size: 100% auto;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-logo .logo-image {
    background-image: url("../../img/common/logo.svg");
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-logo .logo-image {
    background-image: url("../../img/common/logo.svg");
  }
}
.common-header {
  /* 메뉴 */
}
.common-header .header-menu {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.common-header .header-menu [class^=menu-] {
  height: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-menu {
    display: none;
  }
}
.common-header .header-menu .menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 6.25rem;
}
@media screen and (min-width: 1921px) {
  .common-header .header-menu .menu-list {
    gap: 7.5rem;
    justify-content: flex-start;
  }
}
.common-header .header-menu .menu-item {
  position: relative;
}
.common-header .header-menu .menu-item:hover .menu-name .name-txt:after, .common-header .header-menu .menu-item:focus-within .menu-name .name-txt:after {
  opacity: 1;
  transform: translateY(0%) scale(1);
}
.common-header .header-menu .menu-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
  line-height: 1.4;
  word-break: keep-all;
}
@media only screen and (min-width: 1280px) and (max-width: 1540px) {
  .common-header .header-menu .menu-name {
    font-size: 1.0625rem;
  }
}
.common-header .header-menu .menu-name .name-txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  overflow: hidden;
}
.common-header .header-menu .menu-name .name-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(5%) scale(0);
  width: 100%;
  height: 3px;
  background-color: #3288FF;
  opacity: 0;
  transition: all 0.3s ease;
}
.common-header .header-menu .menu-name:hover .name-txt:after, .common-header .header-menu .menu-name:focus .name-txt:after {
  opacity: 1;
  transform: translateY(0%);
}
.common-header .header-menu .menu-depths {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: -moz-max-content;
  width: max-content;
  max-width: 10.625rem;
}
.common-header .header-menu .menu-depths .depths-list {
  display: grid;
  gap: 1.75rem;
  padding: 2.5rem 0;
}
.common-header .header-menu .menu-depths .depths-link {
  display: flex;
  align-items: center;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  word-break: keep-all;
}
@media only screen and (min-width: 1280px) and (max-width: 1540px) {
  .common-header .header-menu .menu-depths .depths-link {
    font-size: 0.9375rem;
  }
}
.common-header .header-menu .menu-depths .depths-link .link-txt {
  white-space: nowrap;
}
.common-header .header-menu .menu-depths .depths-link:hover {
  color: #01387A;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.common-header .header-menu .menu-depths .depths-link.type-outside {
  display: inline;
}
.common-header .header-menu .menu-depths .depths-link.type-outside:after {
  vertical-align: middle;
  content: url("../../img/omks/feather/external-link.svg");
  margin-left: 0.25rem;
  transform: translateY(0.0625rem);
}
.common-header .header-menu.is-active .menu-depths {
  opacity: 1;
  visibility: visible;
}
.common-header .header-menu-bar {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, 0);
  content: "";
  width: 100vw;
  height: 17.5rem;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.625Rem 0.0625Rem rgba(0, 0, 0, 0.06);
}
.common-header .header-menu-bar .bar-inner {
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../../img/common/dropdown-background.svg");
  background-size: 28.75rem auto;
  background-position: left bottom;
}
.common-header .header-menu-bar {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.common-header .header-menu-bar.is-active {
  opacity: 1;
  visibility: visible;
}
.common-header {
  /* 사이트맵 */
}
.common-header .header-sitemap-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5Rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-sitemap-trigger {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-sitemap-trigger {
    display: none;
  }
}
.common-header .header-sitemap-trigger svg path {
  stroke: currentColor !important;
}
.common-header {
  /* 모바일 메뉴 */
}
.common-header .mobile-menu-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3.5Rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .mobile-menu-trigger {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .mobile-menu-trigger {
    display: flex;
    width: 3rem;
  }
}
.common-header .header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-mobile.is-active {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-mobile.is-active {
    display: flex;
  }
}
.common-header .header-mobile .mobile-wrap {
  display: grid;
  grid-template-rows: 5rem 1fr;
  width: 26.25rem;
  max-width: 100%;
  overflow: hidden;
  animation: mobileMenuRending 0.3s ease 0s 1 alternate both;
}
@keyframes mobileMenuRending {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-mobile .mobile-wrap {
    width: 100%;
  }
}
.common-header .header-mobile .mobile-head {
  position: relative;
  display: flex;
  align-items: center;
  height: 5rem;
  padding: 0 1.875rem;
  background-color: #fff;
}
.common-header .header-mobile .mobile-body {
  height: 100%;
  overflow: auto;
}
.common-header .header-mobile .mobile-body .body-frame {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 -0.1875rem 0.625rem rgba(0, 0, 0, 0.16);
  overflow-y: auto;
}
.common-header .header-mobile .mobile-body:has(.mobile-user) .mobile-menu {
  padding: 1.875rem;
}
.common-header .header-mobile .mobile-user {
  padding: 1.875rem;
  background-color: #0F1E3B;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "userPhoto userId" "userPhoto userMenu";
  color: rgba(255, 255, 255, 0.7);
}
.common-header .header-mobile .mobile-user .user-photo {
  grid-area: userPhoto;
  grid-row: span 3;
  position: relative;
  width: 6.25rem;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgba(238, 221, 221, 0.8666666667);
  background-color: #19233F;
  margin-right: 1.5625rem;
  overflow: hidden;
}
.common-header .header-mobile .mobile-user .user-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  min-width: auto;
  max-width: none;
}
.common-header .header-mobile .mobile-user .user-photo:not(:has(img)) {
  background-repeat: no-repeat;
  background-image: url("../../img/common/ico-user-default.svg");
  background-position: left 50% bottom;
  background-size: 80% auto;
}
.common-header .header-mobile .mobile-user .user-id {
  grid-area: userId;
  font-size: 1.25rem;
  font-weight: 400;
}
.common-header .header-mobile .mobile-user .user-id .id-name {
  font-weight: 700;
  color: #fff;
}
.common-header .header-mobile .mobile-user .user-affil {
  grid-area: userAffil;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.3125rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-height: 1.2;
  text-align: left;
}
.common-header .header-mobile .mobile-user .user-affil li ~ li {
  position: relative;
}
.common-header .header-mobile .mobile-user .user-affil li ~ li:before {
  position: absolute;
  top: 50%;
  left: -0.625rem;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  content: "";
  width: 0.0625rem;
  height: 0.75rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.common-header .header-mobile .mobile-user .user-menu {
  grid-area: userMenu;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.9375rem;
}
.common-header .header-mobile .mobile-user .user-menu button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  height: 2.1875rem;
  box-sizing: border-box;
  padding: 0 0.875rem;
  border-radius: 50rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.875Rem;
}
.common-header .header-mobile .mobile-user .user-outside {
  grid-column: span 2;
}
.common-header .header-mobile .mobile-user .user-outside .outside-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  height: 3.5rem;
  box-sizing: border-box;
  padding: 0.3125rem 1.25rem;
  background-color: #118DFF;
  background: linear-gradient(175deg, #00ABCC 1.09%, #23A9DB 117.79%);
  border-radius: 0.25rem;
  font-size: 1.0625Rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.common-header .header-mobile .mobile-user .user-outside .outside-link .link-txt {
  display: flex;
}
.common-header .header-mobile .mobile-user .user-outside .outside-link .link-ico {
  margin-left: auto;
}
.common-header .header-mobile .mobile-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  transform: translateX(0.5rem);
}
.common-header .header-mobile .mobile-close .omks-icon {
  width: 2rem;
  height: 2rem;
}
.common-header .header-mobile .mobile-close .omks-icon svg {
  width: inherit;
  height: inherit;
}
.common-header .header-mobile .mobile-close img {
  width: 2.25rem;
}
.common-header .header-mobile .mobile-logo {
  display: flex;
}
.common-header .header-mobile .mobile-logo img {
  width: 13.375rem;
}
.common-header .header-mobile .mobile-menu {
  padding: 0 1.875rem;
}
.common-header .header-mobile .mobile-menu .menu-item ~ .menu-item {
  border-top: 1px solid #E2E7EC;
}
.common-header .header-mobile .mobile-menu .menu-item:has(.menu-name.is-active) {
  padding-bottom: 1.25rem;
}
.common-header .header-mobile .mobile-menu .menu-item:has(.menu-name.is-active) .menu-depths {
  display: block;
}
.common-header .header-mobile .mobile-menu .menu-name {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.75rem;
  box-sizing: border-box;
  padding: 0.625rem 0;
  color: #222;
  font-weight: 400;
}
.common-header .header-mobile .mobile-menu .menu-name:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/common/mobile-menu-arrow.svg");
  background-size: 1.75Rem auto;
}
.common-header .header-mobile .mobile-menu .menu-name .name-txt {
  font-size: 1.125rem;
}
.common-header .header-mobile .mobile-menu .menu-name.is-active {
  font-weight: 600;
  border-bottom: 0.0625rem solid #111;
}
.common-header .header-mobile .mobile-menu .menu-name.is-active:after {
  transform: translateY(-50%);
  background-image: url("../../img/common/mobile-menu-arrow-active.svg");
}
.common-header .header-mobile .mobile-menu .menu-depths {
  display: none;
  padding: 1.25rem;
  background-color: #F8F9FA;
}
.common-header .header-mobile .mobile-menu .menu-depths li {
  display: flex;
  flex-direction: column;
}
.common-header .header-mobile .mobile-menu .menu-depths:not(:has(li)) {
  display: none !important;
}
.common-header .header-mobile .mobile-menu .menu-depths .depths-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.3125rem 0;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #222;
  word-break: keep-all;
  line-height: 1.5;
}
.common-header .header-mobile .mobile-menu .menu-depths .depths-link:before {
  content: "";
  width: 0.3125rem;
  aspect-ratio: 1/1;
  background-color: #ddd;
}
.common-header .header-mobile .mobile-menu .menu-depths .depths-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.common-header .header-mobile .mobile-menu .menu-depths .depths-link.is-active {
  font-weight: 700;
  color: #04ABCE;
}
.common-header .header-mobile .mobile-menu .menu-depths .depths-link.is-active:before {
  background-color: #04ABCE;
}
.common-header .header-mobile .mobile-menu .menu-depths .depths-under {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.875rem;
}
.common-header .header-mobile .mobile-menu .menu-depths .depths-under .under-link {
  display: flex;
  gap: 0.3125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #666;
}
.common-header .header-mobile .mobile-menu .menu-depths .depths-under .under-link:before {
  content: "-";
}
.common-header .header-mobile .mobile-menu .menu-depths .depths-under .under-link.is-active {
  font-weight: 500;
  color: #000;
}
.common-header {
  /* 드롭다운 메뉴 */
}
.common-header .header-menugroup {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 18px 79px 0px rgba(0, 0, 0, 0.2);
  border-top: 0.0625rem solid #eee;
  overflow: hidden;
  transform: translateY(-5%);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.common-header .header-menugroup.is-active {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-menugroup {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-menugroup {
    display: none;
  }
}
.common-header .header-menugroup .header-inner, .common-header .header-menugroup .header-menu-bar .bar-inner, .common-header .header-menu-bar .header-menugroup .bar-inner {
  position: relative;
}
.common-header .header-menugroup .header-inner:after, .common-header .header-menugroup .header-menu-bar .bar-inner:after, .common-header .header-menu-bar .header-menugroup .bar-inner:after {
  position: absolute;
  bottom: -2.5rem;
  right: -14.375rem;
  content: "";
  width: 46.25rem;
  height: 9.0625rem;
  background-repeat: no-repeat;
  background-image: url("../../img/common/drowdown-background.svg");
  background-size: cover;
  background-position: center;
}
.common-header .header-menugroup .menugroup-row {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 16.875rem;
  border: 1px solid #eee;
  border-top: 0;
  border-bottom: 0;
}
.common-header .header-menugroup .menugroup-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625rem;
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 2.5rem 3.125rem;
}
.common-header .header-menugroup .menugroup-cell ~ .menugroup-cell {
  position: relative;
}
.common-header .header-menugroup .menugroup-cell ~ .menugroup-cell:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.0625rem;
  height: 100%;
  background-color: #eee;
  transform: skewY(-0.01deg) translateX(-50%);
}
.common-header .header-menugroup .menugroup-cell:hover, .common-header .header-menugroup .menugroup-cell:focus-within {
  transition: all 0.3s ease;
  background-color: rgba(247, 248, 251, 0.5);
}
.common-header .header-menugroup .menugroup-cell:has(.menugroup-link.is-active) .menugroup-ttl {
  position: relative;
  padding-right: 1.75rem;
  color: #28335B;
}
.common-header .header-menugroup .menugroup-cell:has(.menugroup-link.is-active) .menugroup-ttl:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) skew(-0.01deg);
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/common/menugroup-arrow.svg");
  background-size: cover;
}
.common-header .header-menugroup .menugroup-ttl {
  display: inline-flex;
  font-size: 1.375rem;
  font-weight: 600;
  color: #222;
  line-height: 1;
}
.common-header .header-menugroup .menugroup-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.common-header .header-menugroup .menugroup-link {
  position: relative;
  padding-right: 0.25rem;
}
.common-header .header-menugroup .menugroup-link.is-active, .common-header .header-menugroup .menugroup-link:has(.is-active) {
  color: #3481F5;
}
.common-header .header-menugroup .menugroup-link.is-active:after, .common-header .header-menugroup .menugroup-link:has(.is-active):after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.common-header .header-menugroup .menugroup-link.is-active .link-txt, .common-header .header-menugroup .menugroup-link:has(.is-active) .link-txt {
  color: #3481F5;
}
.common-header .header-menugroup .menugroup-link .link-txt {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #555;
  letter-spacing: -0.03125rem;
  text-underline-offset: 0.1875rem;
  color: #333;
}
.common-header .header-menugroup .menugroup-link:hover .link-txt, .common-header .header-menugroup .menugroup-link:focus-within .link-txt {
  text-decoration: underline;
  text-shadow: 0 0 0.03125rem #333;
}
.common-header {
  /* 유저 정보 */
}
.common-header .header-user {
  display: flex;
  align-items: center;
  position: relative;
}
.common-header .header-user .user-info,
.common-header .header-user .trigger-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 10.625rem;
  height: 100%;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-user .user-info,
  .common-header .header-user .trigger-button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-user .user-info,
  .common-header .header-user .trigger-button {
    display: none;
  }
}
.common-header .header-user .user-info:after,
.common-header .header-user .trigger-button:after {
  margin-left: 0.625rem;
  content: "";
  width: 1Rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-image: url("../../img/common/menu-arrow.svg");
  background-position: center;
  background-size: cover;
  opacity: 0.8;
}
.common-header .header-user .user-photo {
  position: relative;
  width: 1.75rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ddd;
  background-color: #19233F;
  overflow: hidden;
  margin-right: 0.125rem;
}
.common-header .header-user .user-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  min-width: auto;
  max-width: none;
}
.common-header .header-user .user-photo:not(:has(img)) {
  background-repeat: no-repeat;
  background-image: url("../../img/common/ico-user-default.svg");
  background-position: left 50% bottom;
  background-size: 80% auto;
}
.common-header .header-user .user-name {
  font-size: 1.0625rem;
  font-weight: 700;
}
.common-header .header-user .user-afil {
  font-size: 1rem;
  font-weight: 400;
}
.common-header .header-user .user-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 3.5Rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 500;
}
.common-header .header-user .user-login svg path {
  stroke: currentColor !important;
}
@media only screen and (max-width: 767px) {
  .common-header .header-user .user-login {
    width: 3rem;
  }
}
.common-header .header-user:has(.user-info.is-active) .user-menu {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-user:has(.user-info.is-active) .user-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-user:has(.user-info.is-active) .user-menu {
    display: none;
  }
}
.common-header .header-user .user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 1.25Rem;
  border-radius: 0 0 0.625Rem 0.625Rem;
  background: #182841;
  box-shadow: 0 0.25rem 0.875rem 0 rgba(0, 0, 0, 0.25);
  display: none;
  animation: userMenuRending 0.2s ease 0s 1 alternate both;
}
@keyframes userMenuRending {
  from {
    opacity: 0;
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-user .user-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-user .user-menu {
    display: none;
  }
}
.common-header .header-user .user-menu .menu-list li ~ li {
  position: relative;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}
.common-header .header-user .user-menu .menu-list li ~ li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.common-header .header-user .user-menu .menu-name {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
}
.common-header .header-user .user-menu .menu-name .name-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2Rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.common-header {
  /* 사이트 맵 */
}
.common-header .header-sitemap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.common-header .header-sitemap.is-active {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-header .header-sitemap.is-active {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .common-header .header-sitemap.is-active {
    display: none;
  }
}
.common-header .header-sitemap .sitemap-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 26.25rem 1fr;
  height: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .common-header .header-sitemap .sitemap-wrap {
    grid-template-columns: 35.625rem 1fr;
  }
}
.common-header .header-sitemap .sitemap-head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9.6875rem;
  padding: 2.8125rem 1.875rem;
  background-color: #000;
}
@media screen and (min-width: 1920px) {
  .common-header .header-sitemap .sitemap-head {
    padding: 2.8125rem 5.625rem;
  }
}
.common-header .header-sitemap .sitemap-head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../img/common/sitemap-background.png");
  width: 100%;
  height: 100%;
}
.common-header .header-sitemap .sitemap-head .sitemap-logo,
.common-header .header-sitemap .sitemap-head .sitemap-slogan {
  position: relative;
  z-index: 1;
}
.common-header .header-sitemap .sitemap-body {
  overflow-y: auto;
}
.common-header .header-sitemap .sitemap-logo {
  display: flex;
}
.common-header .header-sitemap .sitemap-logo img {
  width: 17.5rem;
}
@media screen and (min-width: 1920px) {
  .common-header .header-sitemap .sitemap-logo img {
    width: 20.9375rem;
  }
}
.common-header .header-sitemap .sitemap-close {
  position: absolute;
  right: 2.5rem;
  top: 1.5625rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4375Rem;
  height: 3.4375rem;
  border-radius: 0.3125rem;
  opacity: 0.65;
}
.common-header .header-sitemap .sitemap-close:hover, .common-header .header-sitemap .sitemap-close:focus {
  opacity: 1;
  background-color: #f4f4f4;
}
.common-header .header-sitemap .sitemap-close .button-ico {
  width: 3.4375Rem;
  height: 3.4375rem;
}
.common-header .header-sitemap .sitemap-close .button-ico svg {
  width: inherit;
  height: inherit;
}
.common-header .header-sitemap .sitemap-menu {
  height: 100%;
}
.common-header .header-sitemap .sitemap-menu .menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  display: flex;
  width: 100%;
  min-height: 100%;
}
.common-header .header-sitemap .sitemap-menu .menu-item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 3.125rem;
  padding: 0 2.125rem;
  padding-top: 9.375rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 1920px) {
  .common-header .header-sitemap .sitemap-menu .menu-item {
    padding-top: 15.625rem;
  }
}
.common-header .header-sitemap .sitemap-menu .menu-item:hover, .common-header .header-sitemap .sitemap-menu .menu-item:focus-within {
  background-color: #F8F9FA;
}
.common-header .header-sitemap .sitemap-menu .menu-item ~ .menu-item {
  position: relative;
}
.common-header .header-sitemap .sitemap-menu .menu-item ~ .menu-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.0625rem;
  height: 100%;
  background-color: #DDD;
  transform: skewY(-0.01deg);
}
.common-header .header-sitemap .sitemap-menu .menu-name {
  display: flex;
  min-height: 5rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.0625rem;
  color: #01387A;
  word-break: keep-all;
}
@media screen and (min-width: 1920px) {
  .common-header .header-sitemap .sitemap-menu .menu-name {
    font-size: 1.875rem;
  }
}
.common-header .header-sitemap .sitemap-menu .menu-depths {
  position: relative;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-list {
  display: flex;
  flex-direction: column;
  gap: 3.4375rem;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-list > li {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-list > li:hover .depths-block, .common-header .header-sitemap .sitemap-menu .menu-depths .depths-list > li:focus-within .depths-block {
  color: #04ABCE;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-list > li:hover .depths-block:before, .common-header .header-sitemap .sitemap-menu .menu-depths .depths-list > li:focus-within .depths-block:before {
  background-color: #04ABCE;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-block {
  position: relative;
  gap: 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
  color: #444;
  word-break: keep-all;
}
@media screen and (min-width: 1920px) {
  .common-header .header-sitemap .sitemap-menu .menu-depths .depths-block {
    font-size: 1.25rem;
  }
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-block:before {
  float: left;
  content: "";
  width: 0.375rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #ddd;
  margin-right: 0.625rem;
  transform: translateY(0.75rem);
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-block .block-txt {
  display: block;
  overflow: hidden;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 0.3125rem;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-link {
  position: relative;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  word-break: keep-all;
}
@media screen and (min-width: 1920px) {
  .common-header .header-sitemap .sitemap-menu .menu-depths .depths-link {
    font-size: 1.125rem;
  }
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-link:before {
  content: "-";
  float: left;
  margin-right: 0.3125rem;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-link .link-txt {
  display: block;
  overflow: hidden;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-link:hover, .common-header .header-sitemap .sitemap-menu .menu-depths .depths-link:focus {
  color: #000;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-link:hover .link-txt, .common-header .header-sitemap .sitemap-menu .menu-depths .depths-link:focus .link-txt {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-block.type-outside .block-txt:after,
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-block.type-outside .link-txt:after,
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-link.type-outside .block-txt:after,
.common-header .header-sitemap .sitemap-menu .menu-depths .depths-link.type-outside .link-txt:after {
  display: inline-flex;
  vertical-align: middle;
  content: url("../../img/omks/feather/external-link.svg");
  margin-left: 0.25rem;
  transform: translateY(0.0625rem);
}
.common-header .header-sitemap .sitemap-slogan {
  color: rgba(255, 255, 255, 0.34);
  text-shadow: 0 0.0625rem 1.5rem rgba(0, 0, 0, 0);
  font-family: Pretendard;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1920px) {
  .common-header .header-sitemap .sitemap-slogan {
    font-size: 2.75rem;
  }
}

/* 컨테이너 */
.common-container {
  position: relative;
  z-index: 0;
  /* 페이지 레이아웃 */
}
.common-container .page-wrap {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
  padding: 6.875rem 0 6.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-container .page-wrap {
    padding: 5rem 0 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-container .page-wrap {
    gap: 3.75rem;
    padding: 5rem 0 6.25rem;
  }
}
.common-container .page-inner {
  width: 91.25rem;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 1.875rem;
  margin: 0 auto;
}
.common-container .page-head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 30.625rem;
  box-sizing: border-box;
  padding-bottom: 3.75rem;
  margin-top: -6.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-container .page-head {
    height: 23.75rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .common-container .page-head {
    height: 16.25rem;
    margin-top: 0;
  }
}
.common-container .page-head .page-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
}
.common-container .page-title {
  display: flex;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1rem;
  text-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-container .page-title {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-container .page-title {
    font-size: 1.75rem;
  }
}
.common-container .page-title.is-align-center {
  text-align: center;
}
.common-container .page-visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.common-container .page-visual.type-01 {
  background-image: url("../../img/common/page-visual_01.png");
}
.common-container .page-visual.type-02 {
  background-image: url("../../img/common/page-visual_02.png");
}
.common-container .page-visual.type-03 {
  background-image: url("../../img/common/page-visual_03.png");
}
.common-container .page-visual.type-04 {
  background-image: url("../../img/common/page-visual_04.png");
}
.common-container {
  /* 페이지네이션 */
}
.common-container .page-navi {
  display: inline-flex;
  vertical-align: middle;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10.5px);
  height: 3.75rem;
  box-sizing: border-box;
  padding: 0.5rem 1.75rem;
}
@media only screen and (max-width: 767px) {
  .common-container .page-navi {
    height: 3rem;
    padding: 0.375rem 1.25rem;
  }
}
.common-container .page-navi .navi-menu {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-container .page-navi .navi-menu {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-container .page-navi .navi-menu {
    gap: 2.5rem;
    font-size: 0.9375rem;
  }
}
.common-container .page-navi .navi-menu .menu-home {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
}
.common-container .page-navi .navi-menu .menu-home .home-icon {
  display: flex;
  width: 1rem;
  height: 1rem;
}
.common-container .page-navi .navi-menu .menu-depths {
  position: relative;
}
.common-container .page-navi .navi-menu .menu-depths:before {
  position: absolute;
  top: 50%;
  left: -1.25rem;
  transform: translate(-100%, -50%);
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-image: url("../../img/common/navi-depths-arrow.svg");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .common-container .page-navi .navi-menu .menu-depths:before {
    width: 1rem;
    left: -0.625rem;
  }
}
.common-container .page-navi .navi-menu .menu-depths .depths-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  box-sizing: border-box;
  word-break: keep-all;
  text-align: left;
  line-height: 1.2;
}
.common-container .page-navi .navi-menu .menu-depths .depths-trigger:after {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  flex: none;
  content: url("../../img/common/navi-menu-arrow.svg");
  margin-left: auto;
  transform: translateY(-0.125rem);
}
.common-container .page-navi .navi-menu .menu-depths:has(.depths-trigger.is-active) .menu-layer {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: translateY(0.625rem);
}
@media only screen and (max-width: 767px) {
  .common-container .page-navi .navi-menu .menu-depths:last-child .menu-layer {
    left: initial;
    right: 0;
  }
}
.common-container .page-navi .navi-menu .menu-layer {
  position: absolute;
  top: 100%;
  transform: translateY(0.625rem);
  left: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  max-width: 80vw;
  background-color: #fff;
  border: 1px solid #cecece;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.04);
  border-radius: 0.3125rem;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateY(-0.3125rem);
  color: #000;
}
.common-container .page-navi .navi-menu .menu-link {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.25rem;
  min-height: 2.5rem;
  text-underline-offset: 0.1875rem;
  word-break: keep-all;
}
.common-container .page-navi .navi-menu .menu-link:hover, .common-container .page-navi .navi-menu .menu-link:focus {
  text-decoration: underline;
}

/* 푸터 */
.common-footer {
  position: relative;
  z-index: 0;
}
.common-footer .footer-inner, .common-footer .footer-banner .banner-inner {
  max-width: 100%;
  width: 120rem;
  box-sizing: border-box;
  padding: 0 6.25rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-footer .footer-inner, .common-footer .footer-banner .banner-inner {
    padding: 0 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-footer .footer-inner, .common-footer .footer-banner .banner-inner {
    padding: 0 1.75rem;
  }
}
.common-footer .footer-contents {
  padding: 4.0625rem 0;
  border-radius: 0 7.5rem 0 0;
  background: #0F1E3B;
}
@media only screen and (max-width: 767px) {
  .common-footer .footer-contents {
    border-radius: 0 6.25rem 0 0;
  }
}
.common-footer .footer-logo {
  display: flex;
  align-items: center;
  width: 21.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-footer .footer-logo {
    width: 17.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-footer .footer-logo {
    width: 13.75rem;
  }
}
.common-footer .footer-block {
  display: grid;
  gap: 1rem;
}
.common-footer .footer-block.is-display-flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .common-footer .footer-block.is-display-flex {
    position: relative;
    flex-direction: column;
  }
}
.common-footer .footer-block:has(.footer-logo) {
  gap: 1rem 1.875rem;
}
.common-footer .footer-top-button {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 9999px;
  background: #00ABCC;
  box-shadow: 0 0 0 0.375rem rgba(0, 171, 204, 0.29);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-footer .footer-top-button {
    width: 3.125rem;
    margin-right: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-footer .footer-top-button {
    position: absolute;
    top: 50%;
    right: 1.75rem;
    transform: translateY(-50%);
  }
}
.common-footer .footer-top-button:hover {
  box-shadow: 0 0 0 0.625rem rgba(0, 171, 204, 0.29);
}
.common-footer .footer-divider {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  margin: 2.1875rem 0;
  transform: skewY(-0.01deg);
}
.common-footer .footer-link-group {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.common-footer .footer-link-group li ~ li {
  position: relative;
}
.common-footer .footer-link-group li ~ li:before {
  position: absolute;
  top: 50%;
  left: -1.25rem;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  content: "";
  width: 0.3125rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.common-footer .footer-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .common-footer .footer-link {
    font-size: 0.9375rem;
  }
}
.common-footer .footer-link:hover, .common-footer .footer-link:focus {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.common-footer .footer-link.type-policy {
  color: #00ABCC;
}
.common-footer .footer-contact {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .common-footer .footer-contact {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-footer .footer-contact {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
}
.common-footer .footer-contact li {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .common-footer .footer-contact li {
    gap: 0.75rem;
  }
  .common-footer .footer-contact li:first-child {
    flex: 1 1 100%;
  }
}
.common-footer .footer-contact .contact-label {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}
.common-footer .footer-copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.0625rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .common-footer .footer-copyright {
    font-size: 0.9375rem;
  }
}
.common-footer .footer-banner .banner-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  height: 5.625rem;
  overflow: hidden;
}
.common-footer .footer-banner .banner-navi {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.common-footer .footer-banner .banner-navi .navi-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #dedede;
  color: #444;
  transition: all 0.3s ease;
}
.common-footer .footer-banner .banner-navi .navi-button:hover {
  background-color: #00ABCC;
  color: #fff;
  box-shadow: 0 0 0 0.125rem rgba(0, 171, 204, 0.2);
}
.common-footer .footer-banner .banner-frame {
  width: 100%;
  overflow: hidden;
}
.common-footer .footer-banner .banner-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.625rem;
  box-sizing: border-box;
  padding: 0.5rem 0;
  aspect-ratio: 21/9;
  overflow: hidden;
  width: 100%;
}
.common-footer .footer-banner .banner-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common-footer .footer-banner .banner-image img {
  max-width: 100%;
  max-height: 100%;
}
.common-footer .footer-banner .banner-slide {
  width: -moz-max-content;
  width: max-content;
}

.footer-top-button {
  z-index: 3;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 9999px;
  background: #00ABCC;
  box-shadow: 0 0 0 0.375rem rgba(0, 171, 204, 0.29);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .footer-top-button {
    width: 3.125rem;
    margin-right: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-button {
    position: absolute;
    top: 50%;
    right: 1.75rem;
    transform: translateY(-50%);
  }
}
.footer-top-button:hover {
  box-shadow: 0 0 0 0.625rem rgba(0, 171, 204, 0.29);
}

.page-contents-title {
  color: #111;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  word-break: keep-all;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .page-contents-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-contents-title {
    font-size: 1.625rem;
  }
}

.page-article-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .page-article-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-article-title {
    font-size: 1.375rem;
  }
}

/* Unit */
/**********  **********/
/* 여백 클래스 정의 */
/**********  **********/
.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.m-1 {
  margin: 0.125rem !important;
}

.mt-1 {
  margin-top: 0.125rem !important;
}

.mr-1 {
  margin-right: 0.125rem !important;
}

.mb-1 {
  margin-bottom: 0.125rem !important;
}

.ml-1 {
  margin-left: 0.125rem !important;
}

.mx-1 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.my-1 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.p-1 {
  padding: 0.125rem !important;
}

.pt-1 {
  padding-top: 0.125rem !important;
}

.pr-1 {
  padding-right: 0.125rem !important;
}

.pb-1 {
  padding-bottom: 0.125rem !important;
}

.pl-1 {
  padding-left: 0.125rem !important;
}

.px-1 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.py-1 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.m-2 {
  margin: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-2 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-2 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-3 {
  margin: 0.375rem !important;
}

.mt-3 {
  margin-top: 0.375rem !important;
}

.mr-3 {
  margin-right: 0.375rem !important;
}

.mb-3 {
  margin-bottom: 0.375rem !important;
}

.ml-3 {
  margin-left: 0.375rem !important;
}

.mx-3 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.my-3 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.p-3 {
  padding: 0.375rem !important;
}

.pt-3 {
  padding-top: 0.375rem !important;
}

.pr-3 {
  padding-right: 0.375rem !important;
}

.pb-3 {
  padding-bottom: 0.375rem !important;
}

.pl-3 {
  padding-left: 0.375rem !important;
}

.px-3 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.py-3 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.m-4 {
  margin: 0.5rem !important;
}

.mt-4 {
  margin-top: 0.5rem !important;
}

.mr-4 {
  margin-right: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 0.5rem !important;
}

.ml-4 {
  margin-left: 0.5rem !important;
}

.mx-4 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-4 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-4 {
  padding: 0.5rem !important;
}

.pt-4 {
  padding-top: 0.5rem !important;
}

.pr-4 {
  padding-right: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 0.5rem !important;
}

.pl-4 {
  padding-left: 0.5rem !important;
}

.px-4 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-4 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-5 {
  margin: 0.625rem !important;
}

.mt-5 {
  margin-top: 0.625rem !important;
}

.mr-5 {
  margin-right: 0.625rem !important;
}

.mb-5 {
  margin-bottom: 0.625rem !important;
}

.ml-5 {
  margin-left: 0.625rem !important;
}

.mx-5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.my-5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.p-5 {
  padding: 0.625rem !important;
}

.pt-5 {
  padding-top: 0.625rem !important;
}

.pr-5 {
  padding-right: 0.625rem !important;
}

.pb-5 {
  padding-bottom: 0.625rem !important;
}

.pl-5 {
  padding-left: 0.625rem !important;
}

.px-5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.py-5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.m-6 {
  margin: 0.75rem !important;
}

.mt-6 {
  margin-top: 0.75rem !important;
}

.mr-6 {
  margin-right: 0.75rem !important;
}

.mb-6 {
  margin-bottom: 0.75rem !important;
}

.ml-6 {
  margin-left: 0.75rem !important;
}

.mx-6 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-6 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.p-6 {
  padding: 0.75rem !important;
}

.pt-6 {
  padding-top: 0.75rem !important;
}

.pr-6 {
  padding-right: 0.75rem !important;
}

.pb-6 {
  padding-bottom: 0.75rem !important;
}

.pl-6 {
  padding-left: 0.75rem !important;
}

.px-6 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-6 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.m-7 {
  margin: 0.875rem !important;
}

.mt-7 {
  margin-top: 0.875rem !important;
}

.mr-7 {
  margin-right: 0.875rem !important;
}

.mb-7 {
  margin-bottom: 0.875rem !important;
}

.ml-7 {
  margin-left: 0.875rem !important;
}

.mx-7 {
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

.my-7 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

.p-7 {
  padding: 0.875rem !important;
}

.pt-7 {
  padding-top: 0.875rem !important;
}

.pr-7 {
  padding-right: 0.875rem !important;
}

.pb-7 {
  padding-bottom: 0.875rem !important;
}

.pl-7 {
  padding-left: 0.875rem !important;
}

.px-7 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.py-7 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.m-8 {
  margin: 1rem !important;
}

.mt-8 {
  margin-top: 1rem !important;
}

.mr-8 {
  margin-right: 1rem !important;
}

.mb-8 {
  margin-bottom: 1rem !important;
}

.ml-8 {
  margin-left: 1rem !important;
}

.mx-8 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-8 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-8 {
  padding: 1rem !important;
}

.pt-8 {
  padding-top: 1rem !important;
}

.pr-8 {
  padding-right: 1rem !important;
}

.pb-8 {
  padding-bottom: 1rem !important;
}

.pl-8 {
  padding-left: 1rem !important;
}

.px-8 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-8 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-9 {
  margin: 1.125rem !important;
}

.mt-9 {
  margin-top: 1.125rem !important;
}

.mr-9 {
  margin-right: 1.125rem !important;
}

.mb-9 {
  margin-bottom: 1.125rem !important;
}

.ml-9 {
  margin-left: 1.125rem !important;
}

.mx-9 {
  margin-left: 1.125rem !important;
  margin-right: 1.125rem !important;
}

.my-9 {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

.p-9 {
  padding: 1.125rem !important;
}

.pt-9 {
  padding-top: 1.125rem !important;
}

.pr-9 {
  padding-right: 1.125rem !important;
}

.pb-9 {
  padding-bottom: 1.125rem !important;
}

.pl-9 {
  padding-left: 1.125rem !important;
}

.px-9 {
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}

.py-9 {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

.m-10 {
  margin: 1.25rem !important;
}

.mt-10 {
  margin-top: 1.25rem !important;
}

.mr-10 {
  margin-right: 1.25rem !important;
}

.mb-10 {
  margin-bottom: 1.25rem !important;
}

.ml-10 {
  margin-left: 1.25rem !important;
}

.mx-10 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-10 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.p-10 {
  padding: 1.25rem !important;
}

.pt-10 {
  padding-top: 1.25rem !important;
}

.pr-10 {
  padding-right: 1.25rem !important;
}

.pb-10 {
  padding-bottom: 1.25rem !important;
}

.pl-10 {
  padding-left: 1.25rem !important;
}

.px-10 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-10 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.m-11 {
  margin: 1.375rem !important;
}

.mt-11 {
  margin-top: 1.375rem !important;
}

.mr-11 {
  margin-right: 1.375rem !important;
}

.mb-11 {
  margin-bottom: 1.375rem !important;
}

.ml-11 {
  margin-left: 1.375rem !important;
}

.mx-11 {
  margin-left: 1.375rem !important;
  margin-right: 1.375rem !important;
}

.my-11 {
  margin-top: 1.375rem !important;
  margin-bottom: 1.375rem !important;
}

.p-11 {
  padding: 1.375rem !important;
}

.pt-11 {
  padding-top: 1.375rem !important;
}

.pr-11 {
  padding-right: 1.375rem !important;
}

.pb-11 {
  padding-bottom: 1.375rem !important;
}

.pl-11 {
  padding-left: 1.375rem !important;
}

.px-11 {
  padding-left: 1.375rem !important;
  padding-right: 1.375rem !important;
}

.py-11 {
  padding-top: 1.375rem !important;
  padding-bottom: 1.375rem !important;
}

.m-12 {
  margin: 1.5rem !important;
}

.mt-12 {
  margin-top: 1.5rem !important;
}

.mr-12 {
  margin-right: 1.5rem !important;
}

.mb-12 {
  margin-bottom: 1.5rem !important;
}

.ml-12 {
  margin-left: 1.5rem !important;
}

.mx-12 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-12 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-12 {
  padding: 1.5rem !important;
}

.pt-12 {
  padding-top: 1.5rem !important;
}

.pr-12 {
  padding-right: 1.5rem !important;
}

.pb-12 {
  padding-bottom: 1.5rem !important;
}

.pl-12 {
  padding-left: 1.5rem !important;
}

.px-12 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-12 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-13 {
  margin: 1.625rem !important;
}

.mt-13 {
  margin-top: 1.625rem !important;
}

.mr-13 {
  margin-right: 1.625rem !important;
}

.mb-13 {
  margin-bottom: 1.625rem !important;
}

.ml-13 {
  margin-left: 1.625rem !important;
}

.mx-13 {
  margin-left: 1.625rem !important;
  margin-right: 1.625rem !important;
}

.my-13 {
  margin-top: 1.625rem !important;
  margin-bottom: 1.625rem !important;
}

.p-13 {
  padding: 1.625rem !important;
}

.pt-13 {
  padding-top: 1.625rem !important;
}

.pr-13 {
  padding-right: 1.625rem !important;
}

.pb-13 {
  padding-bottom: 1.625rem !important;
}

.pl-13 {
  padding-left: 1.625rem !important;
}

.px-13 {
  padding-left: 1.625rem !important;
  padding-right: 1.625rem !important;
}

.py-13 {
  padding-top: 1.625rem !important;
  padding-bottom: 1.625rem !important;
}

.m-14 {
  margin: 1.75rem !important;
}

.mt-14 {
  margin-top: 1.75rem !important;
}

.mr-14 {
  margin-right: 1.75rem !important;
}

.mb-14 {
  margin-bottom: 1.75rem !important;
}

.ml-14 {
  margin-left: 1.75rem !important;
}

.mx-14 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.my-14 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.p-14 {
  padding: 1.75rem !important;
}

.pt-14 {
  padding-top: 1.75rem !important;
}

.pr-14 {
  padding-right: 1.75rem !important;
}

.pb-14 {
  padding-bottom: 1.75rem !important;
}

.pl-14 {
  padding-left: 1.75rem !important;
}

.px-14 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.py-14 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.m-15 {
  margin: 1.875rem !important;
}

.mt-15 {
  margin-top: 1.875rem !important;
}

.mr-15 {
  margin-right: 1.875rem !important;
}

.mb-15 {
  margin-bottom: 1.875rem !important;
}

.ml-15 {
  margin-left: 1.875rem !important;
}

.mx-15 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

.my-15 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.p-15 {
  padding: 1.875rem !important;
}

.pt-15 {
  padding-top: 1.875rem !important;
}

.pr-15 {
  padding-right: 1.875rem !important;
}

.pb-15 {
  padding-bottom: 1.875rem !important;
}

.pl-15 {
  padding-left: 1.875rem !important;
}

.px-15 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.py-15 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.m-16 {
  margin: 2rem !important;
}

.mt-16 {
  margin-top: 2rem !important;
}

.mr-16 {
  margin-right: 2rem !important;
}

.mb-16 {
  margin-bottom: 2rem !important;
}

.ml-16 {
  margin-left: 2rem !important;
}

.mx-16 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-16 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-16 {
  padding: 2rem !important;
}

.pt-16 {
  padding-top: 2rem !important;
}

.pr-16 {
  padding-right: 2rem !important;
}

.pb-16 {
  padding-bottom: 2rem !important;
}

.pl-16 {
  padding-left: 2rem !important;
}

.px-16 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-16 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.m-17 {
  margin: 2.125rem !important;
}

.mt-17 {
  margin-top: 2.125rem !important;
}

.mr-17 {
  margin-right: 2.125rem !important;
}

.mb-17 {
  margin-bottom: 2.125rem !important;
}

.ml-17 {
  margin-left: 2.125rem !important;
}

.mx-17 {
  margin-left: 2.125rem !important;
  margin-right: 2.125rem !important;
}

.my-17 {
  margin-top: 2.125rem !important;
  margin-bottom: 2.125rem !important;
}

.p-17 {
  padding: 2.125rem !important;
}

.pt-17 {
  padding-top: 2.125rem !important;
}

.pr-17 {
  padding-right: 2.125rem !important;
}

.pb-17 {
  padding-bottom: 2.125rem !important;
}

.pl-17 {
  padding-left: 2.125rem !important;
}

.px-17 {
  padding-left: 2.125rem !important;
  padding-right: 2.125rem !important;
}

.py-17 {
  padding-top: 2.125rem !important;
  padding-bottom: 2.125rem !important;
}

.m-18 {
  margin: 2.25rem !important;
}

.mt-18 {
  margin-top: 2.25rem !important;
}

.mr-18 {
  margin-right: 2.25rem !important;
}

.mb-18 {
  margin-bottom: 2.25rem !important;
}

.ml-18 {
  margin-left: 2.25rem !important;
}

.mx-18 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.my-18 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.p-18 {
  padding: 2.25rem !important;
}

.pt-18 {
  padding-top: 2.25rem !important;
}

.pr-18 {
  padding-right: 2.25rem !important;
}

.pb-18 {
  padding-bottom: 2.25rem !important;
}

.pl-18 {
  padding-left: 2.25rem !important;
}

.px-18 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.py-18 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.m-19 {
  margin: 2.375rem !important;
}

.mt-19 {
  margin-top: 2.375rem !important;
}

.mr-19 {
  margin-right: 2.375rem !important;
}

.mb-19 {
  margin-bottom: 2.375rem !important;
}

.ml-19 {
  margin-left: 2.375rem !important;
}

.mx-19 {
  margin-left: 2.375rem !important;
  margin-right: 2.375rem !important;
}

.my-19 {
  margin-top: 2.375rem !important;
  margin-bottom: 2.375rem !important;
}

.p-19 {
  padding: 2.375rem !important;
}

.pt-19 {
  padding-top: 2.375rem !important;
}

.pr-19 {
  padding-right: 2.375rem !important;
}

.pb-19 {
  padding-bottom: 2.375rem !important;
}

.pl-19 {
  padding-left: 2.375rem !important;
}

.px-19 {
  padding-left: 2.375rem !important;
  padding-right: 2.375rem !important;
}

.py-19 {
  padding-top: 2.375rem !important;
  padding-bottom: 2.375rem !important;
}

.m-20 {
  margin: 2.5rem !important;
}

.mt-20 {
  margin-top: 2.5rem !important;
}

.mr-20 {
  margin-right: 2.5rem !important;
}

.mb-20 {
  margin-bottom: 2.5rem !important;
}

.ml-20 {
  margin-left: 2.5rem !important;
}

.mx-20 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-20 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-20 {
  padding: 2.5rem !important;
}

.pt-20 {
  padding-top: 2.5rem !important;
}

.pr-20 {
  padding-right: 2.5rem !important;
}

.pb-20 {
  padding-bottom: 2.5rem !important;
}

.pl-20 {
  padding-left: 2.5rem !important;
}

.px-20 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-20 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gap-0 {
  gap: 0rem !important;
}

.gap-row-0 {
  row-gap: 0rem !important;
}

.gap-column-0 {
  -moz-column-gap: 0rem !important;
  column-gap: 0rem !important;
}

.gap-1 {
  gap: 0.5rem !important;
}

.gap-row-1 {
  row-gap: 0.5rem !important;
}

.gap-column-1 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-2 {
  gap: 1rem !important;
}

.gap-row-2 {
  row-gap: 1rem !important;
}

.gap-column-2 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-3 {
  gap: 1.5rem !important;
}

.gap-row-3 {
  row-gap: 1.5rem !important;
}

.gap-column-3 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.gap-4 {
  gap: 2rem !important;
}

.gap-row-4 {
  row-gap: 2rem !important;
}

.gap-column-4 {
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.gap-5 {
  gap: 2.5rem !important;
}

.gap-row-5 {
  row-gap: 2.5rem !important;
}

.gap-column-5 {
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.gap-6 {
  gap: 3rem !important;
}

.gap-row-6 {
  row-gap: 3rem !important;
}

.gap-column-6 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.gap-7 {
  gap: 3.5rem !important;
}

.gap-row-7 {
  row-gap: 3.5rem !important;
}

.gap-column-7 {
  -moz-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

.gap-8 {
  gap: 4rem !important;
}

.gap-row-8 {
  row-gap: 4rem !important;
}

.gap-column-8 {
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.gap-9 {
  gap: 4.5rem !important;
}

.gap-row-9 {
  row-gap: 4.5rem !important;
}

.gap-column-9 {
  -moz-column-gap: 4.5rem !important;
  column-gap: 4.5rem !important;
}

.gap-10 {
  gap: 5rem !important;
}

.gap-row-10 {
  row-gap: 5rem !important;
}

.gap-column-10 {
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.gap-11 {
  gap: 5.5rem !important;
}

.gap-row-11 {
  row-gap: 5.5rem !important;
}

.gap-column-11 {
  -moz-column-gap: 5.5rem !important;
  column-gap: 5.5rem !important;
}

.gap-12 {
  gap: 6rem !important;
}

.gap-row-12 {
  row-gap: 6rem !important;
}

.gap-column-12 {
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

.gap-13 {
  gap: 6.5rem !important;
}

.gap-row-13 {
  row-gap: 6.5rem !important;
}

.gap-column-13 {
  -moz-column-gap: 6.5rem !important;
  column-gap: 6.5rem !important;
}

.gap-14 {
  gap: 7rem !important;
}

.gap-row-14 {
  row-gap: 7rem !important;
}

.gap-column-14 {
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

.gap-15 {
  gap: 7.5rem !important;
}

.gap-row-15 {
  row-gap: 7.5rem !important;
}

.gap-column-15 {
  -moz-column-gap: 7.5rem !important;
  column-gap: 7.5rem !important;
}

.gap-16 {
  gap: 8rem !important;
}

.gap-row-16 {
  row-gap: 8rem !important;
}

.gap-column-16 {
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.gap-17 {
  gap: 8.5rem !important;
}

.gap-row-17 {
  row-gap: 8.5rem !important;
}

.gap-column-17 {
  -moz-column-gap: 8.5rem !important;
  column-gap: 8.5rem !important;
}

.gap-18 {
  gap: 9rem !important;
}

.gap-row-18 {
  row-gap: 9rem !important;
}

.gap-column-18 {
  -moz-column-gap: 9rem !important;
  column-gap: 9rem !important;
}

.gap-19 {
  gap: 9.5rem !important;
}

.gap-row-19 {
  row-gap: 9.5rem !important;
}

.gap-column-19 {
  -moz-column-gap: 9.5rem !important;
  column-gap: 9.5rem !important;
}

.gap-20 {
  gap: 10rem !important;
}

.gap-row-20 {
  row-gap: 10rem !important;
}

.gap-column-20 {
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.display-flex {
  display: flex !important;
}

.display-inline-flex {
  display: inline-flex !important;
}

.display-block {
  display: block !important;
}

.width-full {
  width: 100%;
  flex: 0 0 100%;
}

.width-half {
  width: 50%;
  flex: 0 0 50%;
}

.height-full {
  height: 100%;
}

/* Form */
:root {
  --input-height: 3rem;
}

.input-text[type=text], .input-text[type=password], .input-text[type=number] {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: var(--input-height, 2.75rem);
  max-width: 31.25rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  border-radius: 0.3125rem;
  border: 1px solid #D0D0D0;
  background: #FFF;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}
.input-text[type=text]::-moz-placeholder, .input-text[type=password]::-moz-placeholder, .input-text[type=number]::-moz-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #9C9C9C;
}
.input-text[type=text]::placeholder, .input-text[type=password]::placeholder, .input-text[type=number]::placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #9C9C9C;
}
.input-text[type=text]:-moz-read-only, .input-text[type=password]:-moz-read-only, .input-text[type=number]:-moz-read-only {
  border-color: #D0D0D0;
  background: #F5F5F5;
}
.input-text[type=text]:read-only, .input-text[type=password]:read-only, .input-text[type=number]:read-only {
  border-color: #D0D0D0;
  background: #F5F5F5;
}
.input-text.type-num {
  width: 5rem;
  text-align: center;
}

.input-select {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: var(--input-height, 2.75rem);
  box-sizing: border-box;
  padding: 0 0.75rem;
  padding-right: 2.375rem;
  border-radius: 0.3125rem;
  border: 1px solid #D0D0D0;
  background: #FFF;
  background-repeat: no-repeat;
  background-position: right 0.625rem top 50%;
  background-size: 1rem auto;
  background-image: url("../../img/board/select-arrow.svg");
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}

.input-combine {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.625rem;
}

.input-email {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 31.25rem;
  gap: 0.625rem;
}
.input-email .input-text {
  flex: 2;
}

.input-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  min-width: 5.625rem;
  height: var(--input-height, 2.75rem);
  padding: 0.625rem 1rem;
  border-radius: 0.3125rem;
  border: 1px solid rgba(0, 31, 96, 0.6);
  background: #F7F8FB;
  color: #001F60;
}
.input-button:hover {
  border-color: rgba(0, 31, 96, 0.8);
  background-color: #E1E5F2;
  color: #001A50;
}
.input-button:active {
  border-color: rgb(0, 31, 96);
  background-color: #C5CCE3;
  color: #001542;
}
.input-button .button-txt {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
}

.input-ref {
  padding: 0 0.1875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #5B617A;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 100%;
}
.input-ref .ref-sub {
  font-size: 0.875em;
}

.input-contact {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  max-width: 31.25rem;
}
.input-contact .input-select,
.input-contact .input-text {
  flex: 1 1 33%;
  text-align: center;
}

.input-combine:has(.input-address) {
  align-items: flex-start;
}

.input-address {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 31.25rem;
  gap: 0.625rem;
}

.input-textarea {
  width: 100%;
  height: 6.25rem;
  box-sizing: border-box;
  padding: 0.75rem;
  border-radius: 0.3125rem;
  border: 1px solid #D0D0D0;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  line-height: 1.5;
}
.input-textarea::-moz-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #9C9C9C;
}
.input-textarea::placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #9C9C9C;
}

.input-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.input-choice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
}
.input-choice input[type=checkbox],
.input-choice input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.input-choice .choice-ico {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-indent: -9999px;
  overflow: hidden;
}
.input-choice .choice-txt {
  display: inline-flex;
  font-size: 1em;
}
.input-choice:has(input[type=checkbox]) .choice-ico {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8em auto;
}
.input-choice:has(input[type=radio]) .choice-ico {
  background: none;
  border-radius: 50%;
  border-color: rgba(0, 0, 0, 0.15);
}
.input-choice:has(input[type=checkbox]:checked) .choice-ico {
  border-color: #3481F5;
  background-color: #3481F5;
  background-image: url("../../img/board/ico-checkbox--checked.svg");
}
.input-choice:has(input[type=checkbox]:checked) {
  font-weight: 500;
}
.input-choice:has(input[type=radio]:checked) .choice-ico {
  background: none;
  background-color: #fff;
  border: 0.3125rem solid #3481F5;
}
.input-choice:has(input[type=radio]:checked) {
  font-weight: 500;
}

.input-attached {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  width: 100%;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
}
.input-attached li {
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.input-attached .attached-file {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 1.5625rem;
  background-color: #F7F8FB;
}
.input-attached .attached-file:hover, .input-attached .attached-file:focus-within {
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.16);
}
.input-attached .attached-file .file-name {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.01875rem;
  max-width: 12.5rem;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.input-attached .attached-file a.file-name:hover, .input-attached .attached-file a.file-name:focus {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.input-attached .attached-file .file-remove {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-image: url("../../img/board/ico-remove.svg");
  background-size: 1rem auto;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}
.input-attached .attached-file .file-remove:hover:after, .input-attached .attached-file .file-remove:focus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  mix-blend-mode: color;
  opacity: 0.6;
  pointer-events: none;
}

.input-switch {
  position: relative;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  cursor: pointer;
}
.input-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 0;
  width: 1px;
  height: 1px;
}
.input-switch input[type=checkbox]:focus ~ .switch-dot {
  border-color: #000;
}
.input-switch input[type=checkbox]:checked ~ .switch-dot {
  background-color: var(--element-primary, #256EF4);
  border-color: var(--element-primary, #256EF4);
}
.input-switch input[type=checkbox]:checked ~ .switch-dot:before {
  transform: translate(100%, -50%);
  background-color: #fff;
}
.input-switch .switch-dot {
  display: flex;
  position: relative;
  width: 2.5rem;
  height: 1.5rem;
  min-width: auto;
  border: 0.1em solid transparent;
  border-radius: 1.5625rem;
  background-color: #ECECEC;
}
.input-switch .switch-dot:before {
  position: absolute;
  top: 50%;
  left: 0.125rem;
  transform: translateY(-50%);
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.input-switch.style-size-l .switch-dot {
  width: 3.125rem;
  height: 1.75rem;
}
.input-switch.style-size-l .switch-dot:before {
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.input-switch.style-size-m .switch-dot {
  width: 2.5rem;
  height: 1.5rem;
}
.input-switch.style-size-m .switch-dot:before {
  left: 0.125rem;
  width: 1rem;
  height: 1rem;
}
.input-switch.style-size-s .switch-dot {
  width: 2rem;
  height: 1.25rem;
}
.input-switch.style-size-s .switch-dot:before {
  width: 0.75rem;
  height: 0.75rem;
}

.input-button.style-primary {
  border: none;
  border-radius: var(--border-radius-md, 4px);
  background: var(--button-primary-fill, #256EF4);
  color: #FFF;
}
.input-button.style-primary:hover, .input-button.style-primary:focus {
  border-radius: var(--border-radius-md, 4px);
  background: var(--button-primary-fill-hover, #0B50D0);
}
.input-button.style-primary:active {
  border-radius: var(--border-radius-md, 4px);
  background: var(--button-primary-fill-pressed, #083891);
}
.input-button.style-secondary {
  border: 1px solid var(--button-secondary-border, #256EF4);
  background: var(--button-secondary-fill, #FFF);
  color: var(--text-primary, #0B50D0);
}
.input-button.style-secondary:hover, .input-button.style-secondary:focus {
  border: 1px solid var(--button-secondary-border, #256EF4);
  background: var(--button-secondary-fill-hover, #F5F8FE);
}
.input-button.style-secondary:active {
  border: 1px solid var(--button-secondary-border, #256EF4);
  background: var(--button-secondary-fill-pressed, #D8E5FD);
}
.input-button.style-assistive {
  border: 1px solid var(--button-assistive-border, #B1B8BE);
  background: var(--button-assistive-fill, #F5F8FE);
  color: var(--text-subtle, #464C53);
}
.input-button.style-assistive:hover, .input-button.style-assistive:focus {
  border: 1px solid var(--button-assistive-border, #B1B8BE);
  background: var(--button-assistive-fill-hover, #D8E5FD);
}
.input-button.style-assistive:active {
  border: 1px solid var(--button-assistive-border, #B1B8BE);
  background: var(--button-assistive-fill-pressed, #B1CEFB);
}
.input-button.style-tertiary {
  border: 1px solid var(--button-tertiary-border, #B1B8BE);
  background: var(--button-tertiary-fill, rgb(255, 255, 255));
  color: var(--text-subtle, #464C53);
}
.input-button.style-tertiary:hover, .input-button.style-tertiary:focus {
  border: 1px solid var(--button-tertiary-border, #B1B8BE);
  background: var(--button-tertiary-fill-hover, #F4F5F6);
}
.input-button.style-tertiary:active {
  border: 1px solid var(--button-tertiary-border, #B1B8BE);
  background: var(--button-tertiary-fill-pressed, #E6E8EA);
}
.input-button.style-delete {
  border: 1px solid var(--button-danger-border, #BD2C0F);
  background: var(--button-danger-fill, #FDEFEC);
  color: var(--text-danger, #BD2C0F);
}
.input-button.style-delete:hover, .input-button.style-delete:focus {
  border: 1px solid var(--button-danger-border, #BD2C0F);
  background: var(--button-danger-fill-hover, #FCDFD9);
}
.input-button.style-delete:active {
  border: 1px solid var(--button-danger-border, #BD2C0F);
  background: var(--button-danger-fill-pressed, #F7AFA1);
}
.input-button.style-text {
  border: none;
  height: auto;
  padding: var(--spacing-spacing-4, 4px);
  font-weight: inherit;
  color: inherit;
}
.input-button.style-text:hover, .input-button.style-text:focus {
  background: var(--button-text-fill-hover, #EEF2F7);
}
.input-button.style-text:active {
  background: var(--button-text-fill-pressed, #D6E0EB);
}
.input-button.style-text:disabled {
  background: var(--button-text-fill, rgba(255, 255, 255, 0)) !important;
  color: var(--text-disabled-on, #6D7882) !important;
}
.input-button.style-text.style-size-l {
  height: var(--spacing-spacing-40, 40px);
  min-width: 96px;
  font-size: var(--label-large-font-size, 18px);
}
.input-button.style-text.style-size-m {
  height: var(--spacing-spacing-32, 32px);
  min-width: 80px;
  font-size: var(--label-medium-font-size, 16px);
}
.input-button.style-text.style-size-s {
  height: var(--spacing-spacing-24, 24px);
  min-width: 60px;
  font-size: var(--label-small-font-size, 15px);
}
.input-button.style-icon {
  min-width: auto;
  border: none;
  height: auto;
  padding: var(--spacing-spacing-2, 2px);
  font-weight: inherit;
  color: inherit;
}
.input-button.style-icon:hover, .input-button.style-icon:focus {
  background: var(--button-text-fill-hover, #EEF2F7);
}
.input-button.style-icon:active {
  background: var(--button-text-fill-pressed, #D6E0EB);
}
.input-button.style-icon:disabled {
  background: var(--button-text-fill, rgba(255, 255, 255, 0)) !important;
  color: var(--text-disabled-on, #6D7882) !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.width-full {
  width: 100% !important;
  flex: 1 1 100% !important;
  max-width: none !important;
}

.flex-full {
  flex: 1 !important;
}

.flex-none {
  flex: none !important;
}

/* Board */
:root {
  --board-primary: #0F1E3B;
  --board-secondary: #001F60;
}

.board-section {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-family: "pretendard";
}

.board-search {
  position: relative;
  padding: 2.125rem 1.75rem;
  margin-bottom: 2.5rem;
  border-radius: 0.5rem;
  background-color: #F6F6F6;
}
.board-search .search-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 55rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .board-search .search-frame {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }
}
.board-search .input-select {
  width: 10rem;
  height: 3.4375Rem;
  padding: 0 1rem;
  padding-right: 2rem;
  background-size: 1rem auto;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
@media only screen and (max-width: 767px) {
  .board-search .input-select {
    width: 100%;
  }
}
.board-search .search-keywords {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.625rem;
  height: 3.4375rem;
}
.board-search .search-keywords .input-text {
  width: 100%;
  max-width: none;
  height: 3.4375rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #111;
}
.board-search .search-keywords .input-text::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
.board-search .search-keywords .input-text::placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
.board-search .search-keywords .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 6.875rem;
  height: 3.4375rem;
  border-radius: 0.5rem;
  background-color: #01387A;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
.board-search .search-keywords .search-submit .button-ico {
  display: flex;
}
.board-search .search-keywords .search-submit:has(.button-ico) {
  padding-left: 0.5rem;
}
.board-search .search-keywords .search-submit:hover, .board-search .search-keywords .search-submit:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 56, 122, 0.2);
}

.board-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.board-list .list-header {
  display: flex;
  align-items: flex-end;
}
.board-list .list-pager {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.125em;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: -0.01875rem;
  color: #333;
  line-height: 1;
}
.board-list .list-pager b {
  font-weight: 600;
  color: #00ABCC;
}
.board-list .list-table table:has(.table-ttl) {
  table-layout: fixed;
}
.board-list .list-table table {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.01875rem;
  text-align: center;
}
.board-list .list-table table thead th {
  background-color: #F7F8FB;
  font-weight: 500;
  color: #000;
  word-break: keep-all;
}
.board-list .list-table table tbody td {
  text-align: center;
  word-break: keep-all;
}
.board-list .list-table table tr:hover, .board-list .list-table table tr:focus-within {
  background-color: rgb(252.06, 253.04, 252.55);
}
.board-list .list-table table tr.is-active {
  background-color: #F9FBFA;
}
.board-list .list-table table tr.is-active .table-order {
  position: relative;
  display: inline-flex;
  width: 3.125rem;
  color: transparent;
}
.board-list .list-table table tr.is-active .table-order:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "공지";
  height: 1.75rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
  line-height: 1;
  text-indent: 0;
  background-color: #01387A;
  color: #fff;
}
.board-list .list-table table th, .board-list .list-table table td {
  height: 3.375rem;
  box-sizing: border-box;
  border: 1px solid #DADCDE;
  padding: 0.625rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .board-list .list-table table th, .board-list .list-table table td {
    border: none;
  }
}
.board-list .list-table table th {
  font-size: 1rem;
}
.board-list .list-table table td {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .board-list .list-table table, .board-list .list-table tbody, .board-list .list-table tr, .board-list .list-table th, .board-list .list-table td {
    display: block;
  }
  .board-list .list-table caption, .board-list .list-table colgroup {
    display: none;
  }
  .board-list .list-table table thead {
    display: none;
  }
  .board-list .list-table table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.625rem;
  }
  .board-list .list-table table tbody tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0.625rem;
  }
  .board-list .list-table table tbody tr td:has(.table-ttl) {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1 1 100%;
    width: 100%;
  }
  .board-list .list-table table tbody tr td:has(.table-ttl):before {
    content: none;
  }
  .board-list .list-table table tbody tr td:has(.table-ttl) .table-ttl {
    display: flex;
    width: 100%;
  }
  .board-list .list-table table tbody td {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;
    height: auto;
    font-weight: 500;
    color: #222;
    text-align: left;
  }
  .board-list .list-table table tbody td:before {
    content: attr(data-ttl);
    font-weight: 400;
    color: #555;
  }
  .board-list .list-table table tr {
    border: 1px solid #e7e7e7;
    border-radius: 0.1875rem;
  }
  .board-list .list-table table th, .board-list .list-table table td {
    height: auto;
    padding: 0.25rem 0.625rem;
    border-bottom: 0;
  }
}
.board-list .list-table .table-ttl {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 0.625rem;
  line-height: 1.5rem;
}
.board-list .list-table .table-ttl .table-new {
  flex: none;
}
.board-list .list-table .table-ttl .table-lock {
  flex: none;
}
.board-list .list-table .table-category {
  color: #666;
}
.board-list .list-table .table-link {
  display: inline-block;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  color: #222;
}
.board-list .list-table .table-link:hover, .board-list .list-table .table-link:focus {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.board-list .list-table .table-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 1.75rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  background: rgba(0, 171, 204, 0.1);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
  line-height: 1;
  text-indent: 0;
  color: #00ABCC;
}
.board-list .list-table .table-lock {
  position: relative;
  display: inline-flex;
  width: 1.25rem;
  text-indent: -9999px;
  overflow: hidden;
}
.board-list .list-table .table-lock:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-image: url("../../img/board/ico-lock.svg");
  background-size: 1.1875rem auto;
  background-position: center;
}
.board-list .list-table .table-white-space {
  white-space: nowrap;
}
.board-list .list-table .table-attached,
.board-list .list-table .table-ico {
  display: inline-flex;
  vertical-align: middle;
}
.board-list .list-table .table-attached img,
.board-list .list-table .table-ico img {
  width: 1.125rem;
}
.board-list .list-table .table-attached {
  position: relative;
}
.board-list .list-table .table-attached:not(:has(.attached-file)) {
  pointer-events: none;
  opacity: 0.5;
}
.board-list .list-table .table-attached:has(.attached-button.is-active) .attached-layer {
  display: flex;
}
.board-list .list-table .table-attached .attached-button {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.board-list .list-table .table-attached .attached-button img {
  width: 1.125rem;
}
.board-list .list-table .table-attached .attached-button:hover:after, .board-list .list-table .table-attached .attached-button:focus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--board-primary);
  mix-blend-mode: color;
  opacity: 0.6;
  pointer-events: none;
}
.board-list .list-table .table-attached .attached-button .button-ico {
  width: 1.5rem;
  height: 1.5rem;
}
.board-list .list-table .table-attached .attached-layer {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  max-width: 50vw;
  gap: 0.3125rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0px 0px 0.3125rem rgba(0, 0, 0, 0.16);
  display: none;
  transform: translateY(0.3125rem);
  animation: attachedFilesRending 0.3s ease 0s 1 alternate both;
}
@keyframes attachedFilesRending {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0.3125rem);
  }
}
.board-list .list-table .table-attached .attached-file {
  display: flex;
  align-items: flex-start;
  gap: 0.3125rem;
  font-size: 1rem;
  text-align: left;
  word-break: break-all;
}
.board-list .list-table .table-attached .attached-file .file-ico {
  display: inline-flex;
  vertical-align: middle;
  transform: translateY(0.125rem);
}
.board-list .list-table .table-attached .attached-file:hover {
  color: var(--board-primary);
}
.board-list .list-state {
  display: flex;
  align-items: center;
  height: 1.875rem;
  box-sizing: border-box;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #dedede;
  background-color: #f4f4f4;
  color: #666;
  font-weight: 600;
  font-size: 0.875rem;
  white-space: nowrap;
}
.board-list .list-state.style-primary {
  border: 1px solid #01387A;
  background-color: #F0F7FF;
  color: #01387A;
}
.board-list .list-faq {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.board-list .list-faq .faq-item {
  border: 1px solid #DDD;
  border-radius: 1rem;
  overflow: hidden;
}
.board-list .list-faq .faq-item:has(.faq-toggle.is-active) {
  border-color: #01387A;
  background: #FFF;
  box-shadow: 0.3125rem 0.3125rem 0 0 rgba(0, 0, 0, 0.06);
}
.board-list .list-faq .faq-item:has(.faq-toggle.is-active) .faq-question:after {
  transform: rotateZ(0deg) skewY(-0.01deg);
}
.board-list .list-faq .faq-item:has(.faq-toggle.is-active) .faq-answer {
  display: flex;
}
.board-list .list-faq .faq-question {
  position: relative;
  display: flex;
  gap: 0.625rem;
  min-height: 5.625rem;
  box-sizing: border-box;
  padding: 1.875rem 1.25rem;
  padding-right: 3.125rem;
}
.board-list .list-faq .faq-question:after {
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  content: "";
  transform: rotateZ(180deg) skewY(-0.01deg);
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-image: url("../../img/board/faq-arrow.svg");
  background-position: center;
  background-size: 1.875rem auto;
  transition: all 0.2s ease;
}
.board-list .list-faq .faq-question .question-body {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .board-list .list-faq .faq-question .question-body {
    font-size: 1.125rem;
  }
}
.board-list .list-faq .faq-question .question-ttl {
  display: inline;
}
.board-list .list-faq .faq-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  flex: 0 0 1.875rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  color: #00ABCC;
}
.board-list .list-faq .faq-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}
.board-list .list-faq .faq-toggle:hover {
  background-color: rgba(0, 171, 204, 0.1);
  mix-blend-mode: color;
  opacity: 0.1;
}
.board-list .list-faq .faq-answer {
  display: flex;
  gap: 0.625rem;
  padding: 1.875rem 1.25rem;
  background: #F7F8FB;
  display: none;
}
.board-list .list-faq .faq-answer .faq-mark {
  color: #8698B8;
}
.board-list .list-faq .faq-answer .answer-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.board-list .list-faq .faq-answer .answer-comment {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01875rem;
  word-break: keep-all;
  color: #555;
}
.board-list .list-faq .faq-answer .answer-attached .input-attached .attached-file {
  border: 1px solid #e7e7e7;
  background-color: #fff;
}
.board-list .list-faq .faq-answer .answer-attached .input-attached .attached-file .file-remove {
  display: none;
}
.board-list .list-faq .faq-label {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  border-radius: 0.375rem;
  background-color: #F0F7FF;
  font-size: 1rem;
  font-weight: 400;
  color: #01387A;
}
.board-list .list-faq .faq-new {
  position: relative;
  display: inline-flex;
  width: 3.125rem;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 0.3125rem;
}
.board-list .list-faq .faq-new:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "New";
  height: 2rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  background: rgba(0, 171, 204, 0.1);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
  line-height: 1;
  text-indent: 0;
  color: #00ABCC;
}
.board-list .list-album {
  margin-top: 0.9375rem;
}
.board-list .list-album .album-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .board-list .list-album .album-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .board-list .list-album .album-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.board-list .list-album .album-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  overflow: hidden;
}
.board-list .list-album .album-item:hover .album-ttl .ttl-txt, .board-list .list-album .album-item:focus-within .album-ttl .ttl-txt {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.board-list .list-album .album-head {
  position: relative;
  margin-bottom: 0.625rem;
}
.board-list .list-album .album-body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.board-list .list-album .album-foot {
  display: flex;
  align-items: center;
  height: 1.25rem;
  margin-top: 0.5rem;
}
.board-list .list-album .album-label {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  border-radius: 0.375rem;
  background-color: #F0F7FF;
  font-size: 1rem;
  font-weight: 400;
  color: #01387A;
  box-shadow: 0 0.125rem 0.125rem 0 rgba(1, 56, 122, 0.2);
}
.board-list .list-album .album-thumbs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  border-radius: 1.25rem;
  background-color: #F7F8FB;
  background-repeat: no-repeat;
  background-image: url("../../img/common/logo.png");
  background-size: 60%;
  background-position: center;
  overflow: hidden;
}
.board-list .list-album .album-thumbs img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
}
.board-list .list-album .album-category {
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--board-primary);
}
.board-list .list-album .album-ttl {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  width: -moz-max-content;
  width: max-content;
  gap: 0.625rem 0.375rem;
  max-width: 100%;
}
.board-list .list-album .album-ttl .ttl-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  letter-spacing: -0.01875rem;
}
.board-list .list-album .album-new {
  position: relative;
  display: inline-flex;
  width: 3.125rem;
  transform: translateY(-0.3125rem);
  color: transparent;
}
.board-list .list-album .album-new:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "New";
  height: 2rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  background: rgba(0, 171, 204, 0.1);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
  line-height: 1;
  text-indent: 0;
  color: #00ABCC;
}
.board-list .list-album .album-infos {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 0 0.25rem 0;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #555;
}
.board-list .list-album .album-infos li {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.board-list .list-album .album-infos .info-ttl,
.board-list .list-album .album-infos .info-conts {
  display: inline-flex;
  vertical-align: middle;
}
.board-list .list-album .album-infos .info-ttl {
  display: flex;
  position: relative;
  color: #C9CBD2;
}
.board-list .list-album .album-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.board-list .list-combi {
  padding-top: 1.875rem;
  margin-top: 0.9375rem;
  border-top: 2px solid #000;
}
.board-list .list-combi .combi-list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.board-list .list-combi .combi-item {
  position: relative;
  display: grid;
  grid-template-columns: 30rem 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .board-list .list-combi .combi-item {
    grid-template-columns: 23.75rem 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .board-list .list-combi .combi-item {
    grid-template-columns: 1fr;
  }
}
.board-list .list-combi .combi-item:hover .combi-ttl, .board-list .list-combi .combi-item:focus-within .combi-ttl {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.board-list .list-combi .combi-thumbs {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #f4f4f4;
  border-radius: 0.9375rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/common/logo.svg");
  background-size: 60%;
}
.board-list .list-combi .combi-conts {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 3.125rem 3.75rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .board-list .list-combi .combi-conts {
    padding: 1.25rem 1.875rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .board-list .list-combi .combi-conts {
    padding: 1.875rem 1.25rem 0;
  }
}
.board-list .list-combi .combi-ttl {
  display: inline;
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  letter-spacing: -0.025rem;
}
.board-list .list-combi .combi-pin {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  border-radius: 1.5625rem;
  background-color: var(--board-primary);
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.16);
}
.board-list .list-combi .combi-new {
  position: relative;
  display: inline-flex;
  width: 3.4375rem;
  text-indent: -9999px;
  overflow: hidden;
}
.board-list .list-combi .combi-new:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "N";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #111;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
  line-height: 1;
  text-indent: 0;
  color: #fff;
}
.board-list .list-combi .combi-category {
  font-size: 1.25Rem;
  font-weight: 500;
  color: var(--board-primary);
}
.board-list .list-combi .combi-paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 4.375rem;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 400;
  color: #616161;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.board-list .list-combi .combi-infos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.625rem;
}
.board-list .list-combi .combi-infos li {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
  color: #9E9E9E;
}
.board-list .list-combi .combi-infos li ~ li {
  position: relative;
}
.board-list .list-combi .combi-infos li ~ li:after {
  position: absolute;
  top: 50%;
  left: -0.75rem;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  content: "";
  width: 0.0625rem;
  height: 0.625rem;
  background-color: #9E9E9E;
}
.board-list .list-combi .combi-infos .info-label {
  display: flex;
  color: #9E9E9E;
}
.board-list .list-combi .combi-infos .info-conts {
  color: #757575;
}
.board-list .list-combi .combi-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.board-list .list-cardtype .cardtype-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .board-list .list-cardtype .cardtype-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .board-list .list-cardtype .cardtype-list {
    grid-template-columns: 1fr;
  }
}
.board-list .list-cardtype .cardtype-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  border-radius: 1rem;
  border: 1px solid #DDD;
  transition: all 0.3s ease;
  min-height: 21.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .board-list .list-cardtype .cardtype-item {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .board-list .list-cardtype .cardtype-item {
    padding: 1.75rem;
  }
}
.board-list .list-cardtype .cardtype-item:hover, .board-list .list-cardtype .cardtype-item:focus-within {
  border-color: #01387A;
  background: #FFF;
  box-shadow: 0.3125rem 0.3125rem 0 0 rgba(0, 0, 0, 0.06);
}
.board-list .list-cardtype .cardtype-item .item-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
}
.board-list .list-cardtype .cardtype-item .item-head .cardtype-order {
  margin-right: auto;
}
.board-list .list-cardtype .cardtype-item .item-body {
  display: grid;
  gap: 1.5625rem;
  margin-bottom: 1.75rem;
}
.board-list .list-cardtype .cardtype-item .item-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
}
.board-list .list-cardtype .cardtype-item .item-foot .cardtype-infos {
  margin-right: auto;
}
.board-list .list-cardtype .cardtype-item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.board-list .list-cardtype .cardtype-order {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
.board-list .list-cardtype .cardtype-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .board-list .list-cardtype .cardtype-ttl {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .board-list .list-cardtype .cardtype-ttl {
    font-size: 1.25rem;
  }
}
.board-list .list-cardtype .cardtype-paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #555;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .board-list .list-cardtype .cardtype-paragraph {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .board-list .list-cardtype .cardtype-paragraph {
    font-size: 0.9375rem;
  }
}
.board-list .list-cardtype .cardtype-new,
.board-list .list-cardtype .cardtype-category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.125rem;
  height: 1.875Rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
}
.board-list .list-cardtype .cardtype-new {
  background: rgba(0, 171, 204, 0.1);
  color: #00ABCC;
}
.board-list .list-cardtype .cardtype-category {
  background-color: #F0F7FF;
  color: #01387A;
}
.board-list .list-cardtype .cardtype-infos {
  display: flex;
  align-items: center;
}
.board-list .list-cardtype .cardtype-infos li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.board-list .list-cardtype .cardtype-infos .info-ico {
  display: inline-flex;
  vertical-align: middle;
  color: #C9CBD2;
}
.board-list .list-cardtype .cardtype-infos .info-conts {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #555;
}
.board-list .list-cardtype .cardtype-attached {
  position: relative;
  z-index: 1;
}
.board-list .list-cardtype .cardtype-attached:has(.trigger-button.is-active) .attached-layer {
  display: grid;
}
.board-list .list-cardtype .cardtype-attached .attached-trigger {
  position: relative;
}
.board-list .list-cardtype .cardtype-attached .attached-trigger .trigger-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  aspect-ratio: 1/1;
  border-radius: 0.1875rem;
  overflow: hidden;
  color: #888888;
}
.board-list .list-cardtype .cardtype-attached .attached-trigger .trigger-button:hover {
  background-color: #F7F8F9;
}
.board-list .list-cardtype .cardtype-attached .attached-trigger .attached-count {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 25%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4375rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #0F1E3B;
  border-radius: 50%;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
}
.board-list .list-cardtype .cardtype-attached .attached-layer {
  position: absolute;
  top: -0.625rem;
  right: 0;
  transform: translateY(-100%);
  display: grid;
  gap: 0.375rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 15rem;
  padding: 1.25rem 1.5rem;
  padding-left: 1.25rem;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  top: 0;
  display: none;
  animation: cardtypeAttachedFile 0.3s ease 0s 1 alternate both;
}
@keyframes cardtypeAttachedFile {
  0% {
    top: 0;
  }
  100% {
    top: -0.625rem;
  }
}
.board-list .list-cardtype .cardtype-attached .attached-file {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  overflow: hidden;
}
.board-list .list-cardtype .cardtype-attached .attached-file .file-ico {
  position: relative;
  float: left;
  width: 1.25rem;
  color: transparent;
  margin-right: 0.375rem;
}
.board-list .list-cardtype .cardtype-attached .attached-file .file-ico:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.125rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../../img/board/ico-file-atteched.svg");
}
.board-list .list-cardtype .cardtype-attached .attached-file .file-name {
  display: block;
  overflow: hidden;
}
.board-list .list-cardtype .cardtype-attached .attached-file .file-name:hover, .board-list .list-cardtype .cardtype-attached .attached-file .file-name:focus {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.board-foot-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .board-foot-buttons {
    gap: 1rem;
  }
}
.board-foot-buttons:has(.foot-gl ~ .foot-button) {
  justify-content: stretch;
}
.board-foot-buttons:has(.foot-gl ~ .foot-button) .foot-gl + .foot-button {
  margin-left: auto;
}
.board-foot-buttons:has(.foot-gl):not(:has(.foot-gl ~ .foot-button)) {
  justify-content: center;
}
.board-foot-buttons .foot-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.3125rem;
  min-width: 7.5rem;
  height: 4rem;
  max-width: 100%;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .board-foot-buttons .foot-button {
    min-width: 6.5625rem;
    height: 3.5rem;
  }
}
.board-foot-buttons .foot-button .button-txt {
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01875rem;
}
@media only screen and (max-width: 767px) {
  .board-foot-buttons .foot-button .button-txt {
    font-size: 0.9375rem;
  }
}
.board-foot-buttons .foot-button .button-ico {
  display: inline-flex;
}
.board-foot-buttons .foot-button .button-ico img {
  width: 1.25rem;
}

.board-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.board-pager .pager-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .board-pager .pager-num {
    display: none;
  }
}
.board-pager .pager-num:is(:hover, :focus) {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.board-pager .pager-num.is-active {
  font-weight: 700;
  color: #fff !important;
  border-radius: 50%;
  background-color: #01387A;
}
.board-pager .pager-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
  border-radius: 0.625rem;
  background: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.75rem auto;
  text-indent: -9999px;
  overflow: hidden;
}
.board-pager .pager-button:hover {
  background-color: #F7F8FB;
}
.board-pager .pager-button:active {
  background-color: #E1E3EB;
  border-color: #AEB3C0;
}
.board-pager .pager-button.pager-first {
  background-image: url("../../img/board/pager-first.svg");
}
.board-pager .pager-button.pager-last {
  background-image: url("../../img/board/pager-last.svg");
}
.board-pager .pager-button.pager-prev {
  background-image: url("../../img/board/pager-prev.svg");
}
.board-pager .pager-button.pager-next {
  background-image: url("../../img/board/pager-next.svg");
}
.board-pager .pager-button.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.board-pager .pager-direct {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
  display: none;
}
@media only screen and (max-width: 767px) {
  .board-pager .pager-direct {
    display: flex;
    justify-content: center;
    flex: 1 1 100%;
  }
}
.board-pager .pager-direct .pager-input {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.625rem;
  height: 2.5rem;
  box-sizing: border-box;
  padding: 0 0.625rem;
  border: 1px solid #e7e7e7;
  border-radius: 0.1875rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #222;
}
.board-pager .pager-direct .pager-total {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
}
.board-pager .pager-direct .pager-total:before {
  display: inline-flex;
  content: "/";
}
.board-pager .pager-direct .pager-sumbit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  border: 1px solid var(--board-primary);
  color: var(--board-primary);
}
.board-pager .pager-direct .pager-sumbit:hover {
  border-color: #2B6DB3;
  background-color: #E3F0FF;
  color: #2B6DB3;
}
.board-pager .pager-direct .pager-sumbit:active {
  border-color: #1F4D87;
  background-color: #B2D4FF;
  color: #1F4D87;
}

.board-footer:has(.board-pager ~ .board-foot-buttons) {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.board-view .view-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  min-height: 9.375rem;
  box-sizing: border-box;
  padding: 2.5rem 1.25rem;
  border-bottom: 2px solid #333;
}
.board-view .view-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .board-view .view-title {
    font-size: 1.375rem;
  }
}
.board-view .view-category {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--board-primary);
}
.board-view .view-state {
  display: flex;
  align-items: center;
  height: 2.125rem;
  box-sizing: border-box;
  padding: 0.375rem 0.75rem;
  border-radius: 0.3125rem;
  border: 1px solid rgba(51, 54, 63, 0.6);
  font-size: 1rem;
  white-space: nowrap;
  color: #33363F;
  transform: translateY(0.1875rem);
}
.board-view .view-state.style-red {
  border-color: rgba(235, 42, 41, 0.6);
  color: #EB2A29;
}
.board-view .view-state.style-primary {
  background-color: #00ABCC;
  border: none;
  color: #fff;
}
.board-view .view-infos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem 2.5rem;
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.01875rem;
}
@media only screen and (max-width: 767px) {
  .board-view .view-infos {
    min-height: auto;
  }
}
.board-view .view-infos li {
  display: flex;
  align-items: center;
  gap: 1.375rem;
}
.board-view .view-infos li.type-date {
  gap: 0.3125rem;
}
.board-view .view-infos li.type-date .info-conts:before {
  content: none;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .board-view .view-infos li:has(.view-print-trigger) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .board-view .view-infos li:has(.view-print-trigger) {
    display: none;
  }
}
.board-view .view-infos .info-ttl {
  display: flex;
  font-weight: 500;
  color: #222;
  letter-spacing: -0.09375rem;
}
.board-view .view-infos .info-conts {
  position: relative;
}
.board-view .view-infos .info-conts:before {
  position: absolute;
  top: 50%;
  left: -0.6875rem;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  content: "";
  width: 0.0625rem;
  height: 0.75rem;
  background-color: #BEC2C8;
}
.board-view .view-attached {
  display: flex;
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
  background: #F9F9F9;
}
.board-view .view-attached:not(:has(.attached-file)) {
  display: none;
}
.board-view .view-attached .attached-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.board-view .view-attached .attached-file {
  display: block;
}
.board-view .view-attached .attached-file:before {
  content: "";
  display: block;
  clear: both;
}
.board-view .view-attached .attached-file {
  font-size: 1rem;
  font-weight: 400;
  color: #444;
  letter-spacing: -0.01875rem;
}
.board-view .view-attached .attached-file .file-ico {
  position: relative;
  display: block;
  float: left;
  width: 1.25rem;
  margin-right: 0.5rem;
  text-indent: -9999px;
  overflow: hidden;
}
.board-view .view-attached .attached-file .file-ico:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/board/ico-file-atteched.svg");
  background-size: 1.1875rem auto;
}
.board-view .view-attached .attached-file .file-name {
  display: block;
  overflow: hidden;
}
.board-view .view-attached .attached-file .file-name:hover {
  color: var(--board-primary);
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.board-view .view-editor {
  padding: 2.5rem;
  padding-bottom: 5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.01875rem;
  line-height: 1.5;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .board-view .view-editor {
    padding: 1.75Rem;
    padding-bottom: 3.75rem;
  }
}
.board-view .view-album {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 0;
}
.board-view .view-album .album-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 51.25rem;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 1.875rem;
}
.board-view .view-album .album-banner .banner-set {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.board-view .view-album .album-banner .banner-main {
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.board-view .view-album .album-banner .banner-main .banner-container {
  width: 100%;
}
.board-view .view-album .album-banner .banner-main .banner-slide {
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
}
.board-view .view-album .album-banner .banner-main .banner-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  background: #F7F8FB;
  border: 1px solid #e7e7e7;
  border-radius: 0.625rem;
}
.board-view .view-album .album-banner .banner-main .banner-image:not(:has(img)) {
  opacity: 0.5;
  background-repeat: no-repeat;
  background-image: url("../../img/common/logo.png");
  background-size: 60% auto;
  background-position: center;
}
.board-view .view-album .album-banner .banner-main .banner-image img {
  max-width: 100%;
  max-height: 100%;
}
.board-view .view-album .album-banner .banner-thumbs {
  width: 42.5rem;
  max-width: 100%;
  overflow: hidden;
}
.board-view .view-album .album-banner .banner-thumbs .banner-slide {
  width: auto;
}
.board-view .view-album .album-banner .banner-thumbs .banner-slide.is-active .banner-image {
  position: relative;
}
.board-view .view-album .album-banner .banner-thumbs .banner-slide.is-active .banner-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0.125rem solid #0F1E3B;
  border-radius: inherit;
}
.board-view .view-album .album-banner .banner-thumbs .banner-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  aspect-ratio: 16/9;
  background: #F7F8FB;
  border: 1px solid #e7e7e7;
  border-radius: 0.625rem;
}
.board-view .view-album .album-banner .banner-thumbs .banner-image:not(:has(img)) {
  opacity: 0.5;
  background-repeat: no-repeat;
  background-image: url("../../img/common/logo.png");
  background-size: 80% auto;
  background-position: center;
}
.board-view .view-album .album-banner .banner-thumbs .banner-image img {
  max-width: 100%;
  max-height: 100%;
}
.board-view .view-album .album-banner .banner-navi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0;
}
.board-view .view-album .album-banner .banner-navi .navi-button {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  background: #FFF;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}
.board-view .view-album .album-banner .banner-navi .navi-button.navi-prev {
  transform: translate(-1.875rem, -50%);
  background-image: url("../../img/board/banner-prev.svg");
}
.board-view .view-album .album-banner .banner-navi .navi-button.navi-next {
  transform: translate(1.875rem, -50%);
  background-image: url("../../img/board/banner-next.svg");
}
.board-view .view-album .album-banner .banner-navi .navi-button.is--disabled {
  opacity: 0.3;
  cursor: default;
}
.board-view .view-album .album-banner .banner-navi .navi-button:hover, .board-view .view-album .album-banner .banner-navi .navi-button:active {
  border-color: var(--board-primary);
}
.board-view .view-response {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin: 3.125rem 0;
}
.board-view .view-response .response-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.board-view .view-response .response-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9375rem;
  font-size: 1rem;
}
.board-view .view-response .response-body {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.board-view .view-response .response-foot {
  margin-top: 1.25rem;
}
.board-view .view-response .response-ttl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
  color: #222;
  line-height: 1;
}
.board-view .view-response .response-ttl .ttl-ico, .board-view .view-response .response-ttl .ttl-txt {
  display: inline-flex;
}
.board-view .view-response .response-ttl .ttl-ico img, .board-view .view-response .response-ttl .ttl-txt img {
  width: 1.5rem;
}
.board-view .view-response .response-view {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding: 1.875rem 1.25rem;
  border-radius: 0.5rem;
  background: #F7F8FB;
}
.board-view .view-response .response-comment {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #555;
  letter-spacing: -0.01875rem;
  word-break: keep-all;
}
.board-view .view-response .response-attached .input-attached .attached-file {
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}
.board-view .view-response .response-attached .input-attached .attached-file:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-image: url("../../img/board/ico-file-atteched.svg");
  background-size: 1.1875rem auto;
  background-position: center;
}
.board-view .view-response .response-attached .input-attached .attached-file .file-name:hover {
  color: var(--board-primary);
}
.board-view .view-response .response-attached .input-attached .attached-file .file-remove {
  display: none;
}

.board-navi {
  border-top: 1px solid #222;
  border-bottom: 1px solid #DADCDE;
  font-size: 1.25rem;
  font-weight: 400;
  color: #444;
  line-height: 1.5;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .board-navi {
    font-size: 1rem;
  }
}
.board-navi li {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #DADCDE;
}
@media only screen and (max-width: 767px) {
  .board-navi li {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 1.25rem 1.75rem;
  }
}
.board-navi .navi-ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 10rem;
  box-sizing: border-box;
  padding: 0 1.5625rem;
  font-weight: 700;
  white-space: nowrap;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .board-navi .navi-ttl {
    padding: 0;
  }
}
.board-navi .navi-ttl .ttl-ico,
.board-navi .navi-ttl .ttl-txt {
  display: inline-flex;
}
.board-navi .navi-ttl .ttl-ico img,
.board-navi .navi-ttl .ttl-txt img {
  width: 2.125rem;
}
@media only screen and (max-width: 767px) {
  .board-navi .navi-ttl .ttl-ico img,
  .board-navi .navi-ttl .ttl-txt img {
    width: 1.5rem;
  }
}
.board-navi .navi-conts {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 767px) {
  .board-navi .navi-conts {
    padding: 0;
  }
}
.board-navi .navi-link {
  display: flex;
  align-items: center;
  min-height: 5.625rem;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem;
}
@media only screen and (max-width: 767px) {
  .board-navi .navi-link {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    min-height: auto;
    padding: 0;
    font-size: 1rem;
  }
}
.board-navi .navi-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.board-navi .navi-date {
  font-size: 0.8725em;
  font-weight: 400;
  color: #666;
}

.board-write .write-form {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.board-write .write-form .form-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9375rem;
  font-size: 1rem;
}
.board-write .write-form .form-ttl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
  color: #222;
  line-height: 1;
}
.board-write .write-form .form-ttl .ttl-ico, .board-write .write-form .form-ttl .ttl-txt {
  display: inline-flex;
}
.board-write .write-form .form-ttl .ttl-ico img, .board-write .write-form .form-ttl .ttl-txt img {
  width: 1.5rem;
}
.board-write .write-form .form-ref {
  font-size: 1em;
  color: #EE2E5B;
}
.board-write .write-table table {
  width: 100%;
  border-top: 1px solid #8E98B4;
}
.board-write .write-table table th, .board-write .write-table table td {
  height: 4rem;
  box-sizing: border-box;
  padding: 0.625rem 1rem;
  border: 1px solid #DADCDE;
  vertical-align: middle;
  font-size: 0.9375rem;
  font-weight: 400;
}
.board-write .write-table table th {
  padding: 0.625rem 1.25rem;
  background-color: #F7F8FB;
  font-size: 1.0625rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .board-write .write-table table, .board-write .write-table tbody, .board-write .write-table tr, .board-write .write-table th, .board-write .write-table td {
    display: block;
  }
  .board-write .write-table caption, .board-write .write-table colgroup {
    display: none;
  }
  .board-write .write-table table th, .board-write .write-table table td {
    height: auto;
  }
}
.board-write .write-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.board-write .write-grid .grid-cell .cell-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.625Rem;
}
.board-write .write-grid .grid-cell .cell-conts {
  display: grid;
  align-items: center;
  min-height: 3.125rem;
}
.board-write .write-grid .input-select,
.board-write .write-grid .input-text {
  border-color: #EDEEF2;
  background-color: #F8F9FB;
  max-width: 100%;
}
.board-write .write-grid .require-mark {
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--board-primary);
}

.board-security {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  width: 43.125rem;
  max-width: 100%;
}
.board-security .security-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 10rem;
  height: 10rem;
  border: 1px solid #ccc;
  background-color: #F7F8F9;
  border-radius: 50%;
}
.board-security .security-ico img {
  width: 7.0625rem;
}
.board-security .security-ico .omks-icon {
  width: 6.25rem;
  height: 6.25rem;
}
.board-security .security-confirm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  padding: 1.875rem;
  border-radius: 0.3125rem;
  border: 1px solid #dedede;
}
.board-security .security-confirm .confirm-ttl {
  display: inline-flex;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01875rem;
  color: #222;
}
.board-security .security-confirm .input-text {
  flex: 1;
  width: 100%;
  max-width: 100%;
}
.board-security .security-confirm .input-ref {
  flex: 1 1 100%;
}
.board-security .security-guide {
  display: flex;
  gap: 0.625rem;
  padding: 2rem;
  background-color: #F9FAFB;
  border-radius: 0.625rem;
}
.board-security .security-guide p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01875rem;
  line-height: 1.5;
  color: #333;
  word-break: keep-all;
}
.board-security .security-guide p b {
  font-weight: 700;
  color: var(--account-primary);
}
.board-security .security-guide .guide-stnc .stnc-ico {
  float: left;
  margin-right: 0.5rem;
}
.board-security .security-guide .guide-stnc .stnc-txt {
  display: block;
  overflow: hidden;
}

.board-comment {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.board-comment .comment-write {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  width: 100%;
}
.board-comment .comment-write .write-author {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  order: 1;
}
.board-comment .comment-write .write-author .author-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
  padding: 0.3125rem;
  border-radius: 50%;
  background-color: #E7E7E7;
  overflow: hidden;
}
.board-comment .comment-write .write-author .author-ico img {
  max-width: 100%;
  max-height: 100%;
}
.board-comment .comment-write .write-author .author-ico:not(:has(img)) {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/board/comment-default.svg");
  background-size: 2.5rem auto;
}
.board-comment .comment-write .write-author .author-name {
  font-size: 1.125Rem;
  letter-spacing: -0.125rem;
}
.board-comment .comment-write .write-submit {
  order: 2;
  margin-left: auto;
}
.board-comment .comment-write .write-textarea {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  order: 3;
}
.board-comment .comment-write .write-textarea textarea {
  width: 100%;
  min-height: 6.25rem;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 1.25rem;
  border-radius: 0.375rem;
  border: 1px solid #DADCDE;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.01875rem;
  line-height: 1.5;
}
.board-comment .comment-write .write-textarea textarea::-moz-placeholder {
  font-weight: 300;
  color: #555;
}
.board-comment .comment-write .write-textarea textarea::placeholder {
  font-weight: 300;
  color: #555;
}
.board-comment .comment-write .write-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  color: #fff;
  transition: all 0.2s ease;
}
.board-comment .comment-write .write-submit .button-txt {
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01875rem;
}
.board-comment .comment-write .write-submit .button-ico {
  display: inline-flex;
}
.board-comment .comment-write .write-submit .button-ico img {
  width: 1.25rem;
}
.board-comment .comment-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #DADCDE;
}
.board-comment .comment-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  min-height: 5.9375rem;
  box-sizing: border-box;
  padding: 1.25rem;
  border-bottom: 1px solid #DADCDE;
}
.board-comment .comment-item.is-active .comment-from .from-name {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.board-comment .comment-item.is-active .comment-from .from-name:before {
  content: "내 댓글";
  font-size: 0.875rem;
  border-radius: 0.1875rem;
  padding: 0.25rem 0.5rem;
  background-color: #0F1E3B;
  color: #fff;
  line-height: 1;
  font-weight: 300;
}
.board-comment .comment-edit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
}
.board-comment .comment-edit .edit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  background-color: #fff;
}
.board-comment .comment-edit .edit-button .button-txt {
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.board-comment .comment-edit .edit-button.edit-adjust .button-txt {
  background-repeat: no-repeat;
  background-image: url("../../img/board/ico-adjust.svg");
  background-size: 1.25rem auto;
  background-position: center;
}
.board-comment .comment-edit .edit-button.edit-adjust:hover .button-txt:after, .board-comment .comment-edit .edit-button.edit-adjust:focus .button-txt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F1E3B;
  mix-blend-mode: color;
  opacity: 0.6;
  pointer-events: none;
}
.board-comment .comment-edit .edit-button.edit-remove .button-txt {
  background-repeat: no-repeat;
  background-image: url("../../img/board/ico-remove.svg");
  background-size: 1.5rem auto;
  background-position: center;
}
.board-comment .comment-edit .edit-button.edit-remove:hover .button-txt:after, .board-comment .comment-edit .edit-button.edit-remove:focus .button-txt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  mix-blend-mode: color;
  opacity: 0.6;
  pointer-events: none;
}
.board-comment .comment-from {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  letter-spacing: -0.01875rem;
}
.board-comment .comment-from .from-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #222;
}
.board-comment .comment-from .from-date {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #888;
}
.board-comment .comment-ment {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01875rem;
  word-break: keep-all;
}

.board-nodata {
  padding: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #999;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 0.625rem;
}

/* OMKS CSS 임시 적용 */
/* 프레임워크 커스텀시 작성 */
.omks-icon.type-fill svg path {
  fill: currentColor !important;
  stroke: transparent !important;
}
.omks-icon.type-stroke svg path {
  fill: transparent !important;
  stroke: currentColor !important;
}

/* 날짜선택 */
.omks-pattern-period .period-date .date-trigger {
  pointer-events: none;
}
.omks-pattern-period .period-date .date-input {
  text-align: left;
}
.omks-pattern-period .period-date .date-input:-moz-read-only {
  background-color: #fff;
}
.omks-pattern-period .period-date .date-input:read-only {
  background-color: #fff;
}

.omks-pattern-period.width-full {
  width: 100%;
}
.omks-pattern-period.width-full .period-date {
  display: flex;
  flex: 1;
}
.omks-pattern-period.width-full .period-date .date-trigger {
  pointer-events: none;
}
.omks-pattern-period.width-full .period-date .date-input {
  width: 100%;
}

.omks-pattern-period .period-date .date-input {
  text-align: left;
}

.omks-form-select:has(option[value=""]:checked) {
  color: #999;
}

.omks-form-choice .choice-ico {
  flex: none;
}

.omks-form-text[type=text]:-moz-read-only, .omks-form-text[type=password]:-moz-read-only, .omks-form-text[type=number]:-moz-read-only, .input-text[type=text]:-moz-read-only, .input-text[type=password]:-moz-read-only, .input-text[type=number]:-moz-read-only {
  border-color: #D0D0D0;
  background: #F5F5F5;
}

.omks-form-text[type=text]:read-only, .omks-form-text[type=password]:read-only, .omks-form-text[type=number]:read-only,
.input-text[type=text]:read-only,
.input-text[type=password]:read-only,
.input-text[type=number]:read-only {
  border-color: #D0D0D0;
  background: #F5F5F5;
}
.omks-form-text[type=text]:-moz-read-only:hover, .omks-form-text[type=text]:-moz-read-only:focus, .omks-form-text[type=password]:-moz-read-only:hover, .omks-form-text[type=password]:-moz-read-only:focus, .omks-form-text[type=number]:-moz-read-only:hover, .omks-form-text[type=number]:-moz-read-only:focus, .input-text[type=text]:-moz-read-only:hover, .input-text[type=text]:-moz-read-only:focus, .input-text[type=password]:-moz-read-only:hover, .input-text[type=password]:-moz-read-only:focus, .input-text[type=number]:-moz-read-only:hover, .input-text[type=number]:-moz-read-only:focus {
  border-color: #D0D0D0;
  background: #F5F5F5;
}
.omks-form-text[type=text]:read-only:hover, .omks-form-text[type=text]:read-only:focus, .omks-form-text[type=password]:read-only:hover, .omks-form-text[type=password]:read-only:focus, .omks-form-text[type=number]:read-only:hover, .omks-form-text[type=number]:read-only:focus,
.input-text[type=text]:read-only:hover,
.input-text[type=text]:read-only:focus,
.input-text[type=password]:read-only:hover,
.input-text[type=password]:read-only:focus,
.input-text[type=number]:read-only:hover,
.input-text[type=number]:read-only:focus {
  border-color: #D0D0D0;
  background: #F5F5F5;
}

/* Main */
.main-container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-container {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-container {
    padding-top: 5rem;
  }
}

.main-inner {
  max-width: 100%;
  width: 120rem;
  box-sizing: border-box;
  padding: 0 1.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .main-inner {
    padding: 0 6.25rem;
  }
}

.main-section .section-title {
  color: #171819;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-section .section-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-section .section-title {
    font-size: 1.5rem;
  }
}
.main-section .section-title span {
  color: #00ABCC;
}
.main-section .section-ref {
  color: #555;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-section .section-ref {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-section .section-ref {
    font-size: 0.9375rem;
  }
  .main-section .section-ref br {
    display: none;
  }
}

.main-introd {
  overflow: hidden;
}
.main-introd .introd-frame {
  position: relative;
  display: grid;
  grid-template-columns: 22.5rem calc(100% - 25rem);
  gap: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-frame {
    grid-template-columns: 18.75rem calc(100% - 20rem);
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-frame {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 5rem 0;
  }
}
.main-introd .introd-background {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(0, 4.375rem);
}
.main-introd .introd-background:before {
  display: flex;
  content: url("../../img/main/introd-background.svg");
}
.main-introd .introd-background {
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-background {
    transform: translate(-1.875rem, 4.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-background {
    bottom: initial;
    top: 0;
    z-index: 0;
    transform: translate(20%, -50%);
  }
  .main-introd .introd-background:before {
    transform: scale(0.4);
  }
}
.main-introd .introd-head,
.main-introd .introd-body {
  padding: 6.25rem 0;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-head,
  .main-introd .introd-body {
    padding: 0;
  }
}
.main-introd .introd-head {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-right: 3.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-head {
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-head {
    padding-right: 0;
  }
}
.main-introd .introd-head:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100vw;
  height: 100%;
  z-index: 0;
  background-color: #fff;
}
.main-introd .introd-head:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.5rem;
  /* 패널 바깥쪽(오른쪽)으로 100px 만큼 뺌 */
  width: 2.5rem;
  /* 그라데이션 길이 */
  height: 100%; /* 왼쪽(흰색) -> 오른쪽(투명)으로 변하는 그라데이션 */
  background: linear-gradient(to right, #ffffff, transparent);
  pointer-events: none;
  /* 마우스 클릭이 슬라이드에 닿게 통과시킴 */
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-head:after {
    width: 1.25rem;
    right: -1.25rem;
  }
}
.main-introd .introd-head .head-frame {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}
.main-introd .introd-body {
  position: relative;
  z-index: 0;
}
.main-introd .introd-foot {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-foot {
    display: block;
  }
  .main-introd .introd-foot .introd-more {
    display: flex;
  }
}
.main-introd .introd-tab {
  display: grid;
  gap: 0.625rem;
  position: relative;
  padding: 0 0.625rem;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-tab {
    display: flex;
    gap: 1.25rem;
    padding: 0;
  }
}
.main-introd .introd-tab:before, .main-introd .introd-tab:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.125rem;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-tab:before, .main-introd .introd-tab:after {
    content: none;
  }
}
.main-introd .introd-tab:before {
  z-index: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.main-introd .introd-tab:after {
  z-index: 1;
  height: 1.875rem;
  background-color: #222;
  transition: all 0.3s ease;
}
.main-introd .introd-tab .tab-button {
  display: flex;
  align-items: center;
  height: 1.875rem;
  box-sizing: border-box;
  padding: 0 0.625rem;
  color: #555;
  font-size: 1.125rem;
  font-weight: 400;
}
.main-introd .introd-tab .tab-button:hover, .main-introd .introd-tab .tab-button:focus {
  font-weight: 500;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-tab .tab-button {
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
.main-introd .introd-tab .tab-button.is-active {
  font-weight: 700;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-tab .tab-button.is-active {
    position: relative;
  }
  .main-introd .introd-tab .tab-button.is-active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.125rem;
    background-color: #222;
  }
}
.main-introd .introd-tab:has(.tab-button:nth-child(2).is-active):after {
  transform: translateY(2.5rem);
}
.main-introd .introd-tab:has(.tab-button:nth-child(3).is-active):after {
  transform: translateY(5rem);
}
.main-introd .introd-more {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 3.75rem;
  border-radius: 10px;
  background: #00ABCC;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease;
}
.main-introd .introd-more .link-txt,
.main-introd .introd-more .link-ico {
  display: flex;
}
.main-introd .introd-more .link-ico {
  transform: translateY(-0.0625rem);
}
.main-introd .introd-more:hover, .main-introd .introd-more:focus {
  box-shadow: 0 0 0 0.375rem rgba(0, 171, 204, 0.29);
}
.main-introd .introd-banner-control {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.875rem 0;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-banner-control {
    grid-column: span 2;
    justify-content: flex-end;
  }
}
.main-introd .introd-banner-control .control-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.0625rem solid #ddd;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-banner-control .control-button {
    width: 2.5rem;
  }
  .main-introd .introd-banner-control .control-button svg, .main-introd .introd-banner-control .control-button img {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.main-introd .introd-banner-control .control-button .button-ico {
  align-items: center;
  justify-content: center;
}
.main-introd .introd-banner-control .control-button:hover {
  background-color: #01387a;
  box-shadow: 0 0 0 0.375rem rgba(1, 56, 122, 0.12);
  border-color: #01387A;
  color: #fff;
}
.main-introd .introd-banner-control .control-button.banner-play .button-ico.type-play {
  display: none;
}
.main-introd .introd-banner-control .control-button.banner-play.is-pause .button-ico.type-play {
  display: flex;
}
.main-introd .introd-banner-control .control-button.banner-play.is-pause .button-ico.type-pause {
  display: none;
}
.main-introd .introd-banner .banner-slide {
  width: auto;
  width: -moz-max-content;
  width: max-content;
}
.main-introd .introd-banner .banner-item {
  position: relative;
  width: 29.0625rem;
  height: 32.8125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-banner .banner-item {
    width: 21.875rem;
    height: 26.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-banner .banner-item {
    max-width: 100%;
  }
}
.main-introd .introd-banner .banner-item:hover .item-front, .main-introd .introd-banner .banner-item:focus-within .item-front {
  transform: scale(0.9);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-banner .banner-item:hover .item-front, .main-introd .introd-banner .banner-item:focus-within .item-front {
    transform: none;
    opacity: 1;
  }
}
.main-introd .introd-banner .banner-item:hover .item-back, .main-introd .introd-banner .banner-item:focus-within .item-back {
  transform: translateY(0);
  opacity: 1;
}
.main-introd .introd-banner .banner-item .item-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.25rem 1rem;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.09);
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-introd .introd-banner .banner-item .item-front .item-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #f4f4f4;
}
.main-introd .introd-banner .banner-item .item-front .item-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.main-introd .introd-banner .banner-item .item-front .item-conts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
}
.main-introd .introd-banner .banner-item .item-front .item-category {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  vertical-align: middle;
  height: 2.125rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  font-size: 1.0625rem;
  font-weight: 500;
  background-color: #f4f4f4;
}
.main-introd .introd-banner .banner-item .item-front .item-category.style-blue {
  color: #01387A;
  background-color: #F0F7FF;
}
.main-introd .introd-banner .banner-item .item-front .item-category.style-green {
  color: #00B8C2;
  background-color: rgba(0, 184, 194, 0.1);
  background-color: #E6F8F9;
}
.main-introd .introd-banner .banner-item .item-front .item-ttl {
  color: #111;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-banner .banner-item .item-front .item-ttl {
    font-size: 1.375rem;
  }
}
.main-introd .introd-banner .banner-item .item-front .item-paragraph {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.375rem;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-banner .banner-item .item-front .item-paragraph {
    font-size: 1rem;
  }
}
.main-introd .introd-banner .banner-item .item-front:hover .item-thumb img {
  transform: translate(-50%, -50%) scale(1.2);
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-banner .banner-item .item-front:hover, .main-introd .introd-banner .banner-item .item-front:focus {
    background-color: #012A5C;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.09);
  }
  .main-introd .introd-banner .banner-item .item-front:hover .item-ttl,
  .main-introd .introd-banner .banner-item .item-front:hover .item-paragraph, .main-introd .introd-banner .banner-item .item-front:focus .item-ttl,
  .main-introd .introd-banner .banner-item .item-front:focus .item-paragraph {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-banner .banner-item .item-front:hover, .main-introd .introd-banner .banner-item .item-front:focus {
    background-color: #012A5C;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.09);
  }
  .main-introd .introd-banner .banner-item .item-front:hover .item-ttl,
  .main-introd .introd-banner .banner-item .item-front:hover .item-paragraph, .main-introd .introd-banner .banner-item .item-front:focus .item-ttl,
  .main-introd .introd-banner .banner-item .item-front:focus .item-paragraph {
    color: #fff;
  }
}
.main-introd .introd-banner .banner-item .item-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translateY(5%);
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-banner .banner-item .item-back {
    display: none;
  }
}
.main-introd .introd-banner .banner-item .item-back .back-frame {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: flex-start;
  gap: 2.1875rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2.375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/main/background-sample.png");
  background-position: center;
  background-color: #01387A;
  border-radius: 1.875rem;
  /* 마스크 소스 지정 */
  -webkit-mask-box-image-source: url("../../img/main/introd-cover.svg");
  /* Slice 설정: 상 우 하 좌 
      SVG 내에서 늘어나지 않고 고정될 영역의 크기(숫자)를 지정합니다.
      예: 상단 50px, 우측 50px 부분은 절대 늘리지 마라.
  */
  -webkit-mask-box-image-slice: 50 50 20 20 fill;
}
.main-introd .introd-banner .banner-item .item-back .item-ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-banner .banner-item .item-back .item-ttl {
    font-size: 1.25rem;
  }
}
.main-introd .introd-banner .banner-item .item-back .item-ttl .ttl-ico {
  display: flex;
  width: 3.125rem;
}
.main-introd .introd-banner .banner-item .item-back .item-ttl .ttl-ico svg {
  width: inherit;
  height: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-banner .banner-item .item-back .item-ttl .ttl-ico {
    width: 2rem;
  }
}
.main-introd .introd-banner .banner-item .item-back .item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem 0.3125Rem;
  max-height: 100%;
  overflow-y: auto;
}
.main-introd .introd-banner .banner-item .item-back .item-tags::-webkit-scrollbar {
  width: 0.375rem;
}
.main-introd .introd-banner .banner-item .item-back .item-tags::-webkit-scrollbar-track {
  background: transparent;
}
.main-introd .introd-banner .banner-item .item-back .item-tags::-webkit-scrollbar-thumb {
  background-color: #00ABCC;
  border-radius: 0.3125rem;
}
.main-introd .introd-banner .banner-item .item-back .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 100%;
  height: 3.375rem;
  box-sizing: border-box;
  padding: 0.3125rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(0.3125rem);
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-introd .introd-banner .banner-item .item-back .item-tag {
    height: 2.125rem;
    padding: 0.3125rem 0.875rem;
  }
}
.main-introd .introd-banner .banner-item .item-back .item-tag .tag-count {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
}
.main-introd .introd-banner .banner-item .item-back .item-tag .tag-count b {
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
}
.main-introd .introd-banner .banner-item .item-back .item-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #01387A;
  transition: all 0.3s ease;
}
.main-introd .introd-banner .banner-item .item-back .item-link:hover {
  box-shadow: 0 0 0 0.375rem rgba(1, 56, 122, 0.12);
}
.main-introd .introd-banner .banner-item .item-back .item-link .link-ico {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main-introd .introd-head {
    width: 100%;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .main-introd .introd-head .section-title,
  .main-introd .introd-head .section-ref,
  .main-introd .introd-head .introd-tab {
    grid-column: span 2;
  }
  .main-introd .introd-banner-control {
    margin: 0;
  }
  .main-introd .introd-more {
    display: none;
  }
}

.main-prfm {
  background-color: #F0F7FF;
}
.main-prfm .prfm-frame {
  display: grid;
  gap: 2.5rem;
  padding: 6.25rem 0;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-frame {
    padding: 2.5rem 0;
  }
}
.main-prfm .prfm-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-prfm .prfm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-prfm .prfm-grid-cell.col-span-2 {
  grid-column: span 2;
}
.main-prfm .prfm-grid-cell.row-span-2 {
  grid-row: span 2;
  height: auto;
}
.main-prfm .prfm-grid-cell {
  height: 15.625rem;
  border-radius: 1.25rem;
  background-color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-grid-cell {
    height: 12.5rem;
  }
  .main-prfm .prfm-grid-cell.prfm-budget {
    order: 1;
  }
  .main-prfm .prfm-grid-cell.prfm-lab {
    order: 2;
  }
  .main-prfm .prfm-grid-cell.prfm-performance {
    order: 3;
  }
  .main-prfm .prfm-grid-cell.prfm-campus {
    display: grid;
    order: 4;
    grid-column: span 2;
    grid-row: span 1;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 3.75rem;
  }
  .main-prfm .prfm-grid-cell.prfm-manpower {
    order: 5;
    grid-column: span 3;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-grid-cell {
    height: 12.5rem;
  }
  .main-prfm .prfm-grid-cell.prfm-budget {
    order: 1;
  }
  .main-prfm .prfm-grid-cell.prfm-lab {
    order: 2;
  }
  .main-prfm .prfm-grid-cell.prfm-performance {
    order: 3;
  }
  .main-prfm .prfm-grid-cell.prfm-campus {
    display: grid;
    order: 4;
    grid-column: span 2;
    grid-row: span 1;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 3.75rem;
  }
  .main-prfm .prfm-grid-cell.prfm-manpower {
    order: 5;
    grid-column: span 2;
  }
}
.main-prfm .prfm-count {
  font-family: "Montserrat";
  font-size: 4.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-count {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-count {
    font-size: 2.375rem;
  }
}
.main-prfm .prfm-budget {
  display: grid;
  padding: 2.5rem;
  background-color: #00ABCC;
  background-repeat: no-repeat;
  background-image: url("../../img/main/prfm-budget-background.svg");
  background-size: 6.75rem auto;
  background-position: bottom 3.4375rem right 4.375rem;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-budget {
    padding: 1.75rem;
    background-size: 4.25rem;
    background-position: bottom 2.5rem right 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-budget {
    padding: 1.75rem;
    background-size: 4.25rem;
    background-position: bottom 2.5rem right 2.1875rem;
  }
}
.main-prfm .prfm-budget .budget-ttl {
  font-size: 1.6875rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-budget .budget-ttl {
    font-size: 1.5rem;
  }
}
.main-prfm .prfm-budget .budget-ttl .prfm-count {
  font-size: inherit;
}
.main-prfm .prfm-budget .budget-sum {
  display: flex;
  align-items: center;
  gap: 2.8125rem;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-budget .budget-sum {
    gap: 1.5625rem;
  }
}
.main-prfm .prfm-budget .budget-sum .sum-icon {
  display: flex;
  width: 2.375rem;
}
.main-prfm .prfm-budget .budget-sum .sum-item .item-label {
  font-size: 1.0625rem;
  font-weight: 500;
}
.main-prfm .prfm-budget .budget-sum .sum-item .item-money {
  display: flex;
  align-items: flex-end;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-budget .budget-sum .sum-item .item-money {
    font-size: 1.375rem;
  }
}
.main-prfm .prfm-budget .budget-sum .sum-item .item-money {
  color: rgba(255, 255, 255, 0.8);
}
.main-prfm .prfm-budget .budget-sum .sum-item .item-money .prfm-count {
  transform: translateY(0.5rem);
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-budget .budget-sum .sum-item .item-money .prfm-count {
    transform: translateY(0);
  }
}
.main-prfm .prfm-lab {
  display: grid;
  gap: 1.875rem;
  padding: 2.8125rem 2.5rem;
  background-color: #C2DEFF;
  background-repeat: no-repeat;
  background-image: url("../../img/main/prfm-lab-background.svg");
  background-size: 8.875rem auto;
  background-position: bottom right;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-lab {
    padding: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-lab {
    gap: 0.625rem;
    padding: 1.5rem;
  }
}
.main-prfm .prfm-lab .lab-ttl {
  font-size: 1.6875rem;
  font-weight: 700;
  color: #171819;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-lab .lab-ttl {
    font-size: 1.5rem;
  }
}
.main-prfm .prfm-lab .lab-value {
  display: flex;
  align-items: flex-end;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(23, 24, 25, 0.8);
}
.main-prfm .prfm-lab .lab-value .prfm-count {
  transform: translateY(0.5rem);
  font-weight: 900;
  color: #171819;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-lab .lab-value .prfm-count {
    transform: translateY(0);
  }
}
.main-prfm .prfm-campus {
  position: relative;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  background-color: #012A5C;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-campus {
    padding: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-campus {
    padding: 1.75rem;
  }
}
.main-prfm .prfm-campus::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17.8125rem;
  height: 17.8125rem;
  background-image: url("../../img/main/prfm-campus-background.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 0;
}
.main-prfm .prfm-campus .campus-block {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-campus .campus-block {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-campus .campus-block {
    padding: 0;
  }
}
.main-prfm .prfm-campus .campus-block ~ .campus-block {
  position: relative;
}
.main-prfm .prfm-campus .campus-block ~ .campus-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
  transform: skewY(-0.01deg);
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-campus .campus-block ~ .campus-block:before {
    width: 0.0625rem;
    height: 7.5rem;
    top: 50%;
    left: -1.875rem;
    transform: translateY(-50%) skewY(-0.01deg);
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-campus .campus-block ~ .campus-block:before {
    width: 0.0625rem;
    height: 7.5rem;
    top: 50%;
    left: -1.875rem;
    transform: translateY(-50%) skewY(-0.01deg);
  }
}
.main-prfm .prfm-campus .campus-label {
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-campus .campus-label {
    font-size: 1.25rem;
  }
}
.main-prfm .prfm-campus .campus-conts {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 1.25rem 0;
}
.main-prfm .prfm-campus .campus-value {
  margin-left: auto;
}
.main-prfm .prfm-campus .campus-icon {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-campus .campus-icon {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-campus .campus-icon {
    width: 3rem;
  }
}
.main-prfm .prfm-campus .campus-value {
  display: flex;
  align-items: flex-end;
  font-size: 1.75rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-campus .campus-value {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-campus .campus-value {
    font-size: 1.375rem;
  }
}
.main-prfm .prfm-campus .campus-value .prfm-count {
  transform: translateY(0.625rem);
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-campus .campus-value .prfm-count {
    transform: translateY(0);
  }
}
.main-prfm .prfm-performance {
  display: grid;
  gap: 1.875rem;
  padding: 2.8125rem 2.5rem;
  background-color: #C2DEFF;
  background-repeat: no-repeat;
  background-image: url("../../img/main/prfm-performance-background.svg");
  background-size: 8.875rem auto;
  background-position: bottom right;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-performance {
    padding: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-performance {
    gap: 0.625rem;
    padding: 1.5rem;
  }
}
.main-prfm .prfm-performance .performance-ttl {
  font-size: 1.25rem;
  color: #171819;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-performance .performance-ttl {
    font-size: 1.125rem;
  }
}
.main-prfm .prfm-performance .performance-value {
  display: flex;
  align-items: flex-end;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(23, 24, 25, 0.8);
}
.main-prfm .prfm-performance .performance-value .prfm-count {
  transform: translateY(0.5rem);
  font-weight: 900;
  color: #171819;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-performance .performance-value .prfm-count {
    transform: translateY(0);
  }
}
.main-prfm .prfm-manpower {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  background-color: #46A7EB;
  padding: 2.8125rem 2.5rem;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-prfm .prfm-manpower {
    padding: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-manpower {
    grid-template-columns: 1fr;
    gap: 0;
    height: auto;
    padding: 1.75rem;
  }
}
.main-prfm .prfm-manpower .manpower-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-manpower .manpower-block {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-manpower .manpower-block ~ .manpower-block {
    margin-top: 1.25Rem;
    padding-top: 1.25Rem;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.main-prfm .prfm-manpower .manpower-block ~ .manpower-block:before {
  position: absolute;
  top: 50%;
  left: -2.5rem;
  transform: translateY(-50%) skewY(-0.01deg);
  content: "";
  width: 0.0625rem;
  height: 7.5rem;
  max-height: 90%;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-manpower .manpower-block ~ .manpower-block:before {
    content: none;
  }
}
.main-prfm .prfm-manpower .manpower-label {
  font-size: 1.375rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-manpower .manpower-label {
    font-size: 1.25rem;
  }
  .main-prfm .prfm-manpower .manpower-label br {
    display: none;
  }
}
.main-prfm .prfm-manpower .manpower-state {
  display: flex;
  align-items: flex-end;
  font-size: 1.75rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-manpower .manpower-state {
    margin-left: auto;
  }
}
.main-prfm .prfm-manpower .manpower-state .prfm-count {
  transform: translateY(0.625rem);
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-prfm .prfm-manpower .manpower-state .prfm-count {
    transform: translateY(0);
  }
}

.main-visual {
  height: 67.5rem;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1080px) {
  .main-visual .main-inner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual {
    height: 53.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual {
    height: 45.625rem;
  }
}
.main-visual .visual-frame {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .visual-frame {
    padding-bottom: 8.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual .visual-frame {
    padding-bottom: 8.125rem;
  }
}
.main-visual .visual-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../../img/main/visual-image.png");
  background-size: cover;
  background-position: top center;
}
.main-visual .visual-image .image-frame {
  position: relative;
}
.main-visual .visual-slogan {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  color: #FFF;
}
@media screen and (max-width: 1080px) {
  .main-visual .visual-slogan {
    padding: 0 1.75rem;
  }
}
.main-visual .visual-slogan .slogan-frame {
  display: grid;
  align-items: center;
  gap: 1.5625rem;
  width: 100%;
  height: 100%;
  line-height: 1.5;
}
.main-visual .visual-slogan .slogan-txt {
  display: grid;
  gap: 1.5625rem;
  transform: translateY(-30%);
}
.main-visual .visual-slogan .slogan-txt .txt-sub {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0.0625rem 1.5rem rgba(0, 0, 0, 0);
  font-size: 1.75rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .visual-slogan .slogan-txt .txt-sub {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual .visual-slogan .slogan-txt .txt-sub {
    font-size: 1.25rem;
  }
}
.main-visual .visual-slogan .slogan-txt .txt-main {
  text-shadow: 0 0.0625rem 1.875rem rgba(0, 0, 0, 0.05);
  font-size: 3.75rem;
  font-weight: 600;
}
.main-visual .visual-slogan .slogan-txt .txt-main b {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .visual-slogan .slogan-txt .txt-main {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual .visual-slogan .slogan-txt .txt-main {
    font-size: 2.375rem;
  }
}
.main-visual .visual-link-group {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(0.75rem);
}
.main-visual .visual-link-group .link-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  border-top: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .visual-link-group .link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .main-visual .visual-link-group .link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .visual-link-group .link-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (max-width: 767px) {
  .main-visual .visual-link-group .link-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.main-visual .visual-link-group .link-list li ~ li {
  position: relative;
}
.main-visual .visual-link-group .link-list li ~ li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.0625rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
.main-visual .visual-link-group .link-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  height: 8.125rem;
  box-sizing: border-box;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 1080px) {
  .main-visual .visual-link-group .link-item {
    padding: 1.5rem 0.875Rem;
  }
}
.main-visual .visual-link-group .link-item:hover, .main-visual .visual-link-group .link-item:focus-within {
  background-color: #03ABCE;
}
.main-visual .visual-link-group .link-item:hover .item-icon, .main-visual .visual-link-group .link-item:focus-within .item-icon {
  color: #fff;
}
.main-visual .visual-link-group .link-item:hover .item-icon svg path, .main-visual .visual-link-group .link-item:focus-within .item-icon svg path {
  fill: currentColor !important;
}
.main-visual .visual-link-group .link-item .item-label {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .visual-link-group .link-item .item-label {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual .visual-link-group .link-item .item-label {
    font-size: 1rem;
  }
}
.main-visual .visual-link-group .link-item .item-icon {
  margin-top: auto;
  width: 2.75rem;
  height: 2.75rem;
  align-self: flex-end;
}
.main-visual .visual-link-group .link-item .item-icon img {
  width: 100%;
}
.main-visual .visual-link-group .link-item .item-icon svg {
  width: inherit;
  height: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-visual .visual-link-group .link-item .item-icon {
    width: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual .visual-link-group .link-item .item-icon {
    width: 2.1875rem;
  }
}
.main-visual .visual-link-group .link-item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.75rem 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.main-visual .visual-link-group .link-item .item-link .link-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.18);
  transform: translate(-20%, 20%);
  opacity: 0;
  transition: all 0.3s ease;
  color: #fff;
}
.main-visual .visual-link-group .link-item .item-link .link-ico svg path {
  stroke: currentColor !important;
}
.main-visual .visual-link-group .link-item .item-link:hover .link-ico, .main-visual .visual-link-group .link-item .item-link:focus .link-ico {
  opacity: 1;
  transform: translate(0);
}
.main-visual .visual-link-group .link-item.type-emp {
  background-color: #0F1E3B;
}
.main-visual .visual-link-group .link-item.type-emp .item-link .link-ico {
  background-color: #00ABCC;
  box-shadow: 0 0 0 0.375rem rgba(0, 171, 204, 0.12);
  opacity: 1;
  transform: translate(0);
}
.main-visual .visual-link-group .link-item.type-emp:hover .item-link .link-ico, .main-visual .visual-link-group .link-item.type-emp:focus .item-link .link-ico {
  box-shadow: 0 0 0 0.375rem rgba(0, 171, 204, 0.32);
}

.main-system-link {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  width: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .main-system-link {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-system-link {
    display: none;
  }
}
.main-system-link .link-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-width: 13.125rem;
  height: 3.75rem;
  border-radius: 1.125rem 1.125rem 0 0;
  background: linear-gradient(175deg, #00ABCC 1.09%, #23A9DB 117.79%);
  color: #fff;
  transform-origin: right bottom;
  transform: rotateZ(-90deg) translateX(50%);
  transition: all 0.3s ease;
}
.main-system-link .link-block .block-txt {
  font-size: 1.125rem;
  font-weight: 600;
}
.main-system-link .link-block .block-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
}
.main-system-link .link-block:hover, .main-system-link .link-block:focus {
  box-shadow: 0 0 0 0.375rem rgba(0, 171, 204, 0.29);
}

/* Contents */
/* 풀캘린더 커스텀 */
:root {
  --fc-border-color: #e0e0e0;
  --fc-event-bg-color: rgba(52, 129, 245, 0.90);
  --fc-event-border-color: #3481F5;
  --fc-event-text-color: #3481F5;
}

.contents-schedule {
  display: grid;
  gap: 3.75rem;
}

.lab-calendar {
  display: grid;
  gap: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .lab-calendar {
    gap: 1rem;
  }
}
.lab-calendar .lab-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .lab-calendar-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
  }
  .lab-calendar .lab-calendar-head .calendar-today {
    order: 2;
  }
  .lab-calendar .lab-calendar-head .calendar-date {
    order: 1;
    grid-column: span 2;
    justify-content: center;
    padding: 1.125rem;
    background-color: #F9FAFB;
    border-radius: 0.625rem;
  }
  .lab-calendar .lab-calendar-head .calendar-type {
    justify-content: flex-end;
    order: 3;
  }
}
.lab-calendar .lab-calendar-body {
  display: grid;
  gap: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .lab-calendar-body {
    gap: 1rem;
  }
  .lab-calendar .lab-calendar-body .calendar-legend {
    order: 1;
  }
  .lab-calendar .lab-calendar-body .calendar-api {
    order: 2;
  }
  .lab-calendar .lab-calendar-body .calendar-do {
    order: 3;
  }
  .lab-calendar .lab-calendar-body .calendar-schedule {
    order: 2;
  }
}
.lab-calendar .calendar-api .fc-scrollgrid {
  border-top: 2px solid #555;
}
.lab-calendar .calendar-api .fc-toolbar.fc-header-toolbar {
  margin: 0;
}
.lab-calendar .calendar-api .fc-theme-standard td, .lab-calendar .calendar-api .fc-theme-standard th {
  border: 1px solid var(--fc-border-color);
}
.lab-calendar .calendar-api .fc-col-header-cell {
  height: 5rem;
  vertical-align: middle;
  background-color: #F7F7F7;
}
.lab-calendar .calendar-api .fc-h-event .fc-event-main {
  padding: 0.3125rem 0.5rem;
  color: #fff;
}
.lab-calendar .calendar-api .fc-h-event {
  background-color: var(--fc-event-bg-color);
  border: none;
  border-radius: 0;
}
.lab-calendar .calendar-api .fc-h-event:has(.calendar-link-button) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lab-calendar .calendar-api .fc-h-event.style-orange {
  background-color: #F0842C;
}
.lab-calendar .calendar-api .fc-h-event.style-mint {
  background-color: #52B8D4;
}
.lab-calendar .calendar-api .fc-h-event.style-green {
  background-color: #3EB39E;
}
.lab-calendar .calendar-api .fc-h-event.style-purple {
  background-color: #8269E7;
}
.lab-calendar .calendar-api .fc-h-event.style-blue {
  background-color: #6991e7;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-api .fc .fc-daygrid-body-balanced .fc-daygrid-day-events,
  .lab-calendar .calendar-api .fc-daygrid-day-events {
    position: relative !important;
  }
}
.lab-calendar .calendar-api .calendar-link-button {
  display: inline-flex;
  align-items: center;
  height: 1.5625rem;
  padding: 0 0.5rem;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  border-radius: 2px;
  background: #1355B8;
  color: #fff;
  line-height: 1;
}
.lab-calendar .calendar-legend {
  display: flex;
  justify-content: flex-end;
}
.lab-calendar .calendar-legend ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-legend ul {
    gap: 0.625rem 1rem;
  }
}
.lab-calendar .calendar-legend ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lab-calendar .calendar-legend ul li.is-active {
  opacity: 0.5;
}
.lab-calendar .calendar-legend .legend-color {
  width: 1rem;
  aspect-ratio: 1/1;
  text-indent: -9999px;
  overflow: hidden;
}
.lab-calendar .calendar-legend .legend-color.style-orange {
  background-color: #F0842C;
}
.lab-calendar .calendar-legend .legend-color.style-mint {
  background-color: #52B8D4;
}
.lab-calendar .calendar-legend .legend-color.style-green {
  background-color: #3EB39E;
}
.lab-calendar .calendar-legend .legend-color.style-purple {
  background-color: #8269E7;
}
.lab-calendar .calendar-legend .legend-color.style-blue {
  background-color: #6991e7;
}
.lab-calendar .calendar-legend .legend-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #424242;
}
.lab-calendar .calendar-button, .lab-calendar .calendar-type .type-button, .lab-calendar .calendar-today, .lab-calendar .calendar-date .date-button {
  height: 2.5rem;
  padding: 0 0.875rem;
  border-radius: 0.1875rem;
  border: 1px solid #D8D8D8;
  background: #FFF;
}
.lab-calendar .calendar-button:hover, .lab-calendar .calendar-type .type-button:hover, .lab-calendar .calendar-today:hover, .lab-calendar .calendar-date .date-button:hover, .lab-calendar .calendar-button:focus, .lab-calendar .calendar-type .type-button:focus, .lab-calendar .calendar-today:focus, .lab-calendar .calendar-date .date-button:focus {
  background: #F5F7FA; /* 아주 연한 쿨그레이 */
  border-color: #B0B8C1; /* 테두리 조금 더 진하게 */
  color: #333333;
}
.lab-calendar .calendar-button:active, .lab-calendar .calendar-type .type-button:active, .lab-calendar .calendar-today:active, .lab-calendar .calendar-date .date-button:active {
  background: #ECEFF3; /* 눌린 느낌의 회색 */
  border-color: #8D95A1;
  color: #111111;
}
.lab-calendar .calendar-date {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.lab-calendar .calendar-date .date-ttl {
  color: #222;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.075rem;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-date .date-ttl {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1;
  }
}
.lab-calendar .calendar-date .date-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  overflow: hidden;
  background: transparent;
}
.lab-calendar .calendar-date .date-button .omks-icon {
  width: 1.75rem;
  height: 1.75rem;
}
.lab-calendar .calendar-today.is-hidden {
  visibility: hidden;
}
.lab-calendar .calendar-type {
  display: flex;
  gap: 0.5rem;
}
.lab-calendar .calendar-type .type-button.is-active {
  border-color: #52B8D4;
  background-color: rgba(82, 184, 212, 0.2);
  color: #52B8D4;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .lab-calendar .calendar-schedule.type-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-schedule.type-pc {
    display: none;
  }
}
.lab-calendar .calendar-schedule.type-mobile {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .lab-calendar .calendar-schedule.type-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-schedule.type-mobile {
    display: block;
  }
}
.lab-calendar .calendar-schedule table {
  width: 100%;
}
.lab-calendar .calendar-schedule table th, .lab-calendar .calendar-schedule table td {
  height: 5.625rem;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
  word-break: keep-all;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-schedule table th, .lab-calendar .calendar-schedule table td {
    height: 2.8125rem;
  }
}
.lab-calendar .calendar-schedule table thead {
  border-top: 2px solid #555555;
}
.lab-calendar .calendar-schedule table thead th, .lab-calendar .calendar-schedule table thead td {
  height: 5rem;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-schedule table thead th, .lab-calendar .calendar-schedule table thead td {
    height: 2.8125rem;
  }
}
.lab-calendar .calendar-schedule table thead th {
  color: #424242;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-schedule table thead th {
    font-size: 1.125rem;
  }
}
.lab-calendar .calendar-schedule table tbody th {
  padding: 0.75rem;
}
.lab-calendar .calendar-schedule table tbody td {
  color: #222;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-schedule table tbody td {
    font-size: 0.9375rem;
  }
}
.lab-calendar .calendar-schedule table tbody td:has(.schedule-ttl) {
  padding: 0.625rem;
}
.lab-calendar .calendar-schedule table .mobile-schedule-title {
  display: none;
}
.lab-calendar .calendar-schedule table .mobile-schedule-title th {
  height: auto;
  padding: 0.25rem 0;
  background-color: antiquewhite;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-schedule table .mobile-schedule-title {
    display: table-row;
  }
}
.lab-calendar .calendar-schedule table .schedule-ttl {
  margin-bottom: 0.3125rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-schedule table .schedule-ttl {
    display: none;
  }
}
.lab-calendar .calendar-schedule .schedule-dot {
  display: inline-flex;
  vertical-align: middle;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background-color: #56bcaa;
  border-radius: 50%;
}
.lab-calendar .calendar-schedule .schedule-dot.type-start, .lab-calendar .calendar-schedule .schedule-dot.type-end {
  width: 100%;
  height: 1.875rem;
  aspect-ratio: none;
  border-radius: inherit;
  background-color: #52B8D4;
}
.lab-calendar .calendar-schedule .schedule-dot.type-start {
  position: relative;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.lab-calendar .calendar-schedule .schedule-dot.type-start:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateX(100%);
  width: 0.125rem;
  height: 100%;
  background-color: #52B8D4;
}
.lab-calendar .calendar-schedule .schedule-dot.type-end {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.lab-calendar .calendar-do {
  display: flex;
  width: 100%;
}
.lab-calendar .calendar-do .do-card {
  display: grid;
  gap: 2.5rem;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 0.625rem;
  border: 1px solid #D0D0D0;
  background: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .lab-calendar .calendar-do .do-card {
    padding: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-card {
    gap: 1.25rem;
    padding: 1.125rem 1.75rem;
  }
}
.lab-calendar .calendar-do .do-card:has(.do-date) {
  grid-template-columns: 7.5rem 1fr;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-card:has(.do-date) {
    grid-template-columns: 1fr;
  }
}
.lab-calendar .calendar-do .do-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 7.5rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #F9FAFB;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(15, 30, 59, 0.8);
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-date {
    width: auto;
    aspect-ratio: inherit;
    padding: 0.75rem;
    flex-direction: row;
    gap: 0;
    font-size: 1.375rem;
    font-weight: 700;
  }
  .lab-calendar .calendar-do .do-date .date-dw {
    margin-left: 0.3125rem;
    display: none;
  }
}
.lab-calendar .calendar-do .do-date .date-day {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0F1E3B;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-date .date-day {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .lab-calendar .calendar-do .do-date .date-day:before {
    content: ".";
  }
}
.lab-calendar .calendar-do .do-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.lab-calendar .calendar-do .do-head .do-cateogory {
  transform: translateY(0.3125rem);
}
.lab-calendar .calendar-do .do-head .do-edit {
  margin-left: auto;
}
.lab-calendar .calendar-do .do-cateogory {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  background-color: #E6F4F6;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #00AACB;
  flex: none;
  white-space: nowrap;
}
.lab-calendar .calendar-do .do-cateogory.style-orange {
  background-color: #F0842C;
  background-color: rgba(240, 132, 44, 0.1);
  color: #F0842C;
}
.lab-calendar .calendar-do .do-cateogory.style-mint {
  background-color: rgba(82, 184, 212, 0.1);
  color: #52B8D4;
}
.lab-calendar .calendar-do .do-cateogory.style-green {
  background-color: #3EB39E;
  background-color: rgba(62, 179, 158, 0.1);
  color: #3EB39E;
}
.lab-calendar .calendar-do .do-cateogory.style-purple {
  background-color: #8269E7;
  background-color: rgba(130, 105, 231, 0.1);
  color: #8269E7;
}
.lab-calendar .calendar-do .do-cateogory.style-blue {
  background-color: #6991e7;
  background-color: rgba(105, 145, 231, 0.1);
  color: #6991e7;
}
.lab-calendar .calendar-do .do-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  word-break: keep-all;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .lab-calendar .calendar-do .do-ttl {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-ttl {
    font-size: 1.25rem;
  }
}
.lab-calendar .calendar-do .do-edit {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.lab-calendar .calendar-do .do-edit li ~ li {
  position: relative;
}
.lab-calendar .calendar-do .do-edit li ~ li:before {
  position: absolute;
  top: 50%;
  left: -0.3125rem;
  content: "";
  width: 0.0625rem;
  height: 1rem;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  background-color: #CDD1D5;
}
.lab-calendar .calendar-do .do-edit .edit-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: 2.125rem;
  box-sizing: border-box;
  padding: 0 0.375rem;
  border: none;
  padding: 0 0.125rem;
  font-size: 1rem;
  font-weight: 400;
  color: #1E2124;
}
.lab-calendar .calendar-do .do-body {
  display: grid;
  gap: 1rem;
  font-size: 1.0625rem;
  font-weight: 400;
  word-break: keep-all;
  line-height: 1.6;
  color: #464C53;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-body {
    font-size: 0.9375rem;
  }
}
.lab-calendar .calendar-do .do-conts {
  width: 100%;
}
.lab-calendar .calendar-do .do-paragraph {
  width: 100%;
  white-space: pre-line;
}
.lab-calendar .calendar-do .do-infos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.lab-calendar .calendar-do .do-infos li {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
}
.lab-calendar .calendar-do .do-infos .infos-label {
  float: left;
  flex: none;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 500;
  color: #222;
}
.lab-calendar .calendar-do .do-infos .infos-label:before {
  width: 0.375rem;
  aspect-ratio: 1/1;
  content: "";
  background-color: #D9D9D9;
}
.lab-calendar .calendar-do .do-infos .infos-conts {
  display: block;
  overflow: hidden;
}
.lab-calendar .calendar-do .do-group ~ .do-group {
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  border-top: 1px solid #eee;
}
.lab-calendar .calendar-do .do-period {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.125rem 1.75rem;
  border-radius: 0.75rem;
  background: #F9FAFB;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  color: #0f1e3b;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .lab-calendar .calendar-do .do-period {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-period {
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.125rem;
    font-size: 1.375rem;
  }
}
.lab-calendar .calendar-do .do-period .period-day {
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(15, 30, 59, 0.8);
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-period .period-day {
    display: none;
    font-size: 1rem;
  }
}
.lab-calendar .calendar-do .do-period .period-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-period .period-icon {
    display: none;
  }
}
.lab-calendar .calendar-do .do-period ~ .do-conts {
  padding: 0 1.125rem;
}
@media only screen and (max-width: 767px) {
  .lab-calendar .calendar-do .do-period ~ .do-conts {
    padding: 0;
  }
}

.omks-modal:has(.lab-calendar) .modal-wrap {
  gap: 0;
  min-width: auto;
}
@media only screen and (max-width: 767px) {
  .omks-modal:has(.lab-calendar) .modal-wrap {
    padding: 1.75rem;
  }
}
.omks-modal:has(.lab-calendar) .modal-close {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  z-index: 2;
}
.omks-modal .lab-calendar .calendar-do .do-card {
  padding: 0;
  border: none;
}
.omks-modal .lab-calendar .calendar-do .do-head {
  padding-right: 1.25rem;
}

.contents-tab {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contents-tab:has(.tab-button:nth-child(4)) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.contents-tab .tab-button {
  flex: 1 1 33.33%;
  height: 4.375rem;
  background-color: #F5F5F5;
  font-size: 1.5rem;
  font-weight: 400;
  color: #9e9e9e;
  text-align: center;
  word-break: keep-all;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .contents-tab .tab-button {
    height: 3.25rem;
    font-size: 1Rem;
  }
}
.contents-tab .tab-button:hover {
  z-index: 1;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.25rem rgba(0, 171, 204, 0.2);
  color: #222;
}
.contents-tab .tab-button.is-active {
  background-color: #00ABCC;
  font-weight: 700;
  color: #fff;
}
.contents-tab.style-shape {
  margin: 3.75rem 0;
  background-color: #F5F5F5;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .contents-tab.style-shape {
    margin: 1.875rem 0;
  }
}
.contents-tab.style-shape .tab-button {
  border-radius: 0.625rem;
  gap: 0.5rem;
  font-size: 1.25rem;
  background-color: #F5F5F5;
}
.contents-tab.style-shape .tab-button.is-active {
  border: 0.125rem solid #00ABCC;
  background-color: #fff;
  box-shadow: 0.1875rem 0.25rem 0.25rem 0 rgba(178, 232, 246, 0.25);
  color: #00ABCC;
}

.contents-apply .apply-guide {
  display: grid;
  gap: 2.5rem;
}
.contents-apply .apply-guide .guide-head {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-guide .guide-head {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.contents-apply .apply-guide .guide-head .guide-link {
  margin-left: auto;
}
.contents-apply .apply-guide .guide-head .head-ttl {
  font-size: 1.625rem;
  font-weight: 700;
  color: #222;
}
.contents-apply .apply-guide .guide-body ~ .guide-head {
  margin-top: 5rem;
}
.contents-apply .apply-guide .guide-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  height: 3.75rem;
  box-sizing: border-box;
  padding: 0 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.625rem;
  background-color: #012A5C;
  transition: all 0.3s ease;
}
.contents-apply .apply-guide .guide-link:has(.link-ico) {
  padding-left: 1.5rem;
}
.contents-apply .apply-guide .guide-link:hover, .contents-apply .apply-guide .guide-link:focus {
  box-shadow: 0 0 0 0.375rem rgba(1, 42, 92, 0.2);
}
.contents-apply .apply-guide .guide-list {
  display: grid;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #616161;
}
.contents-apply .apply-guide .guide-list li {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 1.875rem;
  align-items: center;
  min-height: 9.375rem;
  box-sizing: border-box;
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-guide .guide-list li {
    grid-template-columns: 16.25rem 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-guide .guide-list li {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.contents-apply .apply-guide .guide-list li ~ li {
  border-top: 1px solid #E0E0E0;
}
.contents-apply .apply-guide .guide-label {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #012A5C;
  word-break: keep-all;
}
.contents-apply .apply-guide .guide-label .label-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  aspect-ratio: 1/1;
  background-color: #F4F9FD;
  border-radius: 50%;
}
.contents-apply .apply-guide .guide-conts {
  display: grid;
  gap: 0.75rem;
}
.contents-apply .apply-guide .guide-stnc {
  word-break: keep-all;
}
.contents-apply .apply-guide .guide-stnc b {
  font-weight: 500;
}
.contents-apply .apply-guide .guide-stnc .stnc-ico {
  float: left;
  margin-right: 0.5rem;
}
.contents-apply .apply-guide .guide-stnc .stnc-ico.type-dot {
  position: relative;
  width: 0.3125rem;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
.contents-apply .apply-guide .guide-stnc .stnc-ico.type-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #424242;
}
.contents-apply .apply-guide .guide-stnc .stnc-txt {
  display: block;
  overflow: hidden;
}
.contents-apply .apply-guide .guide-stnc .type-em {
  font-weight: 600;
  color: #C10007;
}
.contents-apply .apply-guide .guide-attached {
  display: grid;
  gap: 1rem;
}
.contents-apply .apply-guide .guide-attached .attached-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contents-apply .apply-guide .guide-attached .attached-body {
  display: grid;
  gap: 1rem;
}
.contents-apply .apply-guide .guide-attached .attached-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
}
.contents-apply .apply-guide .guide-attached .attached-count {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00ABCC;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
}
.contents-apply .apply-guide .guide-attached .attached-file {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  background-color: #F9FAFB;
  border-radius: 0.625rem;
  padding: 1.5rem 1.25rem;
}
.contents-apply .apply-guide .guide-attached .attached-file .file-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-color: #292929;
  border-radius: 0.25rem;
  color: #fff;
  transform: translateY(0.0625rem);
}
.contents-apply .apply-guide .guide-attached .attached-file .file-name {
  font-size: 1.125rem;
  color: #424242;
  font-weight: 400;
}
.contents-apply .apply-guide .guide-attached .attached-file .file-name:hover {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.contents-apply .apply-guide .guide-attached .attached-file-none {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  border-radius: 0.625rem;
  background-color: #F9FAFB;
  font-size: 1.125rem;
  color: #aaa;
  font-weight: 400;
}
.contents-apply .apply-guide .guide-box {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  background-color: #F9FAFB;
}
.contents-apply .apply-guide .guide-box .box-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
.contents-apply .apply-guide .guide-step {
  display: grid;
  gap: 1Rem;
  margin-bottom: 2.1875rem;
}
.contents-apply .apply-guide .guide-step .step-ref {
  font-size: 1rem;
  font-weight: 400;
  color: #616161;
}
.contents-apply .apply-guide .guide-step .step-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  border: 1px solid #EEE;
  background: #FFF;
  padding: 3.75rem 0;
  overflow: hidden;
}
.contents-apply .apply-guide .guide-step .step-process {
  display: flex;
  justify-content: center;
  gap: 10rem;
  width: 64rem;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-guide .guide-step .step-process {
    gap: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-guide .guide-step .step-process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.contents-apply .apply-guide .guide-step .step-process .process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-guide .guide-step .step-process .process-item:nth-child(3):before {
    content: none !important;
  }
}
.contents-apply .apply-guide .guide-step .step-process .process-item ~ .process-item {
  position: relative;
}
.contents-apply .apply-guide .guide-step .step-process .process-item ~ .process-item:before {
  position: absolute;
  content: url("../../img/contents/apply/process-arrow.svg");
  top: 50%;
  left: -5Rem;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-guide .guide-step .step-process .process-item ~ .process-item:before {
    left: -2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-guide .guide-step .step-process .process-item ~ .process-item:before {
    left: 0;
  }
}
.contents-apply .apply-guide .guide-step .step-process .process-item .item-order {
  flex: none;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  min-width: 4.625rem;
  height: 2rem;
  border-radius: 1.875rem;
  background: #E6F3FD;
  font-size: 0.875rem;
  font-weight: 500;
  color: #424242;
}
.contents-apply .apply-guide .guide-step .step-process .process-item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-apply .apply-guide .guide-step .step-process .process-item .item-label {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
  text-align: center;
}
.contents-apply .apply-guide .guide-editor {
  padding: 3rem;
  border: 1px solid #f2f2f2;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  background-color: rgba(230, 243, 253, 0.1);
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-guide .guide-editor {
    padding: 1.75rem;
    font-size: 1rem;
  }
}
.contents-apply .apply-write {
  display: grid;
  gap: 1.875rem;
}
.contents-apply .apply-write .email-confirm {
  display: grid;
  gap: 2.5rem;
}
.contents-apply .apply-write .email-confirm .confirm-guide {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  background-color: #F9FAFB;
  border-radius: 0.625rem;
}
.contents-apply .apply-write .email-confirm .confirm-guide .guide-stnc b {
  font-weight: 600;
}
.contents-apply .apply-write .email-confirm .confirm-guide .guide-stnc .stnc-ico {
  float: left;
  margin-right: 0.5rem;
}
.contents-apply .apply-write .email-confirm .confirm-guide .guide-stnc .stnc-ico.type-dot {
  position: relative;
  width: 0.3125rem;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
.contents-apply .apply-write .email-confirm .confirm-guide .guide-stnc .stnc-ico.type-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #424242;
}
.contents-apply .apply-write .email-confirm .confirm-guide .guide-stnc .stnc-txt {
  display: block;
  overflow: hidden;
}
.contents-apply .apply-write .email-confirm .confirm-form {
  display: grid;
  gap: 2.8125rem;
  padding: 5rem 2.5rem;
  border-radius: 0.625rem;
  border: 1px solid #eee;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write .email-confirm .confirm-form {
    padding: 3rem 1.75rem;
  }
}
.contents-apply .apply-write .email-confirm .confirm-form .form-input {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  width: 53.125rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-write .email-confirm .confirm-form .form-input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write .email-confirm .confirm-form .form-input {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.contents-apply .apply-write .email-confirm .confirm-form .form-input .input-text {
  width: 100%;
  height: 3.75rem;
  max-width: none;
  padding: 0 1rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
}
.contents-apply .apply-write .email-confirm .confirm-form .form-input .input-button {
  width: 10rem;
  height: 3.75rem;
  background-color: #00ABCC;
  border: none;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write .email-confirm .confirm-form .form-input .input-button {
    width: 100%;
  }
}
.contents-apply .apply-write .email-confirm .confirm-form .form-input .input-button:hover, .contents-apply .apply-write .email-confirm .confirm-form .form-input .input-button:focus {
  box-shadow: 0 0 0 0.375rem rgba(0, 171, 204, 0.2);
}
.contents-apply .apply-write .email-confirm .confirm-form .form-input .confirm-time {
  grid-column: span 2;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write .email-confirm .confirm-form .form-input .confirm-time {
    grid-column: 1;
    text-align: left;
  }
}
.contents-apply .apply-write .email-confirm .confirm-form .form-input .confirm-msg {
  grid-column: span 2;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  color: #012A5C;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write .email-confirm .confirm-form .form-input .confirm-msg {
    grid-column: 1;
    text-align: left;
  }
}
.contents-apply .apply-write .email-confirm .confirm-form .form-input .confirm-msg .msg-ico {
  display: inline-flex;
  vertical-align: middle;
  transform: translateY(0.0625rem);
  width: 1.25rem;
}
.contents-apply .apply-write .email-confirm .confirm-form .form-input .confirm-msg.is-fail {
  color: #C10007;
}
.contents-apply .apply-write .email-confirm .confirm-form .form-input .confirm-msg.is-normal {
  font-weight: 400;
  color: #222;
  line-height: 1.8;
}
.contents-apply .apply-write .email-confirm .confirm-form .form-guide {
  display: grid;
  gap: 1.75rem;
  word-break: keep-all;
}
.contents-apply .apply-write .email-confirm .confirm-form .form-guide .guide-ttl {
  font-size: 2Rem;
  font-weight: 700;
  color: #222;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-write .email-confirm .confirm-form .form-guide .guide-ttl {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write .email-confirm .confirm-form .form-guide .guide-ttl {
    font-size: 1.25rem;
    text-align: left;
  }
}
.contents-apply .apply-write .email-confirm .confirm-form .form-guide .guide-ref {
  font-size: 1.125rem;
  font-weight: 400;
  color: #424242;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write .email-confirm .confirm-form .form-guide .guide-ref {
    font-size: 1rem;
    text-align: left;
  }
}
.contents-apply .apply-write .email-confirm .confirm-form .form-guide .guide-ref b {
  font-weight: 600;
  color: #012A5C;
}
.contents-apply .apply-write .email-confirm .confirm-ref {
  display: flex;
  justify-content: flex-end;
  margin-top: -1.25rem;
}
.contents-apply .apply-write .email-confirm .confirm-ref .ref-stnc {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1.125rem;
  color: #424242;
  font-weight: 400;
}
.contents-apply .apply-write:has(.email-confirm) .apply-process {
  margin: 0 auto;
}
.contents-apply .apply-process {
  display: inline-flex;
  vertical-align: middle;
  gap: 5.625rem;
  margin: 0 auto 1.875rem;
  padding: 2.5rem 0 1.25rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-process {
    display: grid;
    width: 100%;
    box-sizing: border-box;
    padding: 1.25rem;
    gap: 0.625rem 0;
    background-color: #f4f4f4;
    border-radius: 0.3125rem;
    margin: 0;
  }
}
.contents-apply .apply-process li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-process li {
    flex-direction: row;
  }
}
.contents-apply .apply-process li ~ li:before {
  position: absolute;
  top: 50%;
  left: -2.8125rem;
  transform: translate(-50%, -50%);
  content: "";
  width: 2rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-image: url("../../img/contents/apply/process-arrow.svg");
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-process li ~ li:before {
    content: none;
  }
}
.contents-apply .apply-process li.is-current .process-order {
  background-image: none;
  color: #fff;
  box-shadow: 0 0 0.25rem 0.1875rem rgba(0, 171, 204, 0.2784313725);
}
.contents-apply .apply-process li.is-current ~ li .process-order {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  background-image: none;
  color: #bdbdbd;
}
.contents-apply .apply-process li.is-current ~ li .process-name {
  font-weight: 400;
  color: #757575;
}
.contents-apply .apply-process .process-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  aspect-ratio: 1/1;
  background-color: #00ABCC;
  border-radius: 50%;
  background-size: 2rem auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/contents/apply/process-check.svg");
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-process .process-order {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-process .process-order {
    width: 1.75rem;
    font-size: 1.0625rem;
    background-size: 1.25rem auto;
  }
}
.contents-apply .apply-process .process-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  word-break: keep-all;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-process .process-name {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-process .process-name {
    font-size: 0.9375rem;
  }
}
.contents-apply .apply-write-form .wf-head {
  display: flex;
  align-items: center;
  border-top: 2px solid #555;
  height: 5.3125rem;
  box-sizing: border-box;
  padding: 0 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
  color: #222;
}
.contents-apply .apply-write-form .wf-body {
  display: grid;
  gap: 2.5rem;
}
.contents-apply .apply-write-form .wf-table {
  width: 100%;
  overflow: auto;
}
.contents-apply .apply-write-form .wf-table table {
  width: 100%;
  min-width: 64rem;
  table-layout: fixed;
}
.contents-apply .apply-write-form .wf-table table ~ table tbody tr:first-child th, .contents-apply .apply-write-form .wf-table table ~ table tbody tr:first-child td {
  border-top: 0;
}
.contents-apply .apply-write-form .wf-table table th, .contents-apply .apply-write-form .wf-table table td {
  height: 3.375rem;
  box-sizing: border-box;
  border: 1px solid #DADCDE;
  padding: 1rem 0.625rem;
  font-weight: 400;
  color: #424242;
  vertical-align: middle;
}
.contents-apply .apply-write-form .wf-table table th {
  background-color: #F7F8FB;
  color: #555;
  text-align: center;
}
.contents-apply .apply-write-form .wf-table table th:has(.th-ttl) {
  padding: 0 1.25rem;
  text-align: left;
}
.contents-apply .apply-write-form .wf-table table .th-ttl {
  font-weight: 500;
  color: #333;
}
.contents-apply .apply-write-form .wf-table table .th-ttl:has(.add-button) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contents-apply .apply-write-form .wf-table table .tr-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #9E9E9E;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-table table .tr-remove:hover, .contents-apply .apply-write-form .wf-table table .tr-remove:focus {
  background-color: #de3412;
  box-shadow: 0 0 0 0.125rem rgba(222, 52, 18, 0.2);
}
.contents-apply .apply-write-form .wf-table table .ptcp-sum {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.contents-apply .apply-write-form .wf-table table .ptcp-sum .sum-count {
  padding: 0.1875rem 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #D0D0D0;
  background: #fff;
  font-weight: 600;
}
.contents-apply .apply-write-form .wf-table .add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00ABCC;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-table .add-button:hover, .contents-apply .apply-write-form .wf-table .add-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 171, 204, 0.2);
}
.contents-apply .apply-write-form .wf-attaching-guide {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.875rem;
  line-height: 2;
}
.contents-apply .apply-write-form .wf-attaching-guide .ag-label {
  font-size: 1.25rem;
  font-weight: 500;
  color: #424242;
}
.contents-apply .apply-write-form .wf-attaching-guide .ag-conts {
  font-size: 1.25rem;
  font-weight: 300;
  color: #424242;
}
.contents-apply .apply-write-form .wf-endpoint {
  display: grid;
  gap: 1rem;
}
.contents-apply .apply-write-form .wf-endpoint .ep-comment {
  font-size: 1.375rem;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.contents-apply .apply-write-form .wf-endpoint .ep-date {
  font-size: 1.25rem;
  font-weight: 400;
  color: #424242;
  word-spacing: 0.625rem;
  text-align: center;
}
.contents-apply .apply-write-form .wf-endpoint .ep-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.875rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
}
.contents-apply .apply-write-form .wf-endpoint .ep-sign .sign-name {
  letter-spacing: 0.125rem;
  font-weight: 700;
}
.contents-apply .apply-write-form .wf-endpoint .ep-sign .sign-area {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.contents-apply .apply-write-form .wf-endpoint .ep-sign .sign-area .area-frame {
  position: relative;
}
.contents-apply .apply-write-form .wf-endpoint .ep-sign .sign-area .area-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 5rem;
}
.contents-apply .apply-write-form .wf-endpoint .ep-sign .sign-upload {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 3.375rem;
  box-sizing: border-box;
  padding: 0 1.25rem;
  border-radius: 0.625rem;
  background: #EEE;
  font-size: 1.125rem;
  color: #616161;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-endpoint .ep-sign .sign-upload:hover {
  box-shadow: 0 0 0 0.25rem rgba(1, 42, 92, 0.2);
}
.contents-apply .apply-write-form .wf-endpoint .ep-sign .sign-remove {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #9E9E9E;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-endpoint .ep-sign .sign-remove:hover, .contents-apply .apply-write-form .wf-endpoint .ep-sign .sign-remove:focus {
  background-color: #de3412;
  box-shadow: 0 0 0 0.25rem rgba(222, 52, 18, 0.2);
}
.contents-apply .apply-write-form .wf-endpoint .ep-from {
  margin-top: 2.75rem;
  font-size: 1.5625rem;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.contents-apply .apply-write-form .wf-group {
  display: grid;
  gap: 1.875rem;
}
.contents-apply .apply-write-form .wf-group:has(.group-head) {
  gap: 1rem;
}
.contents-apply .apply-write-form .wf-group .group-head {
  display: flex;
  align-items: flex-end;
}
.contents-apply .apply-write-form .wf-group .group-head .head-ttl {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
}
.contents-apply .apply-write-form .wf-group .group-body {
  display: grid;
  gap: 1.5rem;
}
.contents-apply .apply-write-form .wf-free {
  min-height: 7.5rem;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 0.3125rem;
  padding: 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
}
.contents-apply .apply-write-form .wf-free:has(textarea) {
  min-height: auto;
  border: none;
  padding: 0;
}
.contents-apply .apply-write-form .wf-smt {
  position: relative;
  overflow: auto;
}
.contents-apply .apply-write-form .wf-smt .unit-ref {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #616161;
  text-align: right;
  margin-bottom: 0.625rem;
}
.contents-apply .apply-write-form .wf-smt table {
  min-width: 64rem;
  width: 100%;
}
.contents-apply .apply-write-form .wf-smt table thead {
  border-top: 0.0625rem solid #BBB;
}
.contents-apply .apply-write-form .wf-smt table th, .contents-apply .apply-write-form .wf-smt table td {
  height: 3.375rem;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  border-left: 0.0625rem solid #DADCDE;
  border-bottom: 0.0625rem solid #DADCDE;
  text-align: center;
  font-size: 1rem;
  color: #555;
}
.contents-apply .apply-write-form .wf-smt table th:first-child, .contents-apply .apply-write-form .wf-smt table td:first-child {
  border-left: 0;
}
.contents-apply .apply-write-form .wf-smt table th.bl-none, .contents-apply .apply-write-form .wf-smt table td.bl-none {
  border-left: 0;
}
.contents-apply .apply-write-form .wf-smt table th:last-child:has(.control-buttons), .contents-apply .apply-write-form .wf-smt table td:last-child:has(.control-buttons) {
  border-left: 0;
  padding-left: 0;
}
.contents-apply .apply-write-form .wf-smt table th {
  height: 3.375rem;
  background-color: #F7F8FB;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #333;
}
.contents-apply .apply-write-form .wf-smt table .th-ttl {
  font-weight: 500;
  color: #333;
}
.contents-apply .apply-write-form .wf-smt table .th-ttl:has(.add-button) {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 auto;
  gap: 0.5rem;
}
.contents-apply .apply-write-form .wf-smt table td[rowspan] {
  border-right: 0.0625rem solid #DADCDE;
}
.contents-apply .apply-write-form .wf-smt table td[rowspan] + td {
  border-left: 0;
}
.contents-apply .apply-write-form .wf-smt .smt-result {
  grid-column: span 2;
}
.contents-apply .apply-write-form .wf-smt .control-buttons {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto;
}
.contents-apply .apply-write-form .wf-smt .control-buttons .remove-button,
.contents-apply .apply-write-form .wf-smt .control-buttons .order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #9E9E9E;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-smt .control-buttons .remove-button {
  background-color: #9E9E9E;
}
.contents-apply .apply-write-form .wf-smt .control-buttons .remove-button:hover, .contents-apply .apply-write-form .wf-smt .control-buttons .remove-button:focus {
  background-color: #de3412;
  box-shadow: 0 0 0 0.125rem rgba(222, 52, 18, 0.2);
}
.contents-apply .apply-write-form .wf-smt .control-buttons .order-button {
  background-color: #757575;
}
.contents-apply .apply-write-form .wf-smt .control-buttons .order-button:hover, .contents-apply .apply-write-form .wf-smt .control-buttons .order-button:focus {
  background-color: #0F1E3B;
  box-shadow: 0 0 0 0.125rem rgba(15, 30, 59, 0.2);
}
.contents-apply .apply-write-form .wf-smt .add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00ABCC;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-smt .add-button:hover, .contents-apply .apply-write-form .wf-smt .add-button:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 171, 204, 0.2);
}
.contents-apply .apply-write-form .wf-attach .attach-guide {
  display: grid;
  gap: 0.625rem;
}
.contents-apply .apply-write-form .wf-attach .attach-guide .guide-stnc b {
  font-weight: 500;
}
.contents-apply .apply-write-form .wf-attach .attach-guide .guide-stnc .stnc-ico {
  float: left;
  margin-right: 0.5rem;
}
.contents-apply .apply-write-form .wf-attach .attach-guide .guide-stnc .stnc-ico.type-dot {
  position: relative;
  width: 0.3125rem;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
.contents-apply .apply-write-form .wf-attach .attach-guide .guide-stnc .stnc-ico.type-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #424242;
}
.contents-apply .apply-write-form .wf-attach .attach-upload .upload-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-height: 14.375rem;
  border: 1px dashed #E0E0E0;
  border-radius: 0.5rem;
  background-color: #fff;
  margin-top: 1.25rem;
}
.contents-apply .apply-write-form .wf-attach .attach-upload .upload-comment {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #757575;
  text-align: center;
}
.contents-apply .apply-write-form .wf-attach .attach-upload .upload-button {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  height: 2.375rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  background-color: #3B4045;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}
.contents-apply .apply-write-form .wf-attach .attach-upload .upload-button:has(.button-ico) {
  padding-left: 0.625rem;
  padding-right: 0.875rem;
}
.contents-apply .apply-write-form .wf-attached {
  display: grid;
  gap: 1rem;
  background-color: #F9FAFB;
  border-radius: 0.625rem;
  padding: 1.5rem 1.25rem;
}
.contents-apply .apply-write-form .wf-attached .attached-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contents-apply .apply-write-form .wf-attached .attached-body {
  display: grid;
  gap: 1rem;
}
.contents-apply .apply-write-form .wf-attached .attached-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
}
.contents-apply .apply-write-form .wf-attached .attached-count {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00ABCC;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
}
.contents-apply .apply-write-form .wf-attached .attached-file {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0.75rem;
  justify-content: flex-start;
  font-size: 1.125rem;
}
.contents-apply .apply-write-form .wf-attached .attached-file .file-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-color: #292929;
  border-radius: 0.25rem;
  color: #fff;
  transform: translateY(0.0625rem);
}
.contents-apply .apply-write-form .wf-attached .attached-file .file-name {
  color: #424242;
  font-weight: 400;
}
.contents-apply .apply-write-form .wf-attached .attached-file .file-name:hover {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.contents-apply .apply-write-form .wf-attached .attached-file .file-size {
  font-weight: 300;
  color: #9E9E9E;
}
.contents-apply .apply-write-form .wf-attached .attached-file-none {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
  border-radius: 0.625rem;
  background-color: #F9FAFB;
  font-size: 1.125rem;
  color: #aaa;
  font-weight: 400;
}
.contents-apply .apply-write-form .wf-guide {
  display: grid;
  gap: 0.75rem;
  border-radius: 0.625rem;
  padding: 1.75rem 2rem;
  background: #F9FAFB;
}
.contents-apply .apply-write-form .wf-guide .guide-stnc b {
  font-weight: 500;
}
.contents-apply .apply-write-form .wf-guide .guide-stnc .stnc-ico {
  float: left;
  margin-right: 0.5rem;
}
.contents-apply .apply-write-form .wf-guide .guide-stnc .stnc-ico.type-dot {
  position: relative;
  width: 0.3125rem;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
.contents-apply .apply-write-form .wf-guide .guide-stnc .stnc-ico.type-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #424242;
}
.contents-apply .apply-write-form .wf-guide .guide-stnc .stnc-txt {
  display: block;
  overflow: hidden;
}
.contents-apply .apply-confirm .confirm-target {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 5.3125rem;
  box-sizing: border-box;
  padding: 1rem;
  margin-bottom: 1.75rem;
  border-radius: 0.5rem;
  background: #F4F9FD;
  font-size: 1.375rem;
  font-weight: 500;
  color: #222;
}
.contents-apply .apply-confirm .confirm-target .target-id {
  font-weight: 600;
  color: #012A5C;
}
.contents-apply .apply-confirm .comfirm-search {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  border-radius: var(--border-radius-lg, 0.5rem);
  border: 1px solid var(--border-gray-lighter, #E6E8EA);
  background: #F7F8FB;
}
.contents-apply .apply-confirm .comfirm-search .search-filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-confirm .comfirm-search .search-filters {
    display: flex;
    flex-direction: column;
  }
}
.contents-apply .apply-confirm .comfirm-search .search-filters .omks-form-select {
  height: 3.4375rem;
  border-radius: 0.5rem;
  font-size: 1.0625rem;
}
.contents-apply .apply-confirm .comfirm-search .search-keyword {
  display: flex;
  gap: 1rem;
}
.contents-apply .apply-confirm .comfirm-search .search-keyword .keyword-input {
  flex: 1 1 auto;
  height: 3.4375rem;
  border-radius: 0.5rem;
  min-width: 0;
}
.contents-apply .apply-confirm .comfirm-search .search-keyword .keyword-submit {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 6.875rem;
  height: 3.4375rem;
  border-radius: 0.5rem;
  background-color: #01387A;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .apply-confirm .comfirm-search .search-keyword .keyword-submit .button-ico {
  display: flex;
}
.contents-apply .apply-confirm .comfirm-search .search-keyword .keyword-submit:has(.button-ico) {
  padding-left: 0.5rem;
}
.contents-apply .apply-confirm .comfirm-search .search-keyword .keyword-submit:hover, .contents-apply .apply-confirm .comfirm-search .search-keyword .keyword-submit:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 56, 122, 0.2);
}
.contents-apply .apply-confirm .confirm-table table {
  width: 100%;
}
.contents-apply .apply-confirm .confirm-table table th, .contents-apply .apply-confirm .confirm-table table td {
  height: 3.375rem;
  box-sizing: border-box;
  border: 1px solid #DADCDE;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #424242;
  vertical-align: middle;
  text-align: center;
}
.contents-apply .apply-confirm .confirm-table table th {
  background-color: #F7F8FB;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  word-break: keep-all;
  text-align: center;
}
.contents-apply .apply-confirm .confirm-table table th:has(.th-ttl) {
  padding: 0 1.25rem;
  text-align: left;
}
.contents-apply .apply-confirm .confirm-table .ct-link {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-width: 4.25rem;
  height: 1.75rem;
  box-sizing: border-box;
  border: 0.0625rem solid #E0E0E0;
  border-radius: 1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #555;
  transition: all 0.3s ease;
}
.contents-apply .apply-confirm .confirm-table .ct-link .link-ico {
  display: flex;
}
.contents-apply .apply-confirm .confirm-table .ct-link:has(.link-ico) {
  padding: 0 0.625rem 0 0.875rem;
}
.contents-apply .apply-confirm .confirm-table .ct-link:hover {
  background-color: #012A5C;
  color: #fff;
  box-shadow: 0 0 0 0.125rem rgba(1, 42, 92, 0.2);
}
.contents-apply .apply-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.contents-apply .apply-button-group.is-justify-end {
  justify-content: flex-end;
}
.contents-apply .apply-button-group .apply-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-width: 4.25rem;
  height: 3.125rem;
  box-sizing: border-box;
  padding: 0 1rem;
  border-radius: 0.625rem;
  border: 1px solid #BDBDBD;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  color: #616161;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-button-group .apply-button {
    height: 2.625rem;
    font-size: 1rem;
  }
}
.contents-apply .apply-button-group .apply-button:has(.button-ico), .contents-apply .apply-button-group .apply-button:has(.omks-icon) {
  padding-right: 1.125rem;
}
.contents-apply .apply-button-group .apply-button:hover {
  box-shadow: 0 0 0 0.25rem rgba(1, 42, 92, 0.2);
}
.contents-apply .apply-button-group .apply-button.style-primary {
  background-color: #012A5C;
  border-color: #012A5C;
  color: #fff;
}
.contents-apply .apply-button-group .apply-button.style-secondary {
  background-color: #fff;
  border-color: #012A5C;
  color: #012A5C;
}
.contents-apply .apply-button-group .apply-button.style-secondary:active {
  background-color: rgba(1, 42, 92, 0.2);
}
.contents-apply .apply-button-group .apply-button.style-delete {
  border: 1px solid #BD2C0F;
  background: #FDEFEC;
  color: #BD2C0F;
}
.contents-apply .apply-button-group .apply-button.style-delete:hover, .contents-apply .apply-button-group .apply-button.style-delete:focus {
  border: 1px solid #BD2C0F;
  background: #FCDFD9;
}
.contents-apply .apply-button-group .apply-button.style-delete:active {
  border: 1px solid #BD2C0F;
  background: #F7AFA1;
}
.contents-apply .apply-button-group .apply-button.style-assistive {
  background-color: #222;
  color: #fff;
}
.contents-apply .apply-block.type-funcs {
  display: flex;
  justify-content: flex-end;
}
.contents-apply .apply-block.type-info {
  display: flex;
  padding: 1.125rem 1.875rem;
  margin-bottom: 1.875rem;
  background-color: #F4F9FD;
  border-radius: 0.625rem;
}
.contents-apply .apply-block.type-info .ai-date {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  margin-right: auto;
  font-size: 1.375rem;
}
.contents-apply .apply-block.type-info .ai-date .date-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  color: #222;
}
.contents-apply .apply-block.type-info .ai-date .date-label .label-ico,
.contents-apply .apply-block.type-info .ai-date .date-label .label-txt {
  display: inline-flex;
  vertical-align: middle;
}
.contents-apply .apply-block.type-info .ai-date .date-label .label-ico {
  transform: translateY(0.0625rem);
}
.contents-apply .apply-block.type-info .ai-date .date-conts {
  position: relative;
  color: #424242;
}
.contents-apply .apply-block.type-info .ai-date .date-conts:before {
  position: absolute;
  top: 50%;
  left: -0.78125rem;
  content: "";
  width: 0.0625rem;
  height: 1rem;
  background-color: #BDBDBD;
  transform: translate(-50%, -50%) skewY(-0.01deg);
}
.contents-apply .apply-head {
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-head {
    flex-wrap: wrap;
    gap: 1Rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-head {
    flex-wrap: wrap;
    gap: 1Rem;
  }
}
.contents-apply .apply-head .head-cell {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-head .head-cell {
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}
.contents-apply .apply-head .head-cell ~ .head-cell {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-head .head-cell ~ .head-cell {
    margin: 0;
  }
}
.contents-apply .apply-write-guide {
  display: grid;
  gap: 1.5rem;
  border-top: 1px solid #222;
  border-bottom: 1px solid #eee;
  padding: 1.875rem 1.25rem;
}
.contents-apply .apply-write-guide .guide-body {
  display: grid;
  gap: 1rem;
}
.contents-apply .apply-write-guide .guide-ttl {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}
.contents-apply .apply-write-guide .guide-ttl .ttl-ico {
  display: flex;
}
.contents-apply .apply-write-guide .guide-stnc b {
  font-weight: 600;
}
.contents-apply .apply-write-guide .guide-stnc .stnc-ico {
  float: left;
  margin-right: 0.5rem;
}
.contents-apply .apply-write-guide .guide-stnc .stnc-ico.type-dot {
  position: relative;
  width: 0.3125rem;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
.contents-apply .apply-write-guide .guide-stnc .stnc-ico.type-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #424242;
}
.contents-apply .contents-tab {
  margin-bottom: 0.625rem;
}
.contents-apply .last-save {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
}
.contents-apply .last-save .save-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #616161;
}
.contents-apply .last-save .save-label .label-ico {
  display: flex;
}
.contents-apply .last-save .save-conts {
  font-weight: 500;
  color: #222;
}
.contents-apply .apply-write-form:has(.wf-participate) .wf-body {
  padding-bottom: 0;
}
.contents-apply .apply-write-form .wf-participate .participate-add {
  display: grid;
  gap: 1.5rem;
  padding: 2.5rem 1.875rem;
  border-radius: 0.625rem;
  border: 1px solid #eee;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-add {
    padding: 1.25rem;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-head {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-add .add-head {
    flex-direction: column;
    gap: 0.625rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dedede;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-head .add-reset,
.contents-apply .apply-write-form .wf-participate .participate-add .add-head .add-button-group {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-add .add-head .add-reset,
  .contents-apply .apply-write-form .wf-participate .participate-add .add-head .add-button-group {
    margin: 0;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  word-break: keep-all;
  letter-spacing: -0.025rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-write-form .wf-participate .participate-add .add-label {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-add .add-label {
    font-size: 1.0625rem;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-reset {
  gap: 0.375rem;
  border: none;
  background-color: #424242;
  border-radius: 0.1875rem;
  color: #fff;
  word-break: keep-all;
  line-height: 1.1;
  letter-spacing: -0.03125rem;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-reset:hover, .contents-apply .apply-write-form .wf-participate .participate-add .add-reset:focus {
  background-color: rgb(53.25, 53.25, 53.25);
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-reset:active {
  background-color: rgb(40.5, 40.5, 40.5);
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip {
  position: relative;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip:has(.tooltip-trigger.is-active) .tooltip-layer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-trigger {
  width: 100%;
  font-weight: 500;
  color: #424242;
  border-color: #E0E0E0;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-trigger .button-ico {
  color: #9E9E9E;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-layer {
  max-width: 90vw;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  padding-top: 1.25rem;
  transition: all 0.3s ease;
  transform: translateY(0.625rem);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-layer {
    left: 0;
    right: inherit;
    max-width: 20rem;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-layer .layer-frame {
  position: relative;
  padding: 0;
  background-color: #202935;
  color: rgba(255, 255, 255, 0.8);
  word-break: keep-all;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-layer .layer-frame::after {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  transform: translateY(-100%);
  content: "";
  width: 2.375rem;
  height: 1.375rem;
  background-repeat: no-repeat;
  background-image: url("../../img/contents/apply/tooltip-arrow.svg");
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-layer .layer-frame::after {
    right: inherit;
    left: 1.25rem;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-layer .layer-conts {
  display: grid;
  gap: 2.125Rem;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-conts-group-frame {
  display: grid;
  gap: 2.125Rem;
  padding: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-conts-group-frame {
    max-height: 50vh;
    overflow-y: auto;
    padding: 1.5rem;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-conts-group-frame {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-conts-group {
  display: grid;
  gap: 1rem;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-tooltip .tooltip-conts-group .group-head .head-ttl {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #fff;
  line-height: 1.2;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-add .add-button-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contents-apply .apply-write-form .wf-participate .participate-add .add-button-group .add-button {
    width: 100%;
    word-break: keep-all;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-width: 8.4375rem;
  height: 2.8125Rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  padding-left: 1.5rem;
  border: 1px solid #E0E0E0;
  border-radius: 0.3125rem;
  background-color: #fafafa;
  transition: all 0.3s ease;
  color: #424242;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-add .add-button {
    height: auto;
    min-height: 2.8125rem;
    box-sizing: border-box;
    padding: 0.25rem 0.375rem;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-button:hover, .contents-apply .apply-write-form .wf-participate .participate-add .add-button:focus {
  border-color: #012A5C;
  box-shadow: 0 0 0 0.125rem rgba(15, 30, 59, 0.2);
  font-weight: 600;
  color: #012A5C;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-button:hover .button-ico, .contents-apply .apply-write-form .wf-participate .participate-add .add-button:focus .button-ico {
  color: #012A5C;
}
.contents-apply .apply-write-form .wf-participate .participate-add .add-button .button-ico {
  color: #BDBDBD;
}
.contents-apply .apply-write-form .wf-participate {
  display: grid;
  gap: 5rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form {
  display: grid;
  gap: 1rem;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
}
.contents-apply .apply-write-form .wf-participate .participate-form ~ .participate-form {
  position: relative;
}
.contents-apply .apply-write-form .wf-participate .participate-form ~ .participate-form:before {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #BDBDBD;
  transform: translate(-50%, -50%) skewY(-0.01deg);
}
.contents-apply .apply-write-form .wf-participate .participate-form.type-represent {
  padding: 2.25rem 1.875rem;
  border-radius: 0.875rem;
  background: #F9FAFB;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-write-form .wf-participate .participate-form.type-represent {
    padding: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-form.type-represent {
    padding: 1.125rem;
  }
  .contents-apply .apply-write-form .wf-participate .participate-form.type-represent .form-row {
    padding: 0;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.025rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-ttl {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-ttl {
    font-size: 1.25rem;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-count {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00ABCC;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-button-group {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-button {
    width: 2.125rem;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-button.type-remove:hover, .contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-button.type-remove:focus {
  background-color: #ffcdc3;
  color: #de3412;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-button.type-order {
  width: 2rem;
  border-radius: 50%;
  background-color: #757575;
  color: #fff;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-button.type-order:hover, .contents-apply .apply-write-form .wf-participate .participate-form .form-head .head-button.type-order:focus {
  background-color: #0F1E3B;
  box-shadow: 0 0 0 0.125rem rgba(15, 30, 59, 0.2);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-body {
  display: grid;
  gap: 1.5rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row {
  display: grid;
  gap: 1.5rem;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #F9FAFB;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row ~ .form-row {
  position: relative;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-head .head-ttl {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-head .head-ttl:has(.head-button) .head-button {
  margin-right: 0.5rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body {
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  gap: 1.25rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-conts {
  display: grid;
  gap: 1.5rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons .remove-button,
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons .order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #9E9E9E;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons .remove-button {
  background-color: #424242;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons .remove-button:hover, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons .remove-button:focus {
  background-color: #de3412;
  box-shadow: 0 0 0 0.125rem rgba(222, 52, 18, 0.2);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons .order-button {
  background-color: #757575;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons .order-button:hover, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons .order-button:focus {
  background-color: #0F1E3B;
  box-shadow: 0 0 0 0.125rem rgba(15, 30, 59, 0.2);
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body {
    display: flex;
    flex-direction: column;
  }
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs {
    order: 1;
  }
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-funcs .control-buttons {
    display: flex;
    justify-content: flex-end;
  }
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-body .body-conts {
    order: 2;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block {
  display: grid;
  gap: 0.75rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  color: #424242;
  font-weight: 700;
  letter-spacing: -0.01875rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-label .add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00ABCC;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-label .add-button:hover, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-label .add-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 171, 204, 0.2);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-conts {
  display: grid;
  gap: 1rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-conts .omks-form-text::-moz-placeholder {
  font-size: 1rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-conts .omks-form-text::placeholder {
  font-size: 1rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field {
  position: relative;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field .field-label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 1.5625rem;
  background-color: #fff;
  font-size: 1rem;
  color: #9c9c9c;
  pointer-events: none;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field input[type=text]::-moz-placeholder, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field .omks-form-text::-moz-placeholder {
  color: transparent;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field input[type=text]::placeholder,
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field .omks-form-text::placeholder {
  color: transparent;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field input[type=text]:focus::-moz-placeholder, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field .omks-form-text:focus::-moz-placeholder {
  color: #999;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field input[type=text]:focus::placeholder,
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field .omks-form-text:focus::placeholder {
  color: #999;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field:has(input:not(:-moz-placeholder)) .field-label {
  font-size: 0.9375rem;
  color: #222;
  font-weight: bold;
  top: 0;
  transform: translateY(-50%);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field .field-label-active, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-active .field-label, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field:has(input:not(:placeholder-shown)) .field-label, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field:has(:focus-within) .field-label {
  font-size: 0.9375rem;
  color: #222;
  font-weight: bold;
  top: 0;
  transform: translateY(-50%);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field select:disabled,
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field .omks-form-select:disabled {
  background-color: #f5f5f5;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-active:has(input:-moz-read-only) .field-label {
  background-color: #f5f5f5;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-active:has(input:disabled) .field-label, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-active:has(input:read-only) .field-label, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-active:has(select:disabled) .field-label {
  background-color: #f5f5f5;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-readonly .field-label {
  background-color: #f5f5f5 !important;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-readonly .omks-form-text {
  background-color: #F5F5F5 !important;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-readonly .omks-form-select {
  background-color: #f5f5f5 !important;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-readonly .omks-pattern-period .period-date .omks-form-text {
  background-color: #f5f5f5 !important;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-disabled .field-label {
  background-color: #CDD1D5 !important;
  color: #6D7882;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-disabled .omks-form-text {
  background-color: #CDD1D5 !important;
  color: #6D7882;
  cursor: not-allowed;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-disabled .omks-form-select {
  background-color: #CDD1D5 !important;
  color: #6D7882;
  cursor: not-allowed;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-field.is-disabled .omks-pattern-period .period-date .omks-form-text {
  background-color: #CDD1D5 !important;
  color: #6D7882;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid {
    flex-direction: column;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-2-cols, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-3-cols, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-4-cols, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-5-cols {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-2-cols, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-3-cols, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-4-cols, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-5-cols {
    display: flex;
    flex-direction: column;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-2-cols {
  grid-template-columns: repeat(2, 1fr);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-4-cols {
  grid-template-columns: repeat(4, 1fr);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-grid.has-5-cols {
  grid-template-columns: repeat(5, 1fr);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign {
    flex-wrap: wrap;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-trigger .trigger-button {
  border: none;
  background-color: #E0E0E0;
  border-radius: 0.1875rem;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-trigger .trigger-button .button-txt {
  display: flex;
  gap: 0.25rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-trigger .trigger-button:hover {
  background-color: #012A5C;
  color: #fff;
  box-shadow: 0 0 0 0.125rem rgba(1, 42, 92, 0.2);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-area img {
  width: 80px;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-ref {
  color: #C10007;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-ref.is-success {
  color: #00AACB;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-image {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-edit {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-edit .remove-button,
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-edit .order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #9E9E9E;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-edit .remove-button {
  background-color: #9E9E9E;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-edit .remove-button:hover, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-sign .sign-edit .remove-button:focus {
  background-color: #de3412;
  box-shadow: 0 0 0 0.125rem rgba(222, 52, 18, 0.2);
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 1rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    border-top: 1px solid #dedede;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address .address-button {
  background-color: #E0E0E0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #424242;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address .address-button:hover, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address .address-button:focus {
  background-color: #012A5C;
  color: #fff;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address input:-moz-read-only, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address .omks-form-input:-moz-read-only {
  background-color: #fff;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address input:read-only,
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address .omks-form-input:read-only {
  background-color: #fff;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address input:disabled,
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address .omks-form-input:disabled {
  background-color: #f5f5f5;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address input:-moz-read-only, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address .omks-form-input:-moz-read-only {
  background-color: #fff;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address input:read-only,
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address .omks-form-input:read-only {
  background-color: #fff;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address.is-readonly input,
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-address.is-readonly .omks-form-input {
  background-color: #f5f5f5 !important;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-degree {
  display: grid;
  gap: 1rem;
  width: 100%;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-degree .degree-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-degree .degree-row {
    align-items: flex-start;
  }
  .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-degree .degree-row ~ .degree-row {
    padding-top: 1rem;
    border-top: 1px solid #dedede;
  }
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-degree .degree-row .row-remove {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-degree .degree-row .row-remove .remove-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #616161;
  background-color: #E0E0E0;
  transition: all 0.3s ease;
}
.contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-degree .degree-row .row-remove .remove-button:hover, .contents-apply .apply-write-form .wf-participate .participate-form .form-row .row-block .block-degree .degree-row .row-remove .remove-button:focus {
  color: #fff;
  background-color: #de3412;
  box-shadow: 0 0 0 0.125rem rgba(222, 52, 18, 0.2);
}
.contents-apply .submission-document {
  display: grid;
  gap: 1.875rem;
}
.contents-apply .submission-document .sd-guide {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  background-color: #F9FAFB;
  border-radius: 0.625rem;
}
.contents-apply .submission-document .sd-guide .guide-stnc b {
  font-weight: 600;
}
.contents-apply .submission-document .sd-guide .guide-stnc .stnc-ico {
  float: left;
  margin-right: 0.5rem;
}
.contents-apply .submission-document .sd-guide .guide-stnc .stnc-ico.type-dot {
  position: relative;
  width: 0.3125rem;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
.contents-apply .submission-document .sd-guide .guide-stnc .stnc-ico.type-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #424242;
}
.contents-apply .submission-document .sd-upload {
  display: grid;
  gap: 0.75rem;
  padding: 2rem;
  border-radius: 0.625rem;
  border: 1px solid var(--gray300, #E0E0E0);
  background: var(--gray50, #FAFAFA);
}
.contents-apply .submission-document .sd-upload .upload-category {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .contents-apply .submission-document .sd-upload .upload-category {
    flex-direction: column;
  }
}
.contents-apply .submission-document .sd-upload .upload-category .category-ref {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .contents-apply .submission-document .sd-upload .upload-category .category-ref {
    flex: none;
  }
}
.contents-apply .submission-document .sd-upload .upload-category .category-ref::-moz-placeholder {
  font-size: 1rem;
}
.contents-apply .submission-document .sd-upload .upload-category .category-ref::placeholder {
  font-size: 1rem;
}
.contents-apply .submission-document .sd-upload .upload-import {
  position: relative;
}
.contents-apply .submission-document .sd-upload .upload-import .import-text {
  flex: 1;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
}
.contents-apply .submission-document .sd-upload .upload-import .import-text::-moz-placeholder {
  font-size: 1rem;
}
.contents-apply .submission-document .sd-upload .upload-import .import-text::placeholder {
  font-size: 1rem;
}
.contents-apply .submission-document .sd-upload .upload-import .import-button {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  background-color: #3B4045;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
.contents-apply .submission-document .sd-upload .upload-import .import-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.contents-apply .submission-document .sd-upload .upload-import .import-trigger:hover {
  box-shadow: 0 0 0 0.1875rem rgba(1, 42, 92, 0.2);
}
.contents-apply .submission-document .sd-upload .upload-submit {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.contents-apply .submission-document .sd-upload .upload-submit .submit-button {
  min-width: 6.25rem;
  height: 3.25rem;
  border-radius: 0.625rem;
  background-color: #00ABCC;
  padding-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
.contents-apply .submission-document .sd-upload .upload-submit .submit-button:hover, .contents-apply .submission-document .sd-upload .upload-submit .submit-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 171, 204, 0.2);
}
.contents-apply .submission-document .sd-table {
  overflow: auto;
}
.contents-apply .submission-document .sd-table table {
  width: 100%;
}
.contents-apply .submission-document .sd-table table th, .contents-apply .submission-document .sd-table table td {
  height: 3.375rem;
  box-sizing: border-box;
  border: 1px solid #DADCDE;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #424242;
  vertical-align: middle;
  text-align: center;
}
.contents-apply .submission-document .sd-table table th {
  background-color: #F7F8FB;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  word-break: keep-all;
  text-align: center;
}
.contents-apply .submission-document .sd-table table th:has(.th-ttl) {
  padding: 0 1.25rem;
  text-align: left;
}
.contents-apply .submission-document .sd-table .sd-file-edit {
  display: inline-flex;
  gap: 0.25rem;
  margin: 0 auto;
}

.contents-sign .sign-drawing {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #F8F9FA;
  cursor: url("../../img/contents/sign/ico-pen-tool.png"), auto;
}
.contents-sign .sign-drawing canvas {
  max-width: 100% !important;
  height: 100%;
  min-height: 15rem;
}
.contents-sign .sign-drawing canvas {
  cursor: url("../../img/contents/sign/ico-pen-tool.png"), auto;
}
.contents-sign .sign-drawing .drawing-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.0625rem;
  font-weight: 400;
  color: #BDBDBD;
  pointer-events: none;
}
.contents-sign .sign-drawing .drawing-reset {
  position: absolute;
  z-index: 5;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  height: 2.125rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  background-color: #012A5C;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contents-sign .sign-drawing .drawing-reset:hover, .contents-sign .sign-drawing .drawing-reset:focus {
  background-color: rgb(0.7258064516, 30.4838709677, 66.7741935484);
}
.contents-sign .sign-drawing .drawing-reset:active {
  background-color: rgb(0.4516129032, 18.9677419355, 41.5483870968);
}
.contents-sign .sign-upload .upload-label {
  font-size: 1.375rem;
  font-weight: 700;
  color: #222;
}
.contents-sign .sign-upload .upload-ref {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.contents-sign .sign-upload .upload-ref .ref-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0.0625rem);
}
.contents-sign .sign-upload .upload-ref .ref-txt {
  font-size: 1rem;
  font-weight: 400;
  color: #424242;
}
.contents-sign .sign-upload .upload-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-height: 10.625rem;
  border: 1px dashed #E0E0E0;
  border-radius: 0.5rem;
  background-color: #F8F9FA;
  margin-top: 1.25rem;
}
.contents-sign .sign-upload .upload-comment {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #757575;
  text-align: center;
}
.contents-sign .sign-upload .upload-button {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  height: 2.375rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  background-color: #3B4045;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}
.contents-sign .sign-upload .upload-button:has(.button-ico) {
  padding-left: 0.625rem;
  padding-right: 0.875rem;
}
.contents-sign .sign-upload .upload-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 13.75rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  margin-top: 1.25rem;
}
.contents-sign .sign-upload .upload-preview:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  content: "서명 이미지 미리보기";
  font-size: 1.0625rem;
  font-weight: 400;
  color: #BDBDBD;
}
.contents-sign .sign-upload .upload-preview:has(img):before {
  content: none;
}
.contents-sign .sign-upload .upload-preview img {
  position: relative;
  z-index: 1;
}

.foot-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 5rem;
}
.foot-button-group .foot-button {
  width: 12.5rem;
  height: 3.75rem;
  max-width: 45%;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #012A5C;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .foot-button-group .foot-button {
    width: auto;
    min-width: 7.5rem;
  }
}
.foot-button-group .foot-button:hover {
  box-shadow: 0 0 0 0.25rem rgba(1, 42, 92, 0.2);
}
.foot-button-group .foot-button.style-secondary {
  background-color: #fff;
  border: 1px solid #012A5C;
  color: #012A5C;
}
.foot-button-group .foot-button.style-secondary:active {
  background-color: rgba(1, 42, 92, 0.2);
}

.contents-klab .klab-tab {
  margin: 3.75rem 0;
  background-color: #F5F5F5;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-tab {
    margin: 1.875rem 0;
  }
}
.contents-klab .klab-tab .tab-button {
  border-radius: 0.625rem;
}
.contents-klab .klab-tab .tab-button.is-active {
  border: 0.125rem solid #00ABCC;
  background-color: #fff;
  box-shadow: 0.1875rem 0.25rem 0.25rem 0 rgba(178, 232, 246, 0.25);
  color: #00ABCC;
}
.contents-klab .klab-tab.type-depths {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  background: none;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-tab.type-depths {
    gap: 1.25rem;
    justify-content: flex-start;
    overflow: auto;
  }
}
.contents-klab .klab-tab.type-depths .tab-button {
  flex: none;
  background: none;
  border: none;
  color: #9E9E9E;
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-tab.type-depths .tab-button {
    height: 2.625rem;
    font-size: 1.125rem;
  }
}
.contents-klab .klab-tab.type-depths .tab-button.is-active {
  position: relative;
  font-weight: 700;
  color: #012A5C;
  box-shadow: none;
}
.contents-klab .klab-tab.type-depths .tab-button.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  background-color: #012A5C;
}
.contents-klab .klab-itd {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-klab .klab-itd {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-itd {
    grid-template-columns: 1fr;
  }
}
.contents-klab .klab-itd.type-01 .itd-head {
  background-image: url("../../img/main/banner-image_01.png");
}
.contents-klab .klab-itd.type-02 .itd-head {
  background-image: url("../../img/main/banner-image_02.png");
}
.contents-klab .klab-itd.type-03 .itd-head {
  background-image: url("../../img/main/banner-image_03.png");
}
.contents-klab .klab-itd.type-04 .itd-head {
  background-image: url("../../img/main/banner-image_04.png");
}
.contents-klab .klab-itd.type-05 .itd-head {
  background-image: url("../../img/main/banner-image_05.png");
}
.contents-klab .klab-itd.type-06 .itd-head {
  background-image: url("../../img/main/banner-image_06.png");
}
.contents-klab .klab-itd .itd-head {
  display: flex;
  flex-direction: column;
  padding: 3.75rem 2.5rem;
  background-color: #13326C;
  border-radius: 1.875rem;
  color: #fff;
  /* 2. 희미하게 보여줄 이미지 (패턴, 노이즈, 로고 등) */
  background-image: url("../../img/dump/sample.png");
  /* 3. 배치 및 반복 설정 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: top center;
  background-size: contain;
  /* 4. 핵심: 블렌딩 모드 */
  background-blend-mode: soft-light;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-klab .klab-itd .itd-head {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-itd .itd-head {
    padding: 2.5rem 1.75rem;
    background-size: cover;
  }
}
.contents-klab .klab-itd .itd-head .head-ttl {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.875rem;
}
.contents-klab .klab-itd .itd-head .head-ttl .ttl-eng {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  line-height: 1;
}
.contents-klab .klab-itd .itd-head .head-ttl .ttl-name {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.05625rem;
  line-height: 1.2;
}
.contents-klab .klab-itd .itd-head .itd-counts {
  margin-top: auto;
}
.contents-klab .klab-itd .itd-body {
  display: grid;
  gap: 2.5rem;
  padding: 3.75rem;
  border-radius: 1.875rem;
  border: 1px solid #E3E7FF;
  background: #F0F4FB;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-itd .itd-body {
    padding: 1.75rem;
    border-radius: 0.9375rem;
  }
}
.contents-klab .klab-itd .itd-counts {
  display: grid;
  gap: 0.75rem;
}
.contents-klab .klab-itd .itd-counts .counts-total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  height: 3.25rem;
  background-color: #1c3f7f;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}
.contents-klab .klab-itd .itd-counts .counts-total .total-count {
  font-size: 1.375rem;
  font-weight: 700;
}
.contents-klab .klab-itd .itd-counts ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.contents-klab .klab-itd .itd-counts ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 6.5625rem;
  gap: 0.625rem;
  line-height: 1.2;
  background-color: #112C5F;
  border-radius: 0.3125rem;
}
.contents-klab .klab-itd .itd-counts .item-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.contents-klab .klab-itd .itd-counts .item-count {
  font-size: 1.5rem;
  font-weight: 700;
}
.contents-klab .klab-itd .itd-paragraph-group {
  display: grid;
  gap: 0.75rem;
}
.contents-klab .klab-itd .itd-paragraph-group .group-head .head-ttl {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.0125rem;
  color: #222;
}
.contents-klab .klab-itd .itd-paragraph-group .group-body {
  display: grid;
  gap: 0.375rem;
}
.contents-klab .klab-itd .itd-stnc {
  font-size: 1rem;
  font-weight: 400;
  color: #616161;
  word-break: keep-all;
}
.contents-klab .klab-itd .itd-stnc::after {
  display: block;
  clear: both;
}
.contents-klab .klab-itd .itd-stnc .stnc-ico {
  float: left;
  margin-right: 0.5rem;
}
.contents-klab .klab-itd .itd-stnc .stnc-ico.type-check {
  position: relative;
  width: 1.125rem;
  color: transparent;
}
.contents-klab .klab-itd .itd-stnc .stnc-ico.type-check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-image: url("../../img/contents/itd/text-ico.svg");
  background-size: 1rem auto;
}
.contents-klab .klab-itd .itd-stnc .stnc-txt {
  display: block;
  overflow: hidden;
}
.contents-klab .klab-itd .itd-config ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-klab .klab-itd .itd-config ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-itd .itd-config ul {
    grid-template-columns: 1fr;
  }
}
.contents-klab .klab-itd .itd-config ul li {
  display: grid;
  gap: 0.625rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #E3EBF8;
  word-break: keep-all;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
.contents-klab .klab-itd .itd-config ul li .item-label {
  font-weight: 600;
  color: #222;
}
.contents-klab .klab-itd .itd-config ul li .item-conts {
  color: #616161;
}
.contents-klab .klab-labs .labs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-klab .klab-labs .labs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-labs .labs-list {
    grid-template-columns: 1fr;
  }
}
.contents-klab .klab-labs .labs-item {
  min-height: 23.75rem;
}
.contents-klab .klab-labs .labs-item .item-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
  background-color: #f4f4f4;
  background-image: url("../../img/common/logo.svg");
}
.contents-klab .klab-labs .labs-item .item-card:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
}
.contents-klab .klab-labs .labs-item .item-name,
.contents-klab .klab-labs .labs-item .item-conts {
  position: relative;
  z-index: 2;
}
.contents-klab .klab-labs .labs-item .item-name {
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
}
.contents-klab .klab-labs .labs-item .item-conts {
  margin-top: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.625rem);
  transition: all 0.3s ease;
}
.contents-klab .klab-labs .labs-item .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../img/dump/sample.png");
}
.contents-klab .klab-labs .labs-item .item-status {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 20rem;
  gap: 2.25rem;
  color: #fff;
}
.contents-klab .klab-labs .labs-item .item-status:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 0.0625rem;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  margin-left: -1.125rem;
}
.contents-klab .klab-labs .labs-item .item-status li {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.contents-klab .klab-labs .labs-item .item-status .status-label {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
}
.contents-klab .klab-labs .labs-item .item-status .status-count {
  font-size: 1.625rem;
  font-weight: 600;
}
.contents-klab .klab-labs .labs-item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-labs .labs-item .item-link {
    position: relative;
    width: auto;
    height: auto;
  }
}
.contents-klab .klab-labs .labs-item .item-link .link-frame {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-labs .labs-item .item-link .link-frame {
    width: auto;
    height: auto;
    padding: 0;
  }
}
.contents-klab .klab-labs .labs-item .item-link .link-label {
  margin-top: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.25Rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-0.625rem);
}
.contents-klab .klab-labs .labs-item .item-link .link-label .label-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3Rem;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.contents-klab .klab-labs .labs-item .item-link .link-icon {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.contents-klab .klab-labs .labs-item:hover .item-card:after, .contents-klab .klab-labs .labs-item:focus-within .item-card:after {
  opacity: 0.7;
  background-color: #000;
}
.contents-klab .klab-labs .labs-item:hover .item-conts, .contents-klab .klab-labs .labs-item:focus-within .item-conts {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.contents-klab .klab-labs .labs-item:hover .item-link .link-label, .contents-klab .klab-labs .labs-item:focus-within .item-link .link-label {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.contents-klab .klab-labs .labs-item:hover .item-link .link-icon, .contents-klab .klab-labs .labs-item:focus-within .item-link .link-icon {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-0.625rem);
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-labs .labs-item .item-card:after {
    opacity: 0.7;
    background-color: #000;
  }
  .contents-klab .klab-labs .labs-item .item-conts {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .contents-klab .klab-labs .labs-item .item-link .link-label {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .contents-klab .klab-labs .labs-item .item-link .link-icon {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-0.625rem);
  }
}
.contents-klab .klab-surface {
  min-height: 17.5rem;
  box-sizing: border-box;
  padding: 3.75rem;
  border-radius: 1.25rem;
  background: #012A5C;
  /* 2. 희미하게 보여줄 이미지 (패턴, 노이즈, 로고 등) */
  background-image: url("../../img/contents/klab/surface-visual.png");
  /* 3. 배치 및 반복 설정 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* 4. 핵심: 블렌딩 모드 */
  background-blend-mode: soft-light;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-surface {
    padding: 2.375rem;
  }
}
.contents-klab .klab-surface .detail-head {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.contents-klab .klab-surface .detail-head .head-cell {
  display: grid;
  gap: 1.875rem;
}
.contents-klab .klab-surface .detail-head .head-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
.contents-klab .klab-surface .detail-head .head-ttl .ttl-category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  height: 2.5rem;
  border-radius: 3.125rem;
  background: #00ABCC;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03125rem;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-surface .detail-head .head-ttl .ttl-category {
    height: auto;
    padding: 0.375rem 1rem;
    font-size: 0.9375rem;
  }
}
.contents-klab .klab-surface .detail-head .head-ttl .ttl-name {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.05rem;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-surface .detail-head .head-ttl .ttl-name {
    font-size: 1.625rem;
  }
}
.contents-klab .klab-surface .detail-head .head-button {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-width: 4.25rem;
  height: 3.125rem;
  box-sizing: border-box;
  padding: 0 1rem;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.25);
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-klab .klab-surface .detail-head .head-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-surface .detail-head .head-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.contents-klab .klab-surface .detail-head .head-button:has(.button-ico), .contents-klab .klab-surface .detail-head .head-button:has(.omks-icon) {
  padding-right: 1.125rem;
}
.contents-klab .klab-surface .detail-head .head-button:hover {
  box-shadow: 0 0 0 0.25rem rgba(1, 42, 92, 0.2);
}
.contents-klab .klab-surface .detail-head .head-button.style-primary {
  background-color: #012A5C;
  border-color: #012A5C;
  color: #fff;
}
.contents-klab .klab-surface .detail-head .head-button.style-secondary {
  background-color: #fff;
  border-color: #012A5C;
  color: #012A5C;
}
.contents-klab .klab-surface .detail-head .head-button.style-secondary:active {
  background-color: rgba(1, 42, 92, 0.2);
}
.contents-klab .klab-surface .surface-status {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-surface .surface-status {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 3.75rem;
  }
  .contents-klab .klab-surface .surface-status li:nth-child(3):before {
    content: none !important;
  }
}
.contents-klab .klab-surface .surface-status li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contents-klab .klab-surface .surface-status li ~ li {
  position: relative;
}
.contents-klab .klab-surface .surface-status li ~ li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.875rem;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  width: 0.0625rem;
  height: 1.25rem;
  background-color: #fff;
  opacity: 0.4;
}
.contents-klab .klab-surface .surface-status .status-label {
  font-size: 1rem;
  font-weight: 400;
}
.contents-klab .klab-surface .surface-status .status-count {
  font-size: 1.75rem;
  font-weight: 700;
}
.contents-klab .klab-detail-tab {
  margin: 1.875rem 0;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-detail-tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.contents-klab .klab-detail-tab .tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-klab .klab-detail-tab .tab-button {
    height: auto;
    flex-direction: column-reverse;
    padding: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-detail-tab .tab-button {
    height: auto;
    padding: 0.625rem;
    flex-direction: column-reverse;
    font-size: 1.125rem;
  }
}
.contents-klab .klab-detail-tab .tab-button.is-active {
  background-color: #fff;
}
.contents-klab .klab-detail-tab .tab-button.is-active .tab-state {
  background-color: #00ABCC;
}
.contents-klab .klab-detail-tab .tab-state {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
  padding: 0 0.75rem;
  background-color: #B9BABE;
  border-radius: 3.125rem;
  font-size: 0.875rem;
  color: #fff;
}
.contents-klab .klab-detail .detail-head {
  display: grid;
  gap: 1Rem;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}
.contents-klab .klab-detail .detail-head .head-ttl {
  font-size: 2.25rem;
  font-weight: 700;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-detail .detail-head .head-ttl {
    font-size: 1.5rem;
  }
}
.contents-klab .klab-detail .detail-head .detail-purpose {
  margin-bottom: 0;
  font-size: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-detail .detail-head .detail-purpose {
    font-size: 1rem;
  }
}
.contents-klab .klab-detail .detail-purpose {
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #424242;
  line-height: 1.5;
  letter-spacing: -0.0375rem;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-detail .detail-purpose {
    font-size: 1.125rem;
  }
}
.contents-klab .klab-detail .detail-lab {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5rem;
  padding: 2.8125rem;
  margin-bottom: 3.75rem;
  border-radius: 0.5rem;
  background: #F7F8FA;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-klab .klab-detail .detail-lab {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background-color: none;
  }
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-detail .detail-lab {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0;
    background-color: none;
  }
}
.contents-klab .klab-detail .detail-lab .lab-thumb {
  position: relative;
  width: 32.5rem;
  max-width: 100%;
  aspect-ratio: 12/9;
  border-radius: 0.5rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-klab .klab-detail .detail-lab .lab-thumb {
    margin: 0 auto;
  }
}
.contents-klab .klab-detail .detail-lab .lab-thumb.is-no-image {
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
  background-color: #F7F8FA;
  background-image: url("../../img/common/logo.svg") !important;
}
.contents-klab .klab-detail .detail-lab .lab-status {
  display: grid;
  gap: 2.5rem;
}
.contents-klab .klab-detail .detail-lab .lab-status .status-row {
  display: grid;
  gap: 0.75rem;
}
.contents-klab .klab-detail .detail-lab .lab-status .status-row .row-label {
  font-size: 1.375rem;
  font-weight: 700;
  color: #222;
}
.contents-klab .klab-detail .detail-lab .lab-status .status-row .row-conts {
  overflow: hidden;
}
.contents-klab .klab-detail .detail-lab .lab-status .status-row ~ .status-row .status-list {
  background-color: #4AA8C7;
}
.contents-klab .klab-detail .detail-lab .lab-status .status-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 37.5rem;
  max-width: 100%;
  border-radius: 8px;
  background: #153974;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-klab .klab-detail .detail-lab .lab-status .status-list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-detail .detail-lab .lab-status .status-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contents-klab .klab-detail .detail-lab .lab-status .status-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 7.5rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-detail .detail-lab .lab-status .status-list li {
    min-height: 5.625rem;
  }
}
.contents-klab .klab-detail .detail-lab .lab-status .status-list li ~ li {
  position: relative;
}
.contents-klab .klab-detail .detail-lab .lab-status .status-list li ~ li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) skewY(-0.01deg);
  background-color: rgba(255, 255, 255, 0.4);
  width: 0.0625rem;
  height: 2.5rem;
}
.contents-klab .klab-detail .detail-lab .lab-status .status-list .item-count {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}
.contents-klab .klab-detail .detail-lab .lab-status .status-list .item-label {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.contents-klab .klab-detail .detail-infos {
  border-top: 1px solid #153974;
}
.contents-klab .klab-detail .detail-infos li {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  gap: 2.5rem;
  padding: 2.5rem 0.625rem;
  border-bottom: 1px solid #EEE;
}
@media only screen and (max-width: 767px) {
  .contents-klab .klab-detail .detail-infos li {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.contents-klab .klab-detail .detail-infos .infos-label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  letter-spacing: -0.0125rem;
}
.contents-klab .klab-detail .detail-infos .infos-conts {
  display: grid;
  gap: 1rem;
}
.contents-klab .klab-detail .detail-infos .infos-stnc {
  font-size: 1rem;
  font-weight: 400;
  color: #516161;
}
.contents-klab .klab-detail .detail-infos .infos-stnc b {
  font-weight: 600;
}
.contents-klab .klab-detail .detail-infos .infos-stnc .stnc-ico {
  float: left;
  margin-right: 0.5rem;
}
.contents-klab .klab-detail .detail-infos .infos-stnc .stnc-ico.type-dot {
  position: relative;
  width: 0.3125rem;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}
.contents-klab .klab-detail .detail-infos .infos-stnc .stnc-ico.type-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #424242;
}
.contents-klab .klab-detail .detail-infos .infos-stnc .stnc-txt {
  display: block;
  overflow: hidden;
}
.contents-klab .klab-detail .detail-infos .info-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.contents-klab .klab-detail .detail-infos .info-keywords li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F4FB;
  min-width: 4.25rem;
  height: 2.75rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #616161;
}

.page-wrap:has(.contents-performance) {
  padding-bottom: 0;
}

.contents-performance .pf-comment {
  margin-bottom: 4.375rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #171819;
  text-align: center;
  line-height: 1.4;
  word-break: keep-all;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-performance .pf-comment {
    font-size: 2rem;
  }
  .contents-performance .pf-comment br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .contents-performance .pf-comment {
    font-size: 1.375rem;
  }
  .contents-performance .pf-comment br {
    display: none;
  }
}
.contents-performance .pf-article {
  display: grid;
  gap: 2.25rem;
}
.contents-performance .pf-article .alc-head .head-ttl {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-performance .pf-article .alc-head .head-ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-performance .pf-article .alc-head .head-ttl {
    font-size: 1.5rem;
  }
}
.contents-performance .pf-article .alc-block ~ .alc-block {
  margin-top: 2.5rem;
}
.contents-performance .pf-article .alc-block .block-ttl {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
  font-weight: 700;
  color: #222;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-performance .pf-article .alc-block .block-ttl {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-performance .pf-article .alc-block .block-ttl {
    font-size: 1.1875rem;
  }
}
.contents-performance .pf-article:has(.pf-major) {
  position: relative;
  padding: 3.75rem 0 6.25rem;
}
.contents-performance .pf-article:has(.pf-major) .alc-head,
.contents-performance .pf-article:has(.pf-major) .alc-body {
  position: relative;
  z-index: 1;
}
.contents-performance .pf-major {
  display: grid;
}
.contents-performance .pf-major .major-conts-body {
  display: grid;
  gap: 0.75rem;
  flex: 1;
}
.contents-performance .pf-major .major-conts-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  border-radius: 0.625rem;
  background: #F7F8FA;
}
.contents-performance .pf-major .major-conts-box .box-image {
  padding: 1.75rem;
}
.contents-performance .pf-major .major-conts-box .box-count .count-label {
  font-size: 1rem;
  font-weight: 400;
  color: #616161;
}
.contents-performance .pf-major .major-conts-box .box-count .count-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}
.contents-performance .pf-major .major-conts-box .box-count .count-ref {
  font-size: 1rem;
  font-weight: 400;
  color: #757575;
}
.contents-performance .pf-major .major-conts-box .box-icon {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
}
.contents-performance .pf-major .major-conts.type-manpower .major-conts-head {
  background-color: #012A5C;
}
.contents-performance .pf-major .major-conts.type-manpower .major-conts-body {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-performance .pf-major .major-conts.type-manpower .major-conts-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contents-performance .pf-major .major-conts.type-manpower .major-conts-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contents-performance .pf-major .major-conts.type-manpower .major-conts-box {
  padding: 1.875rem;
}
.contents-performance .pf-article:has(.pf-business) {
  padding: 5rem 0;
}
.contents-performance .pf-business .business-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-performance .pf-business .business-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contents-performance .pf-business .business-list {
    grid-template-columns: 1fr;
  }
}
.contents-performance .pf-business .business-item {
  position: relative;
  display: grid;
  gap: 0.75rem;
  min-height: 9.875rem;
}
.contents-performance .pf-business .business-item .item-label {
  font-size: 1rem;
  color: #616161;
  font-weight: 400;
}
.contents-performance .pf-business .business-item .item-count {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
.contents-performance .pf-business .business-item .item-count span {
  font-weight: 500;
  color: #424242;
}
.contents-performance .pf-business .business-item .item-card {
  padding: 2.5rem 1.875rem;
  border-radius: 0.625rem;
  background: #F4F9FD;
}
.contents-performance .pf-business .business-item .item-icon {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
.contents-performance .pf-article:has(.pf-subject) {
  position: relative;
  padding: 5rem 0;
}
.contents-performance .pf-article:has(.pf-subject):before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #F9FAFB;
  content: "";
  z-index: 0;
}
.contents-performance .pf-article:has(.pf-subject) .alc-head,
.contents-performance .pf-article:has(.pf-subject) .alc-body {
  position: relative;
  z-index: 1;
}
.contents-performance .pf-subject {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .contents-performance .pf-subject {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.contents-performance .pf-subject .subject-diagram {
  display: grid;
  align-items: flex-start;
  justify-content: center;
  gap: 3.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-performance .pf-subject .subject-diagram {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contents-performance .pf-subject .subject-diagram {
    grid-template-columns: minmax(0, 1fr);
  }
}
.contents-performance .pf-subject .subject-diagram .diagram-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.375rem;
  width: 21.25rem;
  max-width: 100%;
  height: 5.875rem;
  margin: 0 auto;
  border-radius: 0.625rem;
  background: #292929;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.contents-performance .pf-subject .subject-diagram .diagram-body {
  display: flex;
  justify-content: center;
}
.contents-performance .pf-subject .subject-diagram .diagram-total-count {
  font-weight: 700;
}
.contents-performance .pf-subject .subject-diagram .diagram-total-count .count-unit {
  font-weight: 400;
}
.contents-performance .pf-subject .subject-diagram .diagram-circle {
  position: relative;
  width: 27.5rem;
  max-width: 100%;
  aspect-ratio: 1.05/1;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-performance .pf-subject .subject-diagram .diagram-circle {
    width: 23.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-performance .pf-subject .subject-diagram .diagram-circle {
    width: 23.75rem;
  }
}
.contents-performance .pf-subject .subject-diagram .diagram-circle .circle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  width: 15rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(1, 42, 92, 0.1);
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .contents-performance .pf-subject .subject-diagram .diagram-circle .circle-item {
    width: 13.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .contents-performance .pf-subject .subject-diagram .diagram-circle .circle-item {
    width: 13.125rem;
  }
}
.contents-performance .pf-subject .subject-diagram .diagram-circle .circle-item .item-label {
  font-size: 1rem;
  font-weight: 400;
  color: #424242;
}
.contents-performance .pf-subject .subject-diagram .diagram-circle .circle-item .item-count {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
.contents-performance .pf-subject .subject-diagram .diagram-circle .circle-item.type-first {
  top: 0;
  left: 50%;
  right: inherit;
  bottom: inherit;
  transform: translateX(-50%);
  background-color: rgba(0, 171, 204, 0.1);
}
.contents-performance .pf-subject .subject-diagram .diagram-circle .circle-item.type-second {
  left: 0;
  right: inherit;
  top: inherit;
  bottom: 0;
  background-color: rgba(70, 167, 235, 0.1);
}
.contents-performance .pf-subject .subject-diagram .diagram-circle .circle-item.type-third {
  left: inherit;
  right: 0;
  top: inherit;
  bottom: 0;
  background-color: rgba(1, 42, 92, 0.1);
}
.contents-performance .pf-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  gap: 2.1875rem;
  min-height: 21.25rem;
  box-sizing: border-box;
  padding: 5rem 0;
}
.contents-performance .pf-banner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #012A5C;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../../img/contents/performance/background.png");
  background-size: cover;
  content: "";
  z-index: 0;
}
.contents-performance .pf-banner .banner-label,
.contents-performance .pf-banner .banner-link {
  position: relative;
  z-index: 1;
}
.contents-performance .pf-banner .banner-label {
  display: grid;
  gap: 1.125rem;
  text-align: center;
  line-height: 1.2;
}
.contents-performance .pf-banner .banner-label .label-ttl {
  font-size: 2.0625rem;
  font-weight: 700;
  color: #fff;
}
.contents-performance .pf-banner .banner-label .label-ref {
  color: rgba(255, 255, 255, 0.6);
}
.contents-performance .pf-banner .banner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-width: 12.5rem;
  height: 3.75rem;
  background-color: #46A7EB;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.contents-performance .pf-banner .banner-link:hover, .contents-performance .pf-banner .banner-link:focus {
  background-color: #fff;
  color: #46A7EB;
}
.contents-performance .pf-banner .banner-link:active {
  background-color: rgb(22.2926829268, 130.412195122, 206.2073170732);
  background-color: rgb(242.25, 242.25, 242.25);
}

/* 개발자 추가 내용 확인 필요 */
.lab-calendar .calendar-date .date-ttl:has(.omks-pattern-period) {
  width: 12.5rem;
  font-size: 1rem;
}

.lab-calendar .calendar-date .date-ttl:has(.omks-pattern-period) .omks-pattern-period .period-date .date-input {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.cts-top {
  display: flex;
  gap: 2.25rem;
  flex-direction: column;
}
.cts-top .page-title-text {
  text-align: center;
  color: #171819;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .cts-top .page-title-text {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .cts-top .page-title-text {
    font-size: 1.25rem;
  }
  .cts-top .page-title-text br {
    display: none;
  }
}
.cts-top .btn-wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 5rem;
}
.cts-top .btn-wrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  min-width: 10rem;
}
.cts-top .btn-wrap .btn.primary {
  background: #012A5C;
  border: 1px solid #012A5C;
  color: #fff;
}
.cts-top .btn-wrap .btn.primary:hover {
  background: #011E42;
  border: 1px solid #011E42;
}
.cts-top .btn-wrap .btn.secondary {
  background: #009AB8;
  border: 1px solid #009AB8;
  color: #fff;
}
.cts-top .btn-wrap .btn.secondary:hover {
  background: #0091AD;
  border: 1px solid #0091AD;
}
.cts-top .btn-wrap .btn.md {
  height: 3.75rem;
  padding: 0 1.5rem;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.cts-top .btn-wrap .btn .btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  overflow: hidden;
}
.cts-top .btn-wrap .btn .btn-icon.icon-down {
  background-image: url(../../img/contents/intro/download.svg);
}
.cts-top .btn-wrap .btn .btn-icon.icon-link {
  background-image: url(../../img/contents/intro/link.svg);
}

.lab-intro-cts {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
.lab-intro-cts .cts-tit {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .lab-intro-cts .cts-tit {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .cts-tit {
    font-size: 1.5rem;
  }
}
.lab-intro-cts .intro {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}
.lab-intro-cts .intro .mission-box {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  height: 19.4375rem;
  background: url(../../img/contents/intro/mission-bg.png);
  align-items: center;
  justify-content: center;
  background-size: cover;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .intro .mission-box {
    height: auto;
    padding: 2.375rem 1.75rem;
  }
}
.lab-intro-cts .intro .mission-box .tit {
  color: #00ABCC;
  font-size: 1.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .intro .mission-box .tit {
    font-size: 1.75rem;
  }
}
.lab-intro-cts .intro .mission-box .divider {
  width: 1.875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.4);
}
.lab-intro-cts .intro .mission-box .desc {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 156%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .intro .mission-box .desc {
    font-size: 1.5rem;
  }
  .lab-intro-cts .intro .mission-box .desc br {
    display: none;
  }
}
.lab-intro-cts .intro .arow {
  width: 483px;
  height: 105px;
  background: url(../../img/contents/intro/gradient-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .intro .arow {
    width: 100%; /* 부모 요소에 가득 차게 설정 */
    height: auto;
    max-width: 483px; /* PC 최대 크기 제한 */
    aspect-ratio: 483/105; /* 원본 비율 유지 */
  }
}
.lab-intro-cts .intro .process {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 1.25rem;
}
.lab-intro-cts .intro .process .tit-box {
  width: 100%;
  padding: 1.875rem 0;
  text-align: center;
  background: #E2EFFE;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  color: #222;
  border-radius: 1.25rem;
  word-break: keep-all;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .intro .process .tit-box {
    padding: 1.75rem 0.875rem;
    font-size: 1.375rem;
  }
}
.lab-intro-cts .intro .process .process-box-wrap {
  display: flex;
  align-items: stretch;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .intro .process .process-box-wrap {
    flex-direction: column;
  }
}
.lab-intro-cts .intro .process .process-box-wrap .process-box {
  flex: 1;
  background: #F6F6F6;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0;
  text-align: center;
  font-size: 1.25rem;
  color: #222;
  line-height: 156%;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .intro .process .process-box-wrap .process-box {
    padding: 1.25rem 0;
    font-size: 1.125rem;
  }
}
.lab-intro-cts .intro .process .process-box-wrap .arow {
  width: 1.6875rem;
  height: 1.6875rem;
  flex: 0 0 auto;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .intro .process .process-box-wrap .arow {
    transform: rotateZ(90deg);
  }
}
.lab-intro-cts .strength {
  display: flex;
  flex-direction: column;
}
.lab-intro-cts .strength .strength-box-wrap {
  display: flex;
  gap: 1.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .lab-intro-cts .strength .strength-box-wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .strength .strength-box-wrap {
    flex-direction: column;
  }
}
.lab-intro-cts .strength .strength-box-wrap .strength-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lab-intro-cts .strength .strength-box-wrap .strength-box .top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.375rem;
  font-weight: 800;
  border-radius: 0.625rem 0.625rem 0 0;
}
.lab-intro-cts .strength .strength-box-wrap .strength-box .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.75rem 3.75rem;
  border-radius: 0 0 1.25rem 1.25rem;
  color: #424242;
  font-size: 1.25rem;
  font-weight: 500;
  border: 1px solid #E0E0E0;
  text-align: center;
  word-break: keep-all;
  line-height: 165%;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .strength .strength-box-wrap .strength-box .bottom {
    padding: 1.75rem;
    font-size: 1.125rem;
  }
}
.lab-intro-cts .strength .strength-box-wrap .strength-box:nth-child(1) .top {
  background: #00ABCC;
}
.lab-intro-cts .strength .strength-box-wrap .strength-box:nth-child(2) .top {
  background: #46A7EB;
}
.lab-intro-cts .strength .strength-box-wrap .strength-box:nth-child(3) .top {
  background: #012A5C;
}
.lab-intro-cts .effect .effect-cts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .effect .effect-cts {
    gap: 1.25rem;
  }
}
.lab-intro-cts .effect .effect-cts .subtit-box {
  display: flex;
  padding: 1.25rem 11.25rem;
  justify-content: center;
  align-items: center;
  background: #333;
  font-size: 1.375rem;
  font-weight: 600;
  border-radius: 9999rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .effect .effect-cts .subtit-box {
    padding: 1.75rem;
  }
}
.lab-intro-cts .effect .effect-cts .circle {
  display: flex;
  border-radius: 9999rem;
  border: 1px solid #E3E3E3;
  padding: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .effect .effect-cts .circle {
    border-radius: 1.5625rem;
  }
}
.lab-intro-cts .effect .effect-cts .circle .box-wrap {
  display: flex;
  align-items: center;
  border-radius: 9999rem;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .effect .effect-cts .circle .box-wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.lab-intro-cts .effect .effect-cts .circle .box-wrap .box {
  display: flex;
  width: 23.875rem;
  height: 23.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 9999rem;
  font-size: 1.25rem;
  line-height: 156%;
  text-align: center;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .effect .effect-cts .circle .box-wrap .box {
    width: auto;
    height: auto;
    padding: 1.125rem;
    font-size: 1.125rem;
  }
  .lab-intro-cts .effect .effect-cts .circle .box-wrap .box br {
    display: none;
  }
}
.lab-intro-cts .effect .effect-cts .circle .box-wrap .box.left {
  background: rgba(140, 160, 164, 0.1);
}
.lab-intro-cts .effect .effect-cts .circle .box-wrap .box.right {
  background: rgba(70, 167, 235, 0.1);
  margin-left: -32px;
}
@media only screen and (max-width: 767px) {
  .lab-intro-cts .effect .effect-cts .circle .box-wrap .box.right {
    margin: 0;
  }
}

.klab-intro-cts .klab {
  border-top: 1px solid #BDBDBD;
  padding: 3.75rem 0 6.25rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab {
    flex-direction: column;
    justify-content: center;
  }
}
.klab-intro-cts .klab:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.125rem;
  width: 15rem;
  height: 0.1875rem;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab:before {
    width: 6.25rem;
  }
}
.klab-intro-cts .klab .tit {
  font-size: 1.75rem;
  color: #111;
  font-weight: 700;
}
.klab-intro-cts .klab .right {
  width: 65.25rem;
  max-width: 100%;
}
.klab-intro-cts .klab .intro-cts {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .intro-cts {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 23.75rem;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
}
.klab-intro-cts .klab .intro-cts li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 1.75rem 0;
  border-radius: 9999rem;
  background: rgba(70, 167, 235, 0.1);
  font-size: 1.25rem;
  line-height: 156%;
  font-weight: 600;
  margin-left: -24px;
  color: #012A5C;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .intro-cts li {
    position: absolute;
    aspect-ratio: 1/1;
    margin: 0;
    width: 53%;
  }
  .klab-intro-cts .klab .intro-cts li:nth-child(1) {
    top: 0;
    left: 0;
  }
  .klab-intro-cts .klab .intro-cts li:nth-child(2) {
    top: 0;
    right: 0;
  }
  .klab-intro-cts .klab .intro-cts li:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .klab-intro-cts .klab .intro-cts li:nth-child(4) {
    bottom: 0;
    right: 0;
  }
}
.klab-intro-cts .klab .intro-cts li:first-child {
  margin-left: 0;
}
.klab-intro-cts .klab .goal-cts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.klab-intro-cts .klab .goal-cts .goal-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
}
.klab-intro-cts .klab .goal-cts .goal-top .icon-wrap {
  display: flex;
  gap: 4.9375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .klab-intro-cts .klab .goal-cts .goal-top .icon-wrap {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .goal-cts .goal-top .icon-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}
.klab-intro-cts .klab .goal-cts .goal-top .icon-wrap li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.klab-intro-cts .klab .goal-cts .goal-top .icon-wrap li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.875rem;
  border-radius: 9999rem;
  background: #F7F7F7;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .goal-cts .goal-top .icon-wrap li .icon {
    width: 5.625rem;
  }
  .klab-intro-cts .klab .goal-cts .goal-top .icon-wrap li .icon img,
  .klab-intro-cts .klab .goal-cts .goal-top .icon-wrap li .icon svg {
    max-width: 60%;
  }
}
.klab-intro-cts .klab .goal-cts .goal-top .icon-wrap li p {
  font-size: 1.25rem;
  color: #424242;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .goal-cts .goal-top .icon-wrap li p {
    font-size: 1.0625rem;
  }
}
.klab-intro-cts .klab .goal-cts .goal-top .goal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .goal-cts .goal-top .goal-content {
    flex-direction: column;
    gap: 1Rem;
  }
}
.klab-intro-cts .klab .goal-cts .goal-top .goal-content .content-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  box-sizing: border-box;
  padding: 0 0.75rem;
  border-radius: 0.625rem;
  background: #EDF6FD;
  font-size: 1.25rem;
  font-weight: 500;
  color: #222;
  word-break: keep-all;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .goal-cts .goal-top .goal-content .content-box {
    flex: none;
    width: 100%;
  }
}
.klab-intro-cts .klab .goal-cts .arow {
  margin: 3.125rem 0 1.625rem;
  width: 16rem;
  height: 3rem;
  background: url(../../img/contents/intro/gradient-arrow2.png) no-repeat;
}
.klab-intro-cts .klab .goal-cts .goal-bottom {
  padding: 1.75rem 7rem;
  border-radius: 9999rem;
  background: #012A5C;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .goal-cts .goal-bottom {
    padding: 1.75rem;
  }
}
.klab-intro-cts .klab .areas-cts {
  padding: 3.0625rem;
  border-radius: 1.25rem;
  background: #F9FAFB;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .areas-cts {
    padding: 1.125rem;
  }
}
.klab-intro-cts .klab .areas-cts .areas-list {
  display: flex;
  gap: 1.25rem;
}
.klab-intro-cts .klab .areas-cts .areas-list .box-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.klab-intro-cts .klab .areas-cts .areas-list .box-wrap.society .box-head {
  background: #00ABCC;
}
.klab-intro-cts .klab .areas-cts .areas-list .box-wrap.industry .box-head {
  background: #46A7EB;
}
.klab-intro-cts .klab .areas-cts .areas-list .box {
  border-radius: 0.625rem;
}
.klab-intro-cts .klab .areas-cts .areas-list .box-head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .areas-cts .areas-list .box-head {
    font-size: 1.125rem;
  }
}
.klab-intro-cts .klab .areas-cts .areas-list .box-conent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.klab-intro-cts .klab .areas-cts .areas-list .box-conent .box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.0625rem;
  background-color: #fff;
  font-size: 1.125rem;
  color: #424242;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .areas-cts .areas-list .box-conent .box {
    font-size: 1rem;
  }
}
.klab-intro-cts .klab .areas-cts .more a {
  width: 100%;
  height: 5rem;
  background: #333;
  border-radius: 0.625rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}
.klab-intro-cts .klab .areas-cts .more:hover a {
  background: #262626;
}
.klab-intro-cts .klab .detail-cts {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .detail-cts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem 1rem;
  }
}
.klab-intro-cts .klab .detail-cts li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .detail-cts li {
    gap: 1rem;
  }
}
.klab-intro-cts .klab .detail-cts li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.1875rem;
  height: 6.1875rem;
  border-radius: 9999rem;
  background: #F7F7F7;
}
.klab-intro-cts .klab .detail-cts li p {
  font-size: 1.25rem;
  color: #424242;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .klab-intro-cts .klab .detail-cts li p {
    font-size: 1.125rem;
  }
}

.process-cts .process-intro .tit {
  font-size: 2.25rem;
  color: #111;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .process-cts .process-intro .tit {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .tit {
    font-size: 1.5rem;
  }
}
.process-cts .process-intro .process {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #F9FAFB;
  padding: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .process-cts .process-intro .process {
    padding: 3.75rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process {
    padding: 1.75rem;
  }
}
.process-cts .process-intro .process .process-inner {
  width: 73.75rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
}
.process-cts .process-intro .process .process-inner .process-header {
  width: calc(100% - 233px);
  display: flex;
  align-items: center;
  margin-bottom: 2.25rem;
  margin-left: auto;
  gap: 0rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .process-cts .process-intro .process .process-inner .process-header {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process .process-inner .process-header {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.process-cts .process-intro .process .process-inner .process-step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  height: 5rem;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 30px 50%);
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .process-cts .process-intro .process .process-inner .process-step {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process .process-inner .process-step {
    padding-left: 0.625rem;
    font-size: 1rem;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
  }
}
.process-cts .process-intro .process .process-inner .process-step.step-1 {
  background-color: #00ABCC;
}
.process-cts .process-intro .process .process-inner .process-step.step-2 {
  background-color: #46A7EB;
}
.process-cts .process-intro .process .process-inner .process-step.step-3 {
  background-color: #012A5C;
}
.process-cts .process-intro .process .process-inner .info-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.process-cts .process-intro .process .process-inner .info-table .info-row {
  display: flex;
  gap: 1.875rem;
  height: 4.125rem;
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process .process-inner .info-table .info-row {
    display: grid;
    gap: 1rem;
    height: auto;
  }
}
.process-cts .process-intro .process .process-inner .info-table .info-row .info-label {
  width: 12.6875rem;
  height: 100%;
  background-color: #292929;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .process-cts .process-intro .process .process-inner .info-table .info-row .info-label {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process .process-inner .info-table .info-row .info-label {
    width: 100%;
    min-height: 3rem;
  }
}
.process-cts .process-intro .process .process-inner .info-table .info-row .info-content-wrap {
  display: flex;
  gap: 1rem;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process .process-inner .info-table .info-row .info-content-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.process-cts .process-intro .process .process-inner .info-table .info-row .info-content-wrap .info-content {
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  font-size: 1.125rem;
  color: #222;
  word-break: keep-all;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 0.625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .process-cts .process-intro .process .process-inner .info-table .info-row .info-content-wrap .info-content {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process .process-inner .info-table .info-row .info-content-wrap .info-content {
    min-height: 6.25rem;
    font-size: 0.9375rem;
  }
  .process-cts .process-intro .process .process-inner .info-table .info-row .info-content-wrap .info-content:nth-child(1) {
    border: 1px solid #00ABCC;
  }
  .process-cts .process-intro .process .process-inner .info-table .info-row .info-content-wrap .info-content:nth-child(2) {
    border: 1px solid #46A7EB;
  }
  .process-cts .process-intro .process .process-inner .info-table .info-row .info-content-wrap .info-content:nth-child(3) {
    border: 1px solid #012A5C;
  }
}
.process-cts .process-intro .process .process-inner .note {
  font-size: 1.125rem;
  color: #616161;
  font-weight: 500;
  margin-top: 1.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .process-cts .process-intro .process .process-inner .note {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process .process-inner .note {
    font-size: 0.9375rem;
  }
}
.process-cts .process-intro .process-list {
  margin-top: 5rem;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.process-cts .process-intro .process-list .list {
  border-bottom: 1px solid #BDBDBD;
}
.process-cts .process-intro .process-list .list .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.125rem;
  cursor: pointer;
}
.process-cts .process-intro .process-list .list .head .txt {
  display: flex;
  gap: 1rem;
}
.process-cts .process-intro .process-list .list .head .txt .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  background: #333;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  border-radius: 624.9375rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .process-cts .process-intro .process-list .list .head .txt .num {
    width: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process-list .list .head .txt .num {
    width: 2.5rem;
  }
}
.process-cts .process-intro .process-list .list .head .txt .head-tit {
  font-size: 1.875rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .process-cts .process-intro .process-list .list .head .txt .head-tit {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process-list .list .head .txt .head-tit {
    font-size: 1.375rem;
  }
}
.process-cts .process-intro .process-list .list .body {
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #F9FAFB;
  padding: 0;
}
.process-cts .process-intro .process-list .list .body .box-conent {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
}
.process-cts .process-intro .process-list .list .body .box-conent .box-tit {
  color: #012A5C;
  font-size: 1.5rem;
  font-weight: 700;
}
.process-cts .process-intro .process-list .list .body .box-conent .content {
  background: #fff;
  border-radius: 0.625rem;
}
.process-cts .process-intro .process-list .list .body .box-conent .content.list {
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process-list .list .body .box-conent .content.list {
    padding: 1.75rem;
  }
}
.process-cts .process-intro .process-list .list .body .box-conent .content.list li {
  position: relative;
  padding-left: 1rem;
  color: #616161;
  font-size: 1.125rem;
}
.process-cts .process-intro .process-list .list .body .box-conent .content.list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6875rem;
  width: 0.25rem;
  height: 0.25rem;
  background: #424242;
  border-radius: 624.9375rem;
}
.process-cts .process-intro .process-list .list .body .box-conent .content.list li .add {
  color: #757575;
  font-size: 0.9375rem;
}
.process-cts .process-intro .process-list .list .body .box-conent .content.box-list {
  background: none;
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process-list .list .body .box-conent .content.box-list {
    display: grid;
  }
}
.process-cts .process-intro .process-list .list .body .box-conent .content.box-list .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  border-radius: 1.25rem;
  height: 9.4375rem;
}
.process-cts .process-intro .process-list .list .body .box-conent .content.box-list .box .desc {
  color: #424242;
  font-size: 1.125rem;
}
.process-cts .process-intro .process-list .list .body .box-conent .content.people {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.125rem 1.125rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process-list .list .body .box-conent .content.people {
    padding: 0.625rem;
  }
}
.process-cts .process-intro .process-list .list .body .box-conent .content.people .people_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #F4F9FD;
  border-radius: 624.9375rem;
  padding: 1.625rem 1.875rem;
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process-list .list .body .box-conent .content.people .people_wrap {
    flex-direction: column;
    border-radius: 0.625rem;
    padding: 1.125Rem;
  }
}
.process-cts .process-intro .process-list .list .body .box-conent .content.people .people_wrap .total {
  flex: none;
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 624.9375rem;
  background: #012A5C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
.process-cts .process-intro .process-list .list .body .box-conent .content.people .people_wrap .total p {
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.5);
}
.process-cts .process-intro .process-list .list .body .box-conent .content.people .people_wrap .total p span {
  color: #fff;
  font-weight: 700;
  padding-right: 0.0625rem;
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process-list .list .body .box-conent .content.people .people_wrap .people-arrow {
    transform: rotateZ(90deg);
  }
}
.process-cts .process-intro .process-list .list .body .box-conent .content.people .people_wrap .people {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
}
.process-cts .process-intro .process-list .list .body .box-conent .content.people .people_wrap .people li {
  color: #424242;
  font-size: 1.125rem;
  background: #fff;
  padding: 1.125rem 1.5rem;
  border-radius: 624.9375rem;
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process-list .list .body .box-conent .content.people .people_wrap .people li {
    padding: 0.875rem;
  }
}
.process-cts .process-intro .process-list .list.open .arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.process-cts .process-intro .process-list .list.open .body {
  padding: 2.5rem 2.5rem 3.75rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  .process-cts .process-intro .process-list .list.open .body {
    padding: 1.75rem;
  }
}
.process-cts .process-intro .process-list .list.open .body .box-conent {
  opacity: 1;
}
.process-cts .process-intro .process-list .list:last-child {
  border-bottom: none;
}
.process-cts .process-intro .caution {
  margin-top: 2.5rem;
  border-radius: 0.625rem;
  background: #292929;
  padding: 1.25rem 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.process-cts .process-intro .caution p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

.infra-cts {
  display: flex;
  flex-direction: column;
}
.infra-cts .infra-box {
  padding: 3.75rem 0;
  border-top: 1px solid #BDBDBD;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.infra-cts .infra-box .infra-head {
  word-break: keep-all;
}
.infra-cts .infra-box .infra-head .title {
  font-size: 2.25rem;
  color: #111;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .infra-cts .infra-box .infra-head .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box .infra-head .title {
    font-size: 1.5rem;
  }
}
.infra-cts .infra-box .infra-head .desc {
  font-size: 1.25rem;
  color: #616161;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .infra-cts .infra-box .infra-head .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box .infra-head .desc {
    font-size: 1rem;
  }
}
.infra-cts .infra-box.campus .infra-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.5625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .infra-cts .infra-box.campus .infra-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box.campus .infra-body {
    grid-template-columns: 1fr;
  }
}
.infra-cts .infra-box.campus .infra-body .infra-link {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.infra-cts .infra-box.campus .infra-body .infra-link .tumb {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 450/301;
}
.infra-cts .infra-box.campus .infra-body .infra-link .tumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.infra-cts .infra-box.campus .infra-body .infra-link .text-clamp {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  align-items: flex-start;
  width: 100%;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box.campus .infra-body .infra-link .text-clamp {
    gap: 1.25rem;
  }
}
.infra-cts .infra-box.campus .infra-body .infra-link .text-clamp .txt-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.infra-cts .infra-box.campus .infra-body .infra-link .text-clamp .txt-top .txt {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.infra-cts .infra-box.campus .infra-body .infra-link .text-clamp .txt-top .txt .tit {
  font-size: 1.625rem;
  color: #111;
  font-weight: 700;
}
.infra-cts .infra-box.campus .infra-body .infra-link .text-clamp .txt-top .txt .desc {
  font-size: 1rem;
  color: #555;
  font-weight: 400;
}
.infra-cts .infra-box.campus .infra-body .infra-link .text-clamp .txt-top .icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 624.9375rem;
  background: #EBF2F7;
}
.infra-cts .infra-box.campus .infra-body .infra-link .text-clamp .site-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.0625rem;
  color: #012A5C;
  font-weight: 500;
  position: relative;
}
.infra-cts .infra-box.campus .infra-body .infra-link .text-clamp .site-link:after {
  content: "";
  width: 98%;
  height: 1px;
  background: #012A5C;
  position: absolute;
  bottom: 0;
  left: 0;
}
.infra-cts .infra-box.campus .infra-body .infra-link:hover img {
  transform: scale(1.075);
}
.infra-cts .infra-box.campus .infra-body .infra-link:hover .site-link:after {
  animation: underline-reset 0.45s ease forwards;
}
@keyframes underline-reset {
  0% {
    transform: scaleX(1);
  }
  25% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.infra-cts .infra-box.facility .infra-body {
  height: 8.25rem;
  display: flex;
  gap: 2.75rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box.facility .infra-body {
    display: grid;
    height: auto;
  }
}
.infra-cts .infra-box.facility .infra-body .total {
  width: 28.125rem;
  height: 100%;
  font-size: 1.375rem;
  line-height: 160%;
  font-weight: 700;
  text-align: center;
  background: #292929;
  border-radius: 624.9375rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .infra-cts .infra-box.facility .infra-body .total {
    width: 11.25rem;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box.facility .infra-body .total {
    width: 100%;
    padding: 1.125rem;
    font-size: 1.25rem;
  }
  .infra-cts .infra-box.facility .infra-body .total br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box.facility .infra-body .dots {
    display: flex;
    justify-content: center;
    transform: rotateZ(90deg);
  }
}
.infra-cts .infra-box.facility .infra-body .status-wrap {
  height: 100%;
  display: flex;
  flex: 1;
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .infra-cts .infra-box.facility .infra-body .status-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.infra-cts .infra-box.facility .infra-body .status-wrap .status {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.75rem 0 5rem;
  border-radius: 624.9375rem;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .infra-cts .infra-box.facility .infra-body .status-wrap .status {
    padding: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box.facility .infra-body .status-wrap .status {
    padding: 1.75Rem 2.375rem;
  }
}
.infra-cts .infra-box.facility .infra-body .status-wrap .status .txt {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.infra-cts .infra-box.facility .infra-body .status-wrap .status .txt .desc {
  font-size: 1.25rem;
  color: #616161;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .infra-cts .infra-box.facility .infra-body .status-wrap .status .txt .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box.facility .infra-body .status-wrap .status .txt .desc {
    font-size: 1rem;
  }
}
.infra-cts .infra-box.facility .infra-body .status-wrap .status .txt .num {
  font-size: 1.5rem;
  color: #222;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .infra-cts .infra-box.facility .infra-body .status-wrap .status .txt .num {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .infra-cts .infra-box.facility .infra-body .status-wrap .status .txt .num {
    font-size: 1.25rem;
  }
}
.infra-cts .infra-box.facility .infra-body .status-wrap .status:nth-child(1) {
  background: #F4F9FD;
}
.infra-cts .infra-box.facility .infra-body .status-wrap .status:nth-child(2) {
  background: #EDF9F6;
}

/* OMKS 사용자페이지 커스텀 */
.omks-modal.type-client-page .modal-wrap {
  border-radius: 1.25rem;
  border: none;
}
@media only screen and (max-width: 767px) {
  .omks-modal.type-client-page .modal-wrap {
    min-width: auto;
    padding: 1.5rem;
  }
}
.omks-modal.type-client-page .modal-ttl .omks-text {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .omks-modal.type-client-page .modal-ttl .omks-text {
    font-size: 1.375rem;
  }
}
.omks-modal.type-client-page .modal-foot .foot-button-group {
  margin-top: 0.5rem;
}
.omks-modal.type-client-page .modal-foot .foot-button {
  width: 12.5rem;
}
.omks-modal.type-client-page .modal-close {
  display: flex;
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #00ABCC;
  border-radius: 0.3125rem;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .omks-modal.type-client-page .modal-close {
    width: 2rem;
  }
  .omks-modal.type-client-page .modal-close .omks-icon {
    width: 1.375rem;
  }
}
.omks-modal.type-client-page .modal-close:hover {
  box-shadow: 0 0 0 0.25rem rgba(0, 171, 204, 0.2);
}
.omks-modal.type-client-page .omks-tab .tab-button {
  flex: 1;
}
.omks-modal.type-client-page .omks-tab .tab-button:hover {
  background-color: rgba(0, 171, 204, 0.05);
}
.omks-modal.type-client-page .omks-tab .tab-button.is-active {
  color: #00ABCC;
  border-bottom-color: #00ABCC;
}

.omks-button.style-primary {
  background-color: #012A5C;
  border: 1px solid #012A5C;
  color: #fff;
}
.omks-button.style-primary:hover {
  background-color: rgb(0.7258064516, 30.4838709677, 66.7741935484);
  box-shadow: 0 0 0 0.25rem rgba(1, 42, 92, 0.1);
}
.omks-button.style-secondary {
  background-color: #fff;
  border: 1px solid #012A5C;
  color: #012A5C;
}
.omks-button.style-secondary:hover {
  box-shadow: 0 0 0 0.25rem rgba(1, 42, 92, 0.1);
}
.omks-button.style-tertiary:hover {
  box-shadow: 0 0 0 0.25rem rgba(177, 184, 190, 0.1);
}
.omks-button.style-delete:hover {
  box-shadow: 0 0 0 0.25rem rgba(189, 44, 15, 0.1);
}
.omks-form-choice:has(input[type=radio]) .choice-ico {
  background-color: #fff;
}
.omks-form-choice:has(input[type=radio]:checked) .choice-ico {
  border-color: #00ABCC;
}
.omks-form-choice:has(input[type=checkbox]:checked) .choice-ico {
  border-color: #00ABCC;
  background-color: #00ABCC;
}

.omks-switch-button input[type=checkbox]:checked ~ .switch-dot {
  border-color: #00ABCC;
  background-color: #00ABCC;
}

.omks-chip.is-active, .omks-chip:has(.chip-checkbox:checked) {
  border-color: #00AACB;
  background-color: rgba(0, 170, 203, 0.05);
  color: #00AACB;
}

.omks-form-choice {
  vertical-align: middle;
}
.omks-form-choice .choice-ico {
  flex: none;
}
.omks-form-choice:has(input:disabled) .choice-ico {
  border-color: #ccc !important;
  background-color: #ddd !important;
}
.omks-form-choice:has(input[type=radio]:disabled) .choice-ico {
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.omks-form-choice:has(input[type=radio]:checked:disabled) .choice-ico {
  background-color: #93999e !important;
  border-color: #e9e9e9 !important;
  color: #93999e;
}
.omks-form-choice:has(input[type=checkbox]:checked:disabled) .choice-ico:before {
  background-color: #93999e;
}

.omks-pattern-period .period-date .date-input.flatpickr-input.flatpickr-mobile {
  height: 3rem;
  box-sizing: border-box;
  padding: 0 1rem;
  border-radius: 0.25rem;
  border: 1px solid #cdd1d5;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.omks-pattern-period .period-date .date-input.flatpickr-input.flatpickr-mobile::-webkit-calendar-picker-indicator {
  display: none;
}
.omks-pattern-period .period-date .date-input.flatpickr-input.flatpickr-mobile {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}
.omks-pattern-period .period-date:has(.flatpickr-mobile) {
  width: 100%;
}
.omks-pattern-period .period-date:has(.flatpickr-mobile) .period-date {
  width: 100%;
}
.omks-pattern-period .period-date:has(.flatpickr-mobile) .date-trigger {
  width: 3rem;
  height: 3rem;
}

/* 프린트 */
/* 프린트 양식 */
.print-report {
  width: 794px;
  min-height: 1123px;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ccc;
  overflow: hidden;
}
@media print {
  .print-report {
    padding: 0;
    border: none;
  }
}
.print-report {
  font-family: "MalgunGothic", "맑은 고딕", "NanumGothic", "나눔고딕";
}
.print-report .report-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  min-height: 1123px;
  box-sizing: border-box;
  padding: 30px;
}
@media print {
  .print-report .report-wrap {
    transform: scale(0.99);
  }
}
.print-report .report-foot {
  margin-top: auto;
}
.print-report .report-table table {
  table-layout: fixed;
  width: 100%;
}
.print-report .report-table table th, .print-report .report-table table td {
  vertical-align: middle;
  height: 30px;
  box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid #555;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  letter-spacing: -0.05px;
}
.print-report .report-table table th b, .print-report .report-table table td b {
  font-weight: 600;
}
.print-report .report-table table th {
  padding: 4px 0;
  background-color: #ddd;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
}
.print-report .report-table table ~ table tr:first-child th, .print-report .report-table table ~ table tr:first-child td {
  border-top: 0;
}
.print-report .report-table table th.style-bg-light, .print-report .report-table table td.style-bg-light {
  background-color: #f4f4f4;
}
.print-report .report-table table th.style-text-left, .print-report .report-table table td.style-text-left {
  text-align: left;
}
.print-report .report-table.style-border-none table th, .print-report .report-table.style-border-none table td {
  border-right: 0;
}
.print-report .report-table.style-border-none table th.bl-none, .print-report .report-table.style-border-none table td.bl-none {
  border-left: 0;
}
.print-report .report-confirm .confirm-sign {
  position: relative;
}
.print-report .report-confirm .confirm-sign img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80px;
}

.report-logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.report-logo img {
  width: 240px;
}

.report-sticker {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
.report-sticker .sticker-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000ff;
  border: 1px solid #000;
  height: 38px;
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.report-sticker .sticker-name {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.report-frame {
  border: 2px solid #000;
}
.report-frame .frame-foot {
  padding: 30px 20px;
}
.report-frame .frame-title {
  padding: 10px 0;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.report-stnc {
  font-weight: 400;
  word-break: keep-all;
  overflow: hidden;
}
.report-stnc .stnc-ico {
  float: left;
  margin-right: 5px;
}
.report-stnc .stnc-txt {
  display: block;
  overflow: hidden;
}

.report-paragraph .paragraph-label {
  float: left;
  margin-right: 15px;
}
.report-paragraph .paragraph-conts {
  display: grid;
  gap: 8px;
  overflow: hidden;
}

.report-ref {
  margin-bottom: 30px;
  text-align: center;
}

.report-period {
  display: flex;
  justify-content: center;
  word-spacing: 30px;
  margin: 30px 0 0 0;
}

.report-writer {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 600;
}
.report-writer .writer-label {
  display: flex;
  margin-right: 140px;
  font-weight: 500;
}
.report-writer .writer-sign {
  position: relative;
}
.report-writer .writer-sign .sign-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 60px;
}
.report-writer .writer-sign .sign-image img {
  max-width: 100%;
}

.report-from {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.report-orders .orders-group {
  display: grid;
  gap: 12px;
}
.report-orders .orders-group ~ .orders-group {
  margin-top: 40px;
}
.report-orders .orders-title {
  font-size: 18px;
  font-weight: 700;
}
.report-orders .orders-textarea {
  min-height: 180px;
  padding: 12px;
  border: 1px solid #000;
}
.report-orders .orders-conts .report-table .table-unit {
  font-size: 14px;
  text-align: right;
}

.print-modal {
  display: grid;
  justify-content: center;
  gap: 1.875rem;
  width: 50rem;
  aspect-ratio: 1/1;
}
.print-modal .print-modal-head {
  display: flex;
  align-items: center;
}
.print-modal .print-modal-head .print-export-buttons {
  margin-left: auto;
}
.print-modal .print-page-buttons {
  display: flex;
  gap: 0.625rem;
}
.print-modal .print-page-buttons .page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  aspect-ratio: 1/1;
  border-radius: 0.3125rem;
  background-color: #f4f4f4;
  border: 1px solid #dedede;
  font-size: 1Rem;
  font-weight: 500;
  color: #888;
  transition: all 0.3s ease;
}
.print-modal .print-page-buttons .page-button:hover, .print-modal .print-page-buttons .page-button:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 171, 204, 0.2);
}
.print-modal .print-page-buttons .page-button:hover {
  color: #000;
}
.print-modal .print-page-buttons .page-button.is-active {
  background-color: #00ABCC;
  border-color: #00ABCC;
  color: #fff;
}
.print-modal .print-pages .page-item {
  display: none;
}
.print-modal .print-pages .page-item.is-active {
  display: block;
}