@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url("/assets/fonts/pretendard/variable/pretendardvariable.css");
:root {
  --page-font-family: "Pretendard Variable", "notokr", sans-serif;
  --page-font-family2: "Source Serif 4","Pretendard Variable", "notokr", sans-serif;
  --page-point-color: #1c54e4;
  --page-point-color-light: #e1e8fa;
  --page-point-color-dark: #0836ac;
  --page-point-color-hover: var(--page-point-color-dark);
  --page-danger-color: #f34825;
  --page-danger-color-hover: #ce4825;
  --page-dark-color: #4f5356;
  --page-dark-color-hover: #333;
  --page-grey-color: #d5d5d5;
  --page-grey-color-hover: #c4c4c4;
  --navbar-height: clamp(60px, 10vw, 80px);
  --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);
  --bg: #293B53;
  --bg-soft: #16263a;
  --bg-deep: #050608;
  --text-point: #b5dcff;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: #121417;
  --panel-border: rgba(255, 255, 255, 0.12);
  --text: #f5f1ea;
  --muted: rgb(255 255 255 / 85%);
  --muted-strong: rgba(255, 255, 255, 1);
  --accent: #273a52;
  --container: 1330px;
  --radius: 20px;
}

@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: 14px;
}
#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: 7px;
  outline: none;
}
.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;
}
.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: 1230px;
  }
}
: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: 15px;
}
: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, 25px);
  --navbar-menu-font-size: clamp(16px, 2vw, 16px);
  --navbar-dropdown-menu-font-size: clamp(14px, 2vw, 15px);
  --navbar-logo-width: clamp(100px, 15vw, 150px);
  --navbar-logo-font-size: clamp(20px, 3vw, 24px);
}
.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: all 0.3s;
  background: var(--bg);
  border-bottom: none;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  gap: clamp(20px, 5vw, 60px);
  max-width: var(--container);
}
.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 .navbar-brand {
  position: relative;
  display: flex;
  color: #fff;
  white-space: nowrap;
  font-size: 1.2rem;
  gap: 10px;
}
.navbar .navbar-brand {
  position: relative;
  display: flex;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  gap: 10px;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.navbar .navbar-brand .gray {
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
}

.navbar .navbar-right > li > a {
  z-index: 100;
  font-size: var(--navbar-menu-font-size);
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.lang-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.lang-dropdown-wrap {
  display: flex;
  align-items: center;
}
.navbar .navbar-right > li.lang-dropdown-item {
  display: flex;
  align-items: center;
}
.navbar .navbar-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}
.navbar .navbar-side > .lang-dropdown {
  display: inline-flex;
  align-items: center;
}
.navbar .navbar-right > li.lang-dropdown-item > .lang-dropdown {
  display: inline-flex;
}
.lang-dropdown-toggle {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 90px;
  padding: 8px 14px;
  border-radius: 999px;
  /* background: rgb(123 123 123 / 30%); */
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}
.lang-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}
.lang-caret::before {
  content: "\e5cf";
  font-family: var(--gms);
  font-size: 1.5em;
  font-variation-settings: var(--gms-300-out);
  line-height: 1;
}
.lang-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 100px;
  padding: 8px 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
  z-index: 4000;
}
.lang-dropdown.open .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-dropdown.open .lang-caret {
  transform: rotate(180deg);
}
.lang-dropdown:hover .lang-caret,
.lang-dropdown:focus-within .lang-caret {
  transform: rotate(180deg);
}
.lang-dropdown-menu .lang-change-btn {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  width: 100%;
  padding: 6px 22px;
  color: #333;
  font-size: 13px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.lang-dropdown-menu .lang-change-btn.active,
.lang-dropdown-menu .lang-change-btn:disabled {
  color: #111;
  font-weight: 700;
  opacity: 1;
}

.navbar .navbar-right :is(.dropdown-menu) {
  z-index: 50;
  background-color: #fff;
}
.navbar .navbar-right :is(.dropdown-menu) a {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  transition: none;
  font-size: var(--navbar-dropdown-menu-font-size);
  font-weight: 400;
  color: #333;
  width: 100%;
  letter-spacing: -0.02em;
}
.navbar .navbar-right :is(.dropdown-menu) a:hover {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
}
.navbar #gnbauth i {
  display: none;
}
.navbar #gnbauth > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: transparent;
}
.navbar #gnbauth .dropdown-menu {
  /* right: 0; */
  /* left: auto; */
  /* transform: none; */
}
.navbar #gnbauth .dropdown-menu > li > a {
  display: block;
  white-space: nowrap;
}
.navbar #gnbauth .dropdown-menu > li > a:hover {
  background: transparent;
  color: #111;
  text-decoration: none;
}
.navbar .navbar-collapse {
  position: absolute;
  right: var(--container-padding-inline);
  top: 22px;
  width: auto;
}
@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;
    gap: 16px;
    align-items: center;
    width: auto;
    justify-content: end;
  }
  .navbar .navbar-right > li {
    position: relative;
    display: flex;
    align-items: center;
  }
  .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: 8px;
    font-weight: 500;
  }
  .navbar .navbar-right > :is(li:not(#gnbauth):last-child, li#gnbauth) {
    margin-right: calc(var(--navbar-menu-padding-inline) * -1);
  }
  .navbar .navbar-right > #gnbauth {
    margin-right: 0;
  }
  .navbar .navbar-right > .lang-dropdown-item {
    /* margin-left: 8px; */
    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: 100%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    border-radius: 0;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
    margin-top: 0px;
    padding: 20px;
    min-width: 150px;
    gap: 10px;
    opacity: 0;
    transform-origin: center top;
  }
  .navbar .navbar-right > li.open .dropdown-menu {
    display: flex;
    animation: menuOpen 0.25s forwards;
  }
  .navbar .navbar-right > li.lang-dropdown-item > .lang-dropdown {
    height: 100%;
    display: inline-flex;
    align-items: center;
  }
  .navbar .navbar-right > li.lang-dropdown-item:hover .lang-dropdown-menu,
  .navbar .navbar-right > li.lang-dropdown-item:focus-within .lang-dropdown-menu,
  .navbar .navbar-right > li.lang-dropdown-item .lang-dropdown.open .lang-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .navbar-right > li.lang-dropdown-item:hover .lang-caret,
  .navbar .navbar-right > li.lang-dropdown-item:focus-within .lang-caret,
  .navbar .navbar-right > li.lang-dropdown-item .lang-dropdown.open .lang-caret {
    transform: rotate(180deg);
  }
  .navbar .navbar-side {
    min-width: 96px;
    margin-left: 16px;
  }

  .navbar.is-scrolled,
  nav.is-scrolled {
    /* background: rgba(0, 0, 0, 0.88); */
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  @keyframes menuOpen {
    0% {
      opacity: 0;
      scale: 1 0.5;
    }
    100% {
      opacity: 1;
      scale: 1 1;
    }
  }
  .navbar .dropdown-menu a {
    display: flex;
    line-height: 1.1;
    padding: 0 0 2px;
    letter-spacing: -0.04em;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    font-weight: 400;
  }
}
@media (768px <= width <= 1180px) {
  .navbar {
    --navbar-menu-padding-inline: 10px;
    --navbar-menu-font-size: 15px;
    --navbar-logo-font-size: 18px;
  }
  .navbar .container {
    gap: 12px;
  }
  .navbar .navbar-header {
    flex: 1 1 auto;
    min-width: 0;
  }
  .navbar .navbar-brand,
  .navbar .navbar-brand:is(:hover, :focus) {
    width: auto;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto;
  }
  .navbar .navbar-brand > span {
    min-width: 0;
    overflow: hidden;
    font-size: 1.05rem;
    gap: 6px;
  }
  .navbar .navbar-brand .gray {
    padding: 3px 10px;
  }
  .navbar .navbar-collapse {
    flex: 0 0 auto;
  }
  .navbar .navbar-right {
    gap: 10px;
  }
  .navbar .navbar-side {
    margin-left: 10px;
  }
  .lang-dropdown-toggle {
    min-width: 86px;
    padding: 0 14px;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    height: auto;
    min-height: 96px;
    /* background: rgba(24, 27, 37, 0.92); */
    /* border-bottom-color: rgba(255, 255, 255, 0.16); */
  }
  .navbar .container {
    gap: 0;
    min-height: 96px;
    padding-block: 12px;
    align-items: flex-start;
  }
  .navbar.is-scrolled,
  nav.is-scrolled {
    /* background: rgba(0, 0, 0, 0.88); */
    /* border-bottom-color: rgba(255, 255, 255, 0.08); */
  }
  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: auto;
    min-height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .navbar-brand {
    order: 1;
    width: auto;
    max-width: calc(100% - 72px);
    min-width: 0;
    flex: 1 1 auto;
  }
  .navbar .navbar-brand > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
  }
  .navbar .navbar-brand .gray {
    display: inline-flex;
    max-width: 100%;
    padding: 4px 12px;
    line-height: 1.2;
  }
  .navbar .navbar-toggle {
    order: 2;
    flex: 0 0 auto;
  }
  .navbar .navbar-toggle {
    all: unset;
    box-sizing: border-box;
    order: 2;
    border: 0;
    padding: 6px 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);
    color: #fff;
  }
  .navbar .navbar-toggle > * {
    display: none;
  }
  .navbar .navbar-toggle:where(:hover, :focus) {
    background-color: transparent !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;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .navbar .navbar-collapse:is(.open, .in) {
    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%;
    min-height: 58px;
    padding: 0 18px;
    background-color: #fff !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    color: #111;
    font-size: 16px;
    font-weight: 700;
  }
  .navbar .navbar-right > li > a:hover,
  .navbar .navbar-right > li > a:focus {
    color: #111;
    background-color: transparent;
  }
  .navbar .navbar-right > li > a::after,
  .navbar .navbar-right > li > a:hover::after,
  .navbar .navbar-right > li > a:focus::after {
    color: #111;
  }
  .navbar .navbar-right > li.lang-dropdown-item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }
  .navbar .navbar-right > li.lang-dropdown-item > .lang-dropdown {
    width: 100%;
    flex-direction: column;
  }
  .navbar .navbar-right > li.lang-dropdown-item .lang-dropdown-toggle {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
  }
  .navbar .navbar-right > li.lang-dropdown-item .lang-current {
    line-height: 1;
  }
  .navbar .navbar-right > li.lang-dropdown-item .lang-caret {
    margin-left: auto;
  }
  .navbar .navbar-right > li.lang-dropdown-item .lang-dropdown-menu {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0px !important;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease;
    z-index: auto;
  }
  .navbar .navbar-right > li.lang-dropdown-item .lang-dropdown.open .lang-dropdown-menu {
    max-height: 160px;
  }
  .navbar .navbar-right > li.lang-dropdown-item .lang-dropdown-menu .lang-change-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
  }
  .navbar .navbar-right > li.lang-dropdown-item .lang-dropdown-menu .lang-change-btn.active,
  .navbar .navbar-right > li.lang-dropdown-item .lang-dropdown-menu .lang-change-btn:disabled {
    color: #111 !important;
    font-weight: 700;
  }
  .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: #111 !important;
    font-weight: 600;
    background-color: #fff !important;
    border-bottom-color: rgba(17, 17, 17, 0.08);
  }
  .navbar .dropdown.open .dropdown-toggle::after {
    content: "\e5ce";
    color: currentColor;
    font-variation-settings: var(--gms-300-out);
  }
  .navbar .navbar-right .dropdown-menu {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 0 !important;
    max-height: 0;
  }
  .navbar .navbar-right .dropdown-menu a {
    display: block;
    color: #4a4a4a;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
  }
  .navbar .navbar-right > li.open .dropdown-menu {
    opacity: 1;
    max-height: var(--svh100);
    border-radius: 0px !important;
    top: 0px !important;
  }
}
footer {
  margin-top: 0px;
  background-color: #151c27;
  color: #fff;
}
footer img {
  opacity: 0.95;
  filter: grayscale(1) invert(1);
}
footer li {
  font-size: clamp(13px, 2vw, 14px);
  color: #a9a9a9;
  font-family: var(--page-font-family2);
}
footer li.corp {
  margin-bottom: 18px;
}
footer li.corp strong {
  color: #eee;
  font-weight: 500;
  font-size: 16px;
}
footer li.copyright {
  margin-top: 9px;
  color: #666;
  font-size: 13px;
}
footer .footer-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1.5;
  color: #444;
  gap: 0 10px;
}
footer .footer-logo {
  flex-shrink: 0;
  width: 120px;
}
footer .footer-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 0;
}
footer .container {
  max-width: var(--container);
}
@media (max-width: 767.98px) {
  footer .footer-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
#loginBtn {
  margin-left: auto;
  align-self: flex-end;
}
#loginBtn a {
  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;
  }
}
.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: 80px;
  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: 100px 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-out), 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;
  }
}
.delay-1 {
  animation-delay: 0.3s;
}
.delay-2 {
  animation-delay: 0.5s;
}
.delay-3 {
  animation-delay: 0.7s;
}
.delay-4 {
  animation-delay: 0.9s;
}
.main_swiper_widget:not([data-custom="on"]) [class*="swiper-button"].swiper-button-next::before {
  content: "" !important;
}
.main_swiper_widget:not([data-custom="on"]) [class*="swiper-button"].swiper-button-prev::before {
  content: "" !important;
}

