@charset "UTF-8";
/* 반응형 font-size 스케일 (PC rem / md-max px) — font-size 전용 */
/* scrollbar style */
/* reset */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

sub, sup {
  position: relative;
  font-size: 0.75em !important;
}

sub {
  bottom: -0.25em;
}

.sup {
  top: -0.25em;
}

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

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

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.rd_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

form {
  min-width: auto;
}

input[type=image] {
  border: 0 none;
}

button, input[type=submit] {
  cursor: pointer;
  border: 0 none;
}

button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

th, td, input, select, textarea, button {
  font: inherit;
  color: inherit;
}

a {
  font: inherit;
  text-decoration: none;
  color: inherit;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea, input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  padding: 0 25px 0 10px;
  background-image: url(/assets/img/common/ico_select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  border-color: #A8D8EF;
}

select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
  font-family: "Noto Sans KR", "Pretendard", sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  html {
    font-size: 75%;
  }
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: keep-all;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
  font-family: inherit;
}

@-webkit-keyframes prefix-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes prefix-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes prefix-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes prefix-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes prefix-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes prefix-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 반응형 font-size 토큰 — font-size: res(16); */
:root {
  --res-105: 6.5625rem;
  --res-100: 6.25rem;
  --res-80: 5rem;
  --res-70: 4.375rem;
  --res-65: 4.0625rem;
  --res-60: 3.75rem;
  --res-50: 3.125rem;
  --res-48: 3rem;
  --res-45: 2.8125rem;
  --res-43: 2.6875rem;
  --res-40: 2.5rem;
  --res-38: 2.375rem;
  --res-35: 2.1875rem;
  --res-34: 2.125rem;
  --res-33: 2.0625rem;
  --res-32: 2rem;
  --res-30: 1.875rem;
  --res-28: 1.75rem;
  --res-26: 1.625rem;
  --res-25: 1.5625rem;
  --res-24: 1.5rem;
  --res-23: 1.4375rem;
  --res-22: 1.375rem;
  --res-20: 1.25rem;
  --res-19: 1.1875rem;
  --res-18: 1.125rem;
  --res-17: 1.0625rem;
  --res-16: 1rem;
  --res-15: 0.9375rem;
  --res-14: 0.875rem;
  --res-13: 0.8125rem;
  --res-0: 0;
}

@media (max-width: 767px) {
  :root {
    --res-105: 28px;
    --res-100: 28px;
    --res-80: 28px;
    --res-70: 28px;
    --res-65: 28px;
    --res-60: 28px;
    --res-50: 28px;
    --res-48: 26px;
    --res-45: 26px;
    --res-43: 26px;
    --res-40: 24px;
    --res-38: 24px;
    --res-35: 22px;
    --res-34: 22px;
    --res-33: 22px;
    --res-32: 22px;
    --res-30: 20px;
    --res-28: 19px;
    --res-26: 18px;
    --res-25: 18px;
    --res-24: 18px;
    --res-23: 18px;
    --res-22: 18px;
    --res-20: 17px;
    --res-19: 17px;
    --res-18: 16px;
    --res-17: 15px;
    --res-16: 14px;
    --res-15: 13px;
    --res-14: 12px;
    --res-13: 11px;
    --res-0: 0;
  }
}
/* common */
[data-tooltip-text] {
  position: relative;
  font-size: 1rem;
}
[data-tooltip-text]:hover:before {
  content: attr(data-tooltip-text);
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #333132;
  -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  width: auto;
  min-width: 50px;
  max-width: 300px;
  word-wrap: break-word;
  z-index: 13;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 11px;
  white-space: nowrap;
  line-height: 1;
}
[data-tooltip-text]:hover:after {
  content: "";
  position: absolute;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #333132;
  border-left: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 13;
}

.t_c {
  text-align: center !important;
}

.t_l {
  text-align: left !important;
}

.t_r {
  text-align: right !important;
}

.d_f {
  display: -ms-flexbox !important;
  display: flex !important;
}

.a_c {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.j_c {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.j_s {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.f_wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.color_white {
  color: #fff !important;
}

.color_black {
  color: #000 !important;
}

.color_000 {
  color: #000 !important;
}

.color_111 {
  color: #111 !important;
}

.color_222 {
  color: #222 !important;
}

.color_444 {
  color: #444 !important;
}

.color_555 {
  color: #555 !important;
}

.color_666 {
  color: #666 !important;
}

.color_777 {
  color: #777 !important;
}

.color_888 {
  color: #888 !important;
}

.color_999 {
  color: #999 !important;
}

.color_ddd {
  color: #ddd !important;
}

.color_fff {
  color: #fff !important;
}

.color_333_80 {
  color: rgba(51, 51, 51, 0.8);
}

.color_fff_80 {
  color: rgba(255, 255, 255, 0.8);
}

.bg_primary {
  background-color: #A8D8EF !important;
}

.bg_secondary-1 {
  background-color: #DBECF6 !important;
}

.bg_secondary-2 {
  background-color: #B7C3D1 !important;
}

.bg_secondary-3 {
  background-color: #F7FAFF !important;
}

.bg_secondary-4 {
  background-color: #178FC8 !important;
}

.bg_secondary-5 {
  background-color: #FFE7E7 !important;
}

.color_primary {
  color: #A8D8EF !important;
}

.color_secondary-1 {
  color: #DBECF6 !important;
}

.color_secondary-2 {
  color: #B7C3D1 !important;
}

.color_secondary-3 {
  color: #F7FAFF !important;
}

.color_secondary-4 {
  color: #178FC8 !important;
}

.color_secondary-5 {
  color: #FFE7E7 !important;
}

.bor_0 {
  border: 0 !important;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw350 {
  font-weight: 350 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

/* font-size 유틸 — res() 스케일과 동일 */
.fs105 {
  font-size: var(--res-105) !important;
}

.fs100 {
  font-size: var(--res-100) !important;
}

.fs80 {
  font-size: var(--res-80) !important;
}

.fs70 {
  font-size: var(--res-70) !important;
}

.fs65 {
  font-size: var(--res-65) !important;
}

.fs60 {
  font-size: var(--res-60) !important;
}

.fs50 {
  font-size: var(--res-50) !important;
}

.fs48 {
  font-size: var(--res-48) !important;
}

.fs45 {
  font-size: var(--res-45) !important;
}

.fs43 {
  font-size: var(--res-43) !important;
}

.fs40 {
  font-size: var(--res-40) !important;
}

.fs38 {
  font-size: var(--res-38) !important;
}

.fs35 {
  font-size: var(--res-35) !important;
}

.fs34 {
  font-size: var(--res-34) !important;
}

.fs33 {
  font-size: var(--res-33) !important;
}

.fs32 {
  font-size: var(--res-32) !important;
}

.fs30 {
  font-size: var(--res-30) !important;
}

.fs28 {
  font-size: var(--res-28) !important;
}

.fs26 {
  font-size: var(--res-26) !important;
}

.fs25 {
  font-size: var(--res-25) !important;
}

.fs24 {
  font-size: var(--res-24) !important;
}

.fs23 {
  font-size: var(--res-23) !important;
}

.fs22 {
  font-size: var(--res-22) !important;
}

.fs20 {
  font-size: var(--res-20) !important;
}

.fs19 {
  font-size: var(--res-19) !important;
}

.fs18 {
  font-size: var(--res-18) !important;
}

.fs17 {
  font-size: var(--res-17) !important;
}

.fs16 {
  font-size: var(--res-16) !important;
}

.fs15 {
  font-size: var(--res-15) !important;
}

.fs14 {
  font-size: var(--res-14) !important;
}

.fs13 {
  font-size: var(--res-13) !important;
}

.fs0 {
  font-size: var(--res-0) !important;
}

.ver_mid {
  vertical-align: middle;
}

.lh_2 {
  line-height: 2;
}

.lh_1_9 {
  line-height: 1.9;
}

.lh_1_8 {
  line-height: 1.8;
}

.lh_1_7 {
  line-height: 1.7;
}

.lh_1_6 {
  line-height: 1.6;
}

.lh_1_5 {
  line-height: 1.5;
}

.lh_1_4 {
  line-height: 1.4;
}

.lh_1_3 {
  line-height: 1.3;
}

.lh_1_2 {
  line-height: 1.2;
}

.lh_1_1 {
  line-height: 1.1;
}

.lh_1 {
  line-height: 1;
}

.display_block {
  display: block;
}

.display_inline_block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden !important;
}

.pos_r {
  position: relative !important;
}

.pos_a {
  position: absolute !important;
}

p {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -0.5px;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

.ff_pop {
  font-family: "Poppins", "Noto Sans KR", sans-serif;
}

.ff_noto {
  font-family: "Noto Sans KR", sans-serif;
}

.ff_pre {
  font-family: "Pretendard", sans-serif;
}

.ff_caveat {
  font-family: "Caveat", "Noto Sans KR", sans-serif;
}

@media (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mb_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mb_none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .sm_only {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .sm_none {
    display: none !important;
  }
}
#wrapper {
  background: #fff;
  margin: 0 auto;
  font-size: 1.0625rem;
  overflow: hidden;
  letter-spacing: -0.5px;
}

.inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

/* --- placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::placeholder,
textarea::placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  border: 1px solid #dedede;
  padding: 0 10px;
  border-radius: 0;
  background-color: #fff;
  color: #151515;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  border: 1px solid #dedede;
  border-radius: 0;
  background-color: #fff;
  color: #151515;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
select {
  height: 2.1875rem;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: auto;
}

textarea {
  padding: 10px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #A8D8EF;
  outline: none;
}

input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #151515;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0.3125rem 0;
  margin-right: 10px !important;
  cursor: pointer;
}
input[type=radio] + label:last-child {
  margin-right: 0 !important;
}
input[type=radio] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=radio]:checked + label:before {
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #A8D8EF;
  border-color: #A8D8EF;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1rem;
  color: #151515;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0.3125rem 0;
  margin-right: 15px !important;
  cursor: pointer;
}
input[type=checkbox] + label:last-child {
  margin-right: 0 !important;
}
input[type=checkbox] + label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=checkbox]:checked + label:before {
  content: "\f00c";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #A8D8EF;
  border-color: #A8D8EF;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding-left: 23px;
  }
  input[type=radio] + label:before {
    top: 3px;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=radio]:checked + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=checkbox] + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=checkbox]:checked + label:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
/* ---------------------------------- layout */
html,
body {
  height: 100%;
}

body.gnb-open {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.gnb-open {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

/* ---------------------------------- contents */
#contents {
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  #contents {
    min-height: calc(100vh - 233px);
    padding-top: 96px;
  }
}
@media (max-width: 1199px) {
  #contents {
    min-height: calc(100vh - 233px);
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #contents {
    min-height: calc(100vh - 233px);
    padding-top: 55px;
  }
}
.page_loader {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.page_loader.is_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page_loader__spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #000;
  border-radius: 50%;
  -webkit-animation: loaderSpin 0.7s linear infinite;
          animation: loaderSpin 0.7s linear infinite;
}

@-webkit-keyframes loaderSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loaderSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top_btn {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.top_btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  background-color: #111;
  cursor: pointer;
}
.top_btn::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-size: 100% 100%;
  -webkit-mask-image: url("/front/assets/img/common/ico_top_arrow.svg");
          mask-image: url("/front/assets/img/common/ico_top_arrow.svg");
}
.top_btn.is-visible.on {
  bottom: 20px;
  -webkit-animation-name: prefix-wobble-vertical;
  animation-name: prefix-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.top_btn.fixed {
  position: absolute;
  top: -30px;
  bottom: auto;
}

.float_inquiry_btn {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, bottom 0.2s ease-in-out, top 0.2s ease-in-out, background 0.4s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.float_inquiry_btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.float_inquiry_btn {
  z-index: 2;
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  bottom: 20px;
  background-color: #A8D8EF;
  background-image: url("/front/assets/img/common/ico_pencil.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-animation-name: prefix-wobble-vertical;
  animation-name: prefix-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.top_btn.is-visible.on ~ .float_inquiry_btn {
  bottom: 90px;
}
.float_inquiry_btn.fixed {
  position: absolute;
  bottom: auto;
  top: -30px;
}
.top_btn.fixed ~ .float_inquiry_btn.fixed {
  top: -100px;
}

@media (min-width: 1200px) {
  .top_btn.is-visible.on:hover {
    background-color: #333;
    -webkit-animation-name: prefix-bob-float, prefix-bob;
    animation-name: prefix-bob-float, prefix-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
  .float_inquiry_btn:hover {
    background-color: rgb(189.5388349515, 225.6553398058, 242.9611650485);
    -webkit-animation-name: prefix-bob-float, prefix-bob;
    animation-name: prefix-bob-float, prefix-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-in-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
}
@media (max-width: 1199px) {
  .top_btn {
    right: 20px;
  }
  .top_btn.is-visible.on {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top_btn {
    width: 40px;
    height: 40px;
    font-size: 11px;
    line-height: 40px;
  }
  .top_btn.fixed {
    top: -20px;
  }
  .float_inquiry_btn {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
  .top_btn.is-visible.on ~ .float_inquiry_btn {
    bottom: 70px;
  }
  .float_inquiry_btn.fixed {
    top: -20px;
  }
  .top_btn.fixed ~ .float_inquiry_btn.fixed {
    top: -70px;
  }
}
/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#header.is_intro {
  background: none !important;
  border-bottom: none;
}
#header.is_intro .gnb {
  display: none !important;
}
#header.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0.3125rem 1rem -0.3125rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.3125rem 1rem -0.3125rem rgba(0, 0, 0, 0.05);
  top: 0;
}
#header .header-top {
  width: 100%;
  background-color: #f1f1f1;
}
#header .header_bottom {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  height: 96px;
  padding: 0 250px 0 160px;
  text-align: center;
}
#header .header_bottom:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 11;
  font-size: 0;
  -webkit-transform: translateY(calc(-50% + 0.5px));
      -ms-transform: translateY(calc(-50% + 0.5px));
          transform: translateY(calc(-50% + 0.5px));
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#header .logo a {
  display: block;
}
#header .logo a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
#header .logo a img {
  display: block;
  width: auto;
  max-width: 100%;
  -webkit-transition: filter 0.3s ease-in-out;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
#header .logo.gnb-open img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

img.logo_white_filter {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#header.white_filter .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#header.white_filter .pc_sitemap_btn:not(.on) > span {
  background: #fff;
}
#header.white_filter .pc_sitemap_btn:not(.on):hover > span {
  background: rgb(189.5388349515, 225.6553398058, 242.9611650485);
}

.sta {
  display: none;
  height: 35px;
  background-color: #A8D8EF;
}

@media (max-width: 1199px) {
  #header .header-top {
    display: none;
  }
  #header .header_bottom {
    width: 100%;
    height: 80px;
    padding: 0 20px;
  }
  .sta .inner {
    padding: 0;
  }
  .sta .lang_depth1 > ul > li.lang_depth1_li {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  #header.fixed {
    top: 0;
  }
  #header .header_bottom {
    padding: 0 20px;
    height: 55px;
  }
  #header .logo a img {
    width: 80px;
  }
  .sta {
    height: 28px;
  }
  .sta .lang_depth1 > ul > li > a {
    line-height: 28px;
  }
  .sta .lang_depth1 > ul > li.lang_depth1_li > a:after {
    top: 8px;
  }
}
.header__lang {
  position: absolute;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  top: 0;
  right: 65px;
  height: 96px;
  font-size: 0;
  z-index: 11;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

/* intro · 멤버십 로그인 (gooey pill) */
.header-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.btn-contact {
  display: -ms-flexbox;
  display: flex;
}

.btn-arrow-circle-filter-blur {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn-arrow-circle-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.btn-contact-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: -6px;
  border-radius: 50%;
  background-color: #DBECF6;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-contact-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.btn-contact-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background-color: #DBECF6;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn-contact-text > span {
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.btn-contact:hover .btn-contact-text {
  background-color: rgb(239.4, 246.7666666667, 251.1);
}
.btn-contact:hover .btn-contact-icon {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
  background-color: rgb(239.4, 246.7666666667, 251.1);
}

.lang_wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  height: 96px;
}

.lang_wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  padding: 5px;
  border: 1px solid;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lang_wrap ul li + li {
  position: relative;
  margin-left: 10px;
}

.lang_wrap ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .header__lang {
    right: 65px;
    height: 80px;
  }
  .lang_wrap {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .header__lang {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header__lang {
    right: 65px;
    height: 55px;
    opacity: 0;
    visibility: hidden;
  }
  .btn-contact-icon {
    width: 36px;
    height: 36px;
  }
  .btn-contact-icon img {
    width: 18px;
    height: 18px;
  }
  .btn-contact-text {
    height: 36px;
    padding: 0 16px;
  }
  .btn-contact-text > span {
    font-size: 14px;
  }
  .lang_wrap {
    height: 55px;
  }
  .lang_wrap ul li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
}
/* header · sta offset */
@media (max-width: 1199px) {
  .m_menu_btn.on {
    top: 23px;
  }
}
@media (max-width: 767px) {
  .m_menu_btn.on {
    top: 16px;
  }
}
/* lang_wrap · color */
body.main #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul {
  border-color: rgba(255, 255, 255, 0.2);
}
body.main #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li a {
  color: #fff;
}
body.main #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li.on a {
  background-color: #fff;
  color: #111;
}

