@charset "utf-8";
@import url("/assets/fonts/pretendard/variable/pretendardvariable.css");
:root {
  --page-font-family: "Pretendard Variable", "notokr", sans-serif;
  --page-point-color: #1e376e;
  --page-point-color-light: #e1e8fa;
  --page-point-color-dark: #112143;
  --page-point-color-hover: var(--page-point-color-dark);
  --page-danger-color: #f34825;
  --page-danger-color-hover: #ce4825;
  --page-dark-color: #333;
  --page-dark-color-hover: #111;
  --page-grey-color: #d5d5d5;
  --page-grey-color-hover: #c4c4c4;
  --navbar-height: clamp(60px, 10vw, 100px);
  --container-padding-inline: 15px;
  --form-height: 47px;
  --snb-height: 67px;
  --radius: 15px;
  --svh100: 100svh;
  --gms: "Material Symbols Outlined";
  --gms-grad-low: "GRAD" -25;
  --gms-grad-zero: "GRAD" 0;
  --gms-grad-high: "GRAD" 200;
  --gms-opsz: "opsz" 48;
  --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
  --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
  --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
  --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
  --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
  --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
  --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
  --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
  --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
  --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
  --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
  --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
  --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
  --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
  --fs-md: 0.875rem;
  --fs-3: 1.125rem;
  --fs-4: 1.25rem;
  --fs-5: 1.375rem;
  --gap-3: 1.25rem;
  --gap-4: 1.875rem;
  --gap-5: 2.5rem;
}
@supports not (max-height: 100svh) {
  :root {
    --svh100: 100vh;
  }
}
#site > *:not(#force__wrapper) {
  /* visibility: hidden; */
}
#site.loaded > *:not(#force__wrapper) {
  visibility: visible;
}
* {
  box-sizing: border-box;
  word-break: keep-all;
  float: unset;
}
:where(*::before, *::after) {
  content: none;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
}
#site {
  margin: 0;
  padding: 0;
  font-family: var(--page-font-family);
}
#site > .container {
  max-width: inherit;
  width: 100%;
  padding: 0;
}
::selection {
  background-color: var(--page-point-color);
  color: #fff;
}
select::-ms-expand {
  display: none;
}
form,
fieldset {
  all: unset;
  box-sizing: border-box;
  display: block;
}
input:where(:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active) {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.cke_screen_reader_only {
  bottom: 0;
}
.cke_resizer_ltr {
  float: right;
}
.caret {
  display: none;
}
span.material-symbols-outlined {
  font-family: var(--gms);
  overflow: hidden;
  display: inline-flex;
  line-height: 1;
  font-variation-settings: var(--gms-300-out), var(--gms-grad-zero);
  user-select: none;
}
:is(ol, ul, li, dl) {
  all: unset;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
  all: unset;
  box-sizing: border-box;
  display: block;
}
:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.5;
}
:where(h1, h2, h3, h4, h5, h6, dt, b, strong) {
  color: #000;
}
:where(p, li, dd, small) {
  color: #555;
}
:where(small, .small) {
  font-size: 0.8em;
}
br {
  visibility: visible;
  opacity: 0;
}
.big {
  font-size: 1.2em;
}
a:not(.btn) {
  text-decoration: none;
  color: inherit;
}
a:not(.btn):where(:focus, :hover) {
  text-decoration: unset;
  color: unset;
}
.text-danger {
  color: var(--page-danger-color);
}
.btn {
  all: unset;
  box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  place-content: center;
  place-items: center;
  font-size: clamp(12px, 5vw, 15px);
  line-height: 1;
  height: var(--form-height);
  padding: 0 1.2em;
  border-radius: 4px;
  outline: none;
  letter-spacing: -0.01em;
  font-weight: 500;
  transition: all 0.25s;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
}
.btn:is(.btn-primary) {
  background-color: var(--page-point-color);
  border: 1px solid var(--page-point-color);
  color: #fff;
}
.btn:is(.btn-primary):is(:hover, :focus) {
  background-color: var(--page-point-color-hover);
}
.btn.btn-danger {
  background-color: var(--page-danger-color);
  border: 1px solid var(--page-danger-color);
}
.btn.btn-danger:is(:hover, :focus) {
  background-color: var(--page-danger-color-hover);
}
.btn.btn-outline-primary {
  background: none;
  border: 1px solid var(--page-point-color);
  color: var(--page-point-color);
}
.btn.btn-outline-primary:is(:hover, :focus) {
  background-color: var(--page-point-color);
  color: #fff;
}
.btn.btn-outline-danger {
  background: none;
  border: 1px solid var(--page-danger-color);
  color: var(--page-danger-color);
}
.btn.btn-outline-danger:is(:hover, :focus) {
  background-color: var(--page-danger-color);
  color: #fff;
}
.btn:is(.btn-secondary, .btn-default) {
  background-color: var(--page-grey-color);
  border: 1px solid var(--page-grey-color);
  color: #000;
}
.btn:is(.btn-secondary, .btn-default):is(:hover, :focus) {
  background-color: var(--page-grey-color-hover);
}
.btn.btn-dark {
  background-color: var(--page-dark-color);
  border: 1px solid var(--page-dark-color);
  color: #fff;
}
.btn.btn-dark:is(:hover, :focus) {
  background-color: var(--page-dark-color-hover);
}
.btn.btn-outline-dark {
  border: 1px solid var(--page-dark-color);
  color: var(--page-dark-color);
}
.btn.btn-outline-dark:is(:hover, :focus) {
  background-color: var(--page-dark-color);
  color: #fff;
}
.btn.btn-lg {
  font-size: clamp(14px, 5vw, 16px);
  height: 50px;
}
.btn.btn-danger {
  color: #fff;
}
@media (hover: hover) {
  .btn.btn-primary:where(:hover, :focus) {
    background-color: var(--page-point-color-hover);
    border-color: var(--page-point-color-hover);
  }
  .btn.btn-secondary:where(:hover, :focus) {
    color: #000;
    background-color: var(--page-grey-color-hover);
    border-color: var(--page-grey-color);
  }
}
button[disabled] {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
  filter: grayscale(1);
}
.img-box {
  position: relative;
  display: flex;
  justify-content: center;
}
.img-responsive {
  display: flex;
  max-width: 100%;
  height: auto;
}
img {
  user-select: none;
  flex-shrink: 0;
  image-orientation: from-image;
}
img.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
:where(.container, .row) {
  position: relative;
}
.row {
  margin: 0;
}
.row::before,
.row::after {
  content: none;
}
.row:has(.col) {
  display: flex;
  gap: 30px;
}
.clearfix {
  width: 100%;
}
.col {
  flex: 1;
  padding: 0;
}
.col.auto {
  flex: 0 1 auto;
}
.col[rowspan="2"] {
  grid-row: span 2;
}
.col[rowspan="3"] {
  grid-row: span 3;
}
.col[colspan="2"] {
  grid-column: span 2;
}
.col[colspan="3"] {
  grid-column: span 3;
}
:where([class*="hidden"]:not(.swiper)) {
  display: none;
}
:where([class*="visible"]) {
  display: none;
}
@media (min-width: 576px) {
  .hidden-sm {
    display: flex;
  }
}
@media (min-width: 768px) {
  .hidden-md {
    display: flex;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .visible-sm {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .visible-md {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .visible-lg {
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .visible-xl {
    display: flex;
  }
}
@media (max-width: 1399.98px) {
  .visible-xxl {
    display: flex;
  }
}
.center-block {
  display: block;
  margin-inline: auto;
}
.ui-widget {
  font-family: inherit;
  z-index: 10000;
}
.ui-widget :is(input, select, textarea, button) {
  font-family: inherit;
}
.ui-datepicker select:is(.ui-datepicker-month, .ui-datepicker-year) {
  -webkit-appearance: none;
  background: none;
  border: 0;
  width: auto;
}
#site.modal-open {
  overflow: unset;
}
#site.modal-open,
#site.modal-open .navbar {
  padding-right: 0;
}
.modal-backdrop {
  display: none;
}
.modal {
  z-index: 10000;
  display: flex;
  width: 100%;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding-block: calc(var(--navbar-height) / 2);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal {
  z-index: 10000;
  display: flex !important;
  width: 100%;
  justify-content: center;
}
.modal.in {
  z-index: 20000;
  scale: 1;
}
.modal:not(.in) {
  display: none;
  opacity: 0;
  scale: 0;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal .modal-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}
.modal .modal-header::before,
.modal .modal-header::after {
  content: none;
}
.modal .modal-header .modal-title {
  font-size: clamp(17px, 3vw, 18px);
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.modal .modal-header .close {
  line-height: 0;
  margin-top: 0;
  opacity: 0.6;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.modal .modal-header .close span {
  font-variation-settings: var(--gms-400-out);
  font-size: 32px;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
.modal.fade .modal-dialog {
  transform: translate(0, 0);
  margin: 0;
  overflow: hidden;
  height: fit-content;
  margin-block: auto;
}
.modal .modal-title {
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.modal.fade .modal-dialog {
  position: relative;
  transform: translate(0, 0) !important;
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  height: fit-content;
  margin-block: auto;
}
@media (min-width: 768px) {
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
}
.modal .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  border-radius: 0;
  border: 0;
}
@media (min-width: 768px) {
  .modal .modal-content {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.125);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.125);
  }
}
.modal .modal-footer {
  display: flex;
  gap: 5px;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal .modal-footer .btn {
  flex: 1;
}
#delete_modal.in + .modal {
  display: none;
}
.bootstrap-timepicker {
  display: flex;
  gap: 10px;
  max-width: 300px;
}
iframe[src*="https://www.google.com/"] {
  width: auto;
  height: auto;
  aspect-ratio: 2.3333333333;
  margin-bottom: -6px;
  background-color: #e5e3df;
}
iframe:where([src*="youtube"], [title*="YouTube"]) {
  width: auto;
  height: auto;
  aspect-ratio: 1.7777777778;
  background-color: #000;
}
[class*="container"] {
  width: 100%;
  padding: unset;
  margin-inline: auto;
  /* padding-inline: var(--container-padding-inline); */
}
[class*="container"]::before,
[class*="container"]::after {
  content: none;
}
@media (width >=1260px) {
  [class*="container"] {
    max-width: 1300px;
  }
}
:where(ol, ul)[class*="li-"] {
  display: flex;
  flex-direction: column;
}
:where(img) + :where(ol, ul)[class*="li-"] {
  margin-top: 20px;
}
:where(ol, ul)[class*="li-"] > li {
  position: relative;
  padding-left: 0.8em;
}
.li-check > li {
  position: relative;
  padding-left: 1.3em;
  font-size: var(--fs-2);
}
:where(ol, ul)[class*="li-"] small {
  font-size: 0.85em;
}
.li-cir > li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  width: 0.3em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--page-point-color);
}
.li-dash > li::before {
  content: "-";
  position: absolute;
  top: 0.7em;
  left: 0;
  line-height: 0;
}
.navbar {
  --navbar-menu-padding-inline: clamp(15px, 2vw, 40px);
  --navbar-menu-font-size: clamp(16px, 2vw, 18px);
  --navbar-dropdown-menu-font-size: clamp(13px, 2vw, 15px);
  --navbar-logo-width: clamp(100px, 15vw, 212px);
  --navbar-logo-font-size: clamp(20px, 3vw, 24px);
  --navbar-scroll-color: #fff;
  --navbar-scroll-color-hover: #fff;
  --navbar-scroll-background-color: transparent;
  --navbar-scroll-box-shadow: none;
}
.navbar :is(ul, li, a) {
  all: unset;
  box-sizing: border-box;
}
.navbar a {
  cursor: pointer;
}
.navbar .navbar-header {
  margin-inline: 0;
}
.navbar :where(*):before,
.navbar :where(*):after {
  content: none;
}
.navbar {
  all: unset;
  box-sizing: border-box;
  z-index: 5000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  height: var(--navbar-height);
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
  background-color: var(--navbar-scroll-background-color);
  box-shadow: var(--navbar-scroll-box-shadow);
}
.navbar.navTop {
  --navbar-scroll-color: #fff;
  --navbar-scroll-color-hover: #fff;
  --navbar-scroll-background-color: transparent;
  --navbar-scroll-box-shadow: none;
}
.navbar.navScroll {
  --navbar-scroll-color: #333;
  --navbar-scroll-color-hover: var(--page-point-color);
  --navbar-scroll-background-color: #fff;
  --navbar-scroll-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}
.navbar.isscrolled {
  --navbar-scroll-color: #111;
  --navbar-scroll-color-hover: var(--page-point-color);
  --navbar-scroll-background-color: #fff;
  --navbar-scroll-box-shadow: 0 0 5px rgba(0,0,0,0.08);
}
.navbar:hover {
  --navbar-scroll-color: #333;
  --navbar-scroll-color-hover: var(--page-point-color);
  --navbar-scroll-background-color: #fff;
  /* --navbar-scroll-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); */
}
body:has(> .navbar + .login_wrapper) .navbar,
body:has(> .navbar + .join_wrapper) .navbar,
body:has(> .navbar + #find_idpw) .navbar {
  --navbar-scroll-color: #333;
  --navbar-scroll-color-hover: var(--page-point-color);
  --navbar-scroll-background-color: #fff;
  --navbar-scroll-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}
body:has(> .navbar + .login_wrapper) .navbar .navbar-brand img,
body:has(> .navbar + .join_wrapper) .navbar .navbar-brand img,
body:has(> .navbar + #find_idpw) .navbar .navbar-brand img {
  content: url("/public/img/logo/main-color-logo.png");
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  gap: clamp(20px, 5vw, 60px);
  max-width: 106.25rem;
}
.navbar .navbar-brand,
.navbar .navbar-brand:is(:hover, :focus) {
  display: block;
  width: var(--navbar-logo-width);
  margin-left: 0 !important;
}
.navbar .navbar-brand img {
  width: var(--navbar-logo-width);
  margin-top: 4px;
}
.navbar:hover .navbar-brand img {
  content: url("/public/img/logo/main-color-logo.png");
}
.navbar.navScroll .navbar-brand img {
  content: url("/public/img/logo/main-color-logo.png");
}
.navbar.isscrolled .navbar-brand img {
  content: url("/public/img/logo/main-color-logo.png");
}
.navbar .navbar-brand span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--navbar-logo-font-size);
  font-weight: 700;
  color: var(--navbar-scroll-color);
  white-space: nowrap;
  transition: color 0.3s;
}
.navbar .navbar-right > li > a {
  z-index: 100;
  font-size: var(--navbar-menu-font-size);
  color: var(--navbar-scroll-color);
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: color 0.3s;
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 4px !important;
}
.navbar .navbar-right > li:is(.open, :hover, :focus) > a {
  position: relative;
  z-index: 100;
  color: var(--navbar-scroll-color-hover);
  background-color: transparent !important;
}
.navbar .navbar-right > li > a:is(:hover, :focus) {
  position: relative;
  z-index: 100;
  color: var(--navbar-scroll-color-hover);
  background-color: transparent !important;
  /* text-shadow: 0 0 0.01em var(--page-point-color); */
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: var(--navbar-scroll-color-hover) !important;
}
.navbar .navbar-right > li.open > a {
  background-color: transparent !important;
}
.navbar .navbar-right > li.open > a:hover {
  background-color: transparent !important;
}
.navbar .navbar-right > li.open > a:focus {
  background-color: transparent !important;
}
.navbar .navbar-right :is(.dropdown-menu) {
  z-index: 50;
  background-color: #1e376e;
}
.navbar .navbar-right :is(.dropdown-menu) a {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  transition: none;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgb(173 185 211);
  width: 100%;
  letter-spacing: -0.015em;
  padding: 0.5rem 0;
}
.navbar .navbar-right :is(.dropdown-menu) a:is(:hover, :focus) {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.navbar #gnbauth i {
  display: none;
}
@media (width >=768px) {
  .navbar .navbar-collapse {
    display: flex !important;
    align-self: stretch;
  }
  .navbar .navbar-toggle {
    display: none;
  }
  .navbar .navbar-right {
    display: flex;
    align-self: stretch;
  }
  .navbar .navbar-right > li {
    position: relative;
    display: flex;
  }
  .navbar .navbar-right > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: transparent;
    padding-inline: var(--navbar-menu-padding-inline);
    padding-block: 0;
    font-weight: 600;
  }
  .navbar .navbar-right > :is(li:not(#gnbauth):last-child, li#gnbauth) {
    margin-right: calc(var(--navbar-menu-padding-inline) * -1);
  }
  .navbar .dropdown-menu {
    all: unset;
    box-sizing: border-box;
    z-index: 5;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #1e376e;
    border-radius: 4px;
    box-shadow: none;
    margin-top: 0;
    padding: 1.25rem;
    min-width: 10rem;
    gap: 0;
    opacity: 0;
    transform-origin: center top;
  }
  .navbar .navbar-right > li.open .dropdown-menu {
    display: flex;
    animation: menuOpen 0.25s forwards;
  }
  @keyframes menuOpen {
    0% {
      opacity: 0;
      scale: 1 0.5;
    }
    100% {
      opacity: 1;
      scale: 1 1;
    }
  }
  .navbar .dropdown-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--fs-2);
    font-weight: 500;
    line-height: 1.5;
    padding: 0;
    letter-spacing: 0;
    white-space: nowrap;
    text-shadow: none;
    word-break: keep-all;
  }
  .navbar .dropdown-menu li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding: 0.375rem 0; */
    gap: 0.625rem;
    text-align: center;
    white-space: nowrap;
  }
  .navbar .navbar-right .dropdown-menu a:hover {
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-inverse .navbar-nav .dropdown > .dropdown-menu,
  .navbar-inverse .navbar-nav .sm-dropdown > .sm-dropdown-menu,
  .navbar-inverse .navbar-nav .alldropdown > .alldropdown-menu,
  .sm-navbar-menu .sm-dropdown > .sm-dropdown-menu {
    padding-left: 0 !important;
  }

  body::before {
    transition: 0.35s;
    content: "";
    display: block;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    animation: menuHeight 0s 0.35s forwards;
  }
  body.menu-overlay::before {
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.5);
    animation: none;
  }
  @keyframes menuHeight {
    from {
      height: 100%;
    }
    to {
      height: 0;
    }
  }
  .navbar {
    overflow: hidden;
    animation: menuHidden 0s 0.401s forwards;
  }
  @keyframes menuHidden {
    from {
      overflow: hidden;
    }
    to {
      overflow: visible;
    }
  }
  .navbar .navbar-header {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .navbar-brand {
    order: 1;
  }
  .navbar .navbar-toggle {
    order: 2;
  }
  .navbar .navbar-toggle {
    all: unset;
    box-sizing: border-box;
    order: 2;
    border: 0;
    padding: 9px 0;
    margin: 0;
    cursor: pointer;
  }
  .navbar .navbar-toggle::before {
    content: "\e5d2";
    font-family: var(--gms);
    font-size: 2em;
    font-variation-settings: var(--gms-500-out);
  }
  .navbar .navbar-toggle > * {
    display: none;
  }
  .navbar .navbar-toggle:where(:hover, :focus) {
    background: none !important;
  }
  .navbar .navbar-toggle.open::before {
    content: "\e5cd";
  }
  .navbar .navbar-collapse {
    transition: 0.4s;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
    max-height: 0;
    height: auto !important;
  }
  @keyframes menuHeight {
    from {
      height: 100%;
    }
    to {
      height: 0;
    }
  }
  .navbar .navbar-collapse .navbar-right {
    display: flex;
    flex-direction: column;
    overflow: hidden auto;
    position: relative;
    width: 100%;
    padding-block: 0px;
  }
  .navbar .navbar-collapse.open {
    transition: all 0.5s;
    max-height: var(--svh100);
  }
  .navbar .navbar-right > li {
    transition: inherit;
  }
  .navbar .navbar-right > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 0 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  .navbar .dropdown-toggle::after {
    all: unset;
    box-sizing: border-box;
    content: "\e5cf";
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    margin-left: auto;
    font-size: 1.5em;
  }
  .navbar .dropdown.open .dropdown-toggle {
    color: var(--page-point-color);
    font-weight: 600;
  }
  .navbar .dropdown.open .dropdown-toggle::after {
    content: "\e5ce";
    color: var(--page-point-color);
    font-variation-settings: var(--gms-400-out);
  }
  .navbar .navbar-right .dropdown-menu {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #eee;
    padding: 0;
    max-height: 0;
  }
  .navbar .navbar-right .dropdown-menu a {
    display: block;
    color: #555;
    padding: 10px 15px;
  }
  .navbar .navbar-right > li.open .dropdown-menu {
    opacity: 1;
    max-height: var(--svh100);
  }
}
footer {
  margin-top: 0px;
  background-color: #080808;
  color: #fff;
}
footer li {
  font-size: clamp(13px, 2vw, 15px);
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  font-weight: 300;
}
footer li b {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-right: 8px;
}
footer li.corp {
  margin-bottom: 22px;
}
footer li.corp strong {
  color: #eee;
  font-weight: 500;
  font-size: 16px;
}
footer li.copyright {
  margin-top: 16px;
  font-size: 12px;
  opacity: 0.6;
}
footer .footer-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1.5;
  color: #444;
  gap: 0 32px;
}
footer .footer-logo {
  flex-shrink: 0;
  width: 158px;
}
footer .footer-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 65px 0 60px;
}
@media (max-width: 767.98px) {
  footer .footer-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
#loginBtn {
  margin-left: auto;
  align-self: flex-end;
}
#loginBtn a {
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 13px;
  background: transparent;
  color: #7d7d7d;
  line-height: 1;
  border-radius: 0;
  border: none;
  border-radius: 0;
  font-size: clamp(11px, 2vw, 12px);
  background: rgba(255, 255, 255, 0.07);
}
html.logined #loginBtn a[href="/member/login"] {
  display: none;
}
html:not(.logined) #loginBtn a[href="/member/logout"] {
  display: none;
}
#loginBtn a:hover {
  background: #333;
  color: #fff;
  border-color: var(--backgorund-color);
}
#loginBtn a span.material-symbols-outlined {
  font-size: 1rem;
  margin-right: 5px;
  font-variation-settings: var(--gms-500-out);
}
@media (max-width: 767.98px) {
  #loginBtn a {
    margin-left: inherit;
  }
}
#scrollTop {
  --width: 40px;
  --bottom: 25px;
  all: unset;
  box-sizing: border-box;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  right: 25px;
  bottom: var(--bottom);
  display: none;
  justify-content: center;
  align-items: center;
  width: var(--width);
  padding: 0;
  background: var(--page-point-color);
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
  color: #fff;
}
#scrollTop::before {
  content: "\e5d8";
  font-family: var(--gms);
  font-variation-settings: var(--gms-300-out);
  font-size: 1.75rem;
}
@media (max-width: 767.98px) {
  #scrollTop {
    display: none !important;
  }
}
.subpage-header {
  --background-image: url(/public/img/sub/sub-top01.jpg);
  position: relative;
  height: 300px;
  background-color: #888;
}
.subpage-header .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: var(--background-image) no-repeat center / cover;
  filter: brightness(0.6);
}
.subpage-title {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.subpage-title h2 {
  line-height: 1;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 46px;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0px 0 0 0;
  display: flex;
  gap: 20px;
}
.breadcrumb li {
  position: relative;
  font-size: 0.9rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
.breadcrumb li.active {
  color: #fff;
}
.breadcrumb li + li:before {
  content: "\e5cc";
  font-family: var(--gms);
  font-weight: 400;
  position: absolute;
  left: -24px;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumb li.home a {
  line-height: 1;
}
.breadcrumb li.home a::before {
  content: "HOME";
}
.snb {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #dedede;
}
.snb ul {
  position: relative;
  display: flex;
  margin: 0;
  justify-content: center;
}
.snb li {
  flex: 0 1 25%;
}
.snb a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 17px;
  height: var(--snb-height);
  color: #888;
}
.snb li.active a {
  background: #fff;
  font-weight: 700;
  color: #000;
}
.snb li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--page-point-color);
}
.subpage [class*="title-h"] {
  --h-line-height: 1.5;
  --h-letter-spacing: -0.03em;
  --p-font-weight: 400;
  --p-color: #606060;
  --p-line-height: 1.6;
}
.subpage [class*="title-h"] a {
  color: #337ab7;
}
.subpage [class*="title-h"] a:hover {
  text-decoration: underline;
  color: #1b5c94;
}
/* .subpage [class*="title-h"]:only-child {
  margin-bottom: 0;
} */
.subpage [class*="title-h"] p.big {
  font-size: 22px;
}
.subpage [class*="title-h"] span.color {
  font-weight: 600;
  color: #000;
}
.subpage *:not([class*="title-h"]) + [class*="title-h"] {
  margin-top: var(--title-between);
}
.subpage [class*="title-h"] > :is(h2, h3, h4, h5, h6) {
  font-size: var(--h-font-size);
  font-weight: var(--h-font-weight);
  color: var(--h-color);
  line-height: var(--h-line-height);
  letter-spacing: var(--h-letter-spacing);
}
.subpage [class*="title-h"] > :is(p, ul, ol) {
  font-size: var(--p-font-size);
  font-weight: var(--p-font-weight);
  color: var(--p-color);
  line-height: var(--p-line-height);
  letter-spacing: -0.015em;
}
.subpage [class*="title-h"] > :is(h2, h3, h4, h5, h6) + * {
  margin-top: var(--text-between);
}
.subpage [class*="title-h"] > *:not(:is(h2, h3, h4, h5, h6)) + * {
  margin-top: calc(var(--text-between) + 10px);
}
.subpage .title-h3 {
  position: relative;
  --h-font-size: 44px;
  --h-font-weight: 700;
  --h-color: #333;
  --p-font-size: 22px;
  --text-between: 10px;
  margin-bottom: 5rem;
  text-align: center;
}
.subpage .title-h4 {
  --h-font-size: 28px;
  --h-font-weight: 700;
  --h-color: #333;
  --p-font-size: 15px;
  --text-between: 15px;
  --title-between: 80px;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
  position: relative;
}
.subpage .title-h4:has(p) {
  margin-bottom: 30px;
}
.subpage .title-h4 li + li {
  margin-top: 5px;
}
.subpage .title-h4 + .title-h4 {
  margin-top: 50px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.subpage .title-h4 b {
  font-weight: 500;
}
.subpage .title-h4 p:only-child {
  font-size: 16px;
  font-weight: 450;
}
.subpage .title-h4 :is(img, img + p) {
  margin-top: 30px;
}
.subpage .title-h5 {
  --h-font-size: 20px;
  --h-font-weight: 600;
  --h-color: #000;
  --p-font-size: 15px;
  --text-between: 8px;
  --title-between: 50px;
  margin-bottom: 15px;
}
.subpage .title-h5 + .title-h5 {
  margin-top: 28px;
}
.subpage .title-h5:has(p, ul) {
  margin-bottom: 15px;
}
.subpage .container > :where(img, [class*="-wrap"]) + :where(img, [class*="-wrap"]) {
  margin-top: 50px;
}
.box-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 2px solid #222;
}
.box-wrap .col {
  padding-block: 40px;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
  border-bottom: 1px solid #ccc;
}
.box-wrap .col li {
  font-size: 16px;
}
.box-wrap .col li + li {
  margin-top: 5px;
}
.subpage {
  overflow: hidden;
  position: relative;
}
.subpage section {
  padding: 120px 0 150px;
  min-height: 300px;
}
.subpage section:nth-child(even) {
  padding-top: 0;
}
.subpage [class*="-wrap"] + [class*="-wrap"] {
  margin-top: 70px;
}
.row-wrap {
  display: flex;
  gap: 30px;
}
.greet-wrap {
  display: flex;
  gap: 70px;
}
.greet-wrap .img-box {
  background-color: #ccc;
}
.greet-wrap .info {
  padding-block: 20px;
}
.greet-wrap h5 {
  font-size: 24px;
  font-weight: 400;
}
.greet-wrap h5 span.color {
  font-weight: 700;
}
.greet-wrap p {
  font-size: 17px;
  margin-top: 30px;
}
.greet-wrap p.name {
  text-align: right;
  font-size: 18px;
}
.cert-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 30px;
}
.cert-wrap p {
  color: #666;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.cert-wrap .img-box {
  border: 1px solid #ddd;
  padding: 15px;
}
.map-wrap iframe {
  width: 100%;
  height: 400px;
  border-radius: var(--radius);
}
.map-wrap .info {
  display: flex;
  margin-top: 30px;
  gap: 25px;
}
.map-wrap .addr + li {
  margin-left: auto;
}
.map-wrap li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
  color: #333;
}
.map-wrap li.addr {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.map-wrap li span.material-symbols-outlined {
  font-size: 14px;
  font-variation-settings: var(--gms-700-fill), var(--gms-grad-zero);
  color: #fff;
  background: var(--page-point-color);
  border-radius: 50%;
  padding: 7px;
}
.partner-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.partner-wrap .col {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  margin-left: -1px;
  margin-top: -1px;
  padding: 0 40px;
}
.process-wrap {
  display: flex;
  gap: 1px;
}
.process-wrap .arrow {
  flex: 0;
  align-self: center;
}
.process-wrap .arrow::before {
  content: "\e5cc";
  display: block;
  font-family: var(--gms);
  font-size: 54px;
  font-variation-settings: var(--gms-600-out);
  color: #333;
}
.fp-section.main-visual .fp-tableCell {
  padding-top: var(--navbar-height);
  color: #fff;
}
.fp-section {
  overflow: hidden;
  position: relative;
  display: flex;
}
.fp-tableCell {
  position: relative;
  flex: 1 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.fp-scroll-overflow .fp-tableCell {
  justify-content: flex-start;
}
.fp-scrollable {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.sub-visual .fp-tableCell,
.pt-nav .fp-tableCell {
  padding-top: var(--navbar-height);
}
.fp-tableCell:has(footer) {
  padding-block: 0;
}
:is(.fp-auto-height, .fp-auto-height .fp-tableCell) {
  overflow: unset;
  height: unset !important;
  padding-top: unset;
}
.fp-tableCell footer {
  width: 100%;
}
.fp-responsive .fp-section.footer {
  overflow: hidden;
}
.fp-right {
  position: fixed;
  z-index: 10000;
  transform: translateY(-50%);
  top: 55%;
  left: clamp(10px, 2.5vw, 60px);
}
.fp-right ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.fp-right li {
  display: block;
}
.fp-right a {
  all: unset;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.fp-right span {
  z-index: 1;
  display: block;
  width: 8px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: #ccc;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.fp-right :is(a.active, li:hover) span {
  background-color: var(--mw-color-magenta);
}
.fp-right .fp-sr-only {
  display: none;
}
@media (min-height: 800px) {
  .fp-responsive :is(.fp-section) {
    height: auto !important;
  }
}
@media (max-height: 799.98px) or (max-width: 767.98px) {
  .fp-responsive :is(.fp-section:not(.fp-auto-height), .fp-section:not(.fp-auto-height) .fp-tableCell) {
    height: auto !important;
    padding-top: 0;
    min-height: 900px;
  }
  .fp-responsive :is(.pt-nav, .row-wrap .col) {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .fp-responsive :is(.fp-section:not(.fp-auto-height), .fp-section:not(.fp-auto-height) .fp-tableCell) {
    min-height: 100%;
  }
  .fp-tableCell {
    align-items: flex-start;
  }
}
#mainCarouselSwiper {
  position: relative;
}
#mainCarouselSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--svh100);
}
#mainCarouselSwiper .swiper-slide .btn {
  margin-top: 30px;
}
#mainCarouselSwiper .swiper-slide .swiper-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}
#mainCarouselSwiper .swiper-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#mainCarouselSwiper .swiper-caption {
  position: relative;
  z-index: 10;
}
#mainCarouselSwiper .swiper-caption.container {
  max-width: 1300px;
}
#mainCarouselSwiper .swiper-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#mainCarouselSwiper .swiper-link-btn {
  display: none;
}
#mainCarouselSwiper .swiper-link-btn span::before {
  content: "더보기";
}
#mainCarouselSwiper .swiper-caption {
  text-align: center;
  color: #fff;
}
#mainCarouselSwiper .swiper-caption h1 {
  position: relative;
  font-size: 2.85rem;
  line-height: 4.21875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 13.75rem;
  color: inherit;
  text-align: left;
}
#mainCarouselSwiper .swiper-caption.has-caption-logos h1 {
  margin-bottom: 44px;
}
#mainCarouselSwiper .swiper-caption p {
  margin-bottom: 2.5rem;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: inherit;
}
#mainCarouselSwiper .main-caption-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  margin-top: 0;
  width: fit-content;
}
#mainCarouselSwiper .main-caption-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 170px;
  width: 170px;
  height: 74px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}