#mainCarouselSwiper {
  position: relative;
}
#mainCarouselSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#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.58); */
}
#mainCarouselSwiper .swiper-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#mainCarouselSwiper .swiper-caption {
  position: relative;
  z-index: 10;
  width: min(100%, 1330px);
  margin-inline: auto;
  padding-inline: var(--container-padding-inline);
  max-width: 1330px;
  padding-top: 110px;
}
#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 .desc-bold {
  font-weight: 600;
  font-size: clamp(14px, 2vw, 26px);
  margin-bottom: 12px;
  font-family: var(--page-font-family2);
  letter-spacing: -0.025em;
  color: var(--muted-strong);
}

#mainCarouselSwiper .swiper-caption .service {
    margin-top: 40px;
    max-width: 900px;
    text-shadow: 0 0 9px rgba(0,0,0,0.8);
}
#mainCarouselSwiper .swiper-caption h1 {
  position: relative;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.2;
  font-weight: 650;
  margin: 0 0 120px;
  color: inherit;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
   /* 76.8px */
  letter-spacing: -0.03em;
  text-align: left;
}

#mainCarouselSwiper .swiper-caption h1 .sub {
    display: block;
    margin-top: 30px;
    color: #FFF;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    font-family: var(--page-font-family2);
    font-size: 24px;
    font-style: italic;
    font-weight: 320;
    line-height: 1.65; /* 36.3px */
    letter-spacing: 0.02em;
}
#mainCarouselSwiper .swiper-caption p {
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 400;
  color: var(--muted);
  text-align: left;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: none !important;
  display: none !important;
}
#mainCarouselSwiper :is(.carousel-nav-next, .carousel-nav-prev) {
  display: flex;
  align-items: center;
  top: 0;
  margin: 0;
  opacity: 1;
  width: 10%;
  height: 100%;
}
#mainCarouselSwiper :is(.carousel-nav-next, .carousel-nav-prev)::after {
  content: none;
}
#mainCarouselSwiper :is(.carousel-nav-next, .carousel-nav-prev)::before {
  position: relative;
  right: auto;
  top: 0;
  width: 40px;
  aspect-ratio: 80/150;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