body:not(.main) #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul {
  border-color: #111;
}
body:not(.main) #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li a {
  color: #111;
}
body:not(.main) #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li.on a {
  background-color: #111;
  color: #fff;
}

#header.fixed .header__lang:not(.gnb-open) .lang_wrap ul {
  border-color: #111;
}
#header.fixed .header__lang:not(.gnb-open) .lang_wrap ul li a {
  color: #111;
}
#header.fixed .header__lang:not(.gnb-open) .lang_wrap ul li.on a {
  background-color: #111;
  color: #fff;
}

.header__lang.gnb-open .lang_wrap ul {
  border-color: rgba(255, 255, 255, 0.2);
}
.header__lang.gnb-open .lang_wrap ul li a {
  color: #fff;
}
.header__lang.gnb-open .lang_wrap ul li.on a {
  background-color: #fff;
  color: #111;
}

@media (max-width: 1199px) {
  #header.fixed .header__lang:not(.gnb-open) .lang_wrap ul {
    border-color: rgba(255, 255, 255, 0.2);
  }
  #header.fixed .header__lang:not(.gnb-open) .lang_wrap ul li a {
    color: #fff;
  }
  #header.fixed .header__lang:not(.gnb-open) .lang_wrap ul li.on a {
    background-color: #fff;
    color: #111;
  }
}
body.pc body.main #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li a:hover {
  background-color: #A8D8EF;
  color: #fff;
}

body.mobile body.main #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li a:active {
  background-color: #A8D8EF;
  color: #fff;
}

body.pc body.main #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li.on a:hover {
  background-color: #A8D8EF;
  color: #fff;
}

body.mobile body.main #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li.on a:active {
  background-color: #A8D8EF;
  color: #fff;
}

body.pc body:not(.main) #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li a:hover {
  background-color: #A8D8EF;
  color: #fff;
}

body.mobile body:not(.main) #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li a:active {
  background-color: #A8D8EF;
  color: #fff;
}

body.pc body:not(.main) #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li.on a:hover {
  background-color: #A8D8EF;
  color: #fff;
}

body.mobile body:not(.main) #header:not(.fixed) .header__lang:not(.gnb-open) .lang_wrap ul li.on a:active {
  background-color: #A8D8EF;
  color: #fff;
}

body.pc #header.fixed .header__lang:not(.gnb-open) .lang_wrap ul li a:hover {
  background-color: #A8D8EF;
  color: #fff;
}

body.mobile #header.fixed .header__lang:not(.gnb-open) .lang_wrap ul li a:active {
  background-color: #A8D8EF;
  color: #fff;
}

body.pc #header.fixed .header__lang:not(.gnb-open) .lang_wrap ul li.on a:hover {
  background-color: #A8D8EF;
  color: #fff;
}

body.mobile #header.fixed .header__lang:not(.gnb-open) .lang_wrap ul li.on a:active {
  background-color: #A8D8EF;
  color: #fff;
}

body.pc .header__lang.gnb-open .lang_wrap ul li a:hover {
  background-color: #A8D8EF;
  color: #fff;
}

body.mobile .header__lang.gnb-open .lang_wrap ul li a:active {
  background-color: #A8D8EF;
  color: #fff;
}

body.pc .header__lang.gnb-open .lang_wrap ul li.on a:hover {
  background-color: #A8D8EF;
  color: #fff;
}

body.mobile .header__lang.gnb-open .lang_wrap ul li.on a:active {
  background-color: #A8D8EF;
  color: #fff;
}

#header .gnb a:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.header__lang a:focus-visible,
.header__lang button:focus-visible,
.float_inquiry_btn:focus-visible,
.footer_bot__link a:focus-visible,
.footer_tel a:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}

#header.sitemap-open .logo a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
#header.sitemap-open .header__lang a:focus-visible,
#header.sitemap-open .lang_wrap a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
#header.sitemap-open .pc_sitemap_btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

/* web gnb */
@media (min-width: 1200px) {
  #header .m_menu_btn,
  #header .m_gnb_bg,
  #header .m_lang {
    display: none;
  }
  #header .gnb {
    position: relative;
    right: 0 !important;
    display: inline-block;
    width: auto;
    vertical-align: top;
    text-align: left;
  }
  #header .gnb > ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
  }
  #header .gnb > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  #header .gnb > ul > li > a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    padding: 0 18px;
    height: 96px;
    color: #000;
  }
  #header .gnb > ul > li > a.current {
    color: #A8D8EF;
  }
  #header .gnb > ul > li:hover > a {
    color: rgb(39.4563106796, 157.8252427184, 214.5436893204);
  }
  #header .gnb .depth2 {
    display: block !important;
    position: absolute;
    top: calc(96px - 5px);
    left: 50%;
    z-index: 0;
    margin-top: 10px;
    margin-left: -100px;
    width: 200px;
    height: 0;
    border-top: 5px solid #A8D8EF;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  #header .gnb .depth2 li {
    position: relative;
    border-top: 1px solid #ebebeb;
  }
  #header .gnb .depth2 a {
    position: relative;
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    word-break: keep-all;
    font-weight: 400;
    background: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  #header .gnb .depth2 a:hover {
    color: #555;
    background: #f2f2f2;
  }
  #header .gnb .depth2 li.in > a {
    padding-left: 30px;
    padding-right: 30px;
  }
  #header .gnb .depth2 li.in > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-size: 100% 100%;
    mask-image: url("/front/assets/img/common/ico_gnb_depth_arrow.svg");
    -webkit-mask-image: url("/front/assets/img/common/ico_gnb_depth_arrow.svg");
  }
  #header .gnb .depth2 li:hover.in > a:after {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #header .gnb .depth2 ul {
    position: absolute;
    display: block;
    width: 100%;
    top: -1px;
    left: 100%;
    margin-top: 10px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .gnb .depth2 ul li {
    border-top: 1px solid #ebebeb;
  }
  #header .gnb .depth2 ul li:hover {
    background: #f2f2f2;
  }
  #header .gnb .depth2 ul li a {
    color: #000;
  }
  #header .gnb .depth2 ul li a:hover {
    color: #555;
  }
  #header .gnb .depth2 > li:hover ul,
  #header .gnb .depth2 > li:focus-within > ul,
  #header .gnb .depth2 > li.is-submenu-open > ul {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #header .gnb > ul > li:hover .depth2,
  #header .gnb > ul > li:focus-within > ul,
  #header .gnb > ul > li.is-submenu-open > ul {
    display: block !important;
    z-index: 10;
    height: auto;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1199px) {
  #header .m_menu_btn {
    display: none;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 42px;
    height: 34px;
    background: none;
    border: 0;
    z-index: 11;
    cursor: pointer;
  }
  #header .m_menu_btn span {
    height: 6px;
    background: #333;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .m_menu_btn span:nth-child(1) {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 100%;
  }
  #header .m_menu_btn span:nth-child(2) {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #header .m_menu_btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #header .m_menu_btn.on {
    position: fixed;
  }
  #header .m_menu_btn.on span {
    background: #fff;
  }
  #header .m_menu_btn.on span:nth-child(1) {
    opacity: 0;
  }
  #header .m_menu_btn.on span:nth-child(2) {
    height: 2px;
    -webkit-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  #header .m_menu_btn.on span:nth-child(3) {
    height: 2px;
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
  #header .gnb {
    float: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    text-align: left;
  }
  #header .m_gnb_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #header .m_lang {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 32px 0 0 33px;
    width: max(300px, 70vw);
    height: 80px;
    background: #A8D8EF;
    font-size: 0;
  }
  #header .m_lang .w-lang {
    display: block;
    float: left;
    padding: 5px 0;
  }
  #header .m_lang .w-lang dd {
    margin-left: 0;
    margin-right: 10px;
  }
  #header .m_lang .w-lang dd a {
    font-size: 23px;
    text-align: center;
  }
  #header .gnb > ul {
    overflow-x: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 10;
    width: max(300px, 70vw);
    height: calc(100% - 80px);
    background: #fff;
    padding-bottom: 120px;
  }
  #header .gnb ul a {
    display: block;
    padding-left: 36px;
    width: 100%;
    line-height: 1;
  }
  #header .gnb > ul > li {
    width: 100%;
  }
  #header .gnb > ul > li > a {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    font-size: 23px;
    color: #333;
    background-color: #fff;
  }
  #header .gnb > ul > li.mb-in > a:before {
    position: absolute;
    top: 16px;
    right: 30px;
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
  }
  #header .gnb > ul > li:first-child > a {
    border-top: 0 none;
  }
  #header .gnb > ul > li:last-child > a {
    border-bottom: 1px solid #ddd;
  }
  #header .gnb > ul > li > ul {
    display: none;
    width: 100%;
    background: #e8e8e8;
  }
  #header .gnb > ul > li > ul > li {
    width: 100%;
    background: #e8e8e8;
  }
  #header .gnb > ul > li > ul > li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d1d1d1;
    font-size: 17px;
  }
  #header .gnb > ul > li > ul > li:first-child > a {
    border-top: 0 none;
  }
  #header .gnb > ul > li.on > a {
    background: #3f3f40;
    border-top: 0 none;
    color: #fff;
  }
  #header .gnb > ul > li.on > a:before {
    content: "\f106";
  }
  #header .gnb > ul > li .depth2 > li > ul li a {
    font-weight: 400;
  }
  #header .gnb > ul > li .depth2 > li > ul li a:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #header .m_menu_btn {
    top: 16px;
    right: 20px;
    width: 28px;
    height: 23px;
  }
  #header .m_menu_btn.on {
    position: fixed;
  }
  #header .m_menu_btn span {
    height: 3px;
  }
  #header .m_menu_btn span:nth-child(1) {
    top: 10px;
    margin-top: auto;
  }
  #header .m_menu_btn.on span:nth-child(2) {
    height: 2px;
    -webkit-transform: translateY(10.5px) rotate(-45deg);
    -ms-transform: translateY(10.5px) rotate(-45deg);
    transform: translateY(10.5px) rotate(-45deg);
  }
  #header .m_menu_btn.on span:nth-child(3) {
    height: 2px;
    -webkit-transform: translateY(-10.5px) rotate(45deg);
    -ms-transform: translateY(-10.5px) rotate(45deg);
    transform: translateY(-10.5px) rotate(45deg);
  }
  #header .gnb > ul {
    top: 55px;
    height: calc(100% - 55px);
    padding-bottom: 120px;
  }
  #header .gnb ul a {
    padding-left: 20px;
  }
  #header .gnb > ul > li.mb-in > a:before {
    top: 12px;
    right: 20px;
    font-size: 23px;
  }
  #header .m_lang {
    padding: 21px 0 0 20px;
    height: 55px;
  }
  #header .m_lang .w-lang {
    padding: 7px 0;
  }
  #header .m_lang .w-lang dd a {
    font-size: 13px;
  }
  #header .gnb > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }
  #header .gnb > ul > li > ul > li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }
}
/* footer */
#footer {
  position: relative;
  width: 100%;
  background: #F6F6F6;
  padding: 5rem 0;
}
#footer .footer_bot .footer_bot__line01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1.875rem;
}
#footer .footer_bot .footer_bot__line01 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer_bot .footer_bot__line01 ul li {
  position: relative;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}