#mainCarouselSwiper .main-caption-logo img {
  display: block;
  width: 110px;
  height: 48px;
  max-width: none;
  object-fit: contain;
}
#mainCarouselSwiper .swiper-indicator-wrap {
  z-index: 20;
  position: absolute;
  left: 50%;
  bottom: 5rem;
  display: flex;
  width: 1300px;
  gap: 0.5rem;
  transform: translateX(-50%);
  pointer-events: none;
}
#mainCarouselSwiper [class*="swiper-button"] {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  opacity: 1;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1.5625rem);
  transform: none;
  pointer-events: auto;
}
#mainCarouselSwiper .swiper-button-prev {
  width: 3.25rem;
  height: 3.25rem;
  min-width: 3.25rem;
  min-height: 3.25rem;
}
#mainCarouselSwiper .swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  min-width: 3.25rem;
  min-height: 3.25rem;
}
#mainCarouselSwiper [class*="swiper-button"]::after {
  content: none;
}
#mainCarouselSwiper [class*="swiper-button"]::before {
  content: "\e5c8";
  display: block;
  width: auto;
  height: auto;
  border: 0;
  font-family: var(--gms);
  font-size: 1.25rem;
  font-variation-settings: var(--gms-400-out);
  line-height: 1;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
#mainCarouselSwiper [class*="swiper-button"]:hover::before {
  opacity: 1;
}
#mainCarouselSwiper .swiper-button-next {
  right: auto;
  left: auto;
}
#mainCarouselSwiper .swiper-button-next::before {
  transform: none;
}
#mainCarouselSwiper .swiper-button-prev::before {
  transform: rotate(180deg);
}
#mainCarouselSwiper .swiper-button-prev {
  left: auto;
}
#mainCarouselSwiper .swiper-pagination-container {
  display: none;
}
#mainCarouselSwiper .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  height: auto;
  line-height: 1;
  gap: 7px;
}
#mainCarouselSwiper .swiper-pagination span {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50px;
  margin: 0 4px;
  backdrop-filter: blur(10px);
}
#mainCarouselSwiper .swiper-pagination span.swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  transition: ease-in-out 0.2s all;
  margin: 0;
}
#mainCarouselSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  #mainCarouselSwiper .swiper-caption {
    padding-top: 8rem;
    padding-inline: 1.5rem;
  }

  #mainCarouselSwiper .swiper-caption h1 {
    margin-bottom: 2rem;
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.35;
  }

  #mainCarouselSwiper .swiper-caption.has-caption-logos h1 {
    margin-bottom: 1.75rem;
  }

  #mainCarouselSwiper .swiper-caption p {
    margin-bottom: 1.5rem;
  }

  #mainCarouselSwiper .main-caption-logos {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  #mainCarouselSwiper .main-caption-logo {
    flex-basis: clamp(8.75rem, 42vw, 10.625rem);
    width: clamp(8.75rem, 42vw, 10.625rem);
    height: clamp(3.75rem, 18vw, 4.625rem);
  }

  #mainCarouselSwiper .main-caption-logo img {
    width: clamp(5.75rem, 27vw, 6.875rem);
    height: clamp(2.5rem, 11vw, 3rem);
  }

  #mainCarouselSwiper [class*="swiper-button"] {
    display: none;
  }
}
.mainpage {
  overflow: hidden;
  position: relative;
}
.mainpage :is(.bg) {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #fff;
  filter: brightness(0.8);
}
.mainpage section {
  position: relative;
  padding-block: clamp(80px, 10vw, 100px) clamp(80px, 10vw, 120px);
}
.mainpage h3 {
  font-size: clamp(36px, 5vw, 50px);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}