#mainCarouselSwiper :is(.carousel-nav-next, .carousel-nav-prev):hover::before {
  color: rgb(255, 255, 255, 1);
  opacity: 1;
}
#mainCarouselSwiper .carousel-nav-next {
  right: 0;
}
#mainCarouselSwiper .carousel-nav-next::before {
  content: "";
  background-image: url(/public/img/icons/SVG/arrow/arrow@25.04/arrow_next.svg);
}
#mainCarouselSwiper .carousel-nav-prev::before {
  content: "";
  background-image: url(/public/img/icons/SVG/arrow/arrow@25.04/arrow_prev.svg);
}
#mainCarouselSwiper .swiper-pagination-container {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: min(100%, 1400px);
  max-width: 1400px;
  padding-inline: var(--container-padding-inline);
}
#mainCarouselSwiper .swiper-pagination {
  position: static;
  display: flex;
  justify-content: flex-start;
  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 (min-width: 768px) {
  #main_wrapper {
    position: relative;
    isolation: isolate;
  }

  #main_wrapper::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: url("/public/img/slide/main-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #mainCarouselSwiper {
    position: relative;
    z-index: 1;
  }

  #mainCarouselSwiper .swiper-slide .swiper-bg {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  #main_wrapper :is(.content-section, .contact-section) {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  #mainCarouselSwiper :is(.carousel-nav-next, .carousel-nav-prev) {
    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;
}
[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;
  align-items: center;
  top: 0;
  margin: 0;
  opacity: 1;
  width: fit-content;
  height: 100%;
}
.type_swiper_s1 [class*="swiper-button"]::after {
  content: none;
}
.type_swiper_s1 [class*="swiper-button"]::before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  right: auto;
  top: 0;
  width: auto;
  line-height: 1;
  font-size: 32px;
  font-weight: 900;
  color: var(--page-point-color);
  opacity: 0.5;
}
.type_swiper_s1 [class*="swiper-button"]:hover::before {
  opacity: 1;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-next {
  right: -50px;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-next::before {
  content: "\f054";
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-prev {
  left: -50px;
}
.type_swiper_s1 [class*="swiper-button"].swiper-button-prev::before {
  content: "\f053";
}
.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: 40px 55px;
  border-bottom: 1px solid #aaa;
}
#bbsArea .header_wrap h4.title {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
#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: 15px;
  opacity: 0.7;
}
#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: 16px;
  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: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 11px;
  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%;
  }
}
.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;
}
@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: 100px 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;
}