#footer .footer_bot .footer_bot__line01 ul:last-child li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#footer .footer_bot .footer_bot__line01 .footer_bot__addr {
  max-width: 830px;
}
#footer .footer_bot .footer_bot__line01 .footer_bot__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#footer .footer_bot .footer_bot__line01 .footer_bot__link ul li a {
  color: #444;
  font-weight: 400;
}
#footer .footer_bot .footer_bot__line01 .footer_bot__link ul li a.type_privacy {
  color: #000;
  font-weight: 600;
}
body.pc #footer .footer_bot .footer_bot__line01 .footer_bot__link ul li a:hover, body.pc #footer .footer_bot .footer_bot__line01 .footer_bot__link ul li a:hover.type_privacy {
  color: rgb(39.4563106796, 157.8252427184, 214.5436893204);
}

body.mobile #footer .footer_bot .footer_bot__line01 .footer_bot__link ul li a:active, body.mobile #footer .footer_bot .footer_bot__line01 .footer_bot__link ul li a:active.type_privacy {
  color: rgb(39.4563106796, 157.8252427184, 214.5436893204);
}

#footer .footer_bot .footer_bot__line02 {
  font-weight: 400;
  margin-top: 1.25rem;
  color: #444;
}
@media (max-width: 991px) {
  #footer .footer_bot .footer_bot__line01 {
    display: block;
  }
  #footer .footer_bot .footer_bot__line01 .footer_bot__addr {
    max-width: none;
    margin-top: 1.25rem;
  }
}

/* sitemap */
.pc_sitemap_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: none;
  z-index: 11;
  cursor: pointer;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s background ease-in-out, 0.3s transform ease-in-out;
  -webkit-transition: 0.2s background ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.2s background ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.2s background ease-in-out, 0.3s transform ease-in-out;
  transition: 0.2s background ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

.pc_sitemap_btn.fixed:not(.on) {
  /*
  	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
      box-shadow: 0 2px 2px rgba(0,0,0,.4);
  	background-color: #f7f7f7;
  */
}

.pc_sitemap_btn > span {
  position: absolute;
  width: 22.5px;
  height: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  left: 50%;
  top: 50%;
  margin-left: -11.25px;
  border-radius: 1.5px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.pc_sitemap_btn > span:nth-child(1) {
  margin-top: -1.5px;
}

.pc_sitemap_btn > span:nth-child(2) {
  margin-top: -8.5px;
}

.pc_sitemap_btn > span:nth-child(3) {
  margin-top: 5.5px;
}

.pc_sitemap_btn.on {
  background-color: transparent !important;
}

.pc_sitemap_btn.on > span:nth-child(1) {
  width: 7.5px;
  -webkit-transform: translateX(12.5px) translateY(5.25px) rotate(45deg);
  -ms-transform: translateX(12.5px) translateY(5.25px) rotate(45deg);
  transform: translateX(12.5px) translateY(5.25px) rotate(45deg);
}

.pc_sitemap_btn.on > span:nth-child(2) {
  width: 22.5px;
  margin-left: -11.25px;
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.pc_sitemap_btn.on > span:nth-child(3) {
  width: 12px;
  -webkit-transform: translateX(1.75px) translateY(-10.5px) rotate(45deg);
  -ms-transform: translateX(1.75px) translateY(-10.5px) rotate(45deg);
  transform: translateX(1.75px) translateY(-10.5px) rotate(45deg);
}

/* pc_sitemap_btn · color */
.pc_sitemap_btn:not(.on) > span {
  background: #000;
}
body.pc .pc_sitemap_btn:not(.on):hover > span {
  background: rgb(39.4563106796, 157.8252427184, 214.5436893204);
}

body.mobile .pc_sitemap_btn:not(.on):active > span {
  background: rgb(39.4563106796, 157.8252427184, 214.5436893204);
}

#header.fixed .pc_sitemap_btn > span {
  background: #000;
}
body.pc #header.fixed .pc_sitemap_btn:hover > span {
  background: rgb(39.4563106796, 157.8252427184, 214.5436893204);
}

body.mobile #header.fixed .pc_sitemap_btn:active > span {
  background: rgb(39.4563106796, 157.8252427184, 214.5436893204);
}

.pc_sitemap_btn.scrolled:not(.on) > span {
  background-color: #DBECF6;
}

.pc_sitemap_btn.on > span {
  background: #fff !important;
}
body.pc .pc_sitemap_btn.on:hover > span {
  background: rgb(189.5388349515, 225.6553398058, 242.9611650485) !important;
}

body.mobile .pc_sitemap_btn.on:active > span {
  background: rgb(189.5388349515, 225.6553398058, 242.9611650485) !important;
}

/* sitemap · Index Nav */
#headerSitemap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  overflow: hidden;
  z-index: 10;
  display: none;
}
#headerSitemap.on {
  opacity: 1;
}
#headerSitemap .slice_wrap {
  --slice-bg-color: #000;
}
#headerSitemap .slice_wrap.slice_wrap--color .slice_brick {
  background-color: var(--slice-bg-color);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, calc(0.03 + var(--shade, 0) * 0.02)) 0%, rgba(255, 255, 255, 0) 42%, rgba(0, 0, 0, 0.35) 100%);
}
#headerSitemap .slice_wrap:not(.slice_wrap--color) .slice_brick {
  background-position: center !important;
}

.sitemap_index_scroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.55) rgba(255, 255, 255, 0.08);
  /* Chrome, Safari, Edge */
}
.sitemap_index_scroll::-webkit-scrollbar {
  width: 4px;
}
.sitemap_index_scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}
.sitemap_index_scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
}
.sitemap_index_scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}
.sitemap_index_scroll::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.sitemap_index {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  max-width: 920px;
  min-height: 100%;
  margin: 0 auto;
  padding: 120px 40px 6rem;
}

.sitemap_index__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  min-height: 2rem;
  margin-bottom: 2rem;
}

.sitemap_index.is-drilled .sitemap_index__head {
  display: -ms-flexbox;
  display: flex;
}

.sitemap_index__back {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-left: -10px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.sitemap_index__back:hover {
  opacity: 0.75;
}
.sitemap_index__back[hidden] {
  display: none !important;
}

.sitemap_index__back-ico {
  display: block;
  width: 14px;
  height: 14px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg) translate(2px, -2px);
      -ms-transform: rotate(45deg) translate(2px, -2px);
          transform: rotate(45deg) translate(2px, -2px);
}

.sitemap_index__back-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.sitemap_index__crumb {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
}
.sitemap_index__crumb[hidden] {
  display: none !important;
}

.sitemap_index__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sitemap_index__track {
  position: relative;
  width: 100%;
}