.mainpage .container {
  width: 100%;
  margin-inline: auto;
}
.mainpage section#main01 {
  padding-block: 10rem;
  background: #fff;
  overflow: hidden;
}
.mainpage section#main01 .service-wrap {
  display: flex;
  flex-direction: column;
}
.mainpage section#main01 .m-title-h3 {
  padding-bottom: 5rem;
}
.mainpage section#main01 .m-title-h3 h3 {
  margin: 0;
  color: #111;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: -0.03em;
}
.mainpage section#main01 .service-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.mainpage section#main01 .service-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap-3);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.mainpage section#main01 .service-item .img-box {
  position: relative;
  height: 28.75rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #fff;
  border: 3px solid #EEE;
}
.mainpage section#main01 .service-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.mainpage section#main01 .service-item:hover img {
  scale: 1.12;
  opacity: 0.6;
}
.mainpage section#main01 .service-item h4 {
  margin: 0;
  color: #111;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  /* text-align: center; */
  text-shadow: 0 0 0.625rem rgb(0 0 0 / 0.1);
  letter-spacing: -0.03em;
}
.mainpage section#main02 {
  position: relative;
  padding-block: 8.75rem;
  overflow: hidden;
  background: #aaa;
}
.mainpage section#main02 .bg-box {
  position: absolute;
  inset: 0;
}
.mainpage section#main02 .bg-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainpage section#main02 .bg-box::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgb(0 0 0 / 0.3); */
}
.mainpage section#main02 .container {
  position: relative;
  z-index: 1;
}
.mainpage section#main02 .company-wrap {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
.mainpage section#main02 .m-title-h3 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.mainpage section#main02 .m-title-h3 h3 {
  margin: 0;
  color: #fff;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: -0.03em;
}
.mainpage section#main02 .m-title-h3 p {
  margin: 0;
  color: #fff;
  font-size: var(--fs-4);
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  letter-spacing: -0.03em;
}
.mainpage section#main02 .link-list {
  display: flex;
  justify-content: flex-end;
  gap: var(--gap-3);
}
.mainpage section#main02 .link-item {
  display: flex;
  flex-direction: column;
  width: 15rem;
  min-height: 15rem;
  padding: 2.25rem 2.25rem 2rem;
  border-radius: 0.5rem;
  background: rgb(255 255 255 / 0.15);
  box-shadow: 0.625rem 0.625rem 1.5rem rgb(0 0 0 / 0.2);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(60px);
  transition: all 0.3s;
}

.mainpage section#main02 .link-item:hover {
    background: #fff;
    color: #111;
}

.mainpage section#main02 .link-item:hover i span {
    color: var(--page-point-color);
}
.mainpage section#main02 .link-item > span {
  color: inherit;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 0 0.625rem rgb(0 0 0 / 0.1);
  letter-spacing: -0.04em;
}
.mainpage section#main02 .link-item p {
  margin: 0.75rem 0 0;
  color: inherit;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.75;
  text-shadow: 0 0 0.625rem rgb(0 0 0 / 0.1);
  letter-spacing: -0.02em;
  display: n;
}
.mainpage section#main02 .link-item i {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  font-style: normal;
}
.mainpage section#main02 .link-item i span {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1;
  text-shadow: none;
  font-variation-settings: 'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24;
}
.mainpage section#main03 {
  padding-block: 7.5rem;
}
.mainpage section#main03 .center-wrap {
  display: flex;
  flex-direction: column;
}
.mainpage section#main03 .m-title-h3 {
  padding-bottom: 5rem;
}
.mainpage section#main03 .m-title-h3 h3 {margin: 0;color: #111;font-size: 4.25rem;font-weight: 600;line-height: 1;text-align: left;text-transform: capitalize;letter-spacing: -0.03em;}
.mainpage section#main03 .center-grid {
  display: flex;
  align-items: stretch;
  gap: 5rem;
}
.mainpage section#main03 .notice-wrap {
  flex: 0 0 38.125rem;
  width: 38.125rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--gap-4);
}
.mainpage section#main03 .notice-wrap h4 {
  margin: 0;
  color: #111;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.mainpage section#main03 .notice-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-top: 0.125rem solid #333;
  list-style: none;
}
.mainpage section#main03 .notice-item {
  display: flex;
  align-items: center;
  gap: var(--gap-4);
  padding-block: 1.75rem;
  border-bottom: 0.0625rem solid #ddd;
}
.mainpage section#main03 .notice-item a {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: inherit;
  text-decoration: none;
}
.mainpage section#main03 .notice-item .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.375rem;
  border-radius: 0.125rem;
  background: #8b8c90;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
}
.mainpage section#main03 .notice-item p {
  flex: 1 1 0;
  margin: 0;
  color: #333;
  font-size: var(--fs-4);
  font-weight: 500;
  line-height: 1.6;
}
.mainpage section#main03 .notice-item time {
  flex: 0 0 auto;
  color: #aaa;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
}
.mainpage section#main03 .contact-box {
  flex: 0 0 38.125rem;
  width: 38.125rem;
  max-width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-5);
  padding: 4.375rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0.625rem 0.625rem 1.5rem rgb(0 0 0 / 0.06);
}
.mainpage section#main03 .contact-box p {
  margin: 0;
  color: #111;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  letter-spacing: -0.035em;
}
.mainpage section#main03 .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 15.625rem;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  border: 0.125rem solid #1e376e;
  border-radius: 6.25rem;
  color: #1e376e;
  text-decoration: none;
}
.mainpage section#main03 .more-btn > span {
  font-size: var(--fs-3);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.mainpage section#main03 .more-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 4.375rem;
  background: #1e376e;
  font-style: normal;
}
.mainpage section#main03 .more-btn i span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  font-variation-settings: var(--gms-400-fill), var(--gms-grad-zero);
}
.mainpage section#main03 {
  position: relative;
  overflow: hidden;
  padding-block: 10rem;
  background: #fafafa;
}
.mainpage section#main03 .bg-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 21.4286rem;
  opacity: 0.5;
  pointer-events: none;
}
.mainpage section#main03 .bg-box img {
  width: 100%;
  height: 45rem;
  object-fit: cover;
  object-position: center bottom;
}
.mainpage section#main03 .container {
  position: relative;
  z-index: 1;
}
.mainpage section#main03 .center-grid {
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;
}
.mainpage section#main03 .notice-wrap {
  gap: 1.875rem;
}
.mainpage section#main03 .notice-wrap::before {
  content: "Notices";
  color: #111;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
.mainpage section#main03 .notice-board,
.mainpage section#main03 .board_box_list {
  width: 100%;
  padding: 0px !important;
  margin-bottom: 0 !important;
}
.mainpage section#main03 .board_box_list .page-header {
  display: none;
}
.mainpage section#main03 .board_box_list .type_list {
  gap: 0;
  border-top: 0.1429rem solid #333;
}
.mainpage section#main03 .board_box_list .type_list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.1429rem;
  min-height: 5rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.mainpage section#main03 .board_box_list .type_list li a {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  min-width: 0;
  color: #333;
  text-decoration: none;
}

.mainpage section#main03 .board_box_list .type_list li a:hover span.subject {
    font-weight: 700;
    color: var(--page-point-color);
}
.mainpage section#main03 .board_box_list .type_list li .subject {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
  letter-spacing: -0.05em;
  transition: all 0.25s;
}
.mainpage section#main03 .board_box_list .type_list li .badge,
.mainpage section#main03 .board_box_list .type_list li .main-notice-badge,
.mainpage section#main03 .board_box_list .type_list li .notice,
.mainpage section#main03 .board_box_list .type_list li [class*="badge"] {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.125rem 0.25rem;
  border-radius: 0.1429rem;
  background: #8b8c90;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
}
.mainpage section#main03 .board_box_list .type_list li .info {
  flex: 0 0 auto;
  opacity: 1;
}
.mainpage section#main03 .board_box_list .type_list li .info .regdate {
  color: #999;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.7;
}
.mainpage section#main03 .contact-box {
  min-height: 24rem;
}
.mainpage section#main03 .more-btn {
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}
.mainpage section#main03 .more-btn:hover {
  background: var(--page-point-color);
  color: #fff;
}
.mainpage section#main03 .more-btn:hover i {
  background: #fff;
}
.mainpage section#main03 .more-btn:hover i span {
  color: var(--page-point-color);
}
@media (max-width: 991.98px) {
  .mainpage section#main03 {
    padding-block: 7rem;
  }
  .mainpage section#main03 .center-grid {
    flex-direction: column;
  }
  .mainpage section#main03 .notice-wrap,
  .mainpage section#main03 .contact-box {
    flex-basis: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .mainpage section#main03 .m-title-h3 h3 {
    font-size: 3rem;
  }
  .mainpage section#main03 .board_box_list .type_list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7143rem;
  }
  .mainpage section#main03 .contact-box {
    padding: 3.5rem 2rem;
  }
}
[class^="board_box"] {
  margin-bottom: 0;
}
.page-header {
  margin-block: 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.page-header h4 {
  display: inline-block;
  font-size: clamp(18px, 3vw, 22px);
}
.page-header i::before {
  position: relative;
  display: block;
  content: "\e145";
  translate: 0 2px;
  font-family: var(--gms);
  font-variation-settings: var(--gms-300-out);
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 500;
  color: #000;
}
.type_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.type_list li {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.type_list li .info {
  opacity: 0.5;
  flex-shrink: 0;
}
.type_list span.subject {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.type_list a:hover {
  text-decoration: underline;
}
.type_list :where(li, a) {
  line-height: 1;
  font-size: clamp(14px, 3vw, 16px);
  color: #000;
}
.type_list .info span:not(.regdate) {
  display: none;
}
.type_thumb {
  display: grid;
  grid-template-columns: repeat(2, minmax(1fr));
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  gap: 10px;
}
.type_thumb > div {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.type_thumb .inner {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}
.type_thumb .thumb {
  aspect-ratio: 1.6666666667;
  height: auto;
}
.type_thumb .bottom {
  padding: 0;
}
.type_thumb .info {
  display: none;
}
.type_thumb .bottom .title {
  padding: 0;
  margin-top: 5px;
}
.type_thumb .bottom .title a {
  font-size: clamp(15px, 3vw, 17px);
}
.type_swiper_s1 {
  position: relative;
  padding-bottom: 50px;
}
.type_swiper_s1 .top {
  position: relative;
  display: block;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.type_swiper_s1[data-board-option="goods"] .top {
  aspect-ratio: 1;
}
.type_swiper_s1 .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.type_swiper_s1 .bottom {
  padding-top: 15px;
}
.type_swiper_s1 .bottom .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.type_swiper_s1 .bottom .title a {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.type_swiper_s1 .bottom .info {
  margin-top: 5px;
  display: flex;
  gap: 10px;
  opacity: 0.7;
  font-size: 12px;
}
.type_swiper_s1 .bottom[data-bottom="list"] {
  padding: 0;
}
.type_swiper_s1 .cate {
  background-color: var(--page-point-color);
  color: #fff;
  display: flex;
  align-items: center;
  width: fit-content;
  padding-inline: 5px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}
.type_swiper_s1 .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  overflow: hidden;
  gap: 30px;
  pointer-events: none;
  user-select: none;
}
.type_swiper_s1 .swiper:not(.swiper-initialized) .swiper-slide {
  width: 300px;
  flex-shrink: 0;
}
.type_swiper_s1 .swiper:not(.swiper-initialized)::before {
  content: '게시판 위젯 [data-swiper-id="' var(--board-option) '"]에 Swiper가 적용되지 않았습니다.';
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.type_swiper_s1 [class*="swiper-button"] {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  margin: 0;
  opacity: 1;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1.5625rem);
  transform: translateY(-50%);
}
.type_swiper_s1 [class*="swiper-button"]::after {
  content: none;
}
.type_swiper_s1 [class*="swiper-button"]::before {
  content: "\e5c8";
  display: block;
  width: auto;
  height: auto;
  border: 0;
  font-family: var(--gms);
  font-size: 1.5rem;
  font-variation-settings: var(--gms-400-out);
  line-height: 1;
  color: #fff;
  opacity: 1;
}
.type_swiper_s1 [class*="swiper-button"]:hover::before {
  opacity: 1;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-next {
  right: -3.125rem;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-next::before {
  transform: none;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-prev {
  left: -3.125rem;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-prev::before {
  transform: rotate(180deg);
}
.type_swiper_s1 .contents_preview {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 1px;
  height: 40px;
  margin-top: 5px;
}
#mainPopup {
  position: relative;
  top: calc(var(--navbar-height) - 140px);
}
.main_popup {
  display: none;
  position: absolute;
  top: 100px;
  min-width: 300px;
  z-index: 900;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.main_popup.show {
  display: flex;
}
.main_popup button.close {
  opacity: 1;
  margin: 0;
  height: auto;
  color: inherit;
  font-size: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_popup span.material-symbols-outlined {
  line-height: 0.8;
  font-variation-settings: var(--gms-100-out);
  font-size: inherit;
}
.main_popup .main_popup_contents {
  overflow: hidden;
  padding: 10px;
  background: #fff;
}
.main_popup .main_popup_contents img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main_popup_optional {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 0px 7px 0px 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 35px;
  border-top: 1px solid #efefef;
  line-height: 1;
}
.main_popup_optional label {
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}
.main_popup_optional label span {
  padding-left: 3px;
  display: inline-block;
  vertical-align: 2px;
}
.main_popup_optional :where(label, div) {
  opacity: 0.8;
}
.main_popup_optional :where(label, div):where(:hover, :focus) {
  opacity: 1;
}
.main_popup_optional :where(label, div, span) {
  float: unset;
  line-height: 1;
}
.main_popup_optional label {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 400;
}
.main_popup_optional label span.material-symbols-outlined {
  font-size: 1.25rem;
  margin-right: 2px;
  line-height: 0.8;
}
.main_popup.main_popup_left {
  left: 50px;
}
.main_popup.main_popup_center {
  left: 50%;
  transform: translate(-50%);
}
.main_popup.main_popup_right {
  right: 50px;
}
@media (max-width: 767px) {
  .main_popup.main_popup_left,
  .main_popup.main_popup_center,
  .main_popup.main_popup_right {
    left: 15px;
    right: 15px;
    transform: none;
  }
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 767.98px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
:where(.table) {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
:where(.table) :where(th, td) {
  vertical-align: top;
  line-height: 1.5;
}
.table-style {
  --border-color: #ccc;
  border: 1px solid var(--border-color);
  border-top: 2px solid #222;
  background-color: #fff;
  margin: 0;
}
.table-style :is(th, td) {
  padding: 15px 19px;
  font-size: 16px;
  vertical-align: middle;
  border: 1px solid var(--border-color);
  text-align: center;
}
.table-style td {
  color: #444;
}
.table-style thead th {
  border-bottom: 0;
  background-color: #eee;
  border: 1px solid var(--border-color);
  color: #222;
  font-weight: 600;
}
.table-style thead,
.table-style tbody:only-child {
  border-top: 2px solid var(--page-point-color);
}
.table-style tbody th {
  background-color: #f7f7f7;
  font-weight: 600;
}
.table-number tbody > tr {
  counter-increment: itemNum;
}
.table-number thead > tr > th:first-child {
  text-align: center;
}
.table-number tbody > tr > td:first-child {
  text-align: center;
}
.table-number tbody > tr > td:first-child::before {
  content: counter(itemNum) "";
  text-align: center;
}
.board_wrapper {
  margin-block: 0;
}
.board_wrapper tr.notice {
  background-color: #f7f7f7;
}
.board_wrapper tr.notice td.subject a {
  font-weight: 500;
  color: #000;
}
.board_wrapper tr.notice td.cate span {
  display: none;
}
.board_wrapper tr.notice td.cate::before {
  content: "공지";
  color: #222;
}
.board_wrapper td.subject .is_secret {
  order: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board_wrapper td.subject span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.board_wrapper td.subject small {
  margin-top: 0;
}
.board_wrapper td.subject small.lock {
  order: 0;
  translate: 0 -1px;
  font-size: 0.9em;
}
.board_wrapper td.subject small.comment {
  opacity: 0.8;
  order: 1000;
  translate: 0 -1px;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  gap: 1px;
  color: var(--page-point-color-dark);
  font-weight: 700;
}
.board_wrapper td.subject small.comment::before {
  content: "[";
}
.board_wrapper td.subject small.comment::after {
  content: "]";
}
.board_wrapper td.subject small.comment i {
  display: none;
}
.board_wrapper[id$="_view"] .btn {
  min-width: 60px;
  padding-inline: 10px;
  justify-content: center;
  align-items: center;
}
.board_wrapper :is(.form-caption, .wr_caution) i {
  color: var(--page-point-color);
}
.board_wrapper .wr_caution {
  padding-left: 18px;
}
:where(.member_wrapper, .board_wrapper) .text-center {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
:where(.member_wrapper, .board_wrapper) .text-center .btn + .btn {
  margin: 0;
}
:where(.member_wrapper, .board_wrapper) :where(.btn.btn-lg, .btn + .btn) {
  min-width: 180px;
}
:where(.member_wrapper, .board_wrapper) tbody td:has(.radio-inline, .checkbox-inline) {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(5px, 2vw, 10px) clamp(15px, 3vw, 20px);
  font-size: clamp(14px, 2vw, 16px);
}
:where(.member_wrapper, .board_wrapper) .checkbox {
  margin: 0;
}
:where(.member_wrapper, .board_wrapper) .checkbox label {
  cursor: pointer;
  width: fit-content;
}
:where(.member_wrapper, .board_wrapper) :where(.checkbox label, .radio label) {
  letter-spacing: -0.06em;
}
:where(.member_wrapper, .board_wrapper) .custom_checkbox + span a {
  font-weight: 500;
  color: #1b54e4;
  text-decoration: underline;
}
:where(.member_wrapper, .board_wrapper) :where(.custom_checkbox, .custom_radio) + span::before {
  color: #555;
  font-size: 1.1em;
  vertical-align: 0px;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 300;
  margin: 0px 7px 0 0px;
  transform: translateY(1px);
  display: inline-block;
}
:where(.member_wrapper, .board_wrapper) :where(.custom_checkbox, .custom_radio):checked + span::before {
  content: "\f14a";
  color: var(--page-point-color);
  font-weight: 900;
}
:where(.member_wrapper, .board_wrapper)
  :where(.checkbox-inline, .checkbox, .radio-inline, .radio)
  :where(input[type="checkbox"], input[type="radio"]) {
  position: static;
  margin: 0 5px 0 0;
}
:where(.member_wrapper, .board_wrapper) :where(.checkbox, .radio) label {
  padding-left: 0;
  display: flex;
  align-items: center;
}
:where(.member_wrapper, .board_wrapper) :where(.checkbox-inline, .radio-inline) {
  margin-block: 0;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  : where(.member_wrapper, .board_wrapper) div.text-center {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  :where(.member_wrapper .text-center .btn + .btn) {
    margin-left: 0;
  }
  :where(.member_wrapper, .board_wrapper) .text-center .btn.btn-lg {
    padding: 0;
    height: 50px;
    font-size: 14px;
  }
  :where(.member_wrapper, .board_wrapper) .text-center :where(.btn.btn-lg, .btn + .btn) {
    flex: 1;
    min-width: inherit;
  }
}
#bbsArea .category_wrap {
  margin-bottom: 50px;
}
#bbsArea .category_wrap ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
#bbsArea .category_wrap li {
  margin: 0;
}
#bbsArea .category_wrap a {
  color: #888;
  font-weight: 500;
  padding-bottom: 0;
  border-bottom: 0;
}
#bbsArea .category_wrap a:hover {
  color: #111;
}
#bbsArea .category_wrap li.on :where(a, a:hover, a:focus) {
  color: #000;
  font-weight: 600;
}
#bbsArea :is([class*="wrap"]) {
  margin: 0;
}
#bbsArea {
  position: relative;
}
#bbsArea .board_data_view {
  border-top: 1px solid #333;
  border-bottom: 1px solid #aaa;
}
#bbsArea .write_btn_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
#bbsArea .btn-lg {
  width: 200px;
}
#bbsArea :is(.board_wrapper, .pagination_wrap, .search_wrap) {
  display: block;
  margin-top: 0;
}
#bbsArea .board_wrapper + .search_wrap {
  margin-top: 50px;
}
#bbsArea .board_wrapper + .pagination_wrap {
  margin-block: 50px;
}
#bbsArea .pagination_wrap + .search_wrap {
  margin-top: 0px;
}
#bbsArea .pagination_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
#bbsArea .pagination_wrap li + li {
  margin-left: -1px;
}
#bbsArea .pagination_wrap a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1;
  font-size: 15px;
  border-radius: 9999px;
}
/* #bbsArea .pagination_wrap li:not(.active) a:hover {
  background-color: #eee;
} */
#bbsArea .pagination_wrap li.active a {
  width: 28px;
  background-color: var(--page-point-color);
  color: #fff;
  font-weight: 700;
}
#bbsArea .pagination_wrap .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#bbsArea .search_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0;
}
#bbsArea .search_wrap #search_kind {
  cursor: pointer;
  line-height: 1;
}
#bbsArea .search_wrap .write_btn_wrap {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  #bbsArea .search_wrap {
    flex-direction: column;
    max-width: 300px;
    margin-inline: auto;
  }
  #bbsArea .search_wrap .write_btn_wrap {
    position: static;
    width: 100%;
  }
  #search_query.form-control {
    max-width: 100% !important;
  }
  #bbsArea .search_wrap #write_btn {
    width: 100%;
    min-width: auto;
  }
}
#bbsArea .badge {
  display: inline-flex;
  translate: 0 0px;
  background-color: var(--page-point-color);
  border-radius: 3px;
  padding: 3px 7px;
  margin-block: -3px;
  margin-right: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