/* 메인 */
.container.c-minimal {
  max-width: var(--container);
}

.hero-section,
.content-section,
.contact-section {
  padding: 120px 0;
  position: relative;
}

.about-section.content-section {
  background: var(--bg);
}

.founder-section.content-section {
  background: #203148;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.eyebrow {
  color: var(--text-point);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.65;
  font-family: var(--page-font-family2);
  font-style: italic;
   /* 36.3px */
  margin-bottom: 18px;
}

.eyebrow::after {
  /* content: ""; */
  width: 56px;
  height: 1px;
  background: rgba(255, 255, 255, 0.85);
}

h1,
h2,
h3 {
  margin: 0 0 20px;
  font-family: var(--page-font-family2);
  letter-spacing: -0.04em;
  font-weight: 700;
}

h1 {
  font-size: clamp(42px, 7vw, 84px);
  line-height: 1.05;
  font-weight: 800;
}

h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.4;
  font-weight: 580;
  color: #fff;
  letter-spacing: -0.03em;
  margin: 0 0 1.15em;
}

h3 {
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.3;
}

p {
  color: #fff;
  font-size: clamp(15px, 1vw, 17px);
  margin-bottom: 1.6em;
  letter-spacing: -0.015em;
  font-weight: 300;
  line-height: 1.7;
}