.sitemap_index__panel {
  width: 100%;
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.45s ease, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.sitemap_index__panel.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

.sitemap_index__panel.is-behind,
.sitemap_index__panel.is-prep-enter,
.sitemap_index__panel.is-prep-enter-back,
.sitemap_index__panel.is-leave-left,
.sitemap_index__panel.is-leave-right {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.sitemap_index__panel.is-behind {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}

.sitemap_index__panel.is-prep-enter {
  z-index: 3;
  opacity: 0;
  visibility: visible;
  -webkit-transform: translateX(40%);
      -ms-transform: translateX(40%);
          transform: translateX(40%);
}

.sitemap_index__panel.is-prep-enter-back {
  z-index: 3;
  opacity: 0;
  visibility: visible;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}

.sitemap_index__panel.is-leave-left {
  z-index: 1;
  opacity: 0;
  visibility: visible;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}

.sitemap_index__panel.is-leave-right {
  z-index: 1;
  opacity: 0;
  visibility: visible;
  -webkit-transform: translateX(40%);
      -ms-transform: translateX(40%);
          transform: translateX(40%);
}

.sitemap_index__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.3125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap_index__list-item + .sitemap_index__list-item {
  margin-top: 0.15rem;
}

.sitemap_index__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 1.25rem;
  width: 100%;
  padding: 0.85rem 2.5rem 0.85rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: none;
  color: #fff;
  text-align: left;
  cursor: pointer;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.sitemap_index__item:hover, .sitemap_index__item:focus-visible, .sitemap_index__item:active {
  color: rgba(255, 255, 255, 0.75);
  -webkit-filter: none;
          filter: none;
  background: none;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
.sitemap_index__item {
  outline: none;
}
.sitemap_index__item:hover .sitemap_index__num, .sitemap_index__item:hover .sitemap_index__label, .sitemap_index__item:focus-visible .sitemap_index__num, .sitemap_index__item:focus-visible .sitemap_index__label {
  -webkit-transform: translateX(0.35rem);
      -ms-transform: translateX(0.35rem);
          transform: translateX(0.35rem);
}
.sitemap_index__item:focus-visible .sitemap_index__label {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

.sitemap_index__panel[data-level="0"] .sitemap_index__item {
  opacity: 0;
}

a.sitemap_index__item {
  text-decoration: none;
  color: #fff;
}
a.sitemap_index__item:hover, a.sitemap_index__item:focus-visible, a.sitemap_index__item:active {
  color: rgba(255, 255, 255, 0.75);
  -webkit-filter: none;
          filter: none;
  background: none;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.sitemap_index__item--branch {
  color: #fff;
}

.sitemap_index__item--link {
  color: #fff;
}

.sitemap_index__num {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-width: 2em;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0.85;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.sitemap_index__label {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.25;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.sitemap_index__item--link .sitemap_index__label {
  font-weight: 600;
}

.sitemap_index__panel[data-level="1"] .sitemap_index__label,
.sitemap_index__panel[data-level="2"] .sitemap_index__label {
  font-size: clamp(1.25rem, 2.2vw, 1.875rem);
  font-weight: 600;
}

.sitemap_index__panel[data-level="1"] .sitemap_index__item:hover, .sitemap_index__panel[data-level="1"] .sitemap_index__item:focus-visible, .sitemap_index__panel[data-level="1"] .sitemap_index__item:active,
.sitemap_index__panel[data-level="2"] .sitemap_index__item:hover,
.sitemap_index__panel[data-level="2"] .sitemap_index__item:focus-visible,
.sitemap_index__panel[data-level="2"] .sitemap_index__item:active {
  color: rgba(255, 255, 255, 0.75);
  -webkit-filter: none;
          filter: none;
  background: none;
}

.sitemap_index__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 1;
  pointer-events: none;
}

.sitemap_copyright {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  width: 1440px;
  max-width: 100%;
  padding: 0 2.5rem;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.15);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: 0.2s 0.6s opacity ease-in-out;
  transition: 0.2s 0.6s opacity ease-in-out;
  opacity: 0;
}

#headerSitemap.on .sitemap_copyright {
  opacity: 1;
}

.pc_sitemap_btn:not(.on):hover > span:nth-child(1) {
  width: 22.5px;
}

.pc_sitemap_btn:not(.on):hover > span:nth-child(2) {
  width: 16.5px;
}

.pc_sitemap_btn:not(.on):hover > span:nth-child(3) {
  width: 16.5px;
}

@media (max-width: 1199px) {
  .pc_sitemap_btn {
    right: 20px;
  }
  .sitemap_index {
    padding: 100px 24px 5rem;
    max-width: 760px;
  }
  .sitemap_index__label {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
  }
}
@media (max-width: 767px) {
  .pc_sitemap_btn {
    margin-top: 0;
  }
  .header_sitemap_logo {
    left: 20px;
    display: none;
  }
  .sitemap_index {
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-width: none;
    padding: 88px 20px 5rem;
  }
  .sitemap_index__head {
    margin-bottom: 1.25rem;
  }
  .sitemap_index__item {
    padding: 1rem 2rem 1rem 0;
  }
  .sitemap_index__num {
    min-width: auto;
    font-size: 0;
    letter-spacing: 0;
    opacity: 1;
    color: #fff;
  }
  .sitemap_index__num::before {
    content: "·";
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
  }
  .sitemap_index__label {
    font-size: 1.375rem;
  }
  .sitemap_index__panel[data-level="1"] .sitemap_index__label,
  .sitemap_index__panel[data-level="2"] .sitemap_index__label {
    font-size: 1.125rem;
  }
  .header_sns {
    margin-top: 40px;
  }
}
/* sitemap logo */
.header_sitemap_logo {
  position: fixed;
  top: 43px;
  left: 50px;
  font-size: 0;
  opacity: 0;
  z-index: 11;
}

.header_sitemap_logo a {
  position: relative;
  display: block;
}
.header_sitemap_logo a img {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media (max-width: 1199px) {
  .header_sitemap_logo {
    top: 29px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .header_sitemap_logo {
    top: 21px;
  }
  .header_sitemap_logo img {
    width: 100px;
  }
}
/* header util */
.header_util {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  color: #000;
}
.header_util .user_name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding-right: 5px;
}
.header_util .user_name__img {
  width: 30px;
  height: 30px;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
}
.header_util .user_name__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_util .user_name__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.header_util .header_util__btn {
  display: block;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
body.pc .header_util .header_util__btn:hover {
  color: rgb(39.4563106796, 157.8252427184, 214.5436893204);
}

body.mobile .header_util .header_util__btn:active {
  color: rgb(39.4563106796, 157.8252427184, 214.5436893204);
}

.header__lang.gnb-open .header_util {
  color: #fff;
}
.header__lang.gnb-open .header_util .user_name__img {
  outline: 2px solid #fff;
}
body.pc .header__lang.gnb-open .header_util__btn:hover {
  color: rgb(189.5388349515, 225.6553398058, 242.9611650485);
}

body.mobile .header__lang.gnb-open .header_util__btn:active {
  color: rgb(189.5388349515, 225.6553398058, 242.9611650485);
}

/* flex_box--fc */
ul.flex_box--fc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1.875rem;
}
ul.flex_box--fc.a_c {
  -ms-flex-align: center;
  align-items: center;
}
ul.flex_box--fc.j_c {
  -ms-flex-pack: center;
  justify-content: center;
}
ul.flex_box--fc > li {
  margin-top: 1.875rem;
}
ul.flex_box--fc.space-top-4 {
  margin-top: -0.25rem;
}
ul.flex_box--fc.space-top-4 > li {
  margin-top: 0.25rem;
}
ul.flex_box--fc.space-top-10 {
  margin-top: -0.625rem;
}
ul.flex_box--fc.space-top-10 > li {
  margin-top: 0.625rem;
}
ul.flex_box--fc.space-top-20 {
  margin-top: -1.25rem;
}
ul.flex_box--fc.space-top-20 > li {
  margin-top: 1.25rem;
}
ul.flex_box--fc.space-top-30 {
  margin-top: -1.875rem;
}
ul.flex_box--fc.space-top-30 > li {
  margin-top: 1.875rem;
}
ul.flex_box--fc.space-top-40 {
  margin-top: -2.5rem;
}
ul.flex_box--fc.space-top-40 > li {
  margin-top: 2.5rem;
}
ul.flex_box--fc.space-top-50 {
  margin-top: -3.125rem;
}
ul.flex_box--fc.space-top-50 > li {
  margin-top: 3.125rem;
}
ul.flex_box--fc.space-top-60 {
  margin-top: -3.75rem;
}
ul.flex_box--fc.space-top-60 > li {
  margin-top: 3.75rem;
}
ul.flex_box--fc.space-top-70 {
  margin-top: -4.375rem;
}
ul.flex_box--fc.space-top-70 > li {
  margin-top: 4.375rem;
}
ul.flex_box--fc.space-top-80 {
  margin-top: -5rem;
}
ul.flex_box--fc.space-top-80 > li {
  margin-top: 5rem;
}
ul.flex_box--fc.space-2 {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
ul.flex_box--fc.space-2 > li {
  padding: 0 0.125rem;
}
ul.flex_box--fc.space-5 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
ul.flex_box--fc.space-5 > li {
  padding: 0 0.3125rem;
}
ul.flex_box--fc.space-7 {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}
ul.flex_box--fc.space-7 > li {
  padding: 0 0.4375rem;
}
ul.flex_box--fc.space-8 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
ul.flex_box--fc.space-8 > li {
  padding: 0 0.5rem;
}
ul.flex_box--fc.space-10 {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
ul.flex_box--fc.space-10 > li {
  padding: 0 0.625rem;
}
ul.flex_box--fc.space-14 {
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}
ul.flex_box--fc.space-14 > li {
  padding: 0 0.875rem;
}
ul.flex_box--fc.space-15 {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
ul.flex_box--fc.space-15 > li {
  padding: 0 0.9375rem;
}
ul.flex_box--fc.space-20 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
ul.flex_box--fc.space-20 > li {
  padding: 0 1.25rem;
}
ul.flex_box--fc.space-25 {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
ul.flex_box--fc.space-25 > li {
  padding: 0 1.5625rem;
}
ul.flex_box--fc.space-30 {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
ul.flex_box--fc.space-30 > li {
  padding: 0 1.875rem;
}
ul.flex_box--fc.space-39 {
  margin-right: -2.4375rem;
  margin-left: -2.4375rem;
}
ul.flex_box--fc.space-39 > li {
  padding: 0 2.4375rem;
}
ul.flex_box--fc.space-40 {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
ul.flex_box--fc.space-40 > li {
  padding: 0 2.5rem;
}
ul.flex_box--fc.ea-1 > li {
  width: 100%;
}
ul.flex_box--fc.ea-2 > li {
  width: 50%;
}
ul.flex_box--fc.ea-3 > li {
  width: 33.333333%;
}
ul.flex_box--fc.ea-4 > li {
  width: 25%;
}
ul.flex_box--fc.ea-5 > li {
  width: 20%;
}
ul.flex_box--fc.ea-6 > li {
  width: 16.666666%;
}
ul.flex_box--fc.ea-7 > li {
  width: 14.285%;
}
ul.flex_box--fc.ea-8 > li {
  width: 12.5%;
}
ul.flex_box--fc.ea-9 > li {
  width: 11.111111%;
}
ul.flex_box--fc.ea-10 > li {
  width: 10%;
}
@media (max-width: 1199px) {
  ul.flex_box--fc.ea-xl-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-xl-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-xl-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-xl-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-xl-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-xl-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-xl-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-xl-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-xl-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-xl-10 > li {
    width: 10%;
  }
}
@media (max-width: 991px) {
  ul.flex_box--fc.ea-lg-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-lg-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-lg-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-lg-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-lg-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-lg-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-lg-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-lg-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-lg-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-lg-10 > li {
    width: 10%;
  }
}
@media (max-width: 767px) {
  ul.flex_box--fc.ea-md-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-md-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-md-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-md-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-md-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-md-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-md-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-md-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-md-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-md-10 > li {
    width: 10%;
  }
}
@media (max-width: 575px) {
  ul.flex_box--fc.ea-sm-1 > li {
    width: 100%;
  }
  ul.flex_box--fc.ea-sm-2 > li {
    width: 50%;
  }
  ul.flex_box--fc.ea-sm-3 > li {
    width: 33.333333%;
  }
  ul.flex_box--fc.ea-sm-4 > li {
    width: 25%;
  }
  ul.flex_box--fc.ea-sm-5 > li {
    width: 20%;
  }
  ul.flex_box--fc.ea-sm-6 > li {
    width: 16.666666%;
  }
  ul.flex_box--fc.ea-sm-7 > li {
    width: 14.285%;
  }
  ul.flex_box--fc.ea-sm-8 > li {
    width: 12.5%;
  }
  ul.flex_box--fc.ea-sm-9 > li {
    width: 11.111111%;
  }
  ul.flex_box--fc.ea-sm-10 > li {
    width: 10%;
  }
}

.flex_box--img--prefix {
  display: -ms-flexbox;
  display: flex;
}
.flex_box--img--prefix > figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  text-align: center;
  padding-right: 4.375rem;
  max-width: 60%;
}
.flex_box--img--prefix > figure.type_sm {
  padding-right: 3.75rem;
  max-width: none;
}
.flex_box--img--prefix > div {
  width: 100%;
}
@media (max-width: 991px) {
  .flex_box--img--prefix {
    display: block;
  }
  .flex_box--img--prefix > figure {
    padding-right: 0;
    max-width: none;
  }
  .flex_box--img--prefix > figure.type_sm {
    padding-right: 0;
  }
  .flex_box--img--prefix > div {
    margin-top: 2.5rem;
  }
}

.reveal_item {
  opacity: 0;
}

/* pagination */
.board-paging {
  margin-top: 3.125rem;
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.board-paging li,
.board-paging ol {
  display: inline-block;
  vertical-align: top;
}

.board-paging li {
  overflow: hidden;
  position: relative;
  margin-left: -1px;
  padding: 0 2px;
}

.board-paging li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  /* border: 0; */
  font-size: 0.9375rem;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #dadada;
  color: #111;
  border-radius: 0;
  width: auto;
  min-width: 30px;
  font-weight: 500;
  padding: 0 3px;
}

.board-paging li.on,
.board-paging li:hover {
  z-index: 111;
}

.board-paging li.on > a,
.board-paging li:hover > a {
  border: 1px solid #dadada;
  background-color: #222;
  color: #fff;
  font-weight: 500;
}

.board-paging .paging-btn-next,
.board-paging .paging-btn-last,
.board-paging .paging-btn-first,
.board-paging .paging-btn-prev {
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  margin-top: -1px;
  margin-left: -1px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  border: 0;
  color: transparent;
}

.board-paging .paging-btn-last,
.board-paging .paging-btn-next {
  border-left: none;
}

.board-paging .paging-btn-prev,
.board-paging .paging-btn-first {
  border-right: none;
}

.board-paging .paging-btn-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.board-paging .paging-btn-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.board-paging .paging-btn-next {
  background: url("/front/assets/img/paging-next-off.png") no-repeat center center;
}

.board-paging .paging-btn-last {
  background: url("/front/assets/img/paging-last-off.png") no-repeat center center;
}

.board-paging .paging-btn-first {
  background: url("/front/assets/img/paging-first-off.png") no-repeat center center;
}

.board-paging .paging-btn-prev {
  background: url("/front/assets/img/paging-prev-off.png") no-repeat center center;
}

/* 팝업 */
body.pop_open {
  overflow: hidden !important;
}

.transition--popup {
  -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.transition--popup.on {
  -webkit-box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.8);
}

.page_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 35px 20px;
  display: none;
}

.page_inner {
  position: relative;
  top: 0;
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -60px;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #A8D8EF 0%, #343434 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.page_inner.on {
  margin-top: 0;
}

.pd_box {
  position: relative;
  background-color: #fff;
  padding: 3.125rem 1.875rem 2.5rem;
}

.btn_close_pagepop {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  outline: none;
  font-size: 0;
}

.page_pop_head {
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.btn_squ_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_squ_box .btn_squ {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  margin: 0 5px;
  background-color: #2e353d;
  border: 1px solid #2e353d;
  border-radius: 18px;
}
.btn_squ_box .btn_squ:hover {
  background-color: #4f555c;
}
.btn_squ_box .btn_squ.type_white {
  color: #444;
  background-color: #f6f6f6;
  border-color: #b7b7b7;
}
.btn_squ_box .btn_squ.type_white:hover {
  background-color: #ededed;
}

.bullet_ul li {
  position: relative;
  padding-left: 0.7777777777em;
  font-size: inherit;
  line-height: 1.8;
}
.bullet_ul li + li {
  margin-top: 0.2777777777em;
}
.bullet_ul li:before {
  content: "";
  position: absolute;
  top: 0.6666666667em;
  left: 0;
  width: 0.2777777778em;
  height: 0.2777777778em;
  background-color: #333;
  border-radius: 50%;
}
.bullet_ul.color_fff li:before {
  background-color: #fff;
}

.img_full_wrap {
  font-size: 0;
  text-align: center;
}

figure.img_full_wrap figcaption {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}
figure.img_full_wrap figcaption * {
  font-size: 0;
  color: transparent;
  background: none;
  text-indent: -9999px;
  line-height: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
}

.tab_conts_box > ul > li {
  display: block;
}
.tab_conts_box > ul > li:not(:first-child) {
  display: none;
}

/* 공통 컨텐츠 탭 (스타일/스와이프) — 기능 클래스는 tab_btn_box / tab_event_wrap */
.comm_contents_tab {
  min-width: 0;
  max-width: 100%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow: hidden;
}
.comm_contents_tab__swiper {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.comm_contents_tab .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comm_contents_tab .swiper-slide {
  width: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: auto;
}
.comm_contents_tab .swiper-slide:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin: 0 15px;
  background: #ddd;
}
.comm_contents_tab .swiper-slide a {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 1;
  white-space: nowrap;
}
body.pc .comm_contents_tab .swiper-slide a:hover:hover {
  color: #000;
}

body.mobile .comm_contents_tab .swiper-slide a:active:hover {
  color: #000;
}

.comm_contents_tab .swiper-slide.on a {
  color: #000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .comm_contents_tab {
    width: 100%;
    -ms-flex: none;
        flex: none;
  }
  .comm_contents_tab .swiper-slide:not(:last-child) {
    margin-right: 4px;
  }
  .comm_contents_tab .swiper-slide:not(:last-child)::after {
    display: none;
  }
  .comm_contents_tab .swiper-slide a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 34px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    color: #777;
  }
  body.pc .comm_contents_tab .swiper-slide a:hover:hover {
    background: #e5e5e5;
  }
  body.mobile .comm_contents_tab .swiper-slide a:active:hover {
    background: #e5e5e5;
  }
  .comm_contents_tab .swiper-slide.on a {
    background: #000;
    color: #fff;
    font-weight: 500;
  }
  body.pc .comm_contents_tab .swiper-slide.on a:hover:hover {
    background: #333;
    color: #fff;
  }
  body.mobile .comm_contents_tab .swiper-slide.on a:active:hover {
    background: #333;
    color: #fff;
  }
}

.swiper-scrollbar {
  background: #e5e5e5 !important;
}
.swiper-scrollbar:not(.swiper-scrollbar-vertical) {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 4px !important;
}

.swiper-scrollbar-drag {
  background: #000 !important;
}

/* slice effect — BRIXX masonry veil */
.slice_effect img.copy_img {
  display: none;
}
.slice_effect .slice_wrap {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.slice_effect .slice_wrap--masonry::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: repeating-linear-gradient(0deg, transparent 0, transparent calc(12.5% - 1px), rgba(255, 255, 255, 0.05) calc(12.5% - 1px), rgba(255, 255, 255, 0.05) 12.5%);
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.slice_effect .slice_wrap--masonry.is-locked::after {
  opacity: 0;
}
.slice_effect .slice_wrap--masonry .slice_brick {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.45s ease var(--d-out, 0ms);
  transition: opacity 0.45s ease var(--d-out, 0ms);
}
.slice_effect.on .slice_wrap--masonry::after {
  opacity: 1;
}
.slice_effect.on .slice_wrap--masonry.is-locked::after {
  opacity: 0;
}
.slice_effect.on .slice_wrap--masonry .slice_brick {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease var(--d-in, 0ms);
  transition: opacity 0.5s ease var(--d-in, 0ms);
}

.skip_link {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: block;
  width: 100%;
  padding: 0.875rem 1rem;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
body.pc .skip_link:hover:hover {
  background: #333;
  color: #fff;
}

body.mobile .skip_link:active:hover {
  background: #333;
  color: #fff;
}

.skip_link:focus, .skip_link:focus-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  outline: none;
  -webkit-box-shadow: inset 0 -2px 0 #fff;
          box-shadow: inset 0 -2px 0 #fff;
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* youtube popup — Lenis 우회: data-lenis-prevent (플러그인 마크업) */
.grtyoutube-popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.grtyoutube-popup-content {
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ico_mask {
  display: block;
  background-color: currentColor;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-size: 100% 100%;
}
.ico_mask.ico_board_file {
  width: 1.875rem;
  height: 1.875rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_board_file.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_board_file.svg");
}
.ico_mask.ico_pagination_prev {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_pagination_prev.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_pagination_prev.svg");
}
.ico_mask.ico_pagination_next {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_pagination_next.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_pagination_next.svg");
}
.ico_mask.ico_pagination_first {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_pagination_first.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_pagination_first.svg");
}
.ico_mask.ico_pagination_last {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_pagination_last.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_pagination_last.svg");
}
.ico_mask.ico_input_search {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_input_search.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_input_search.svg");
}
.ico_mask.ico_post_prev {
  width: 1.625rem;
  height: 1.625rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_post_prev.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_post_prev.svg");
}
.ico_mask.ico_post_next {
  width: 1.625rem;
  height: 1.625rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_post_next.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_post_next.svg");
}
.ico_mask.ico_post_author {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_post_author.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_post_author.svg");
}
.ico_mask.ico_post_date {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_post_date.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_post_date.svg");
}
.ico_mask.ico_post_view {
  width: 1rem;
  height: 1.125rem;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_post_view.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_post_view.svg");
}
.ico_mask.ico_logout {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_logout.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_logout.svg");
}
.ico_mask.ico_search {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_search.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_search.svg");
}
.ico_mask.ico_more_arrow {
  width: 1em;
  height: 1em;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_more_arrow.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_more_arrow.svg");
}
.ico_mask.ico_arrow_top_right {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_arrow_top_right.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_arrow_top_right.svg");
}
.ico_mask.ico_play {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_play.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_play.svg");
}
.ico_mask.ico_calendar {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_calendar.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_calendar.svg");
}
.ico_mask.ico_business {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_business.svg");
          mask-image: url("/front/assets/img/common/icon-svg/ico_business.svg");
}

.path-wrap {
  position: relative;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .path-wrap {
    margin-top: 1.25rem;
  }
}
.path-wrap .path {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1440px;
  padding: 2px 20px;
  margin: 0 auto;
}
.path-wrap .path > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0;
}
.path-wrap .path > li + li:before {
  content: "";
  display: block;
  padding: 0 0.625rem;
  width: 0.3125rem;
  height: 0.5rem;
  background: url("/front/assets/img/common/ico_path_arrow_right.png") no-repeat center/0.3125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.path-wrap .path > li > span {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(21, 21, 21, 0.6);
}
.path-wrap .path > li.path-home img {
  margin-top: -1px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .path-wrap .path > li.path-home img {
    margin-right: 5px;
    width: 12px;
  }
}
#subWrap {
  min-height: 310px;
}

/* location */
.location-wrap {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.location-wrap ul.location-ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
}
.location-wrap ul.location-ul > li {
  position: relative;
  display: inline-block;
  margin-right: -1px;
  vertical-align: top;
}
.location-wrap ul.location-ul > li:before {
  content: "\f0d7";
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  top: 50%;
  right: 15px;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  pointer-events: none;
  font-size: 5px;
  color: #868686;
  font-family: "FontAwesome";
  border: 2px solid #e1e1e1;
  border-radius: 50%;
}
.location-wrap ul.location-ul > li.location-home a {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  min-width: 65px;
  height: 60px;
  text-align: center;
  border-left: 1px solid #e1e1e1;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.location-wrap ul.location-ul > li.location-home:before {
  display: none;
}
.location-wrap li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px 0 20px;
  min-width: 170px;
  border: 1px solid #e1e1e1;
  border-width: 0 1px;
  font-size: 18px;
  line-height: 1.4;
  height: 60px;
  word-break: keep-all;
  font-weight: 500;
  color: #111;
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  .location-wrap li a {
    font-size: 16px;
  }
}
.location-wrap ul.location-ul > li.on:before, .location-wrap ul.location-ul > li:last-child:before {
  color: #fff;
  border-color: #fff;
}
.location-wrap ul.location-ul > li.on > a, .location-wrap ul.location-ul > li:last-child > a {
  background: #A8D8EF;
  color: #fff;
}
.location-wrap ul.location-ul > li.on > a:after, .location-wrap ul.location-ul > li:last-child > a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
}
.location-wrap .location-depth2 {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 999;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0;
  background-color: #fff;
}
.location-wrap .location-depth2 a {
  padding: 15px 20px;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  background: transparent;
  letter-spacing: -0.5px;
  line-height: 1.4;
  color: #333;
  height: auto;
  min-height: 60px;
}
.location-wrap .location-depth2 li.on a {
  color: #A8D8EF !important;
}

@media (max-width: 1199px) {
  .location-wrap ul.location-ul {
    margin: 0 -20px;
  }
}
@media (min-width: 1200px) {
  .location-wrap li a:hover,
  .location-wrap ul.location-ul > li.location-home a:hover {
    background: #f1f1f1;
    color: #111;
  }
  .location-wrap ul.location-ul > li:last-child > a:hover {
    background: rgb(189.5388349515, 225.6553398058, 242.9611650485);
    color: #fff;
  }
  .location-wrap .location-depth2 li:not(.location-home) a:hover {
    background: #f1f1f1;
    color: #111;
  }
}
@media (max-width: 767px) {
  .location-wrap ul.location-ul > li {
    display: none;
  }
  .location-wrap ul.location-ul > li.location-home {
    display: inline-block;
  }
  .location-wrap ul.location-ul > li:last-of-type {
    display: inline-block;
    width: calc(100% - 53px);
  }
  .location-wrap ul.location-ul > li:last-of-type > a {
    text-align: center;
  }
  .location-wrap li a {
    height: 50px;
  }
  .location-wrap ul.location-ul > li.location-home a {
    min-width: 55px;
    height: 50px;
  }
  .location-wrap ul.location-ul > li.location-home img {
    width: 16px;
  }
  .location-wrap .location-depth2 {
    top: 50px;
  }
  .location-wrap .location-depth2 li a {
    height: auto;
    min-height: 50px;
  }
}
/* sub visual */
.sub_visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sub_visual .sub_visual_swiper {
  width: 100%;
  height: 380px;
}
@media (max-width: 767px) {
  .sub_visual .sub_visual_swiper {
    height: 240px;
  }
}
.sub_visual .sub_visual_link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub_visual .sub_visual_copy {
  position: absolute;
  top: 50%;
  left: 260px;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  max-width: calc(100% - 280px);
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub_visual .sub_visual_copy > * {
  opacity: 0;
}
@media (max-width: 767px) {
  .sub_visual .sub_visual_copy {
    left: 20px;
    max-width: calc(100% - 40px);
  }
}
.sub_visual .sub_visual_logo {
  display: block;
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .sub_visual .sub_visual_logo {
    width: 120px;
  }
}
.sub_visual .sub_visual_slogan {
  margin: 0;
  font-family: "Caveat", "Noto Sans KR", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.9;
  color: #121212;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .sub_visual .sub_visual_slogan {
    font-size: 24px;
  }
}
.sub_visual .sub_visual_pagination {
  position: absolute;
  bottom: 20px !important;
  left: 50% !important;
  right: auto !important;
  z-index: 4;
  width: auto !important;
  font-size: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sub_visual .sub_visual_pagination {
    bottom: 16px !important;
  }
}
.sub_visual .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 3px !important;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.sub_visual .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 767px) {
  .subConts.education {
    background-color: #f6f6f6;
  }
}

.sub_inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.sub_inner.schedule {
  max-width: 1640px;
}

.sub_title {
  padding: 60px 0 40px;
}

.sub_title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.sub_title p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #777;
}

.sub_section {
  padding: 60px 0;
}
.sub_section:first-of-type {
  padding-top: 0;
}

@media (max-width: 767px) {
  .sub_section {
    padding: 60px 0;
  }
  .sub_section:first-of-type {
    padding-top: 0;
  }
  .sub_section:last-of-type {
    padding-bottom: 60px;
  }
}
.sub_section_category .sub_section_category_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  padding-bottom: 40px;
}
.sub_section_category .sub_section_category_list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #999;
  padding: 12px;
}
.sub_section_category .sub_section_category_list li a.on {
  color: #178fc8;
  border-bottom: 2px solid #178fc8;
}
.sub_section_category .sub_section_category_list li a:hover {
  color: #178fc8;
  border-bottom: 2px solid #178fc8;
}
@media (max-width: 767px) {
  .sub_section_category .sub_section_category_list {
    width: 40%;
    margin: 0 auto;
    gap: 8px 0;
    padding-bottom: 24px;
  }
  .sub_section_category .sub_section_category_list li {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
  }
  .sub_section_category .sub_section_category_list li a {
    display: inline-block;
    padding: 10px 4px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .sub_section_category .sub_section_category_list {
    width: 65%;
  }
}

.board_toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 40px;
}
.board_toolbar .board_page {
  margin-top: 30px;
}
.board_toolbar .board_page p {
  color: #777;
  font-size: var(--res-16);
  line-height: 1;
  font-weight: 400;
}
.board_toolbar .board_search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}
.board_toolbar .board_search .board_team_select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  height: 49px;
  padding: 0 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.board_toolbar .board_search .board_team_select .board_team_select_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.board_toolbar .board_search .board_team_select .board_team_select_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.board_toolbar .board_search .board_team_select select {
  width: 100px;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  background-image: none;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1;
  color: #666;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.board_toolbar .board_search .board_team_select select::-ms-expand {
  display: none;
}
.board_toolbar .board_search .board_team_select .board_team_select_arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 11px;
}
.board_toolbar .board_search .board_team_select .board_team_select_arrow img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.board_toolbar .board_search input {
  width: 288px;
  height: 49px;
  border: 1px solid #ddd;
  padding: 15px 20px;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1;
  color: #666;
}
.board_toolbar .board_search input::-webkit-input-placeholder {
  color: #666;
}
.board_toolbar .board_search input::-moz-placeholder {
  color: #666;
}
.board_toolbar .board_search input:-ms-input-placeholder {
  color: #666;
}
.board_toolbar .board_search input::-ms-input-placeholder {
  color: #666;
}
.board_toolbar .board_search input::placeholder {
  color: #666;
}
.board_toolbar .board_search button {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 1px solid #178FC8;
  background-color: #178FC8;
}
.board_toolbar .board_search button img {
  width: 24px;
  height: 24px;
  opacity: 0;
}
.board_toolbar .board_search button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  mask-image: url("/front/assets/img/common/icon-svg/ico_search.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("/front/assets/img/common/icon-svg/ico_search.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.board_toolbar .board_search button:hover {
  background-color: #fff;
}
.board_toolbar .board_search button:hover::before {
  background-color: #178fc8;
}
@media (max-width: 991px) {
  .board_toolbar .board_search .board_team_select {
    padding: 0 10px;
  }
  .board_toolbar .board_search input {
    width: 270px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .board_toolbar {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 16px;
    padding-bottom: 24px;
  }
  .board_toolbar .board_page {
    margin-top: 0;
    -ms-flex-order: 2;
        order: 2;
  }
  .board_toolbar .board_search {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .board_toolbar .board_search input {
    -ms-flex: 1;
        flex: 1;
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 575px) {
  .board_toolbar .board_search .board_team_select {
    width: 100%;
  }
}

.board_list_wrap {
  width: 100%;
  overflow-x: auto;
}

.board_list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.board_list .board_col_num {
  width: 96px;
}
.board_list .board_col_team {
  width: 140px;
}
.board_list .board_col_title {
  width: auto;
}
.board_list .board_col_author {
  width: 140px;
}
.board_list .board_col_date {
  width: 140px;
}
.board_list .board_col_view {
  width: 85px;
}
.board_list .board_col_like {
  width: 85px;
}
.board_list thead th {
  height: 56px;
  padding: 0 20px;
  background-color: #F7FAFF;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  font-size: var(--res-16);
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.board_list tbody tr {
  border-bottom: 1px solid #ddd;
}
.board_list tbody tr:hover {
  background-color: #F7FAFF;
}
.board_list tbody td {
  padding: 14px 20px;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .board_list .board_col_author {
    width: 130px;
  }
  .board_list .board_col_date {
    width: 110px;
  }
  .board_list .board_col_view {
    width: 80px;
  }
  .board_list .board_col_like {
    width: 80px;
  }
  .board_list tbody td {
    padding: 14px 10px;
  }
}
@media (max-width: 991px) {
  .board_list tbody td {
    padding: 14px 5px;
  }
  .board_list .board_col_num {
    width: 86px;
  }
  .board_list .board_col_author {
    width: 125px;
  }
  .board_list .board_col_date {
    width: 110px;
  }
  .board_list .board_col_view {
    width: 75px;
  }
  .board_list .board_col_like {
    width: 75px;
  }
}
.board_list .board_num {
  color: #777;
}
.board_list .board_team {
  white-space: nowrap;
}
.board_list .board_title {
  text-align: left;
}
.board_list .board_title a {
  display: inline-block;
  max-width: 100%;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.board_list .board_title a:hover {
  text-decoration: underline;
}
.board_list .board_title .board_comment {
  color: #ff2024;
}
.board_list .board_author .board_author_name,
.board_list .board_author .board_author_rank {
  display: inline-block;
  vertical-align: middle;
}
.board_list .board_author .board_author_name {
  font-size: var(--res-16);
  line-height: 1.4;
  color: #000;
}
.board_list .board_author .board_author_rank {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.board_list .board_author .board_author_rank img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.board_list .board_date,
.board_list .board_view,
.board_list .board_like {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .board_list {
    table-layout: auto;
    border-top: 2px solid #000;
  }
  .board_list colgroup {
    display: none;
  }
  .board_list thead {
    display: none;
  }
  .board_list tbody tr {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title title" "author date";
    gap: 8px 12px;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
  }
  .board_list tbody tr:has(.board_team) {
    grid-template-areas: "title title" "team team" "author date";
  }
  .board_list tbody tr:hover {
    background-color: transparent;
  }
  .board_list tbody td {
    padding: 0;
    text-align: left;
    border: none;
  }
  .board_list .board_num,
  .board_list .board_view,
  .board_list .board_like {
    display: none;
  }
  .board_list .board_team {
    grid-area: team;
    font-size: var(--res-14);
    color: #777;
    white-space: normal;
  }
  .board_list .board_title {
    grid-area: title;
  }
  .board_list .board_title a {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
  }
  .board_list .board_author {
    grid-area: author;
    color: #777;
  }
  .board_list .board_author .board_author_name {
    font-size: var(--res-14);
    color: #777;
  }
  .board_list .board_author .board_author_rank {
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }
  .board_list .board_date {
    grid-area: date;
    font-size: var(--res-14);
    color: #777;
    text-align: right;
  }
}

.doc_list {
  border-top: 2px solid #000;
}
.doc_list .doc_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.doc_list .doc_num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1.2;
  color: #777;
  text-align: center;
}
.doc_list .doc_thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 160px;
  height: 106px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e8ebef;
}
.doc_list .doc_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doc_list .doc_contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 0;
}
.doc_list .doc_category {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: var(--res-13);
  font-weight: 500;
  line-height: 1;
}
.doc_list .doc_category.business {
  color: #bb6836;
  background-color: #ffedde;
}
.doc_list .doc_category.product {
  color: #08776f;
  background-color: #c3f3e9;
}
.doc_list .doc_title {
  display: block;
  max-width: 100%;
  padding: 0 4px;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc_list .doc_title:hover {
  text-decoration: underline;
}
.doc_list .doc_title .doc_title_tag {
  font-weight: 600;
  line-height: 1.6;
}
.doc_list .doc_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 0 4px;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.doc_list .doc_info_view,
.doc_list .doc_info_like,
.doc_list .doc_info_comment {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
}
.doc_list .doc_info_view img,
.doc_list .doc_info_like img,
.doc_list .doc_info_comment img {
  display: block;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.doc_list .doc_info_view .ico_mask,
.doc_list .doc_info_like .ico_mask,
.doc_list .doc_info_comment .ico_mask {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #777;
}
.doc_list .doc_meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}
.doc_list .doc_author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  width: 100px;
}
.doc_list .doc_author_name {
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  white-space: nowrap;
}
.doc_list .doc_author_rank {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.doc_list .doc_author_rank img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.doc_list .doc_date {
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1.2;
  color: #777;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 991px) {
  .doc_list .doc_item {
    gap: 20px;
    padding: 16px 10px;
  }
  .doc_list .doc_thumb {
    width: 120px;
    height: 80px;
  }
  .doc_list .doc_meta {
    gap: 20px;
  }
  .doc_list .doc_author {
    width: auto;
  }
}
@media (max-width: 767px) {
  .doc_list .doc_item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "num contents" "thumb contents" ". meta";
    gap: 12px 16px;
    padding: 16px 0;
  }
  .doc_list .doc_num {
    grid-area: num;
    width: auto;
    text-align: left;
  }
  .doc_list .doc_thumb {
    grid-area: thumb;
    width: 100px;
    grid-row: 2/4;
  }
  .doc_list .doc_contents {
    grid-area: contents;
    gap: 10px;
  }
  .doc_list .doc_title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .doc_list .doc_meta {
    grid-area: meta;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    gap: 12px;
  }
  .doc_list .doc_author {
    width: auto;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .doc_list .doc_item:not(:has(.doc_thumb)) {
    grid-template-areas: "num contents" ". meta";
  }
}

.video_wrap .video_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.video_wrap .video_list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.9375rem;
  width: calc((100% - 120px) / 5);
}
.video_wrap .video_list li > a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #e8ebef;
}
.video_wrap .video_list li > a img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_wrap .video_list li > a .video_list_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.video_wrap .video_list li > a .video_list_play::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 15L15.19 12L10 9V15ZM21.56 7.17C21.69 7.64 21.78 8.27 21.84 9.07C21.91 9.87 21.94 10.56 21.94 11.16L22 12C22 14.19 21.84 15.8 21.56 16.83C21.31 17.73 20.73 18.31 19.83 18.56C19.36 18.69 18.5 18.78 17.18 18.84C15.88 18.91 14.69 18.94 13.59 18.94L12 19C7.81 19 5.2 18.84 4.17 18.56C3.27 18.31 2.69 17.73 2.44 16.83C2.31 16.36 2.22 15.73 2.16 14.93C2.09 14.13 2.06 13.44 2.06 12.84L2 12C2 9.81 2.16 8.2 2.44 7.17C2.69 6.27 3.27 5.69 4.17 5.44C4.64 5.31 5.5 5.22 6.82 5.16C8.12 5.09 9.31 5.06 10.41 5.06L12 5C16.19 5 18.8 5.16 19.83 5.44C20.73 5.69 21.31 6.27 21.56 7.17Z' fill='white' fill-opacity='0.8'/%3E%3C/svg%3E") center/contain no-repeat;
}
.video_wrap .video_list li .video_desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.video_wrap .video_list li .video_desc a {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video_wrap .video_list li .video_desc a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .video_wrap .video_list li .video_desc a {
    font-size: 16px;
  }
}
.video_wrap .video_list li .video_desc .video_category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  padding: 6px 20px;
  border-radius: 20px;
}
.video_wrap .video_list li .video_desc .stp {
  color: #3672c6;
  background-color: #e3ebfa;
}
.video_wrap .video_list li .video_desc .product {
  color: #00890a;
  background-color: #e6f8e3;
}
.video_wrap .video_list li .video_desc .system {
  color: #ae8507;
  background-color: #fff9d4;
}
.video_wrap .video_list li .video_desc .movingup {
  color: #a91f89;
  background-color: #fce7f4;
}
.video_wrap .video_list li .video_desc .lecture {
  color: #3672c6;
  background-color: #dbf2fe;
}
.video_wrap .video_list li .video_desc .video_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.75rem;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 1;
}
.video_wrap .video_list li .video_desc .video_info .video_info_view {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2px;
}
@media (max-width: 991px) {
  .video_wrap .video_list li {
    width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 767px) {
  .video_wrap .video_list li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 575px) {
  .video_wrap .video_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 991px) {
  .video_wrap .video_list {
    gap: 20px;
  }
}

.board_control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 20px;
  padding-top: 40px;
  position: relative;
}
.board_control .board_pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  -ms-flex-item-align: center;
      align-self: center;
}
.board_control .board_pagination li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  font-size: var(--res-16);
  font-weight: 600;
  line-height: 1;
  color: #777;
}
.board_control .board_pagination li.on a, .board_control .board_pagination li:hover a {
  background-color: #178FC8;
  border-color: #178FC8;
  color: #fff;
  font-weight: 700;
}
.board_control .board_pagination li:first-of-type a img, .board_control .board_pagination li:last-of-type a img {
  width: 20px;
  height: 20px;
}
.board_control .board_pagination li:nth-of-type(2) a img, .board_control .board_pagination li:nth-last-of-type(2) a img {
  width: 7px;
  height: 11px;
}
.board_control .board_write_btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: var(--res-18);
  line-height: 30px;
  text-align: center;
  color: #178FC8;
  background-color: #F7FAFF;
  border: 1px solid #178FC8;
  border-radius: 60px;
  padding: 9px 35px;
}
.board_control .board_write_btn:hover {
  background-color: #178FC8;
  border-color: #178FC8;
  color: #fff;
}
.board_control .all_reserve_btn {
  position: absolute;
  right: 0;
  top: -10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  padding: 8px 28px;
  border: 1px solid #178fc8;
  border-radius: 40px;
  background-color: #178fc8;
  font-size: var(--res-14);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
.board_control .all_reserve_btn .ico_mask {
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.board_control .all_reserve_btn:hover {
  background-color: #fff;
  color: #178fc8;
}
.board_control .all_reserve_btn:hover .ico_mask {
  background-color: #178fc8;
}
@media (max-width: 1399.98px) {
  .board_control .all_reserve_btn {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .board_control {
    gap: 16px;
    padding-top: 24px;
  }
  .board_control .board_pagination {
    gap: 4px;
  }
  .board_control .board_pagination li a {
    width: 36px;
    height: 36px;
  }
  .board_control .board_pagination li a img {
    width: 16px;
    height: 16px;
  }
  .board_control .board_write_btn {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .board_control .board_pagination {
    gap: 3px;
  }
  .board_control .board_pagination li a {
    width: 32px;
    height: 32px;
    font-size: var(--res-14);
  }
}

.cal_month {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}
.cal_month .cal_month_prev,
.cal_month .cal_month_next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.cal_month .cal_month_ico {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32px;
  height: 32px;
}
.cal_month .cal_month_ico img {
  width: 8px;
  height: 16px;
}
.cal_month .cal_month_txt {
  font-size: var(--res-20);
  font-weight: 600;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .cal_month {
    gap: 24px;
    margin-bottom: 24px;
  }
}

.cal_tab_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.cal_tab_list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px 20px;
  border-radius: 40px;
  background-color: #F7FAFF;
  font-size: var(--res-18);
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.cal_tab_list li a.on {
  background-color: #178FC8;
  color: #fff;
}
.cal_tab_list li a:hover {
  background-color: #178FC8;
  color: #fff;
}
@media (max-width: 767px) {
  .cal_tab_list {
    gap: 10px;
    margin-bottom: 24px;
  }
  .cal_tab_list li a {
    padding: 8px 16px;
  }
}

.schedule_calendar_wrap {
  width: 100%;
  overflow-x: auto;
}

.schedule_calendar {
  min-width: 1100px;
  border-top: 1px solid #000;
}

.schedule_weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  height: 48px;
  background-color: #F7FAFF;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.schedule_weekday {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 12px;
  border-right: 1px solid #ddd;
  font-size: var(--res-20);
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.schedule_weekday:last-child {
  border-right: 0;
}
.schedule_weekday.sun {
  color: #f00;
}
.schedule_weekday.sat {
  color: #0858a3;
}

.schedule_week {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.schedule_date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  min-height: 256px;
  padding: 12px;
  border-right: 1px solid #ddd;
  background-color: #fff;
}
.schedule_date[data-day] {
  cursor: pointer;
}
.schedule_date.is_other .schedule_date_num {
  color: #ccc;
}
.schedule_date.sun:not(.is_other) .schedule_date_num {
  color: #f00;
}
.schedule_date.sat:not(.is_other) .schedule_date_num {
  color: #0858a3;
}

.schedule_date_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 28px;
}

.schedule_date_num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26px;
  font-size: var(--res-20);
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

.schedule_date_label {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule_events {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0 4px;
}

.schedule_event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 2px 12px;
  background-color: #fff;
  border-left: 2px solid #178fc8;
  font-size: var(--res-16);
  line-height: 1.4;
}
.schedule_event.type_blue {
  border-left-color: #178fc8;
}
.schedule_event.type_blue .schedule_event_time {
  color: #178fc8;
}
.schedule_event.type_olive {
  border-left-color: #9faf79;
}
.schedule_event.type_olive .schedule_event_time {
  color: #9faf79;
}
.schedule_event.type_pink {
  border-left-color: #d37690;
}
.schedule_event.type_pink .schedule_event_time {
  color: #d37690;
}
.schedule_event.type_gold {
  border-left-color: #c89f17;
}
.schedule_event.type_gold .schedule_event_time {
  color: #c89f17;
}

.schedule_event_time {
  font-weight: 700;
  white-space: nowrap;
}

.schedule_event_title {
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule_more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 4px;
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  background-color: #fff;
  cursor: pointer;
}
.schedule_more:hover {
  text-decoration: underline;
}

.schedule_day_panel {
  display: none;
}

@media (max-width: 767px) {
  .schedule_calendar {
    min-width: 0;
    border-top: 0;
  }
  .schedule_board {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  }
  .schedule_board .cal_month {
    gap: 20px;
    margin-bottom: 0;
  }
  .schedule_board .cal_month .cal_month_prev,
  .schedule_board .cal_month .cal_month_next,
  .schedule_board .cal_month .cal_month_ico {
    width: 20px;
    height: 20px;
  }
  .schedule_board .cal_month .cal_month_ico img {
    width: 6px;
    height: 12px;
  }
  .schedule_board .cal_month .cal_month_txt {
    font-size: var(--res-16);
    font-weight: 500;
    color: #000;
  }
  .schedule_board .cal_tab_list {
    display: none;
  }
  .schedule_calendar_wrap {
    overflow: visible;
  }
  .schedule_weekdays {
    height: auto;
    gap: 4px;
    background-color: transparent;
    border: 0;
  }
  .schedule_weekday {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    border: 0;
    font-size: var(--res-13);
    font-weight: 400;
    color: #444;
  }
  .schedule_weekday.sun {
    font-weight: 500;
    color: #ff0202;
  }
  .schedule_weekday.sat {
    color: #444;
  }
  .schedule_week {
    gap: 4px;
    margin-top: 4px;
    border: 0;
  }
  .schedule_date {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 0;
    min-height: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 60px;
    background-color: transparent;
  }
  .schedule_date.is_other .schedule_date_num {
    opacity: 0.3;
    color: #111;
  }
  .schedule_date.is_other.sun .schedule_date_num {
    color: #f00;
  }
  .schedule_date.sun:not(.is_other) .schedule_date_num {
    color: #f00;
  }
  .schedule_date.sat:not(.is_other) .schedule_date_num {
    color: #111;
  }
  .schedule_date.is_selected {
    background-color: #000;
  }
  .schedule_date.is_selected .schedule_date_num {
    color: #fff;
  }
  .schedule_date.is_selected.sun .schedule_date_num, .schedule_date.is_selected.sat .schedule_date_num {
    color: #fff;
  }
  .schedule_date_head {
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 0;
  }
  .schedule_date_num {
    width: auto;
    font-size: var(--res-15);
    font-weight: 400;
    line-height: 1.2;
    color: #111;
    text-align: center;
  }
  .schedule_date_label,
  .schedule_events,
  .schedule_more {
    display: none;
  }
  .schedule_day_panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .schedule_day_head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 12px;
    padding: 0 20px;
  }
  .schedule_day_date {
    margin: 0;
    color: #000;
    white-space: nowrap;
  }
  .schedule_day_num {
    font-size: var(--res-24);
    font-weight: 600;
    line-height: 1;
  }
  .schedule_day_week {
    margin-left: 4px;
    font-size: var(--res-15);
    font-weight: 400;
    line-height: 1;
  }
  .schedule_day_label {
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
    margin: 0;
    font-size: var(--res-14);
    font-weight: 400;
    line-height: 1.4;
    color: #666;
    letter-spacing: -0.02em;
    text-align: right;
  }
  .schedule_day_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  .schedule_day_event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 12px;
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    border-left: 2.5px solid #178fc8;
  }
  .schedule_day_event:last-child {
    border-bottom: 0;
  }
  .schedule_day_event.type_olive {
    border-left-color: #9faf79;
  }
  .schedule_day_event.type_olive .schedule_day_event_time {
    color: #9faf79;
  }
  .schedule_day_event.type_pink {
    border-left-color: #d37690;
  }
  .schedule_day_event.type_pink .schedule_day_event_time {
    color: #d37690;
  }
  .schedule_day_event.type_gold {
    border-left-color: #c9a227;
  }
  .schedule_day_event.type_gold .schedule_day_event_time {
    color: #c9a227;
  }
  .schedule_day_event.type_blue {
    border-left-color: #178fc8;
  }
  .schedule_day_event.type_blue .schedule_day_event_time {
    color: #178fc8;
  }
  .schedule_day_event_time {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: var(--res-16);
    font-weight: 700;
    line-height: 1.4;
    color: #178fc8;
    white-space: nowrap;
  }
  .schedule_day_event_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 6px;
    min-width: 0;
  }
  .schedule_day_event_title {
    font-size: var(--res-14);
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    white-space: nowrap;
  }
  .schedule_day_event_speaker {
    font-size: var(--res-14);
    font-weight: 400;
    line-height: 1.4;
    color: #666;
    white-space: nowrap;
  }
}
.reserve_panel {
  display: none;
}
.reserve_panel.is_active {
  display: block;
}

