@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");
}

html:has(body.intro_page) {
  height: 100%;
  overflow: hidden;
}

body.intro_page {
  overflow: hidden;
  height: 100%;
}
body.intro_page #wrapper {
  height: 100%;
  overflow: hidden;
}
body.intro_page #contents {
  padding-top: 0;
  height: 100%;
  overflow: hidden;
}
body.intro_page {
  /* 로드 연출 전 FOUC 방지 — GSAP이 inline opacity로 등장시킴 */
}
body.intro_page #header .logo a,
body.intro_page #header .header-contact,
body.intro_page #header .pc_sitemap_btn,
body.intro_page .intro_stage > .intro_scroll {
  opacity: 0;
}

.intro {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.intro_stage {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #fff;
}
.intro_stage.is-story {
  background: transparent;
}

body.intro-pinned {
  overflow: hidden;
}

.intro_panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.intro_panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.intro_panel[hidden] {
  display: block !important;
}

/* scroll cue — intro_stage에 1회만 */
.intro_scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  width: 68px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  color: #000;
  pointer-events: none;
  -webkit-transition: color 0.35s ease, opacity 0.35s ease;
  transition: color 0.35s ease, opacity 0.35s ease;
}
.intro_scroll__ico {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-animation: intro_scrollbox 1.5s linear infinite;
          animation: intro_scrollbox 1.5s linear infinite;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: -webkit-filter 0.35s ease;
  transition: -webkit-filter 0.35s ease;
  transition: filter 0.35s ease;
  transition: filter 0.35s ease, -webkit-filter 0.35s ease;
}
.intro_scroll__txt {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.intro_scroll--light {
  color: #fff;
}
.intro_scroll--light .intro_scroll__ico {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .intro_scroll {
    bottom: 18px;
    left: 15px;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .intro_scroll__ico {
    width: 28px;
    height: 28px;
  }
  .intro_scroll__txt {
    display: none;
  }
}
/* 참고: scrollbox 타이밍 — SVG 아이콘에 translateY로 적용 */
@-webkit-keyframes intro_scrollbox {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0.4375rem);
            transform: translateY(0.4375rem);
  }
  75% {
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes intro_scrollbox {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0.4375rem);
            transform: translateY(0.4375rem);
  }
  75% {
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 1. visual */
.intro_visual {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.intro_logo {
  position: relative;
  width: 480px;
  max-width: 70vw;
  color: #000;
  overflow: visible;
}
.intro_logo__ghosts {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.intro_logo__ghost {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, opacity;
}
.intro_logo__main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.intro_logo__svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 480/126;
  overflow: visible;
}
.intro_logo__trails {
  pointer-events: none;
}
.intro_logo__path_trail {
  opacity: 0;
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
}
.intro_logo__paths {
  transform-box: fill-box;
}
.intro_logo__path {
  opacity: 0;
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
}

@media (max-width: 767px) {
  .intro_logo {
    max-width: 480px;
    width: 80vw;
  }
}
/* 2. bricks */
.intro_bricks {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  overflow: hidden;
}

.intro_bricks__wrap {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 0;
}

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

.intro_brick {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Poppins", "Noto Sans KR", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
  white-space: nowrap;
  overflow: visible;
}
.intro_brick__slot {
  display: block;
  overflow: hidden;
  line-height: 1.2;
}
.intro_brick__ghost {
  display: block;
  color: rgba(0, 0, 0, 0.12);
  will-change: transform;
}
.intro_brick__fill {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  opacity: 0;
  will-change: transform, opacity;
  pointer-events: none;
}

@media (max-width: 767px) {
  .intro_bricks__wrap {
    gap: 4px;
  }
  .intro_bricks__row {
    gap: 6px;
  }
  .intro_brick {
    font-size: 6.25vw;
  }
}
/* 3~5. story — headerSitemap slice_wrap(masonry) 방식 */
.intro_panel--story {
  background: transparent;
  /* 3↔4↔5 전환 시 다음 섹션을 이전 배경 위에 겹침 */
}
.intro_panel--story.is-story-front {
  z-index: 3;
}
.intro_panel--story.slice_effect .copy_img {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.intro_panel--story.slice_effect .slice_wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.intro_panel--story {
  /* resize 중: masonry 숨기고 원본 이미지 표시 */
}
.intro_panel--story.is-resizing.slice_effect .copy_img {
  display: block;
}
.intro_panel--story.is-resizing.slice_effect .slice_wrap {
  visibility: hidden;
  opacity: 0;
}

.intro_story {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.intro_story__dim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
}
.intro_story__title {
  position: absolute;
  inset: 0;
  z-index: 3;
  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;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0.35em;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}
.intro_story__word {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  white-space: nowrap;
  overflow: visible;
}
.intro_story__slot {
  display: block;
  overflow: hidden;
  line-height: 1.2;
}
.intro_story__ghost {
  display: block;
  color: rgba(255, 255, 255, 0.12);
  will-change: transform;
}
.intro_story__fill {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  opacity: 0;
  will-change: transform, opacity;
  pointer-events: none;
}

@media (max-width: 767px) {
  .intro_story__title {
    font-size: 3rem;
    font-size: min(9vw, 3.375rem);
  }
}
/* 6. youtube — 패널 내부에서만 스크롤 (+ footer) */
.intro_panel--youtube {
  background: #fff;
}

.intro_youtube {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  background: #fff;
}

.intro_youtube__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 120px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.intro_youtube__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 1400px;
  min-height: 180px;
}

.intro_youtube #footer {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.intro_youtube__logo_stack {
  position: relative;
  width: min(1280px, 90vw);
  margin: 0 auto;
  pointer-events: none;
  z-index: 1;
}

.intro_youtube__logo {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-filter: none;
          filter: none;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.intro_youtube__logo--ghost {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.intro_youtube__logo {
  /* 스택 높이 확보용 (잔상 연출용, 최종 가시 로고는 첫 ghost) */
}
.intro_youtube__logo--final {
  position: relative;
  display: block;
  opacity: 0;
}

.intro_youtube__list {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 15px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  z-index: 2;
}

.intro_youtube__thumb {
  position: relative;
  display: block;
  width: 320px;
  max-width: calc(50% - 8px);
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}
.intro_youtube__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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 .intro_youtube__thumb:hover img {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
  opacity: 0.8;
}

body.mobile .intro_youtube__thumb:active img {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
  opacity: 0.8;
}

.intro_youtube__thumb::after {
  content: "";
  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;
  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;
}

@media (max-width: 767px) {
  .intro_youtube__main {
    padding: 80px 20px;
  }
  .intro_youtube__logo_stack {
    width: 80vw;
  }
  .intro_youtube__list {
    gap: 10px;
  }
  .intro_youtube__thumb {
    max-width: calc(50% - 5px);
    border-radius: 6px;
  }
  .intro_youtube__thumb::after {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 575px) and (max-width: 991px) {
  .intro_youtube__logo_stack {
    top: -60px;
  }
}
@media (max-width: 575px) {
  .intro_youtube__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .intro_youtube__thumb {
    max-width: 100%;
  }
}

@layer properties;
@layer theme, base, components, utilities;
@layer utilities {
  .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-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-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;
    }
  }
}