.hero-text {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.85;
}

.hero-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.service-card,
.info-panel {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  padding: 32px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.about-layout {
  /* display: grid; */
  /* grid-template-columns: 1.8fr 1fr; */
  /* align-items: stretch; */
}

.about-intro {}

.about-intro h2::after {
  content: '';
  
   /* 64.4px */
  width: 60px;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 40px;
  margin-bottom: -10px;
  opacity: 0.3;
}

.about-copy p {
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-side {
    margin-top: 50px;
    padding-right: 50px;
}

.about-side-title {
  margin-bottom: 18px;
  color: #ff5a1f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
  display: none;
}

.about-panel {}

.about-businesses {
  margin-top: 0;
  display: flex;
  flex-flow: column;
  height: 100%;
  gap: 15px;
  /* padding-right: 50px; */
}

.business-item {
}

.business-item + .business-item {margin-top: 20px;}

.business-item:last-child {
  /* padding-bottom: 0; */
}

.business-item h3 {
  margin-bottom: 16px;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--text-point);
  line-height: 1.4;
  font-weight: 700;
}

.business-item h3 span{
  font-family: var(--page-font-family2);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  margin-left: 6px;
}
.business-item p {line-height: 1.5;}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  align-items: center;
}

.about-intro .content-grid {
    align-items: end;
}