.reserve_calendar_wrap {
  width: 100%;
  overflow-x: auto;
  cursor: -webkit-grab;
  cursor: grab;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.reserve_calendar_wrap.is_dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.reserve_calendar_wrap.is_dragging .reserve_cell {
  pointer-events: none;
}

.reserve_calendar {
  min-width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.reserve_calendar_head,
.reserve_row {
  display: grid;
  grid-template-columns: 100px repeat(31, minmax(70px, 1fr));
}

.reserve_calendar_head .reserve_head_time {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.reserve_calendar_head .reserve_head_day {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 56px;
  padding: 4px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: var(--res-16);
  line-height: 1;
  text-align: center;
  color: #000;
}
.reserve_calendar_head .reserve_head_day .reserve_day_num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 24px;
  font-weight: 500;
}
.reserve_calendar_head .reserve_head_day .reserve_day_week {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 24px;
  font-weight: 400;
}
.reserve_calendar_head .reserve_head_day.sat {
  color: #0858a3;
}
.reserve_calendar_head .reserve_head_day.sun {
  color: #f00;
}

.reserve_row .reserve_time {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: var(--res-16);
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #fff;
}
.reserve_row .reserve_cell {
  height: 32px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
}
.reserve_row .reserve_cell:hover {
  background-color: #F7FAFF;
}
.reserve_row .reserve_cell.is_selected {
  background-color: #A8D8EF;
}
.reserve_row .reserve_cell.is_my {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 0 2px #222;
          box-shadow: inset 0 0 0 2px #222;
}

.reserve_week_nav {
  display: none;
}

@media (max-width: 767px) {
  .reserve_board {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }
  .reserve_board .cal_month {
    gap: 15px;
    margin-bottom: 0;
  }
  .reserve_board .cal_month .cal_month_prev,
  .reserve_board .cal_month .cal_month_next,
  .reserve_board .cal_month .cal_month_ico {
    width: 24px;
    height: 24px;
  }
  .reserve_board .cal_month .cal_month_ico img {
    width: 8px;
    height: 16px;
  }
  .reserve_board .cal_month .cal_month_txt {
    font-size: var(--res-16);
    font-weight: 500;
    color: #000;
  }
  .reserve_board .cal_tab_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 0;
    overflow-x: auto;
  }
  .reserve_board .cal_tab_list li a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 6px 10px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #333;
  }
  .reserve_board .cal_tab_list li a.on {
    background-color: #178FC8;
    color: #fff;
  }
  .reserve_board .cal_tab_list li a:hover {
    background-color: #178FC8;
    color: #fff;
  }
  .reserve_week_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
  }
  .reserve_week_select {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 67px;
    height: 22px;
    border-bottom: 1px solid #999;
    overflow: hidden;
  }
  .reserve_week_select select,
  .reserve_week_select .reserve_week_select_input {
    width: 100%;
    height: 100%;
    padding: 0px 10px 8px;
    border: 0;
    background: none;
    background-image: none;
    font-size: var(--res-14);
    font-weight: 400;
    line-height: 1;
    color: #555;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }
  .reserve_week_select select::-ms-expand,
  .reserve_week_select .reserve_week_select_input::-ms-expand {
    display: none;
  }
  .reserve_week_select .reserve_week_select_arrow {
    position: absolute;
    right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px;
    height: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
  }
  .reserve_week_select .reserve_week_select_arrow img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .reserve_calendar_wrap {
    overflow-x: visible;
    cursor: default;
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
    -webkit-user-select: auto;
  }
  .reserve_calendar_wrap.is_dragging {
    cursor: default;
  }
  .reserve_calendar {
    min-width: 0;
    border-top: 1px solid #000;
  }
  .reserve_calendar_head,
  .reserve_row {
    grid-template-columns: 60px repeat(7, minmax(0, 1fr));
  }
  .reserve_calendar.cols_1 .reserve_calendar_head,
  .reserve_calendar.cols_1 .reserve_row {
    grid-template-columns: 60px repeat(1, minmax(0, 1fr));
  }
  .reserve_calendar.cols_2 .reserve_calendar_head,
  .reserve_calendar.cols_2 .reserve_row {
    grid-template-columns: 60px repeat(2, minmax(0, 1fr));
  }
  .reserve_calendar.cols_3 .reserve_calendar_head,
  .reserve_calendar.cols_3 .reserve_row {
    grid-template-columns: 60px repeat(3, minmax(0, 1fr));
  }
  .reserve_calendar.cols_4 .reserve_calendar_head,
  .reserve_calendar.cols_4 .reserve_row {
    grid-template-columns: 60px repeat(4, minmax(0, 1fr));
  }
  .reserve_calendar.cols_5 .reserve_calendar_head,
  .reserve_calendar.cols_5 .reserve_row {
    grid-template-columns: 60px repeat(5, minmax(0, 1fr));
  }
  .reserve_calendar.cols_6 .reserve_calendar_head,
  .reserve_calendar.cols_6 .reserve_row {
    grid-template-columns: 60px repeat(6, minmax(0, 1fr));
  }
  .reserve_calendar.cols_7 .reserve_calendar_head,
  .reserve_calendar.cols_7 .reserve_row {
    grid-template-columns: 60px repeat(7, minmax(0, 1fr));
  }
  .reserve_calendar_head .reserve_head_day {
    height: auto;
    padding: 4px 0;
    font-size: var(--res-14);
  }
  .reserve_calendar_head .reserve_head_day .reserve_day_num {
    height: 24px;
    font-weight: 400;
  }
  .reserve_calendar_head .reserve_head_day .reserve_day_week {
    height: 24px;
    font-size: var(--res-13);
  }
  .reserve_row .reserve_time {
    height: 32px;
    font-size: var(--res-13);
    font-weight: 500;
    color: #666;
  }
  .reserve_row .reserve_cell {
    height: 32px;
  }
}
.modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal_wrap.is_open {
  display: -ms-flexbox;
  display: flex;
}