#bbsArea .option_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#bbsArea .option_wrap .list_btn_wrap {
  position: static;
}
#bbsArea .header_wrap {
  text-align: center;
  padding-block: 50px 55px;
  border-bottom: 1px solid #e6e6e6;
}
#bbsArea .header_wrap h4.title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.03em;
}
#bbsArea .header_wrap span {
  color: #666;
}
#bbsArea .header_wrap strong {
  color: #000;
  font-weight: 600;
}
#bbsArea .header_wrap .title {
  margin: 0;
  font-size: 24px;
}
#bbsArea .header_wrap .info {
  margin-top: 18px;
  opacity: 0.5;
}
#bbsArea .header_wrap .info span {
  font-size: 14px;
  color: #000;
}
#bbsArea .header_wrap .info span + span {
  margin-left: 9px;
}
#bbsArea .contents_wrap {
  padding: 50px 0px;
}
#bbsArea .contents_wrap .contents_inner {
  font-size: 14px;
}
#bbsArea .contents_wrap img {
  max-width: 100%;
  height: auto;
}
#bbsArea .contents_wrap p {
  font-size: inherit;
  line-height: 1.6;
  margin: 1em 0;
}
#bbsArea .contents_wrap a {
  color: #337ab7;
}
#bbsArea .contents_wrap a:hover {
  color: #1b5a92;
  text-decoration: underline;
}
#bbsArea .contents_wrap a:visited {
  color: #6c368b;
}
#bbsArea .contents_wrap a:visited:hover {
  color: #461b5f;
  text-decoration: underline;
}
#bbsArea .contents_wrap :is(.h1, h1) {
  font-size: 36px;
}
#bbsArea .contents_wrap :is(.h2, h2) {
  font-size: 30px;
}
#bbsArea .contents_wrap :is(.h3, h3) {
  font-size: 24px;
}
#bbsArea .contents_wrap :is(.h4, h4) {
  font-size: 18px;
}
#bbsArea .contents_wrap :is(.h5, h5) {
  font-size: 14px;
}
#bbsArea .contents_wrap :is(.h6, h6) {
  font-size: 12px;
}
#bbsArea .contents_wrap :is(.h1, .h2, .h3, h1, h2, h3) {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 500;
  color: inherit;
}
#bbsArea .contents_wrap :where(li, dl) {
  margin: inherit;
  padding: inherit;
  list-style-position: inside;
}
#bbsArea .contents_wrap ul li {
  list-style-type: disc;
}
#bbsArea .contents_wrap ol li {
  list-style-type: decimal;
}
#bbsArea .download_wrap {
  padding: 15px;
  border-top: 1px solid #ddd;
}
#bbsArea .download_wrap th {
  text-align: left;
  width: 70px;
}
#bbsArea .download_wrap ul {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
}
#bbsArea .download_wrap a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  #bbsArea .download_wrap ul {
    flex-direction: column;
  }
  #bbsArea .download_wrap tr {
    display: flex;
    flex-direction: column;
  }
  #bbsArea .download_wrap tr > * {
    width: 100%;
  }
  #bbsArea .download_wrap tr th {
    padding-bottom: 10px;
  }
  #bbsArea .download_wrap tr a {
    word-break: break-all;
  }
}
#bbsArea .reply_wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
#bbsArea .reply_wrap h4 {
  position: static;
  text-align: left;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
#bbsArea .reply_wrap > h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
#bbsArea .reply_wrap .btn_wrap {
  margin-top: 0.75em;
  display: flex;
}
#bbsArea .reply_wrap .btn_wrap .pull-left {
  display: flex;
  gap: 5px;
}
:is(#bbsArea .reply_wrap #reply_modify_btn, #bbsArea .reply_wrap .text-left + button) {
  margin-left: auto;
}
#bbsArea .reply_wrap #reply_btn {
  cursor: pointer;
  background-color: var(--page-point-color);
  color: #fff;
  display: flex;
}
#bbsArea .reply_wrap #reply_list .info {
  display: flex;
  gap: 7px;
}
#bbsArea .reply_wrap #reply_list :is([id*="reply_modify"], [id*="reply_delete"]) {
  min-width: unset;
  padding: 0;
}
#bbsArea .reply_wrap #reply_list :is([id*="reply_modify"], [id*="reply_delete"]):focus {
  border: 0;
}
#bbsArea #reply_list {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ccc;
  margin-block: 20px;
}
#bbsArea #reply_list .media {
  position: relative;
  margin: 0;
  padding: 20px 5px 40px;
}
#bbsArea #reply_list .media + .media {
  border-top: 1px solid #ddd;
}
#bbsArea #reply_list .media .media-left,
#bbsArea #reply_list .media > .pull-left {
  padding-right: 20px;
}
#bbsArea #reply_list .media .media-left img {
  border-radius: 100%;
}
#bbsArea #reply_list .media .media-body {
}
#bbsArea #reply_list .media .media-body {
  position: static;
}
#bbsArea #reply_list .media .media-body .info {
  position: absolute;
  left: 130px;
  bottom: 15px;
}
#bbsArea #reply_list .media .media-body .info .btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  font-size: 12px;
  vertical-align: middle;
  color: #333;
  height: auto;
  max-width: unset;
}
#bbsArea #reply_list .media .media-body .info span {
  color: #aaa;
  font-size: 13px;
  margin-left: 6px;
  vertical-align: middle;
}
#bbsArea #reply_list .media .media-heading .text-muted {
  color: #aaa;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  left: 5px;
  margin-left: 0 !important;
}
#bbsArea #reply_list .media .media-body p {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
}
#bbsArea #reply_write .info .form-control {
  display: inline-block;
  width: 120px;
}
#bbsArea #reply_write .info .form-control + .form-control {
  margin-left: 2px;
}
#bbsArea #reply_write .contents {
  margin-top: 5px;
}
#bbsArea #reply_write .contents .form-control {
  height: 100px;
  width: 100%;
  min-height: 100px;
  max-height: 300px;
  resize: vertical;
  padding: 10px 15px;
}
#bbsArea #reply_write .btn_wrap {
  margin-top: 5px;
  text-align: right;
}
#bbsArea #reply_write .btn_wrap .btn {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 539px) {
  #bbsArea #reply_write .info .form-control {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  #bbsArea #reply_write .info .form-control + .form-control {
    margin-left: 0;
  }
}
#bbsArea .table.board_write_table {
  border-top: 1px solid #333;
  border-collapse: inherit;
}
#bbsArea .table.board_write_table tbody th {
  background-color: transparent;
  font-weight: 700;
}
#bbsArea .table.board_write_table tbody td {
  padding: 0px;
  border: 0;
}
#bbsArea .table.board_write_table .text-muted {
  margin-top: 8px;
}
#bbsArea .table.board_write_table .files .fileInput {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, min-content);
  align-self: stretch;
}
#bbsArea .table.board_write_table .files .fileInput .file_add {
  padding: 6px 7px 5px;
}
#bbsArea .table.board_write_table .files .fileInput .tempChk {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  color: #555;
}
#bbsArea .table.board_write_table .files + .sumChk {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
#bbsArea .table.board_write_table :is(.refresh, .delete_attach) {
  display: inline-block;
  color: #999;
  line-height: 40px;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}
#bbsArea .table.board_write_table :is(.refresh, .delete_attach):hover {
  color: #ec0909;
}
#bbsArea .table.board_write_table .files {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px 15px;
  flex: 1;
}
#bbsArea .table.board_write_table #File_add {
  aspect-ratio: 1;
  width: auto;
  padding: 9px 12px;
  margin: 0;
}
#bbsArea .table.board_write_table .files + #File_add {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}
#bbsArea .table.board_write_table .files + #File_add .fa-plus {
  line-height: 0;
}
#bbsArea .table.board_write_table :where(th > span:first-child, span.required_text) {
  position: static;
  margin: -0.15em 3px 0 0;
  color: var(--page-point-color);
}
#bbsArea .frm_textarea_cnt {
  display: none;
}
@media (width >=768px) {
  #bbsArea .table.board_write_table .files_upload_wrap {
    gap: 15px;
  }
  #bbsArea .table.board_write_table .files_upload_wrap .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    aspect-ratio: 1;
    height: 40px;
  }
  #bbsArea .table.board_write_table .files_upload_wrap {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  #bbsArea .table.board_write_table .files {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #bbsArea .table.board_write_table img[alt*="현재 대표 이미지"] {
    max-width: 100%;
  }
  #bbsArea .table.board_write_table #delete_thumb {
    width: 100%;
  }
  #bbsArea .table.board_write_table .files_upload_wrap {
    display: flex;
    flex-direction: column;
  }
  #bbsArea .table.board_write_table .files_upload_wrap .btn {
    width: 100%;
    aspect-ratio: inherit;
    margin-top: 15px;
  }
  #bbsArea .table.board_write_table .files .fileInput .file_add {
    position: relative;
    right: auto;
  }
}
.form-control {
  width: 100%;
  font-family: var(--page-font-family);
  padding: 0.6rem 0.85rem;
  font-size: 15px;
  height: var(--form-height);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--page-grey-color);
}
#search_query.form-control {
  width: 100%;
  max-width: 320px;
  background-color: #eee;
  border: 1px solid transparent;
}
#search_query.form-control:focus {
  background-color: #fff;
  border-color: var(--page-point-color);
}
textarea.form-control {
  padding-block: 0.9rem;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: var(--page-grey-color);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.08);
}
.form-control:not([readonly]):focus {
  border-color: var(--page-point-color);
}
.form-control[type="file"] {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 0 0.8rem;
  padding-left: 0;
  line-height: calc(var(--form-height) - 2px);
  margin: 0;
}
.form-control[type="file"]::file-selector-button {
  width: 80px;
  margin-right: 10px;
  font-family: inherit;
  position: relative;
  left: 0;
  height: 100%;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
.form-control[type="file"]:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e5e5e5;
}
select.form-control {
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzIiICAgdmlld0JveD0iMCAwIDQ4MCA0ODAiICAgaGVpZ2h0PSI0ODAiICAgd2lkdGg9IjQ4MCI+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTEwIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+ICAgICAgPC9jYzpXb3JrPiAgICA8L3JkZjpSREY+ICA8L21ldGFkYXRhPiAgPGRlZnMgICAgIGlkPSJkZWZzOCIgLz4gIDxwYXRoICAgICBpZD0icGF0aDQiICAgICBkPSJNIDE0MCwxOTAgMjQwLDI5MCAzNDAsMTkwIFoiIC8+PC9zdmc+);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 15px;
  background-origin: border-box;
  padding-right: 23px;
  max-width: 100px;
}
input.form-control {
  -webkit-appearance: none;
  padding-right: 20px;
}
input.form-control + .clear-input {
  display: none;
  border: 0;
  background-color: transparent;
}
input.form-control.valid-text + .clear-input {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  color: #bbb;
  top: 0;
  right: 0;
  border: 1px solid transparent;
}
input.form-control.valid-text + .clear-input::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}
input.form-control + .clear-input:hover {
  color: var(--page-point-color);
}
input.form-control + .clear-input {
  display: none;
  border: 0;
  background-color: transparent;
}
input.form-control.valid-text + .clear-input {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  color: #bbb;
  top: 0;
  right: 0;
  border: 1px solid transparent;
}
input.form-control.valid-text + .clear-input::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}
input.form-control + .clear-input:hover {
  color: var(--page-point-color);
}
@media (max-width: 767.98px) {
  .form-control {
    width: 100%;
  }
}
.wr_form_wrap {
  display: grid;
  grid-template-columns: 1fr 0.5fr 2fr;
  gap: 10px;
  padding: 3px 0 0;
}
.wr_form_wrap label {
  font-size: 13px;
}
.wr_form_item {
  position: relative;
}
.wr_form_item input.form-control {
  padding-right: 40px;
}
.wr_form_item :where(.input-group, .form-control) {
  width: 100%;
}
@media (max-width: 768px) {
  .wr_form_wrap {
    display: flex;
    flex-direction: column;
  }
}
.wr_form_item .form-control {
  background-color: transparent;
  padding-right: 35px;
}
.custom_file {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}
.custom_checkbox {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
}
.custom_checkbox + span {
  user-select: none;
}
.custom_checkbox + span::before {
}
.custom_checkbox:checked + span::before {
  content: "\f14a";
  font-weight: 900;
}
.custom_checkbox[disabled],
.custom_checkbox[disabled] + span {
  opacity: 0.5;
}
.radio-inline + .radio-inline {
  margin-left: 20px;
}
.custom_radio {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
}
.custom_radio + span {
  user-select: none;
}
.custom_radio + span::before {
  font-size: 1.1em;
  vertical-align: 0px;
  color: #555;
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 300;
  margin: 0 5px 0 -20px;
}
.custom_radio:checked + span::before {
  content: "\f192";
  font-weight: 900;
}
.custom_radio[disabled],
.custom_radio[disabled] + span {
  opacity: 0.5;
}
#wr_captcha {
  margin-top: 0;
  width: 100%;
  max-width: 220px;
}
#captcha {
  z-index: 10;
  cursor: pointer;
  position: relative;
  filter: brightness(0.62) contrast(4.5) opacity(0.7);
  height: var(--form-height) !important;
  margin: 0;
  border: 1px solid transparent;
}
#captcha:hover {
  border-color: #222 !important;
}
#captcha + br {
  display: none;
}
#captcha + br + input {
  margin: 0 0 0 -1px !important;
  border-radius: 0;
  margin-left: -1px;
}
#captcha + br + input:focus {
  z-index: 15;
}
td:has(#captcha) {
  display: flex;
  gap: 0;
}
:is(.table_video, .table_blog2, .table_pd) {
  --board-template-columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--board-template-columns), minmax(0, 1fr));
  margin-inline: 0;
  gap: clamp(40px, 3vw, 70px) clamp(20px, 3vw, 30px);
}
:is(.table_video, .table_blog2, .table_pd)::before,
:is(.table_video, .table_blog2, .table_pd)::after {
  content: none;
}
@media (width >=576px) {
  : is(.table_video, .table_blog2, .table_pd) {
    --board-template-columns: 2;
  }
}
@media (width >=768px) {
  : is(.table_video, .table_blog2, .table_pd) {
    --board-template-columns: 3;
  }
}
:is(.table_video, .table_blog2, .table_pd) > dd {
  width: 100%;
  padding: 0;
}
:is(.table_video, .table_blog2, .table_pd) > dd:not([class]) {
  width: 100%;
  grid-column: span var(--board-template-columns);
}
:is(.table_video, .table_blog2, .table_pd) > dd.no_content {
  grid-column: span var(--board-template-columns);
}
:is(.board_list_list, .board_status_list) .table_default {
  border: 0;
  border-spacing: 0;
  border-top: 1px solid #333;
  margin-bottom: 0;
  width: 100%;
}
:is(.board_list_list, .board_status_list) .table_default :is(th, td) {
  padding: 17px 15px;
  font-size: clamp(15px, 3vw, 16px);
  border-bottom: 1px solid #ddd;
}
:is(.board_list_list, .board_status_list) .table_default td {
  color: #777;
  text-align: center;
}
:is(.board_list_list, .board_status_list) .table_default td.text-center {
  display: table-cell;
  text-align: center;
}
:is(.board_list_list, .board_status_list) .table_default thead th {
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  color: #222;
}
:is(.board_list_list, .board_status_list) .table_default tbody th.num {
  font-weight: normal;
}
:is(.board_list_list, .board_status_list) .table_default tbody .subject a {
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
}
:is(.board_list_list, .board_status_list) .table_default.table_responsive tbody th {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  :is(.board_list_list, .board_status_list) .table_default :is(colgroup, .num, .regdate, .hits, .writer) {
    display: none;
  }
  :is(.board_list_list, .board_status_list) .table_default .subject {
    width: 100%;
  }
  :is(.board_list_list, .board_status_list) .table_default .status {
    width: 35%;
  }
}