.section-heading {
  margin-bottom: 50px;
}

.founder-section .section-heading h2 {
}

.founder-section .content-main p {
}

.founder-section .content-main p:last-child {
    margin-bottom: 0;
}

.founder-section .info-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  padding: 38px 34px;
  box-shadow: 0 28px 60px rgba(7, 13, 24, 0.28);
}
.founder-section .info-panel h3 {
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 22px;
}
.content-img {
    padding-left: 50px;
}
.content-img img {
    opacity: 0.35;
    width: 100%;
}

.info-panel ul {
  margin: 0;
  padding-left: 18px;
}

.info-panel li {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 14px;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none;
  margin-right: 12px;
  font-weight: 600;
  transition: 0.25s ease;
}

.btn-primary {
  background: var(--accent);
  color: #111;
}

.btn-secondary {
  border: 1px solid var(--panel-border);
  color: var(--text);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(310deg, rgba(255, 255, 255, 0.06), transparent 26%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.contact-layout {
  position: relative;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
}

.contact-layout h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.contact-bar {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-width: min(100%, 520px);
  padding: 20px 32px;
  background: rgba(22, 22, 22, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  color: #f3472f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.contact-label {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-value {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  letter-spacing: -0.02em;
}

.contact-value:hover {
  color: #fff;
}

footer {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-services,
  .content-grid,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .hero-section,
  .content-section,
  .contact-section {
    padding: 80px 0;
  }

  h1 {
    font-size: 44px;
  }

  .about-layout {
    gap: 32px;
  }
  .about-intro {
    padding: 0;
  }
  .about-panel {
    padding: 0;
  }

  .about-side {
    padding: 0;
  }
  .about-businesses {
    height: auto;
  }
  .business-item {
  }
  .content-grid {
    gap: 50px;
  }

  .founder-section .info-panel {
    border-radius: 20px;
    padding: 28px 24px;
  }

  .contact-layout {
    min-height: 300px;
    align-items: flex-start;
    text-align: left;
  }

  .contact-bar {
    width: 100%;
    min-width: 0;
    gap: 16px;
    padding: 18px 20px;
    flex-wrap: wrap;
  }

  .content-img {
    margin: 0 auto;
    padding: 0 8vw;
  }
}

/* Mobile fix: allow long main visual captions to define slide height. */
@media (max-width: 767.98px) {
  #mainCarouselSwiper .swiper-slide {
    height: auto;
    min-height: auto;
    align-items: flex-start;
    padding: 110px 0 72px;
  }

  #mainCarouselSwiper .swiper-slide .swiper-bg {
    height: 100%;
  }

  #mainCarouselSwiper .swiper-caption h1 {
    margin-bottom: 34px;
    font-size: 40px;
    line-height: 1.32;
  }

  #mainCarouselSwiper .swiper-caption h1 .sub {
    font-size: 20px;
    line-height: 1.35;
  }

  #mainCarouselSwiper .swiper-caption .service {
    max-width: none;
    margin-top: 28px;
  }

  #mainCarouselSwiper .swiper-caption .desc-bold {
    font-size: 20px;
    line-height: 1.35;
  }

  #mainCarouselSwiper .swiper-caption p {
    font-size: 16px;
    line-height: 1.55;
  }

  .navbar .navbar-brand {
    max-width: calc(100% - 64px);
    white-space: normal;
  }

  .navbar .navbar-brand > span {
    width: 100%;
    max-width: 100%;
  }

  .navbar .navbar-brand .gray {
    max-width: 100%;
    padding: 4px 10px;
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 1.25;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .animated,
  .fadeIn,
  .fadeInUp,
  .hero-title.animated {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