.modal {
  display: none;
  width: 100%;
  max-width: 431px;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.modal.is_active {
  display: block;
}
.modal .modal_header {
  padding: 20px 20px 40px;
  border-bottom: 1px solid #000;
}
.modal .modal_title {
  margin: 0;
  font-size: var(--res-24);
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.modal .modal_desc {
  margin-top: 10px;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
.modal .modal_form {
  width: 100%;
}
.modal .modal_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  min-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.modal .modal_row:last-child {
  border-bottom: 0;
}
.modal .modal_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  font-size: var(--res-16);
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.modal .modal_value {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  padding: 8px 20px;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.modal .modal_time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.modal .modal_time_start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 80px;
  height: 36px;
  padding: 8px 20px;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1;
  color: #999;
}
.modal .modal_time_end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 80px;
  height: 36px;
  padding: 8px 20px;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1;
  color: #555;
}
.modal .modal_time_dash {
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.modal .modal_time_select {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
  height: 36px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
.modal .modal_time_select select {
  width: 100%;
  height: 100%;
  padding: 8px 30px 8px 20px;
  border: 0;
  background: none;
  background-image: none;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1;
  color: #555;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.modal .modal_time_select select::-ms-expand {
  display: none;
}
.modal .modal_time_select .modal_time_select_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.modal .modal_time_select .modal_time_select_arrow img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal .modal_btns {
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 40px;
}
.modal .modal_btn_cancel,
.modal .modal_btn_submit,
.modal .modal_btn_confirm,
.modal .modal_btn_reserve_cancel {
  -ms-flex: 1;
      flex: 1;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: var(--res-16);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}
.modal .modal_btn_cancel {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.modal .modal_btn_reserve_cancel {
  color: #777;
  background-color: #fff;
  border: 1px solid #ddd;
}
.modal .modal_btn_submit,
.modal .modal_btn_confirm {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.modal.modal_complete .modal_complete_body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}
.modal.modal_complete .modal_complete_icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #f7faff;
  border: 2px solid #178FC8;
}
.modal.modal_complete .modal_complete_icon img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal.modal_complete .modal_complete_txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  text-align: center;
}
.modal.modal_complete .modal_complete_msg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.modal.modal_complete .modal_complete_title {
  margin: 0;
  font-size: var(--res-32);
  font-weight: 700;
  line-height: 1.2;
  color: #121212;
}
.modal.modal_complete .modal_complete_desc {
  margin: 0;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1.5;
  color: #777;
}
.modal.modal_complete .modal_complete_link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 6px;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.5;
  color: #178fc8;
}
.modal.modal_complete .modal_complete_link:hover {
  text-decoration: underline;
}
.modal.modal_complete .modal_complete_link_arrow {
  display: block;
  width: 10px;
  height: 20px;
}
.modal.modal_complete .modal_complete_link_arrow img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal.modal_complete .modal_btns {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .modal {
    min-width: 280px;
    padding: 30px;
  }
  .modal .modal_header {
    padding: 12px 10px 24px;
  }
  .modal .modal_row {
    gap: 20px;
    padding: 0 10px;
  }
  .modal .modal_btns {
    margin-top: 24px;
  }
  .modal.modal_complete .modal_complete_title {
    font-size: var(--res-24);
  }
  .modal.modal_complete .modal_complete_body {
    gap: 24px;
  }
  .modal.modal_complete .modal_complete_txt {
    gap: 24px;
  }
  .modal.modal_complete .modal_btns {
    margin-top: 32px;
  }
}
.modal.modal_schedule {
  max-width: 600px;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal.modal_schedule.is_active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}

.modal_schedule_panel {
  width: 100%;
  max-height: 600px;
  padding: 40px;
  overflow-y: auto;
  background-color: #fff;
}

.modal_schedule_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.modal_schedule_date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 60px;
}

.modal_schedule_prev,
.modal_schedule_next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.modal_schedule_prev img,
.modal_schedule_next img {
  display: block;
  width: 8px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal_schedule_day {
  margin: 0;
  font-size: var(--res-28);
  font-weight: 600;
  line-height: 1;
  color: #333;
  text-align: center;
}

.modal_schedule_label {
  margin: 0;
  width: 100%;
  font-size: var(--res-20);
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  text-align: center;
  letter-spacing: -0.02em;
  min-height: 1.4em;
}
.modal_schedule_label:empty {
  display: none;
}

.modal_schedule_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.modal_schedule_event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 2px 12px;
  background-color: #fff;
  border-left: 2px solid #178fc8;
  line-height: 1.4;
}
.modal_schedule_event.type_blue {
  border-left-color: #178fc8;
}
.modal_schedule_event.type_blue .modal_schedule_event_time {
  color: #178fc8;
}
.modal_schedule_event.type_olive {
  border-left-color: #9faf79;
}
.modal_schedule_event.type_olive .modal_schedule_event_time {
  color: #9faf79;
}
.modal_schedule_event.type_pink {
  border-left-color: #d37690;
}
.modal_schedule_event.type_pink .modal_schedule_event_time {
  color: #d37690;
}
.modal_schedule_event.type_gold {
  border-left-color: #c89f17;
}
.modal_schedule_event.type_gold .modal_schedule_event_time {
  color: #c89f17;
}

.modal_schedule_event_time {
  font-size: var(--res-20);
  font-weight: 700;
  white-space: nowrap;
}

.modal_schedule_event_title {
  font-size: var(--res-18);
  font-weight: 400;
  color: #333;
}

.modal_schedule_event_speaker {
  font-size: var(--res-16);
  font-weight: 400;
  color: #666;
}

.modal_schedule_close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.modal_schedule_close img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .modal_schedule_panel {
    padding: 24px;
    max-height: 70vh;
  }
  .modal_schedule_date {
    gap: 24px;
  }
  .modal_schedule_day {
    font-size: var(--res-22);
  }
  .modal_schedule_label {
    font-size: var(--res-16);
  }
  .modal_schedule_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .modal_schedule_event_time {
    font-size: var(--res-16);
  }
  .modal_schedule_event_title {
    font-size: var(--res-15);
  }
}
.login_box {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.login_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

.login_field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  width: 100%;
}