.subpage[data-page-id="customer02"] .title-h3 h3 {
  font-size: 2.25rem;
  letter-spacing: -0.03em;
}
.subpage[data-page-id="customer01"] #bbsArea {
  display: flex;
  flex-direction: column;
  gap: 4.2857rem;
}
.subpage[data-page-id="customer01"] #customer01.board_list_list {
  width: 100%;
}
.subpage[data-page-id="customer01"] #customer01 .table_default {
  width: 100%;
  table-layout: fixed;
  border-top: 0.1429rem solid #333;
  border-collapse: collapse;
}
/* 조회수 컬럼 제거 (게시판이 어디서 렌더되든 적용되도록 #customer01 기준) */
#customer01 .table_default col.hits_col,
#customer01 .table_default th.hits,
#customer01 .table_default td.hits {
  display: none !important;
}
.subpage[data-page-id="customer01"] #customer01 .table_default col.num_col {
  width: 10.7143rem !important;
}
.subpage[data-page-id="customer01"] #customer01 .table_default col.writer_col {
  width: 9.2857rem !important;
}
.subpage[data-page-id="customer01"] #customer01 .table_default col.regdate_col {
  width: 10.7143rem !important;
}
.subpage[data-page-id="customer01"] #customer01 .table_default col.hits_col {
  width: 8.5714rem !important;
}
.subpage[data-page-id="customer01"] #customer01 .table_default :is(th, td) {
  height: 5rem;
  padding: 1.25rem;
  vertical-align: middle;
  border-bottom: 0.0714rem solid #eaeaea;
}
.subpage[data-page-id="customer01"] #customer01 .table_default thead th {
  height: 5rem;
  border-bottom-color: #eaeaea;
  background: #fff;
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.03em;
}
.subpage[data-page-id="customer01"] #customer01 .table_default tbody tr.notice {
  background: #fafafa;
}
.subpage[data-page-id="customer01"] #customer01 .table_default tbody th.num {
  color: #888;
  font-size: 1.0714rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.subpage[data-page-id="customer01"] #customer01 .table_default tbody .subject {
  text-align: left;
}
.subpage[data-page-id="customer01"] #customer01 .table_default tbody .subject > span {
  display: block;
  min-width: 0;
}
.subpage[data-page-id="customer01"] #customer01 .table_default tbody .subject a {
  display: block;
  overflow: hidden;
  color: #111;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
.subpage[data-page-id="customer01"] #customer01 .table_default tbody :is(.writer, .regdate, .hits) {
  color: #888;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.01em;
}
.subpage[data-page-id="customer01"] #customer01 .table_default tbody :is(.writer, .regdate) span {
  color: inherit;
}
.subpage[data-page-id="customer01"] #customer01 .table_default .num .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.1429rem 0.4286rem;
  border-radius: 0.1429rem;
  background: #8b8c90;
  color: #fff;
  font-size: 0.825rem;
  font-weight: 600;
  line-height: 1.6;
}
.subpage[data-page-id="customer01"] #customer01 .table_default .subject .badge {
  display: none;
}
.subpage[data-page-id="customer01"] #bbsArea .pagination_wrap {
  margin: 0;
}
.subpage[data-page-id="customer01"] #bbsArea .pagination_wrap ul {
  gap: 0;
}
.subpage[data-page-id="customer01"] #bbsArea .pagination_wrap li + li {
  margin-left: 0;
}
.subpage[data-page-id="customer01"] #bbsArea .pagination_wrap a {
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
}
.subpage[data-page-id="customer01"] #bbsArea .pagination_wrap li.active a {
  width: 2.2857rem;
  background: var(--page-point-color);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.subpage[data-page-id="customer01"] #bbsArea .pagination_wrap .box a {
  width: 2.4286rem;
  height: 2.2857rem;
  border: 0;
  border-radius: 9999px;
  color: #aaa;
}
.subpage[data-page-id="customer01"] #bbsArea .search_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.3571rem;
  width: 100%;
  margin: -1.4286rem 0 0;
}
.subpage[data-page-id="customer01"] #bbsArea .search_wrap :is(.form-control, .btn) {
  /* height: 3.4286rem; */
  /* border-radius: 0.2857rem; */
  /* font-size: 1.0714rem; */
}
.subpage[data-page-id="customer01"] #bbsArea .search_wrap #search_kind {
  width: 8.5714rem;
  padding: 0 1.1429rem;
  border: 0.0714rem solid #ddd;
  background-color: #fff;
  color: #606060;
}
.subpage[data-page-id="customer01"] #bbsArea .search_wrap #search_query {
  width: 20rem;
  padding: 0 1.1429rem;
  border: 0.0714rem solid #ddd;
  background: #fff;
}
.subpage[data-page-id="customer01"] #bbsArea .search_wrap #search_btn {
  /* min-width: 4.7143rem; */
  /* padding: 0 1.0714rem; */
  /* background: #333; */
  /* color: #fff; */
  /* font-weight: 600; */
}
.subpage[data-page-id="customer01"] #bbsArea .search_wrap .write_btn_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
.subpage[data-page-id="customer01"] #bbsArea .search_wrap #write_btn {
  /* min-width: 8.9286rem; */
  /* height: 3.4286rem; */
  /* padding: 0 1.7857rem; */
  /* border-radius: 0.2857rem; */
  /* font-size: 1.0714rem; */
  /* font-weight: 600; */
}
@media (max-width: 767.98px) {
  .subpage[data-page-id="customer01"] #customer01 .table_default {
    table-layout: auto;
  }
  .subpage[data-page-id="customer01"] #customer01 .table_default :is(colgroup, .writer, .regdate, .hits) {
    display: none;
  }
  .subpage[data-page-id="customer01"] #customer01 .table_default .num {
    display: table-cell;
    width: 4.2857rem;
  }
  .subpage[data-page-id="customer01"] #customer01 .table_default tbody .subject a {
    font-size: 1.0714rem;
  }
  .subpage[data-page-id="customer01"] #bbsArea .search_wrap {
    flex-wrap: wrap;
    max-width: none;
  }
  .subpage[data-page-id="customer01"] #bbsArea .search_wrap #search_kind,
  .subpage[data-page-id="customer01"] #bbsArea .search_wrap #search_query {
    width: 100%;
  }
  .subpage[data-page-id="customer01"] #bbsArea .search_wrap #search_btn {
    width: 100%;
  }
  .subpage[data-page-id="customer01"] #bbsArea .search_wrap .write_btn_wrap {
    position: static;
    width: 100%;
  }
}
#customer01.board_list_list {
  width: 100%;
  max-width: 92.8571rem;
  margin: 0 auto;
}
#customer01.board_list_list .table_default {
  table-layout: fixed;
  border-top: 0.1429rem solid #333;
  border-collapse: collapse;
}
#customer01.board_list_list .table_default col.num_col {
  width: 10.7143rem !important;
}
#customer01.board_list_list .table_default col.writer_col {
  width: 9.2857rem !important;
}
#customer01.board_list_list .table_default col.regdate_col {
  width: 10.7143rem !important;
}
#customer01.board_list_list .table_default col.hits_col {
  width: 8.5714rem !important;
}
#customer01.board_list_list .table_default :is(th, td) {
  display: table-cell;
  height: 5.5714rem;
  padding: 1.2857rem;
  vertical-align: middle;
  border-bottom: 0.0714rem solid #eaeaea;
}
#customer01.board_list_list .table_default thead th {
  height: 5rem;
  border-bottom-color: #eaeaea;
  background: #fff;
  color: #333;
  font-size: 1.2857rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
#customer01.board_list_list .table_default tbody tr.notice {
  background: #fafafa;
}
#customer01.board_list_list .table_default tbody th.num {
  color: #888;
  font-size: 1.0714rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
#customer01.board_list_list .table_default tbody .subject {
  text-align: left;
}
#customer01.board_list_list .table_default tbody .subject > span {
  display: block;
  min-width: 0;
}
#customer01.board_list_list .table_default tbody .subject a {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 1.2857rem;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#customer01.board_list_list .table_default tbody :is(.writer, .regdate, .hits) {
  color: #888;
  font-size: 1.0714rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
#customer01.board_list_list .table_default tbody :is(.writer, .regdate) span {
  color: inherit;
}
#customer01.board_list_list .table_default .num .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.1429rem 0.4286rem;
  border-radius: 0.1429rem;
  background: #8b8c90;
  color: #fff;
  font-size: 0.9286rem;
  font-weight: 700;
  line-height: 1.6;
}
#customer01.board_list_list .table_default .subject .badge {
  display: none;
}
#customer01.board_list_list + .pagination_wrap,
#customer01.board_list_list + .pagination_wrap + .search_wrap {
  max-width: 92.8571rem;
  margin-inline: auto;
}
#customer01.board_list_list + .pagination_wrap {
  margin-block: 4.2857rem 2.8571rem;
}
#customer01.board_list_list + .pagination_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#customer01.board_list_list + .pagination_wrap li + li {
  margin-left: 0;
}
#customer01.board_list_list + .pagination_wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2857rem;
  height: 2.2857rem;
  border-radius: 0.2857rem;
  color: #333;
  font-size: 1.0714rem;
  font-weight: 500;
}
#customer01.board_list_list + .pagination_wrap li.active a {
  background: var(--page-point-color);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