.login_label {
  font-size: var(--res-16);
  font-weight: 600;
  line-height: 1.4;
  color: #121212;
}

.login_input {
  width: 100%;
  height: 47px;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1.2;
  color: #121212;
}
.login_input::-webkit-input-placeholder {
  color: #777;
}
.login_input::-moz-placeholder {
  color: #777;
}
.login_input:-ms-input-placeholder {
  color: #777;
}
.login_input::-ms-input-placeholder {
  color: #777;
}
.login_input::placeholder {
  color: #777;
}
.login_input:focus {
  outline: none;
  border-color: #178fc8;
}

.login_input_pw {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.login_input_pw .login_input {
  padding-right: 48px;
}

.login_pw_toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.login_pw_toggle img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.login_links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 20px;
  width: 100%;
}
.login_links a {
  font-size: var(--res-14);
  font-weight: 500;
  line-height: 1.2;
  color: #178fc8;
  white-space: nowrap;
}
.login_links a:hover {
  text-decoration: underline;
}

.login_actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

.login_sns {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
}

.login_btn_kakao,
.login_btn_naver {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 47px;
  overflow: hidden;
  border-radius: 12px;
}
.login_btn_kakao img,
.login_btn_naver img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login_btn_kakao {
  background-color: #fee500;
}

.login_btn_naver {
  border-radius: 8px;
  background-color: #05ac4f;
}

.login_btn_submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 47px;
  border: 0;
  border-radius: 8px;
  background-color: #178fc8;
  font-size: var(--res-18);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}
.login_btn_submit:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .login_box {
    padding: 24px;
  }
  .login_actions {
    margin-top: 40px;
  }
  .login_sns {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.join_box {
  width: 100%;
  max-width: 664px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.join_form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 28px;
}

.join_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}

.join_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  font-size: var(--res-16);
  font-weight: 500;
  line-height: 1.4;
  color: #121212;
}

.join_field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  min-width: 0;
  max-width: 400px;
}

.join_input {
  width: 100%;
  height: 41px;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.2;
  color: #121212;
}
.join_input::-webkit-input-placeholder {
  color: #777;
}
.join_input::-moz-placeholder {
  color: #777;
}
.join_input:-ms-input-placeholder {
  color: #777;
}
.join_input::-ms-input-placeholder {
  color: #777;
}
.join_input::placeholder {
  color: #777;
}
.join_input:focus {
  outline: none;
  border-color: #178fc8;
}

.join_tip {
  margin: 0;
  padding: 0 8px;
  font-size: var(--res-13);
  font-weight: 400;
  line-height: 1.2;
  color: #178fc8;
}

@media (max-width: 767px) {
  .join_box {
    padding: 24px;
  }
  .join_form {
    gap: 20px;
  }
  .join_row {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 8px;
  }
  .join_label {
    width: auto;
  }
  .join_field {
    max-width: none;
  }
}
.join_confirm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.join_info {
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.join_info_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  font-size: var(--res-18);
  font-weight: 500;
  line-height: 1.2;
}
.join_info_row:last-child {
  border-bottom: 0;
}

.join_info_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  color: #777;
}

.join_info_value {
  color: #121212;
  word-break: break-all;
}

.join_notice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px;
  background-color: #f7faff;
  border-radius: 8px;
}

.join_notice_ico {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #178fc8;
  font-size: var(--res-16);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.join_notice_txt {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  margin: 0;
  font-size: var(--res-16);
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
}

@media (max-width: 767px) {
  .join_confirm {
    gap: 24px;
  }
  .join_info {
    padding: 16px;
  }
  .join_info_row {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 6px;
    font-size: var(--res-16);
  }
  .join_info_label {
    width: auto;
  }
  .join_notice {
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 16px;
  }
}
.join_btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.join_btn_cancel,
.join_btn_submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 14px 60px;
  border-radius: 30px;
  font-size: var(--res-18);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.join_btn_cancel {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.join_btn_submit {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .join_btns {
    margin-top: 24px;
    gap: 10px;
  }
  .join_btn_cancel,
  .join_btn_submit {
    -ms-flex: 1;
        flex: 1;
    padding: 14px 20px;
  }
}
.mypage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 60px;
}

.mypage_side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 40px;
  width: 280px;
}

.mypage_profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.mypage_profile_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  width: 100%;
}

.mypage_side_title {
  margin: 0;
  font-size: var(--res-16);
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.mypage_avatar {
  overflow: hidden;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #f5f5f5;
}
.mypage_avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mypage_profile_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  width: 100%;
}

.mypage_info_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  font-size: var(--res-13);
  line-height: 1.2;
}

.mypage_info_label {
  color: #777;
  white-space: nowrap;
}

.mypage_info_value {
  color: #111;
  white-space: nowrap;
}
.mypage_info_value.is_bold {
  font-weight: 700;
}

.mypage_rank {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
}
.mypage_rank img {
  display: block;
  width: 14px;
  height: 14px;
}

.mypage_profile_actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 10px;
  width: 100%;
}

.mypage_btn_edit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 8px 0;
  border: 1px solid #178fc8;
  border-radius: 100px;
  background-color: #fff;
  font-size: var(--res-13);
  font-weight: 500;
  line-height: 1.2;
  color: #178fc8;
  text-align: center;
}
.mypage_btn_edit:hover {
  background-color: #178fc8;
  border-color: #178fc8;
  color: #fff;
}

.mypage_btn_withdraw {
  font-size: var(--res-13);
  font-weight: 400;
  line-height: 1.2;
  color: #999;
  white-space: nowrap;
}

.mypage_summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  width: 100%;
}

.mypage_stat_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fcfdfe;
}

.mypage_stat_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 16px 8px;
  border-bottom: 1px solid #ddd;
}
.mypage_stat_item:last-child {
  border-bottom: 0;
}

.mypage_stat_label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
.mypage_stat_label img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mypage_stat_num {
  font-size: var(--res-20);
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

.mypage_main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 60px;
  min-width: 0;
  width: 100%;
}

.mypage_activity,
.mypage_reserve {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.mypage_activity {
  gap: 28px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.mypage_activity .board_control {
  width: 100%;
  padding-top: 0;
}

.mypage_reserve {
  gap: 28px;
  -ms-flex-align: start;
      align-items: flex-start;
}

.mypage_activity_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.mypage_main_title {
  margin: 0;
  font-size: var(--res-18);
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  white-space: nowrap;
}

.mypage_activity_tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 10px;
  margin-left: auto;
}

.mypage_tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 12px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: none;
  font-size: var(--res-16);
  font-weight: 500;
  line-height: 1;
  color: #999;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.mypage_tab.is_on, .mypage_tab:hover {
  border-bottom-color: #178fc8;
  font-weight: 600;
  color: #178fc8;
}
@media (max-width: 575px) {
  .mypage_tab {
    padding: 10px 6px;
  }
}

.mypage_activity_panels {
  width: 100%;
  padding: 0 10px;
}
.mypage_activity_panels:has(.mypage_reserve_table_wrap) {
  padding: 0;
}

.mypage_activity_panel {
  display: none;
  width: 100%;
}
.mypage_activity_panel.is_on {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 28px;
}

.mypage_post_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mypage_post_list > li {
  border-bottom: 1px solid #ddd;
}

.mypage_post_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  gap: 0;
}
.mypage_post_row:hover .mypage_post_txt {
  text-decoration: underline;
}

.mypage_post_cate {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
  font-size: var(--res-14);
  font-weight: 600;
  line-height: 1.2;
  color: #178fc8;
  white-space: nowrap;
}

.mypage_post_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  min-width: 0;
  font-size: var(--res-14);
  line-height: 1.2;
}

.mypage_post_txt {
  overflow: hidden;
  min-width: 0;
  font-weight: 400;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mypage_post_count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  color: #ff5b5b;
  white-space: nowrap;
}

.mypage_post_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.2;
  color: #777;
  text-align: right;
  white-space: nowrap;
}

.mypage_more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-size: var(--res-14);
  font-weight: 500;
  line-height: 1.2;
  color: #999;
}
.mypage_more .ico_mask {
  width: 10px;
  height: 20px;
  background-color: #999;
}

.mypage_reserve_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.mypage_reserve_title_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}

.mypage_reserve_count {
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.2;
  color: #777;
  white-space: nowrap;
}

.mypage_btn_reserve {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  padding: 8px 28px;
  border: 1px solid #178fc8;
  border-radius: 40px;
  background-color: #178fc8;
  font-size: var(--res-14);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.mypage_btn_reserve .ico_mask {
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.mypage_btn_reserve:hover {
  background-color: #fff;
  color: #178fc8;
}
.mypage_btn_reserve:hover .ico_mask {
  background-color: #178fc8;
}

.mypage_reserve_table_wrap {
  overflow: auto;
  width: 100%;
}

.mypage_reserve_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.mypage_reserve_table thead th {
  padding: 12px 16px;
  border-top: 1px solid #000;
  background-color: #f7faff;
  font-size: var(--res-16);
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.mypage_reserve_table thead th:first-child {
  text-align: left;
}
.mypage_reserve_table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #ddd;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
.mypage_reserve_table tbody td:first-child {
  text-align: left;
}

.mypage_reserve_actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
}

.mypage_btn_modify,
.mypage_btn_cancel {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #fff;
  font-size: var(--res-14);
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

.mypage_btn_modify {
  border: 1px solid #178fc8;
  color: #178fc8;
}
.mypage_btn_modify:hover {
  background-color: #178fc8;
  border-color: #178fc8;
  color: #fff;
}

.mypage_btn_cancel {
  border: 1px solid #ddd;
  color: #777;
}
.mypage_btn_cancel:hover {
  background-color: #777;
  border-color: #777;
  color: #fff;
}

@media (max-width: 1199px) {
  .mypage {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .mypage {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .mypage_side {
    width: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .mypage_summary {
    padding: 24px;
  }
  .mypage_main {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .mypage {
    gap: 24px;
  }
  .mypage_side {
    gap: 24px;
  }
  .mypage_profile {
    gap: 24px;
    padding: 16px;
  }
  .mypage_activity,
  .mypage_reserve {
    gap: 20px;
    padding: 16px;
  }
  .mypage_activity_head {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
  }
  .mypage_activity_tabs {
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 5px;
  }
  .mypage_activity_tabs::-webkit-scrollbar {
    display: none;
  }
  .mypage_activity_panels {
    padding: 0;
  }
  .mypage_post_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
  .mypage_post_title {
    width: calc(100% - 10px);
    -ms-flex-order: 3;
        order: 3;
  }
  .mypage_post_date {
    width: auto;
    margin-left: auto;
  }
  .mypage_reserve_table thead th,
  .mypage_reserve_table tbody td {
    padding: 14px 5px;
    width: 96px;
  }
  .mypage_reserve_table thead th:last-of-type,
  .mypage_reserve_table tbody td:last-of-type {
    width: 170px;
  }
}
@media (max-width: 575px) {
  .mypage_reserve_table {
    min-width: 430px;
  }
  .mypage_reserve_head {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .mypage_btn_reserve {
    margin-left: auto;
  }
  .mypage_side {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.news_detail_wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.875rem;
}
.news_detail_wrap .news_detail_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.875rem;
  width: 100%;
}
.news_detail_wrap .news_detail_title .news_detail_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.875rem;
}
.news_detail_wrap .news_detail_title .news_detail_info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.625rem;
}
.news_detail_wrap .news_detail_content {
  width: 100%;
}
.news_detail_wrap .news_detail_content .news_detail_content_file {
  padding: 1.875rem;
  border-top: 1px solid #222;
  background-color: #f8f8f8;
}
.news_detail_wrap .news_detail_content .news_detail_content_file .news_detail_file_list li {
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.625rem;
}
.news_detail_wrap .news_detail_content .news_detail_content_file .news_detail_file_list li:last-of-type {
  margin-bottom: 0;
}
.news_detail_wrap .news_detail_content .news_detail_content_file .news_detail_file_list li:hover p {
  text-decoration: underline;
}
.news_detail_wrap .news_detail_content .news_detail_content_file .news_detail_file_list li p {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  color: #222;
}
.news_detail_wrap .news_detail_content .news_detail_content_text {
  padding: 3.125rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.news_detail_wrap .news_detail_content .news_detail_content_text p {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  color: #222;
}
.news_detail_wrap .btn_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.875rem 4.3125rem;
  border: 1px solid #222;
  border-radius: 6.25rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  color: #222;
}
.news_detail_wrap .news_detail_nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2.8125rem 0;
}
.news_detail_wrap .news_detail_nav li {
  width: 50%;
}
.news_detail_wrap .news_detail_nav li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.875rem;
}
.news_detail_wrap .news_detail_nav li a img {
  padding: 1rem;
  border-radius: 50%;
  border: 1px solid;
}
.news_detail_wrap .news_detail_nav li a > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.25rem;
}
.news_detail_wrap .news_detail_nav li a > div span {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1;
}
.news_detail_wrap .news_detail_nav li:first-of-type {
  border-right: 1px solid #ddd;
}
.news_detail_wrap .news_detail_nav li:first-of-type a {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.news_detail_wrap .news_detail_nav li:last-of-type a {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
  }
}
@layer utilities {
  .mt-3\.75\! {
    margin-top: calc(var(--spacing) * 3.75) !important;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}