#customer01.board_list_list + .pagination_wrap .box a {
  width: 2.4286rem;
  border: 0;
  border-radius: 9999px;
  color: #aaa;
}
#customer01.board_list_list + .pagination_wrap + .search_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.3571rem;
}
#customer01.board_list_list + .pagination_wrap + .search_wrap :is(.form-control, .btn) {
  /* height: 3.4286rem; */
  /* border-radius: 0.2857rem; */
  /* font-size: 1.125rem; */
}
#customer01.board_list_list + .pagination_wrap + .search_wrap #search_kind {
  width: 8.5714rem;
  padding: 0 1.1429rem;
  border: 0.0714rem solid #ddd;
  background-color: #fff;
  color: #606060;
}
#customer01.board_list_list + .pagination_wrap + .search_wrap #search_query {
  /* width: 20rem; */
  /* padding: 0 1.1429rem; */
  /* border: 0.0714rem solid #ddd; */
  /* background: #fff; */
}
#customer01.board_list_list + .pagination_wrap + .search_wrap #search_btn {
  /* min-width: 4.7143rem; */
  /* padding: 0 1.0714rem; */
  /* background: #333; */
  /* color: #fff; */
  /* font-weight: 600; */
}
#customer01.board_list_list + .pagination_wrap + .search_wrap .write_btn_wrap {
  /* position: absolute; */
  /* right: 0; */
  /* bottom: 0; */
  /* margin: 0; */
}
#customer01.board_list_list + .pagination_wrap + .search_wrap #write_btn {
  /* min-width: 8.9286rem; */
  /* height: 3.4286rem; */
  /* padding: 0 1.7857rem; */
  /* border-radius: 0.2857rem; */
  /* font-size: 0.9375rem; */
  /* font-weight: 500; */
}
.table_blog dd::after,
.table_blog dd .info {
  display: none;
}
.table_blog dd {
  cursor: pointer;
  display: flex;
  gap: 35px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding: 50px 0px;
}
.table_blog dd:hover {
  background-color: transparent;
}
.table_blog dd :is(.left, .right) {
  width: auto;
  height: auto;
}
.table_blog dd a {
  font-weight: 500;
}
:is(.table_blog dd:hover a, .table_blog dd a:is(:hover, :focus)) {
  color: var(--page-point-color);
}
@media (max-width: 767.98px) {
  .table_blog dd {
    flex-direction: column;
    gap: 0;
  }
}
.table_blog dd .right {
  display: flex;
  flex-direction: column;
  gap: 5px 15px;
  align-items: flex-start;
  width: auto;
  flex: 1;
}
.table_blog dd .right .info {
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  grid-column: 2;
  grid-row: span 2;
  margin-bottom: 0;
}
.table_blog dd .right :where(.writer, .hits) {
  display: none;
}
.table_blog dd .right a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 22px;
}
.table_blog dd .right .text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.table_blog dd .right p {
  padding: 0;
  font-size: clamp(14px, 3vw, 16px);
}
@media (max-width: 767.98px) {
  .table_blog dd .right {
    padding-top: 0;
  }
  .table_blog dd .right p {
    line-height: 1.5;
  }
}
.table_blog dd .left {
  flex: 0 1 auto;
  width: 200px;
}
.table_blog dd .left .thumb {
  aspect-ratio: 1.6666666667;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .table_blog dd .left {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
  }
}
:where(.table_video, .table_blog2, .table_pd) .inner {
  border: 0;
}
:is(.table_video, .table_blog, .table_blog2, .table_pd) a span.thumb + img.thumb {
  display: block;
  aspect-ratio: 5/3;
  object-fit: cover;
  width: 100%;
  height: auto;
  background-color: #ccc;
  border-radius: 10px;
}
:is(.table_video, .table_blog, .table_blog2, .table_pd) a span.thumb {
  display: none;
}
:is(.table_video, .table_blog2) dd {
  margin-bottom: 0;
}
:is(.table_video, .table_blog2) .bottom {
  margin-top: 15px;
  padding: 0;
}
:is(.table_video, .table_blog2) :where(.inner .bottom) a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
}
:where(.table_video, .table_blog2, .table_blog) :where(.inner .bottom, .right) .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px 0;
  padding: 0;
}
:where(.table_video, .table_blog2, .table_blog) :where(.inner .bottom, .right) .info {
  display: flex;
  gap: 10px;
}
:where(.table_video, .table_blog2, .table_blog) :where(.inner .bottom, .right) .info span {
  padding: 0;
  gap: 10px;
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.5;
}
:is(#form_history_list, #form_history_nologin) .board_wrapper {
  padding: 0;
  background: transparent;
  min-height: auto;
}
:is(.board_wrapper form[id*="form"] table.table, .board_wrapper form[id*="form"] :where(th, td)) {
  border: 0;
  line-height: 1;
}
.board_wrapper form[id*="form"] table.table {
  width: 100%;
  display: flex;
  border-top: 0;
}
.board_wrapper form[id*="form"] table.table th {
  padding: 0;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  width: auto;
  border-top: 0;
}
.board_wrapper form[id*="form"] table.table :is(th, td) {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .board_wrapper form[id*="form"] table.table th {
    margin-bottom: 15px;
  }
}
.board_wrapper form[id*="form"] table.table tbody {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.board_wrapper form[id*="form"] table.table tbody tr {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
  align-items: stretch;
  gap: 8px;
  padding: 25px 10px;
  border-bottom: 1px solid #ccc;
}
.board_wrapper form[id*="form"] #item_agree .checkbox {
  margin-top: 0;
}
.board_wrapper form[id*="form"] #item_agree label,
.board_wrapper form[id*="form"] #item_email .text-muted {
  font-size: clamp(13px, 2vw, 15px);
}
:where(.form-wrap, form) #list_btn {
  display: none;
}
/* customer inquiry form */
/* ===== 견적문의 2단 레이아웃 (좌: 안내 / 우: 폼) ===== */
.subpage[data-page-id="customer02"] .inquiry-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  width: 100%;
}
.subpage[data-page-id="customer02"] .inquiry-info {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  align-self: stretch;
  padding-right: 5rem;
}
.subpage[data-page-id="customer02"] .inquiry-info .title-h3 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 0;
  text-align: left;
}
.subpage[data-page-id="customer02"] .contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  padding-bottom: 0.625rem;
}
.subpage[data-page-id="customer02"] .contact-list li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.subpage[data-page-id="customer02"] .contact-list .ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--page-point-color);
}
.subpage[data-page-id="customer02"] .contact-list .ico .material-symbols-outlined {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
}
.subpage[data-page-id="customer02"] .contact-list .txt {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  line-height: 1.4;
}
.subpage[data-page-id="customer02"] .contact-list .txt strong {
  color: #111;
  font-size: 1rem;
  font-weight: 700;
}
.subpage[data-page-id="customer02"] .contact-list .txt p {
  color: #555;
  font-size: 1rem;
  font-weight: 400;
}
.subpage[data-page-id="customer02"] #bbsArea {
  flex: 1 0 0;
  min-width: 0;
  max-width: 62.5rem;
  margin-top: 0;
  padding-top: 1.5rem;
}
.subpage[data-page-id="customer02"] #form_customer02 {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.subpage[data-page-id="customer02"] #form_customer02 .board_write_table {
  display: block;
  border-top: 0;
}
.subpage[data-page-id="customer02"] #form_customer02 .board_write_table tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.38rem 1.5rem;
}
.subpage[data-page-id="customer02"] #form_customer02 .board_write_table tbody tr {
  display: flex;
  flex-direction: column;
  gap: 0.7143rem;
  padding: 0;
  border-bottom: 0;
}
.subpage[data-page-id="customer02"] #form_customer02 .board_write_table :is(th, td) {
  display: block;
  width: 100%;
  padding: 0;
}
.subpage[data-page-id="customer02"] #form_customer02 .board_write_table th {
  display: flex;
  align-items: flex-start;
  gap: 0.3571rem;
  color: #111;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.subpage[data-page-id="customer02"] #form_customer02 .board_write_table th .required_text {
  order: 2;
  margin: -0.05em 0 0;
  color: #f43900;
  font-size: 1.1429rem;
  font-weight: 600;
  line-height: 0.9;
}
.subpage[data-page-id="customer02"] #form_customer02 .board_write_table th span:not(.required_text) {
  order: 1;
}
.subpage[data-page-id="customer02"] #form_customer02 :is(.form-control, textarea.form-control) {
  width: 100%;
  height: 3.25rem;
  padding: 1rem 1rem;
  border: 0;
  border-radius: 0.2857rem;
  background: #f2f2f2;
  color: #111;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: none;
}
.subpage[data-page-id="customer02"] #form_customer02 :is(.form-control, textarea.form-control)::placeholder {
  color: #aaa;
  opacity: 1;
}
.subpage[data-page-id="customer02"] #form_customer02 :is(.form-control, textarea.form-control):focus {
  outline: 0.0714rem solid var(--page-point-color);
  outline-offset: 0;
  background: #fff;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_2 {
  grid-column: 1 / -1;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_2 textarea.form-control {
  min-height: 8.5714rem !important;
  resize: vertical;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_email {
  grid-column: 1 / -1;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_email .form-caption {
  display: none;
}
.subpage[data-page-id="customer02"] #form_customer02 :is(#item_captcha, #item_agree) {
  margin-top: 0.2857rem;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_captcha td {
  display: flex;
  align-items: center;
  gap: 0.2857rem;
}
.subpage[data-page-id="customer02"] #form_customer02 #captcha {
  flex: 0 0 7.5rem;
  width: 7.5rem;
  height: 2.8571rem !important;
  border: 0.0714rem solid #ddd !important;
  border-radius: 0.25rem;
  filter: none;
}
.subpage[data-page-id="customer02"] #form_customer02 #wr_captcha {
  flex: 1 1 auto;
  max-width: none;
  height: 2.8571rem;
  margin: 0 !important;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_agree td {
  display: flex;
  align-items: center;
  min-height: 2.8571rem;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_agree .checkbox {
  margin: 0;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_agree label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 0px;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_agree a {
  color: var(--page-point-color);
  text-decoration: underline;
  text-underline-offset: 0.1429rem;
}
/* 동의 체크박스 → 동그란 체크 아이콘 (Material Symbols check_circle) */
.subpage[data-page-id="customer02"] #form_customer02 #item_agree .custom_checkbox + span::before {
  content: "check_circle";
  font-family: var(--gms);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #aaa;
  margin: 0 0.5rem 0 0;
  transform: none;
  vertical-align: middle;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.subpage[data-page-id="customer02"] #form_customer02 #item_agree .custom_checkbox:checked + span::before {
  content: "check_circle";
  color: var(--page-point-color);
  font-weight: 400;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.subpage[data-page-id="customer02"] #form_customer02 fieldset > .text-center {
  display: flex;
  justify-content: center;
  margin-top: 4.2857rem;
}
.subpage[data-page-id="customer02"] #form_customer02 #write_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.5rem;
  width: 12.5rem;
  max-width: 100%;
  height: auto;
  padding: 1rem 1.25rem;
  border: 0.0625rem solid var(--page-point-color);
  border-radius: 0.25rem;
  background: #fff;
  color: var(--page-point-color);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color 0.2s, color 0.2s;
}
.subpage[data-page-id="customer02"] #form_customer02 #write_btn:hover,
.subpage[data-page-id="customer02"] #form_customer02 #write_btn:focus {
  background: var(--page-point-color);
  color: #fff;
}
@media (max-width: 991.98px) {
  .subpage[data-page-id="customer02"] .inquiry-layout {
    flex-direction: column;
    gap: 3.125rem;
  }
  .subpage[data-page-id="customer02"] .inquiry-info {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0;
  }
  .subpage[data-page-id="customer02"] #bbsArea {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .table.table_responsive tbody tr th {
    padding: 10px 30px 10px 0 !important;
  }

  .subpage[data-page-id="customer02"] #form_customer02 .board_write_table tbody {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }

  .subpage[data-page-id="customer02"] #form_customer02 .board_write_table tbody tr {
    gap: 0.5rem;
  }

  .subpage[data-page-id="customer02"] #form_customer02 .board_write_table th {
    margin-bottom: 0;
    line-height: 1.3;
  }

  .subpage[data-page-id="customer02"] #form_customer02 :is(.form-control, textarea.form-control) {
    height: 3rem;
    padding: 0.75rem 1rem;
  }

  .subpage[data-page-id="customer02"] #form_customer02 #item_2 textarea.form-control {
    min-height: 7rem !important;
  }

  .subpage[data-page-id="customer02"] #form_customer02 fieldset > .text-center {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .board_wrapper form[id*="form"] table.table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
:is(.find_container, .login_container) .member_wrapper .form-group {
  height: 52px;
}
:is(.find_container, .login_container) .member_wrapper .form-group input {
  border: 0;
  padding-left: 0;
}
:is(.find_container, .join_container, .join_write_container, .login_container) .form-group {
  height: 45px;
}
:is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
  padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 60px);
  border-radius: 30px;
  background: #fff;
}
:is(.find_container, .join_container, .join_write_container) .member_wrapper {
}
:is(.find_container, .login_container) :is(.member_wrapper) {
  max-width: 500px;
}
@media (max-width: 767.98px) {
  :is(.find_container, .join_container, .join_write_container, .login_container) {
    width: 100%;
    padding: 0 15px;
  }
  :is(.find_container, .join_container, .join_write_container, .login_container) .member_wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.member_wrapper {
  max-width: 1140px;
  padding-top: 120px;
  padding-bottom: 200px;
  margin: 0 auto;
}
.member_wrapper h1 {
  margin-top: 0;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border: 0;
  margin-bottom: 20px;
  padding-bottom: 0px;
  letter-spacing: -0.03em;
}
.member_wrapper h1 + p {
  line-height: 1.4;
  font-size: clamp(13px, 3vw, 15px);
  height: 80px;
  margin-bottom: 0;
  text-align: center;
  color: #666;
}
.member_wrapper .text-center {
  margin-top: 40px;
}
.member_wrapper .text-center .btn.btn-lg {
  padding-left: 40px;
  padding-right: 40px;
}
.member_wrapper #login_form input {
  padding-left: 5px;
  font-size: 15px;
}
#login_form .form-group label {
  position: relative;
}
#login_form .form-group label[class*="label-"] {
  text-indent: -9999px;
}
#login_form .form-group label::before {
  position: absolute;
  text-indent: 0;
  font-family: var(--gms);
  font-variation-settings: var(--gms-300-out);
  font-size: 22px;
  color: #888;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
#login_form .form-group:focus-within label[class*="label-"]::before {
  color: #000;
}
#login_form .form-group label.label-id::before {
  content: "\e7fd";
}
#login_form .form-group label.label-pw::before {
  content: "\e897";
}
#login_form .form-group label.label-email::before {
  content: "\e0e6";
}
@media (max-width: 767.98px) {
  .member_wrapper {
    padding: 60px 30px;
  }
  .member_wrapper :where(#login_form, fieldset) {
    display: flex;
    flex-direction: column;
  }
  .member_wrapper :where(#login_form, #login_form input) {
    font-size: clamp(13px, 3vw, 14px);
  }
  .member_wrapper #login_form input {
    border: 0;
    padding-right: 35px;
  }
}
.member_wrapper .join_agree .join_agree_box {
  width: auto;
  height: 250px;
  border: 1px solid var(--page-grey-color);
  padding: 15px;
  overflow-y: scroll;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .member_wrapper #login_form .control-label {
  }
}
.member_wrapper .join_agree_box + .checkbox {
  margin: 0;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 1.25em;
  gap: 5px;
  background-color: #f7f7f7;
  font-size: clamp(12px, 3vw, 15px);
}
.member_wrapper .join_agree_box + .checkbox label {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-size: clamp(13px, 2vw, 14px);
}
.member_wrapper .join_agree_box + .checkbox input {
  position: static;
  margin: 0;
  margin-right: 7px;
}
.member_wrapper .join_agree_box + .checkbox > a {
  font-size: 14px;
  color: #1c54e4;
  font-weight: 500;
}
.member_wrapper .join_agree_box + .checkbox > a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .member_wrapper .join_agree_box + .checkbox > a {
    font-size: 0.75em;
  }
}
.member_wrapper .form-group {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
}
.member_wrapper .form-group > * {
  width: auto;
  padding: 0;
}
.member_wrapper .form-group:focus-within {
  z-index: 100;
  border-color: var(--page-point-color);
}
.member_wrapper .form-group:focus-within span.material-symbols-outlined {
  opacity: 1;
  color: var(--page-point-color);
}
.member_wrapper .form-group:nth-of-type(1) {
  margin-bottom: -1px !important;
}
.member_wrapper .form-group:nth-of-type(2) {
  margin-bottom: 0px !important;
}
.member_wrapper .form-group label span.material-symbols-outlined {
  opacity: 0.5;
  translate: 0 1px;
  font-variation-settings: var(--gms-400-out);
  font-size: 1.25rem;
  color: #000;
}
.member_wrapper .form-group > label:nth-child(1) {
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-3px);
}
.member_wrapper .form-group > div:nth-child(2) {
  flex: 1;
}
@media (max-width: 767.98px) {
  .member_wrapper .form-group > div:last-child {
    width: 100%;
  }
}
:is(#find_btn, #login_btn) {
  margin-top: 25px;
  height: 50px;
  width: 100%;
  border-radius: 9999px;
}
:is(#find_idpw, .join_wrapper, .login_wrapper) {
  z-index: 10;
  width: 100%;
  padding: 200px 0 120px;
  background: #f7f7f7;
}
@media (max-width: 767.98px) {
  :is(#find_idpw, .join_wrapper, .login_wrapper) {
    margin-top: 0;
    position: relative;
    padding: 30px 0 100px;
    height: auto;
  }
}
:where(#find_idpw, .login_wrapper) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width >=992px) {
  : where(#find_idpw, .login_wrapper) {
    padding: 0 !important;
    height: calc(var(--svh100) - var(--navbar-height)) !important;
  }
}
@media (height <=700px) {
  : where(#find_idpw, .login_wrapper) {
    height: auto;
    min-height: 700px;
    align-items: flex-start;
  }
}
.member_wrapper .login_extra {
  margin-top: 30px;
}
.member_wrapper .login_extra ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 15px;
}
.member_wrapper .login_extra li > a {
  font-size: clamp(13px, 3vw, 14px);
}
.member_wrapper .login_extra li + li {
  margin-left: 0;
}
.member_wrapper .login_extra li + li::before {
  content: none !important;
}
@media (max-width: 767.98px) {
  .member_wrapper .login_extra ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .member_wrapper .login_extra li + li::before {
    content: none;
  }
}
@media (max-width: 767.98px) {
  .member_wrapper #join_form tr th {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .member_wrapper #join_form tr td {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 5px;
  }
  .member_wrapper #join_form tr td > div:has(textarea) {
    width: 100%;
  }
  .member_wrapper #join_form tr td[style="vertical-align:middle"] {
    align-items: center;
    padding-inline: 20px;
  }
  .member_wrapper #join_form tr td[style="vertical-align:middle"] span {
    margin-top: 0;
  }
  .member_wrapper #join_form tr td input:not(#mb_mailing) {
    width: 100%;
  }
}
.member_wrapper .join_agree h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.member_wrapper .table {
  width: 100%;
}
.member_wrapper .table tbody {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.member_wrapper .table tbody tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
  margin-bottom: -1px;
}
.member_wrapper .table tbody tr th {
  text-align: left;
  width: auto;
}
.member_wrapper .table tbody tr th span {
  color: var(--page-point-color);
}
.member_wrapper .table tbody tr td {
  padding-inline: 15px;
  display: flex;
  gap: 5px;
}
.member_wrapper .table tbody tr :where(th, td) {
  display: block;
  font-size: clamp(13px, 3vw, 15px);
}
@media (max-width: 767.98px) {
  :where(.member_wrapper .table, .member_wrapper .table :where(tbody, tbody tr)) {
    display: block;
    width: 100%;
  }
  .member_wrapper .table tbody tr :where(th, td) {
    display: block;
    width: 100%;
    font-size: clamp(15px, 2vw, 17px);
  }
  .member_wrapper .table tbody tr th {
    padding: 10px 30px;
  }
  .member_wrapper .table .files_upload_wrap {
    display: flex;
    flex-direction: column;
  }
  .member_wrapper .table .files_upload_wrap .files {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .member_wrapper .table .files_upload_wrap .files input {
    width: auto;
  }
  .member_wrapper .table .files_upload_wrap .files .file_add {
    position: relative;
    right: auto;
  }
  .member_wrapper .table .files_upload_wrap .btn {
    width: 100%;
    aspect-ratio: inherit;
    margin-top: 15px;
  }
}
:is(.privacy_container, .agreement_container) {
  text-align: left;
}
:is(.privacy_container, .agreement_container) h1 {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  margin-bottom: 40px;
}
:where(.privacy_container, .agreement_container) .privacy_body {
  font-size: 1rem;
  line-height: 1.6em;
  padding-inline: clamp(20px, 3vw, 50px);
}
@media (max-width: 767.98px) {
  :where(.privacy_container, .agreement_container) .member_wrapper {
    padding: 50px 30px;
  }
}
.maintenance {
  background: #f4f4f4;
  padding: 120px 25px;
  text-align: center;
  border-radius: 20px;
}
.maintenance span.material-symbols-outlined {
  display: inline-block;
  line-height: 1;
  font-size: 74px;
  margin-bottom: 20px;
}
.maintenance .big-cont {
  display: block;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
.maintenance .small-cont {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #818181;
  margin-bottom: 20px;
}
.subpage .subpage-content {
  overflow: hidden;
}
.subpage .sub-head {
  position: relative;
  height: 33.75rem;
  overflow: hidden;
  background: #131e35;
}
.subpage .sub-head .visual-box {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #555;
}
.subpage .sub-head .visual-box .img-box {
  position: absolute;
  inset: 0;
  background: #131e35;
}
.subpage .sub-head .visual-box .img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgb(0 0 0 / 0.3); */
}
.subpage .sub-head .visual-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage .sub-head .title-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8571rem;
  width: 100%;
  max-width: 92.8571rem;
  height: 33.4286rem;
  margin-inline: auto;
  padding-top: 1.4286rem;
  text-align: center;
}
.subpage .sub-head .title-box h2 {
  color: #fff;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.subpage .sub-head .title-box p {
  color: #fff;
  font-size: var(--fs-3);
  font-weight: 400;
  line-height: 1.1;
  opacity: 0.6;
}
.subpage .sub-head .tab-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  height: 4.5rem;
  background: rgb(255 255 255 / 0.1);
  backdrop-filter: blur(20px);
}

/* 언어 필터 JS 실행 전 반대 언어 탭이 잠깐 노출되는 현상 방지 */
html[lang^="ko"] .subpage .tab-wrap [data-lang="en"],
html[lang^="en"] .subpage .tab-wrap [data-lang="ko"] {
  display: none !important;
}

.subpage .sub-head .tab-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16.4286rem;
  height: 100%;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 450;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.02em;
  transition: all 0.25s;
}
.subpage .sub-head .tab-wrap a:hover {
  background: rgba(255,255,255,0.1);
}
.subpage .sub-head .tab-wrap a.active {
  background: #fff;
  color: #1e376e;
  font-weight: 600;
}
.subpage .subpage-content .container {
  width: 100%;
  max-width: 81.25rem;
  margin-inline: auto;
}
.subpage .title-h3 span {
  color: #1e376e;
  font-size: var(--fs-3);
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
.subpage .title-h3 h3 {
  color: #111;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  letter-spacing: -0.04em;
}
.subpage[data-page-id="about01"] .se01 {
  position: relative;
  padding-bottom: 0;
}
.subpage[data-page-id="about01"] .se01::before {
  content: none;
}
.subpage[data-page-id="about01"] .container {
  position: relative;
  z-index: 1;
}
.subpage[data-page-id="about01"] .intro-area {
  position: relative;
  padding-bottom: 11.4286rem;
  overflow: hidden;
  margin-top: -1.5rem;
}
.subpage[data-page-id="about01"] .intro-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 15rem;
  height: 40.7143rem;
  pointer-events: none;
  display: none;
}
.subpage[data-page-id="about01"] .intro-bg img {
  width: 100%;
  height: 72.8571rem;
  object-fit: cover;
}
.subpage[data-page-id="about01"] .intro-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.subpage[data-page-id="about01"] .txt-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5714rem;
  width: 100%;
}
.subpage[data-page-id="about01"] .txt-box p {
  color: #333;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.03em;
}
.subpage[data-page-id="about01"] .intro-wrap .img-box {
  width: 100%;
  height: 31.25rem;
  overflow: hidden;
  border-radius: 0.5714rem;
  background: #666;
}
.subpage[data-page-id="about01"] .intro-wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage[data-page-id="about03"] .se01 {
  padding-bottom: 11.4286rem;
}
.subpage[data-page-id="about03"] .map-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8571rem;
}
.subpage[data-page-id="about03"] .map-box {
  width: 100%;
  height: 34.2857rem;
  overflow: hidden;
  border-radius: 0.5714rem;
}
.subpage[data-page-id="about03"] .map-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.subpage[data-page-id="about03"] .map-wrap .img-box {
  width: 100%;
  height: 34.2857rem;
  overflow: hidden;
  border-radius: 0.5714rem;
  background: #575757;
}
.subpage[data-page-id="about03"] .map-wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage[data-page-id="about03"] .info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 3.5714rem;
}
.subpage[data-page-id="about03"] .info-wrap > p {
  flex: 1 1 auto;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.subpage[data-page-id="about03"] .info-list {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 3.5714rem;
}
.subpage[data-page-id="about03"] .info-list li {
  display: flex;
  align-items: center;
  gap: 0.8571rem;
}
.subpage[data-page-id="about03"] .info-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1429rem;
  height: 2.1429rem;
  border-radius: 7.1429rem;
  background: #1e376e;
  font-style: normal;
}
.subpage[data-page-id="about03"] .info-list i span {
  color: #fff;
  font-size: 1.2857rem;
  font-weight: 400;
  line-height: 1;
  font-variation-settings: var(--gms-700-fill), var(--gms-grad-zero);
}
.subpage[data-page-id="about03"] .info-list strong {
  color: #333;
  font-size: var(--fs-3);
  font-weight: 700;
  line-height: 1.5;
}
.subpage[data-page-id="about03"] .info-list li > span {
  color: #555;
  font-size: var(--fs-3);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.016em;
}
.subpage.service-page .sub-head .visual-box .img-box::after {
  /* background: rgb(0 0 0 / 0.45); */
}
.subpage.service-page .view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background: #fff;
  color: #333;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}
.subpage.service-page .view-btn > span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.subpage.service-page .view-btn i {
  display: inline-flex;
  font-style: normal;
  font-size: 1rem;
}
.subpage.service-page .view-btn i span {
  color: #333;
  font-size: 1.1429rem;
  font-weight: 400;
  line-height: 1;
  transition: color 0.25s ease;
}

/*
.subpage[data-page-id="service01"] .view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background: #fff;
  color: #333;
}
.subpage[data-page-id="service01"] .view-btn > span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}
.subpage[data-page-id="service01"] .view-btn i {
  display: inline-flex;
  font-style: normal;
  font-size: 1rem;
}
.subpage[data-page-id="service01"] .view-btn i span {
  color: #333;
  font-size: 1.1429rem;
  font-weight: 400;
  line-height: 1;
}

 */


.subpage.service-page .view-btn:is(:hover, :focus),
.subpage.service-page .logo-box:is(:hover, :focus-within) .view-btn {
  border-color: var(--page-point-color);
  background: var(--page-point-color);
  color: #fff;
}
.subpage.service-page .view-btn:is(:hover, :focus) i span,
.subpage.service-page .logo-box:is(:hover, :focus-within) .view-btn i span {
  color: #fff;
}
.subpage.service-page .down-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding:  0.625rem 1.25rem;
  border-radius: 0.25rem;
  background: var(--page-point-color);
  color: #fff;
  transition: all 0.25s ease;
}
.subpage.service-page .down-btn > span {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}
.subpage.service-page .down-btn i {
  display: inline-flex;
  font-style: normal;
}
.subpage.service-page .down-btn i span {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}
.subpage[data-page-id="service01"] .se01 {
  padding-bottom: 11.4286rem;
}
.subpage[data-page-id="service01"] .se02 {
  padding-bottom: 11.4286rem;
}
.subpage[data-page-id="service01"] .brand-wrap {
  position: relative;
  padding-block: 7.1429rem;
  overflow: hidden;
  background: #fff;
}
.subpage[data-page-id="service01"] .brand-bg {
  position: absolute;
  inset: 0;
  background: #f4f4f4;
  overflow: hidden;
}
.subpage[data-page-id="service01"] .brand-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  /* opacity: 0.1; */
  mix-blend-mode: multiply;
}
.subpage[data-page-id="service01"] .brand-wrap .container {
  position: relative;
  z-index: 1;
}
.subpage[data-page-id="service01"] .brand-card {
  display: flex;
  align-items: center;
  gap: 6.25rem;
}
.subpage[data-page-id="service01"] .logo-box,
.subpage[data-page-id="service02"] .logo-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-4);
  width: 28.75rem;
  height: 18.5rem;
  padding: 3.5714rem 0 3.2143rem;
  overflow: hidden;
  border: 0.0714rem solid transparent;
  border-radius: 0.5714rem;
  background: #fff;
  box-shadow: 0 0 2.1429rem 0.1429rem rgb(0 0 0 / 0.05);
  transition: border-color 0.25s ease;
}
.subpage[data-page-id="service01"] .logo-box img {
  /* width: 17.8571rem; */
  /* height: 7.5714rem; */
  object-fit: contain;
}
.subpage:is([data-page-id="service01"], [data-page-id="service02"], [data-page-id="service03"])
  .logo-box:is(:hover, :focus-within) {
  border-color: var(--page-point-color);
}
.subpage[data-page-id="service01"] .logo-box h4 {
  color: #1e376e;
  font-size: 1.7143rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.subpage[data-page-id="service01"] .brand-card .txt-box {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap-4);
}
.subpage[data-page-id="service01"] .head-box {
  display: flex;
  flex-direction: column;
  gap: 0.3571rem;
}
.subpage[data-page-id="service01"] .head-box h4,
.subpage[data-page-id="service02"] .head-box h4 {
  color: #111;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.04em;
}
.subpage[data-page-id="service01"] .head-box strong {
  color: #111;
  font-size: var(--fs-4);
  font-weight: 700;
  line-height: 1.6;
}
.subpage[data-page-id="service01"] .cont-box {
  display: flex;
  flex-direction: column;
  gap: 0.8571rem;
}
.subpage[data-page-id="service01"] .cont-box h5 {
  color: #1e376e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -0.03em;
}
.subpage[data-page-id="service01"] .cont-box p,
.subpage[data-page-id="service02"] .cont-box p{
  color: #444;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.03em;
}
.subpage[data-page-id="service01"] .down-wrap {
  padding-top: 7.1429rem;
}
.subpage[data-page-id="service01"] .down-list {
  display: flex;
  flex-direction: column;
  gap: var(--gap-3);
}
.subpage[data-page-id="service01"] .down-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* min-height: 8.5714rem; */
  padding: 2.875rem 3.75rem;
  border: 3px solid #eee;
  border-radius: 0.5rem;
  overflow: hidden;
}
.subpage[data-page-id="service01"] .down-list strong {
  color: #111;
  font-size: var(--fs-5);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
#site .down-btn:hover {
  background: var(--page-point-color-dark);
}
.subpage[data-page-id="service01"] .down-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding:  0.625rem 1.25rem;
  border-radius: 0.25rem;
  background: var(--page-point-color);
  color: #fff;
  transition: all 0.25s ease;
}
.subpage[data-page-id="service01"] .down-btn > span {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
}
.subpage[data-page-id="service01"] .down-btn i {
  display: inline-flex;
  font-style: normal;
}
.subpage.service-page .dot-list {
  display: flex;
  flex-direction: column;
  gap: 0.4286rem;
}
.subpage.service-page .dot-list li {
  position: relative;
  padding-left: 1.1429rem;
  color: #555;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.subpage.service-page .dot-list li::before {
  content: "";
  position: absolute;
  left: 0.1429rem;
  top: 0.65rem;
  width: 0.25rem;
  height: 0.25rem;
  background: #333;
}
.subpage[data-page-id="service02"] .se01 {
  padding-bottom: 11.4286rem;
}
.subpage[data-page-id="service02"] .brand-wrap {
  position: relative;
  padding-block: 7.1429rem;
  overflow: hidden;
  background: #fff;
}
.subpage[data-page-id="service02"] .brand-bg {
  position: absolute;
  inset: 0;
  background: #f4f4f4;
  overflow: hidden;
}
.subpage[data-page-id="service02"] .brand-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  /* opacity: 0.1; */
  mix-blend-mode: multiply;
}
.subpage[data-page-id="service02"] .brand-wrap .container {
  position: relative;
  z-index: 1;
}
.subpage[data-page-id="service02"] .brand-card {
  display: flex;
  align-items: center;
  gap: 6.25rem;
}
/* .subpage[data-page-id="service02"] .logo-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-4);
  width: 32.8571rem;
  height: 20rem;
  padding: 3.5714rem 0 3.2143rem;
  border: 0.0714rem solid transparent;
  border-radius: 0.5714rem;
  background: #fff;
  box-shadow: 0 0 2.1429rem 0.1429rem rgb(0 0 0 / 0.05);
  transition: border-color 0.25s ease;
} */
.subpage[data-page-id="service02"] .logo-box img {
  /* width: 17rem; */
  /* height: 7.5714rem; */
  /* object-fit: contain; */
}
.subpage[data-page-id="service02"] .brand-card .txt-box {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-4);
}
.subpage[data-page-id="service02"] .head-box {
  display: flex;
  flex-direction: column;
  gap: 0.3571rem;
}
.subpage[data-page-id="service02"] .head-box h4 {
  color: #111;
  font-size: 2.5714rem;
  font-weight: 600;
  line-height: 1.6;
}
.subpage[data-page-id="service02"] .head-box strong {
  color: #111;
  font-size: var(--fs-4);
  font-weight: 700;
  line-height: 1.6;
}
/* .subpage[data-page-id="service02"] .cont-box p {
  color: #555;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
} */
.subpage[data-page-id="service02"] .down-wrap {
  padding-top: 7.1429rem;
}
.subpage[data-page-id="service02"] .down-list {
  display: flex;
  flex-direction: column;
  gap: var(--gap-3);
}
.subpage[data-page-id="service02"] .down-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.2857rem;
  padding: 2.875rem 3.75rem;
  border: 0.2143rem solid #eee;
  border-radius: 0.5714rem;
}
.subpage[data-page-id="service02"] .down-list strong {
  display: block;
  color: #111;
  font-size: var(--fs-5);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.1429rem;
  letter-spacing: -0.02em;
}
.subpage[data-page-id="service03"] .se01 {
  padding-bottom: 11.4286rem;
}
.subpage[data-page-id="service03"] .partner-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.2857rem;
}
.subpage[data-page-id="service03"] .partner-item {
  display: flex;
  align-items: center;
  gap: 4.2857rem;
  padding: 3.5714rem;
  border-radius: 0.5714rem;
  background: #f7f7f7;
}
.subpage[data-page-id="service03"] .partner-item .logo-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-4);
  width: 27rem;
  height: 16.25rem;
  padding: 3.5714rem 0;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0 2.1429rem 0.1429rem rgb(0 0 0 / 0.05);
  transition: border-color 0.25s ease;
}

.subpage[data-page-id="service03"] .partner-item .logo-box:hover {
  border-color: var(--page-point-color);
}
.subpage[data-page-id="service03"] .partner-item .logo-box img {
  /* width: 17.8571rem; */
  /* height: 7.1429rem; */
  object-fit: contain;
}
.subpage[data-page-id="service03"] .partner-item .txt-box {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.subpage[data-page-id="service03"] .partner-item .txt-box h4 {
  color: #111;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.subpage[data-page-id="service03"] .partner-item .txt-box h4 + .dot-list {
  margin-top: 1rem;
}
.subpage[data-page-id="service03"] .partner-item .txt-box .dot-list + .down-btn {
  margin-top: 2rem;
}
.subpage[data-page-id="service04"] .se01 {
  padding-bottom: 11.4286rem;
}
.subpage[data-page-id="service04"] .module-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  padding-block: 5rem;
  border-radius: 0.5714rem;
  background: #f7f7f7;
}
.subpage[data-page-id="service04"] .module-wrap .title-desc {
  font-size: 1.5rem;
  text-align: center;
}
.subpage[data-page-id="service04"] .module-wrap .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625rem;
}
.subpage[data-page-id="service04"] .module-wrap .title-box h4 {
  color: #111;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.04em;
}
.subpage[data-page-id="service04"] .module-wrap .img-box {
  width: 32.5rem;
  box-shadow: 0 0 2.1429rem 0.1429rem rgb(0 0 0 / 0.05);
}
.subpage[data-page-id="service04"] .module-wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage.partner-page .sub-head .visual-box .img-box::after {
  /* background: rgb(0 0 0 / 0.4); */
}
.subpage.partner-page .sub-head {
  height: 33.4286rem;
}
.subpage.partner-page .sub-head .title-box {
  height: 100%;
  /* padding-top: 0; */
}
.subpage.customer-page .sub-head .visual-box .img-box::after {
  background: rgb(3 26 55 / 0.6);
  mix-blend-mode: lighten;
}
.subpage[data-page-id="partner01"] .se01 {
  padding-bottom: 10rem;
}
.subpage[data-page-id="partner01"] .se02 {
  padding-bottom: 10rem;
}
.subpage[data-page-id="partner01"] .partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.subpage[data-page-id="partner01"] .partner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-4);
  height: 22.1429rem;
  padding: 3.5714rem 2.8571rem;
  border: 0.1429rem solid #eee;
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
}
.subpage[data-page-id="partner01"] .partner-card img {
  max-width: 10rem;
  max-height: 5.2857rem;
  object-fit: contain;
}
.subpage[data-page-id="partner01"] .partner-card p {
  color: #333;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.02em;
}
.subpage[data-page-id="partner01"] .partner-card.logo-text p {
  font-size: 1.75rem;
  font-weight: 700;
}
.subpage[data-page-id="partner01"] .logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.subpage[data-page-id="partner01"] .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  border: 0.1429rem solid #eee;
  border-radius: 0.5rem;
  overflow: hidden;
}
.subpage[data-page-id="partner01"] .logo-item img {
  /* max-width: 75%; */
  /* max-height: 70%; */
  object-fit: contain;
}

/* ---------------------------- [DSK] service01 버튼 크기 통일 ---------------------------- */
/* 상단 brand-card Download + 하단 View more/Download 모두 동일 사이즈 */
.subpage[data-page-id="service01"] :is(.view-btn, .down-btn) {
  box-sizing: border-box;
  min-width: 9.5rem; /* 동일 너비 */
  min-height: 2.875rem; /* 동일 높이 */
  padding-block: 0;
  padding-inline: 1.25rem;
}

/* 상단 brand-card 의 긴 Download → stretch 해제하여 동일 사이즈로 */
.subpage[data-page-id="service01"] .brand-card .txt-box .down-btn {
  align-self: flex-start;
  width: auto;
}

/* ---------------------------- nav-top (다국어 KR/EN 전환) ---------------------------- */
.navbar .nav-top {
  display: flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}
/* KR | EN 사이 구분선 */
.navbar .nav-top .line {
  display: block;
  width: 1px;
  height: 12px;
  margin-inline: clamp(8px, 1.5vw, 14px);
  background-color: var(--navbar-scroll-color);
  opacity: 0.3;
  transition: background-color 0.3s;
}
/* 언어 버튼 - navbar 색상 변수에 연동(상단 흰색 / 스크롤 시 진한색 자동 전환) */
.navbar .nav-top .lang-change-btn {
  all: unset;
  cursor: pointer;
  color: var(--navbar-scroll-color);
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.5;
  transition: color 0.3s, opacity 0.3s;
}
.navbar .nav-top .lang-change-btn span {
  display: block;
}
/* 현재 선택된 언어 */
.navbar .nav-top .lang-change-btn.active {
  opacity: 1;
}
/* 선택 안 된 언어 hover */
.navbar .nav-top .lang-change-btn:not(.active):hover {
  color: var(--navbar-scroll-color-hover);
  opacity: 1;
}
@media (max-width: 575.98px) {
  .navbar .nav-top .lang-change-btn {
    font-size: 13px;
  }
  .navbar .nav-top .line {
    height: 10px;
  }
}

/* ---------------------------- DSK mobile optimization ---------------------------- */
@media (max-width: 767.98px) {
  :root {
    --container-padding-inline: 20px;
    --navbar-height: 64px;
    --form-height: 44px;
  }

  .navbar {
    --navbar-scroll-color: #111;
    --navbar-scroll-color-hover: var(--page-point-color);
    --navbar-scroll-background-color: #fff !important;
    --navbar-scroll-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    background-color: #fff !important;
    overflow: visible;
  }

  .navbar:is(.navTop, .navScroll, .isscrolled, :hover) {
    --navbar-scroll-color: #111;
    --navbar-scroll-color-hover: var(--page-point-color);
    --navbar-scroll-background-color: #fff !important;
    --navbar-scroll-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    background-color: #fff !important;
  }

  .navbar .navbar-header {
    gap: 0.875rem;
  }

  .navbar .navbar-brand img {
    content: url("/public/img/logo/main-color-logo.png");
  }

  .navbar .container,
  .mainpage section > .container,
  .subpage .subpage-content .container,
  footer .container {
    max-width: 100%;
    padding-inline: var(--container-padding-inline);
  }

  .navbar .navbar-brand,
  .navbar .navbar-brand:is(:hover, :focus) {
    order: 1;
    width: auto;
    max-width: 10.5rem;
  }

  .navbar .navbar-brand img {
    width: auto;
    max-width: min(10.5rem, 100%);
    height: auto;
  }

  .navbar .nav-top {
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }

  .navbar .nav-top .lang-change-btn {
    font-size: 0.75rem;
  }

  .navbar .nav-top .line {
    margin-inline: 0.4375rem;
    background-color: #111;
  }

  .navbar .navbar-collapse {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1002;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 0.875rem 1.5rem rgba(0, 0, 0, 0.12);
  }

  .navbar .navbar-toggle {
    order: 3;
    flex: 0 0 auto;
    color: #111;
  }

  .navbar .navbar-collapse.open,
  .navbar .navbar-collapse.in,
  .navbar .navbar-collapse.collapse.in {
    max-height: calc(var(--svh100) - var(--navbar-height));
    overflow-y: auto;
    background: #fff;
  }

  .navbar .navbar-collapse .navbar-right > li > a,
  .navbar .navbar-collapse .navbar-right > li > .dropdown-toggle {
    height: 3.5rem;
    padding-inline: var(--container-padding-inline);
    color: #111 !important;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1.2;
    background: #fff !important;
    border-bottom: 1px solid #e5e5e5;
  }

  .navbar .navbar-collapse .navbar-right .dropdown-menu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: #f7f8fb;
  }

  .navbar .navbar-collapse .navbar-right > li.open .dropdown-menu,
  .navbar .navbar-collapse .navbar-right > li.show .dropdown-menu {
    max-height: 30rem;
    opacity: 1;
  }

  .navbar .navbar-collapse .navbar-right .dropdown-menu li {
    display: block;
    width: 100%;
  }

  .navbar .navbar-collapse .navbar-right .dropdown-menu a {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    min-height: 2.875rem;
    padding: 0.75rem var(--container-padding-inline) !important;
    color: #333 !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    white-space: normal !important;
    background: transparent !important;
    border-bottom: 1px solid #e7eaf0;
  }

  .navbar .navbar-collapse .navbar-right .dropdown-menu :is(.img-box, .thumb, img, picture, figure, p, small) {
    display: none !important;
  }

  #mainCarouselSwiper .swiper-slide {
    height: 31.25rem;
  }

  #mainCarouselSwiper .swiper-caption {
    padding-top: 4.5rem;
    padding-inline: var(--container-padding-inline);
    text-align: left;
  }

  #mainCarouselSwiper .swiper-caption h1 {
    margin-bottom: 1.75rem;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  #mainCarouselSwiper .swiper-caption p {
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  #mainCarouselSwiper .main-caption-logos {
    flex-wrap: wrap;
    width: 100%;
  }

  #mainCarouselSwiper .main-caption-logo {
    flex-basis: calc(50% - 0.25rem);
    width: calc(50% - 0.25rem);
    height: 3.75rem;
  }

  #mainCarouselSwiper .swiper-indicator-wrap {
    left: var(--container-padding-inline);
    right: var(--container-padding-inline);
    bottom: 2rem;
    width: auto;
    transform: none;
  }

  .mainpage section#main01 .service-list,
  .mainpage section#main02 .link-list,
  .mainpage section#main03 .center-grid,
  .subpage[data-page-id="service01"] .brand-card,
  .subpage[data-page-id="service02"] .brand-card,
  .subpage[data-page-id="service03"] .partner-item {
    align-items: stretch;
    flex-direction: column;
    gap: 1.5rem;
  }

  .mainpage section#main01 .service-item {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    gap: 0.875rem;
  }

  .mainpage section#main01 {
    padding-block: 4rem;
  }

  .mainpage section#main01 .m-title-h3 {
    padding-bottom: 2.5rem;
  }

  .mainpage section#main01 .m-title-h3 h3,
  .mainpage section#main02 .m-title-h3 h3,
  .mainpage section#main03 .m-title-h3 h3 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .mainpage section#main01 .service-item .img-box {
    height: clamp(13.5rem, 56vw, 20rem);
    min-height: 13.5rem;
    aspect-ratio: 16 / 10;
  }

  .mainpage section#main01 .service-item .img-box img {
    display: block;
    object-fit: cover;
  }

  .mainpage section#main01 .service-item[href*="service03"] .img-box img {
    object-fit: contain;
    object-position: center;
    padding: 1rem;
  }

  .mainpage section#main01 .service-item h4 {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .mainpage section#main02,
  .mainpage section#main03 {
    padding-block: 4rem;
  }

  .mainpage section#main02 .company-wrap {
    gap: 3rem;
  }

  .mainpage section#main02 .link-list {
    width: 100%;
  }

  .mainpage section#main02 .link-list > a {
    width: 100%;
  }

  .mainpage section#main03 .notice-wrap,
  .mainpage section#main03 .contact-box {
    flex-basis: auto;
    width: 100%;
  }

  .mainpage section#main03 .board_box_list .type_list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.625rem;
    min-height: auto;
    padding-block: 1.25rem;
  }

  .mainpage section#main03 .board_box_list .type_list li a {
    width: 100%;
    min-width: 0;
  }

  .mainpage section#main03 .board_box_list .type_list li .subject {
    display: block;
    width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-size: 1rem;
    line-height: 1.5;
  }

  .mainpage section#main03 .board_box_list .type_list li .info {
    width: 100%;
  }

  .subpage .sub-head {
    height: 16.25rem;
  }

  .subpage.partner-page .sub-head {
    height: 16.25rem;
  }

  .subpage.partner-page .sub-head .title-box {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 var(--container-padding-inline);
    transform: translateY(2rem);
  }

  .subpage .sub-head .title-box {
    height: 100%;
    padding-inline: var(--container-padding-inline);
    padding-top: 0;
  }

  .subpage .sub-head .title-box h2 {
    font-size: 2rem;
  }

  .subpage .title-h3 {
    --text-between: 0.5rem;
    margin-bottom: 2.5rem;
  }

  .subpage .title-h3 h3 {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.035em;
  }

  .subpage section {
    padding-top: 4rem;
    padding-bottom: 4rem !important; 
  }

  .subpage .sub-head .tab-wrap {
    /* justify-content: flex-start; */
    flex-wrap: nowrap;
    height: auto;
    min-height: 3.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: var(--container-padding-inline);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }

  .subpage .sub-head .tab-wrap::-webkit-scrollbar {
    display: none;
  }

  .subpage .sub-head .tab-wrap a {
    flex: 0 0 auto;
    width: auto;
    /* min-width: 8.75rem; */
    padding-inline: 1rem;
    font-size: 0.875rem;
    min-height: 3.25rem;
  }

  .subpage.service-page .sub-head .tab-wrap {
    justify-content: flex-start !important;
    direction: ltr;
    padding-left: 0;
    scroll-padding-left: 0;
  }

  .subpage.service-page .sub-head .tab-wrap a {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .subpage.customer-page .sub-head .tab-wrap {
    display: flex;
    overflow: hidden;
    padding-inline: 0;
  }

  .subpage.customer-page .sub-head .tab-wrap a {
    flex: 0 0 30%;
    width: 30%;
    min-width: 0;
    padding-inline: 0.75rem;
  }

  .subpage[data-page-id="customer01"] #bbsArea {
    width: 100%;
    min-width: 0;
    gap: 2.5rem;
  }

  .subpage[data-page-id="customer01"] #customer01.board_list_list {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .subpage[data-page-id="customer01"] #customer01 .table_default {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
  }

  .subpage[data-page-id="customer01"] #customer01 .table_default :is(.writer, .regdate, .hits) {
    display: none !important;
  }

  .subpage[data-page-id="customer01"] #customer01 .table_default .num {
    display: table-cell;
    width: 4rem !important;
    padding: 0.875rem 0.375rem;
  }

  .subpage[data-page-id="customer01"] #customer01 .table_default .subject {
    display: table-cell;
    width: auto;
    min-width: 0;
    padding: 0.875rem 0.75rem;
  }

  .subpage[data-page-id="customer01"] #customer01 .table_default tbody .subject > span {
    width: 100%;
    min-width: 0;
  }

  .subpage[data-page-id="customer01"] #customer01 .table_default tbody .subject a {
    display: -webkit-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    font-size: 0.9375rem;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .subpage[data-page-id="customer01"] #customer01 .table_default :is(th, td) {
    height: auto;
    min-height: 4.5rem;
  }

  .subpage[data-page-id="customer01"] #customer01 .table_default thead th {
    height: 3.75rem;
    min-height: 0;
    font-size: 0.9375rem;
  }

  .subpage[data-page-id="about03"] .se01 {
    padding-bottom: 4rem;
  }

  .subpage[data-page-id="about01"] .intro-area {
    padding-bottom: 0;
  }

  .subpage[data-page-id="about01"] .intro-wrap .img-box {
    display: none;
  }

  .subpage[data-page-id="about03"] .map-wrap {
    gap: 1.5rem;
  }

  .subpage[data-page-id="about03"] .map-box {
    height: clamp(18rem, 85vw, 22rem);
    border-radius: 0.375rem;
  }

  .subpage[data-page-id="about03"] .info-wrap {
    align-items: stretch;
    flex-direction: column;
    gap: 1.5rem;
  }

  .subpage[data-page-id="about03"] .info-wrap > p {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.55;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="about03"] .info-list {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .subpage[data-page-id="about03"] .info-list li {
    display: grid;
    grid-template-columns: 2.25rem 2.5rem minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: 0.375rem;
    background: #f7f8fb;
  }

  .subpage[data-page-id="about03"] .info-list i {
    width: 2.25rem;
    height: 2.25rem;
  }

  .subpage[data-page-id="about03"] .info-list strong,
  .subpage[data-page-id="about03"] .info-list li > span {
    min-width: 0;
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .subpage[data-page-id="about03"] .info-list li > span {
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="service01"] :is(.se01, .se02) {
    padding-bottom: 4rem;
  }

  .subpage[data-page-id="service01"] .brand-wrap {
    padding-block: 3rem;
  }

  .subpage[data-page-id="service01"] .brand-card {
    gap: 2rem;
  }

  .subpage[data-page-id="service01"] .brand-card .logo-box {
    min-height: 0;
    padding: 2rem 1.25rem;
    gap: 1.5rem;
  }

  .subpage[data-page-id="service01"] .logo-box img {
    width: auto;
    max-width: 85%;
    max-height: 7rem;
  }

  .subpage[data-page-id="service01"] .brand-card .txt-box {
    gap: 1.5rem;
  }

  .subpage[data-page-id="service01"] .head-box h4 {
    font-size: 1.75rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="service01"] .head-box strong {
    font-size: 1rem;
    line-height: 1.4;
  }

  .subpage[data-page-id="service01"] .cont-box {
    gap: 0.75rem;
  }

  .subpage[data-page-id="service01"] .cont-box h5 {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .subpage[data-page-id="service01"] .cont-box p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .subpage[data-page-id="service01"] .cont-box p br {
    display: none;
  }

  .subpage[data-page-id="service01"] .down-wrap {
    padding-top: 3rem;
  }

  .subpage[data-page-id="service01"] .down-list {
    gap: 1rem;
  }

  .subpage[data-page-id="service01"] .down-list li {
    align-items: stretch;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem;
    border-width: 0.125rem;
  }

  .subpage[data-page-id="service01"] .down-list strong {
    width: 100%;
    font-size: 1.0625rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="service01"] .down-list :is(.view-btn, .down-btn) {
    width: 100%;
    min-height: 3rem;
  }

  .subpage[data-page-id="service02"] .se01 {
    padding-bottom: 4rem;
  }

  .subpage[data-page-id="service02"] .brand-wrap {
    padding-block: 3rem;
  }

  .subpage[data-page-id="service02"] .brand-card {
    gap: 2rem;
  }

  .subpage[data-page-id="service02"] .brand-card .logo-box {
    min-height: 0;
    padding: 2rem 1.25rem;
    gap: 1.5rem;
  }

  .subpage[data-page-id="service02"] .logo-box img {
    width: auto;
    max-width: 85%;
    max-height: 7rem;
    object-fit: contain;
  }

  .subpage[data-page-id="service02"] .brand-card .txt-box {
    align-items: stretch;
    width: 100%;
    gap: 1.5rem;
  }

  .subpage[data-page-id="service02"] .head-box h4 {
    font-size: 1.75rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="service02"] .head-box strong {
    font-size: 1rem;
    line-height: 1.4;
  }

  .subpage[data-page-id="service02"] .cont-box p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .subpage[data-page-id="service02"] .brand-card .down-btn {
    align-self: flex-start;
  }

  .subpage[data-page-id="service02"] .down-wrap {
    padding-top: 3rem;
  }

  .subpage[data-page-id="service02"] .down-list {
    gap: 1rem;
  }

  .subpage[data-page-id="service02"] .down-list > li {
    align-items: stretch;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem;
    border-width: 0.125rem;
  }

  .subpage[data-page-id="service02"] .down-list > li > div {
    width: 100%;
    min-width: 0;
  }

  .subpage[data-page-id="service02"] .down-list strong {
    margin-bottom: 0.75rem;
    font-size: 1.0625rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="service02"] .dot-list {
    gap: 0.5rem;
  }

  .subpage[data-page-id="service02"] .dot-list li {
    padding-left: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="service02"] .down-list .down-btn {
    width: 100%;
    min-width: 0;
    min-height: 3rem;
  }

  .subpage[data-page-id="service03"] .partner-item {
    padding: 1.25rem;
  }

  .subpage[data-page-id="service04"] .se01 {
    padding-bottom: 4rem;
  }

  .subpage[data-page-id="service04"] .module-wrap {
    width: 100%;
    min-width: 0;
    gap: 2rem;
    padding: 2.5rem 1rem;
    overflow: hidden;
  }

  .subpage[data-page-id="service04"] .module-wrap .title-box {
    width: 100%;
    min-width: 0;
    gap: 1rem;
    padding-inline: 0.5rem;
  }

  .subpage[data-page-id="service04"] .module-wrap .title-box h4 {
    font-size: 1.75rem;
    line-height: 1.35;
    text-align: center;
  }

  .subpage[data-page-id="service04"] .module-wrap .title-desc {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="service04"] .module-wrap .title-desc br {
    display: none;
  }

  .subpage[data-page-id="service04"] .module-wrap .img-box {
    width: 100%;
    max-width: 32.5rem;
    min-width: 0;
  }

  .subpage[data-page-id="service04"] .module-wrap .img-box img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .subpage[data-page-id="customer02"] .inquiry-layout {
    gap: 2rem;
  }

  .subpage[data-page-id="customer02"] .inquiry-info {
    gap: 1.75rem;
  }

  .subpage[data-page-id="customer02"] .inquiry-info .title-h3 {
    gap: 0.75rem;
    margin-bottom: 0;
  }

  .subpage[data-page-id="customer02"] .inquiry-info .title-h3 > span {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .subpage[data-page-id="customer02"] .inquiry-info .title-h3 h3 {
    font-size: 1.75rem;
    line-height: 1.35;
    text-transform: none;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="customer02"] .inquiry-info .title-h3 h3 br {
    display: none;
  }

  .subpage[data-page-id="customer02"] .contact-list {
    gap: 0.75rem;
    padding-bottom: 0;
  }

  .subpage[data-page-id="customer02"] .contact-list li {
    align-items: flex-start;
    gap: 0.875rem;
    min-width: 0;
    padding: 0.875rem;
    border-radius: 0.375rem;
    background: #f7f8fb;
  }

  .subpage[data-page-id="customer02"] .contact-list .ico {
    width: 2.75rem;
    height: 2.75rem;
  }

  .subpage[data-page-id="customer02"] .contact-list .ico .material-symbols-outlined {
    font-size: 1.375rem;
  }

  .subpage[data-page-id="customer02"] .contact-list .txt {
    flex: 1 1 auto;
    min-width: 0;
  }

  .subpage[data-page-id="customer02"] .contact-list .txt strong,
  .subpage[data-page-id="customer02"] .contact-list .txt p {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .subpage[data-page-id="customer02"] .contact-list .txt p {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .subpage[data-page-id="service01"] .logo-box,
  .subpage[data-page-id="service02"] .logo-box,
  .subpage[data-page-id="service03"] .partner-item .logo-box {
    width: 100%;
    height: auto;
    min-height: 12rem;
  }

  .subpage[data-page-id="partner01"] .partner-grid,
  .subpage[data-page-id="partner01"] .logo-grid,
  .type_thumb {
    --repeat-count: 1;
    grid-template-columns: minmax(0, 1fr);
  }

  footer .footer-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  :root {
    --container-padding-inline: 16px;
  }

  .navbar .navbar-brand,
  .navbar .navbar-brand:is(:hover, :focus) {
    max-width: 8.75rem;
  }

  .navbar .navbar-brand img {
    max-width: min(8.75rem, 100%);
  }

  .navbar .nav-top .lang-change-btn {
    font-size: 0.6875rem;
  }

  #mainCarouselSwiper .swiper-slide {
    height: 28rem;
  }

  #mainCarouselSwiper .swiper-caption h1 {
    font-size: 1.5rem;
  }
}
