@charset "UTF-8";
.txt-hide {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: normal !important;
}

.ellipsis_multi {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.5em;
  max-height: 1.5em;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0 none;
}

img {
  max-width: 100%;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select,
textarea,
button {
  vertical-align: middle;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

body {
  background: #ffffff;
  color: #231f20;
  line-height: 1.5;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body,
th,
td,
input,
select,
textarea,
button {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a {
  color: #231f20;
  text-decoration: none;
}

i {
  font-style: normal;
}

a:active,
a:hover {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

b,
strong {
  color: inherit;
  -webkit-text-fill-color: inherit;
  font-weight: 700;
}

input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

textarea:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
[tabindex]:focus:not(:focus-visible) {
  outline: none;
}

textarea:focus-visible,
button:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #304691;
  outline-offset: 2px;
  border-radius: 4px;
}

/* 인쇄 전용 스타일 */
@media print {
  @page {
    margin: 1mm;
    size: 210mm 297mm;
    size: A4 portrait;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    height: auto !important;
    overflow: visible !important;
  }
  /* 문단·리스트·테이블 기본 단위 보호 */
  p,
  li,
  dt,
  dd,
  blockquote {
    break-inside: avoid;
    page-break-inside: avoid; /* 구형 */
  }
  /* table */
  table, tbody, thead, tfoot, tr, td, th {
    break-inside: auto !important;
    page-break-inside: auto !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }
  /* 텍스트가 반 줄 잘리는 현상 방지 세트 */
  td, th {
    white-space: normal !important;
    line-height: 1.4 !important;
    vertical-align: top !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  /* 헤더 반복(있다면) */
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  /* 이미지 보호 */
  img,
  svg {
    break-inside: avoid;
  }
  /* 페이지내 display 설정 */
  #wrap {
    display: block !important;
  }
  #sub-content .inner {
    display: block !important;
  }
  #header {
    position: relative;
  }
  .logo {
    display: block;
  }
  #lnb-layout,
  #footer {
    display: none !important;
  }
  #header {
    padding: 1rem 0;
  }
  #header .nav-wrap,
  #header .btn-total-menu,
  #header .right {
    display: none !important;
  }
  .section-header .section-meta {
    display: none !important;
  }
  [data-animation] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    filter: none !important;
    will-change: auto !important;
  }
  /* 페이지내 설정 */
  .tab-panels {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .table-scroll {
    overflow: visible !important;
    break-inside: auto !important;
    page-break-inside: auto !important;
  }
  .table-scroll .table-wrap th {
    word-wrap: break-word;
  }
  .table-scroll .table-wrap td {
    word-wrap: break-word;
  }
  /* 너무 큰 컨테이너는 쪼개질 수 있게 허용 */
  .print-section {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  /* 빈공간 생기지 않게 묶을때 */
  .print-block {
    break-inside: auto !important;
    page-break-inside: auto !important;
  }
  .print-block > .tab-panels {
    display: block !important;
  }
  /* 부분 인쇄 모드 */
  body.print-part * {
    visibility: hidden !important;
  }
  body.print-part #print-area,
  body.print-part #print-area * {
    visibility: visible !important;
  }
  /* print-area가 위로 올라와서 한 장처럼 보이게 */
  body.print-part #print-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .print-opacity {
    opacity: 0.3 !important;
  }
  /* 회사소개 */
  .page-intro .tab-wrap .tabs .tab-btn {
    font-size: 0.8125rem !important;
    min-width: 5rem !important;
    padding: 0.9375rem 0 !important;
    height: 3.125rem;
  }
  .page-intro .tab-panels {
    margin-top: 2.5rem !important;
  }
  .page-intro .ceo-intro-wrap .ceo-name {
    margin-top: 1.25rem !important;
  }
  .page-intro .ceo-intro-wrap .ceo-box .ceo-text {
    padding-bottom: 1.875rem !important;
  }
  .page-intro .ceo-intro-wrap .ceo-box .ceo-text strong {
    font-size: 1.25rem !important;
  }
  .page-intro .ceo-intro-wrap .ceo-speech {
    margin-top: 1.25rem !important;
    padding: 0 3.125rem !important;
  }
  .page-intro .history-wrap .history-list > li {
    grid-template-columns: 14.4375rem 1.25rem 1fr !important;
  }
  .page-intro .gt-intro-wrap .gt-box .gt-text {
    top: 0 !important;
  }
  .page-intro .gt-intro-wrap .gt-box .gt-text .gt-title {
    font-size: 1.5rem !important;
  }
  .page-intro .gt-intro-wrap .gt-box .gt-text strong {
    font-size: 1rem !important;
  }
  .page-intro .gt-intro-wrap .gt-box .gt-text p {
    font-size: 0.75rem !important;
  }
  .page-intro .philosophy-wrap {
    padding: 1.25rem !important;
  }
  .page-intro .philosophy-wrap .philosophy-row .philosophy-item {
    flex-direction: column !important;
    gap: 1.25rem !important;
    align-items: flex-start !important;
  }
  .page-intro .philosophy-wrap .philosophy-row .philosophy-item .item-text {
    text-align: center;
  }
  .page-intro .philosophy-wrap .philosophy-row .philosophy-item:nth-child(2) {
    align-items: flex-end !important;
  }
  .page-intro .philosophy-wrap .philosophy-row .philosophy-item:nth-child(2) .item-icon {
    align-self: flex-end !important;
  }
  .page-intro .philosophy-wrap .philosophy-row:last-child {
    margin-top: 3.125rem !important;
  }
  .page-intro .philosophy-wrap .philosophy-center {
    top: 45% !important;
  }
  .page-intro .philosophy-wrap::after {
    width: 21.875rem !important;
    height: 21.875rem !important;
  }
  .page-intro .history-wrap .history-list::after {
    height: 105% !important;
  }
  .page-intro .talent-wrap .talent-box .item {
    width: 15.625rem !important;
    height: 15.625rem !important;
  }
  .page-intro .talent-wrap .talent-box .item .text {
    font-size: 0.875rem !important;
  }
  .ceo-box,
  .ceo-speech,
  .ceo-name,
  .ceo-box *,
  .ceo-speech *,
  .ceo-name * {
    break-before: auto !important;
    break-after: auto !important;
    break-inside: auto !important;
    page-break-before: auto !important;
    page-break-after: auto !important;
    page-break-inside: auto !important;
  }
  /* 회사소개 - 역정보, 편의시설소개, 유실물센터 */
  .page-information .tab-wrap.radius > .tab-panels {
    padding-top: 40px !important;
  }
  .page-information .amenity-list {
    display: block !important;
  }
  .page-information .amenity-list li {
    position: static;
    break-inside: auto !important;
    page-break-inside: auto !important;
    display: block !important;
    margin-top: 60px !important;
  }
  .page-information .amenity-list li:first-child {
    margin-top: 0 !important;
  }
  .page-information .amenity-list li:nth-child(2) {
    padding-top: 100px !important;
  }
  .page-information .amenity-list li .amenity-label {
    position: relative !important;
    display: inline-block;
    top: 0 !important;
  }
  .page-information .amenity-list li img {
    box-shadow: none !important;
    margin-top: -25px;
  }
  .page-information .line-box.info {
    padding: 0.9375rem 1.25rem !important;
    gap: 30px !important;
  }
  .page-information .lostproperty-step-wrap .step-box {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  .page-information .lostproperty-step-wrap .step-box .step-item {
    box-shadow: none !important;
    break-inside: auto !important;
    page-break-inside: auto !important;
  }
  /* 안전/기술 */
  .page-safety {
    padding: 0 1.25rem;
  }
  .page-safety .monitoring-tit {
    width: 25.625rem !important;
  }
  .page-safety .monitoring-wrap {
    padding: 1.25rem !important;
  }
  .page-safety .monitoring-wrap .monitoring-list {
    gap: 0.625rem;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
  }
  .page-safety .monitoring-wrap .monitoring-list li {
    width: 100% !important;
    height: auto;
  }
  .page-safety .monitoring-wrap .monitoring-list li p {
    font-size: 0.875rem;
  }
  .page-safety .tab-wrap .tabs {
    margin-bottom: 2.5rem;
  }
  .page-safety .step-wrap .step-item .step-image {
    width: auto !important;
    height: auto !important;
  }
  .page-safety .step-wrap.step-6 .step-item {
    width: auto !important;
    height: auto !important;
  }
  .page-safety .step-wrap.step-6 .step-item i {
    right: -19% !important;
  }
  .page-safety .img-card-list .img-card-item {
    display: block !important;
  }
  .page-safety .img-card-list .img-card-item .card-text {
    top: 50px !important;
  }
  .page-safety .train-intro-inner::after {
    width: 29.375rem !important;
    height: 14.375rem !important;
    background-size: contain !important;
  }
  .page-safety .train-feature.facility .desc {
    padding: 1.25rem 0.625rem !important;
  }
  /* 이용안내 -간편지연증명서 */
  body.print-part .certificate-wrap#print-area {
    margin-top: 0 !important;
  }
  body.print-part .certificate-wrap#print-area #certificate-heading {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: normal !important;
  }
  body.print-part .certificate-wrap#print-area .btn-wrap {
    visibility: hidden !important;
    display: none;
  }
  .page-customer .tab-wrap .tab-panels .tab-panel {
    padding-top: 40px;
  }
}
@font-face {
  font-family: "GmarketSans";
  src: url("/fonts/GmarketSansTTFLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("/fonts/GmarketSansTTFMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("/fonts/GmarketSansTTFBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.d-flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-center {
  justify-content: center;
}

.align-center {
  display: flex;
  align-items: center;
}

.col-start {
  flex-direction: column;
  align-items: flex-start !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.pl-24 {
  padding-left: 1.5rem !important;
}

.pl-10 {
  padding-left: 0.625rem !important;
}

.text-basic {
  color: #231f20 !important;
}

.text-secondary {
  color: #636466 !important;
}

.text-primary {
  color: #4f609b !important;
}

.text-primary02 {
  color: #6d84d0 !important;
}

.text-primary05 {
  color: #dff5ff !important;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.divider {
  border: none;
  height: 1px;
  background-color: #c7c8ca;
  margin: 2.5rem 0;
}

.mo-br {
  display: inline;
}

@media (max-width: 767px) {
  .mo-br {
    display: block;
  }
}
.m-block {
  display: block;
}
@media screen and (max-width: 1200px) {
  .m-block {
    display: inline;
  }
}

.is-active {
  display: block;
}

.is-hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

[data-animation] {
  opacity: 0;
  transform: translateY(0);
}

[data-animation].animate {
  opacity: 1;
  transform: translate(0, 0);
}

[data-animation=fade-up] {
  transform: translateY(30px);
}

[data-animation=fade-down] {
  transform: translateY(-30px);
}

[data-animation=fade-left] {
  transform: translateX(30px);
}

[data-animation=fade-right] {
  transform: translateX(-30px);
}

html,
body {
  height: 100%;
}

#wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 5rem;
  border-bottom: 1px solid #e8e8e8;
  background-color: #ffffff;
}
@media screen and (max-width: 500px) {
  #header {
    border-bottom: none;
    height: 3.7142857143rem;
  }
}
#header .inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 1400px) {
  #header .inner {
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 500px) {
  #header .inner {
    padding: 0 1.25rem;
    height: 100%;
  }
}
#header .inner .logo a {
  display: flex;
  align-items: center;
  width: 7.5rem;
  width: 7.5rem;
}
@media screen and (max-width: 500px) {
  #header .inner .logo a {
    width: 4.8125rem;
  }
}
#header .inner .logo a.mobile-logo {
  display: none;
  width: 5.8125rem;
}
#header .inner .btn-total-menu {
  position: absolute;
  right: 1.25rem;
}
@media screen and (max-width: 1200px) {
  #header .inner .btn-total-menu {
    display: none;
  }
}
#header .inner .btn-gnb-toggle {
  display: none;
  position: absolute;
  right: 1.25rem;
}
@media screen and (max-width: 1200px) {
  #header .inner .btn-gnb-toggle {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  #header .inner .btn-gnb-toggle {
    display: none !important;
  }
}
#header .inner .btn-gnb-close {
  display: none;
  position: absolute;
  right: 1.25rem;
}

.nav-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  height: 5rem;
}
@media screen and (max-width: 1200px) {
  .nav-wrap #gnb {
    display: none;
  }
}
.nav-wrap #gnb .gnb-list {
  display: flex;
  padding-right: 5rem;
}
.nav-wrap #gnb .gnb-list li .gnb-link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 2.5rem;
  height: 5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.nav-wrap #gnb .gnb-list li.active .gnb-submenu-wrap {
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.nav-wrap #gnb .gnb-list li.active > a {
  position: relative;
  color: #4f609b;
}
.nav-wrap #gnb .gnb-list li.active > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: calc(100% - 5rem);
  height: 4px;
  background-color: #4f609b;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  width: 100%;
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50rem;
  height: 100%;
  background-color: #f2f5ff;
  z-index: 101;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  background-color: #ffffff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  z-index: 1000;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15rem;
  height: 100%;
  background-color: #f2f5ff;
  border-radius: 0 0 6.25rem 0;
  overflow: hidden;
  z-index: -11;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box::before {
  position: absolute;
  content: "";
  bottom: -1.25rem;
  left: -9.375rem;
  width: 19.6875rem;
  height: 5.0625rem;
  z-index: -1;
  background-image: url("/images/main/gnb-bg.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: 1.25rem;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-title h2 {
  position: relative;
  align-self: baseline;
  font-size: 1.75rem;
  font-weight: 700;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-title h2::after {
  content: "";
  position: absolute;
  right: -0.875rem;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #567af1;
  border-radius: 999px;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-title p {
  font-size: 1rem;
  color: #939598;
  font-weight: 500;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-left: 15rem;
  position: relative;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li {
  position: relative;
  padding: 0 1.25rem 1.25rem;
  min-height: 7.5625rem;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li.is-hover > a {
  background-color: #4f609b;
  border: 1px solid #4f609b;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li.is-hover > a::after {
  background-image: url("/icons/ico-gnb-arrow02.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li.is-hover > a span {
  color: #ffffff;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5rem 1.25rem;
  border: 1px solid #c7c8ca;
  border-radius: 4px;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
@media screen and (min-width: 1210px) {
  .nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li > a {
    padding-right: 1.95rem;
  }
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li > a span {
  word-break: keep-all;
  font-size: 1.0625rem;
  font-weight: 700;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li > a::after {
  position: absolute;
  content: "";
  right: 1.25rem;
  width: 0.75rem;
  height: 1.5rem;
  background-image: url("/icons/ico-gnb-arrow.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li > a:hover {
  background-color: #4f609b;
  border: 1px solid #4f609b;
  box-shadow: 2px 4px 8px -1px rgba(104, 135, 235, 0.2);
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li > a:hover::after {
  background-image: url("/icons/ico-gnb-arrow02.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li > a:hover span {
  color: #ffffff;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li .gnb-depth3-list {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
  padding-left: 1.25rem;
  min-height: var(--submin);
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li .gnb-depth3-list li {
  position: relative;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li .gnb-depth3-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #636466;
  border-radius: 999px;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li .gnb-depth3-list li a {
  padding-left: 0.75rem;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li .gnb-depth3-list li a span {
  font-size: 0.9375rem;
  color: #636466;
  font-weight: 400;
  transition: color 0.25s ease, font-weight 0.25s ease;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li .gnb-depth3-list li:hover::after {
  background-color: #4f609b;
}
.nav-wrap #gnb .gnb-list .gnb-submenu-wrap .gnb-box .gnb-depth2-list > li .gnb-depth3-list li:hover span {
  color: #4f609b;
  font-weight: 700;
}

.all-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0s linear 0.28s;
}
.all-menu[aria-hidden=true] {
  opacity: 0;
}
.all-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.28s ease;
}
@media screen and (max-width: 1200px) {
  .all-menu {
    display: none !important;
  }
}
.all-menu::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60.5625rem;
  height: 22.375rem;
  background-image: url("/images/main/allmenu-bg.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -10;
}
.all-menu .all-menu-inner {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding: 6.25rem 0 4.25rem;
}
.all-menu .all-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #c7c8ca;
}
.all-menu .all-menu-header h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.all-menu .all-menu-header h2 img {
  width: 7.5rem;
}
.all-menu .all-menu-header h2 .all-menu-title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.all-menu .all-menu-header .all-menu-close {
  width: 2.75rem;
  height: 2.75rem;
}
.all-menu .all-menu-body {
  padding-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3.125rem 6.25rem;
  overflow-y: auto;
}
.all-menu .all-menu-col .all-menu-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
}
.all-menu .all-menu-col .all-menu-list > li + li {
  margin-top: 1.875rem;
}
.all-menu .all-menu-col .all-menu-list > li .all-menu-link:hover span, .all-menu .all-menu-col .all-menu-list > li .all-menu-link:focus span {
  text-decoration: underline;
  color: #4f609b;
  text-decoration-color: #4f609b;
}
.all-menu .all-menu-col .all-menu-list > li .all-menu-link span {
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #636466;
  font-weight: 600;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.all-menu .all-menu-col .all-menu-list .all-menu-depth2 {
  margin-top: 1rem;
}
.all-menu .all-menu-col .all-menu-list .all-menu-depth2 > li {
  position: relative;
  padding-left: 0.625rem;
}
.all-menu .all-menu-col .all-menu-list .all-menu-depth2 > li + li {
  margin-top: 0.125rem;
}
.all-menu .all-menu-col .all-menu-list .all-menu-depth2 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c7c8ca;
}
.all-menu .all-menu-col .all-menu-list .all-menu-depth2 > li:has(a:hover)::before, .all-menu .all-menu-col .all-menu-list .all-menu-depth2 > li:has(a:focus)::before {
  background-color: #4f609b;
}
.all-menu .all-menu-col .all-menu-list .all-menu-depth2 > li > a:hover span, .all-menu .all-menu-col .all-menu-list .all-menu-depth2 > li > a:focus span {
  text-decoration: underline;
  color: #4f609b;
  text-decoration-color: #4f609b;
}
.all-menu .all-menu-col .all-menu-list .all-menu-depth2 > li > a span {
  font-size: 1rem;
  color: #636466;
  font-weight: 150;
}

body.scroll-lock {
  overflow: hidden;
}

#mobile-menu {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 1000;
}
#mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#mobile-menu.open::before {
  opacity: 1;
  pointer-events: auto;
}
#mobile-menu.open .modal-dialog {
  transform: translateX(0);
}
#mobile-menu .modal-dialog {
  position: absolute;
  right: 0;
  top: 0;
  width: 22.5rem;
  max-width: min(90vw, 26.25rem);
  height: 100%;
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
@media screen and (max-width: 500px) {
  #mobile-menu .modal-dialog {
    width: 100%;
    max-width: none;
  }
}
#mobile-menu .modal-dialog .modal-header {
  flex: 0 0 auto;
  background-color: #231f20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  align-items: center;
  padding: 0 1.5625rem;
}
#mobile-menu .modal-dialog .modal-header img {
  width: 4.875rem;
}
#mobile-menu .modal-dialog .menu-body {
  position: relative;
  flex: 1 1 auto;
  height: auto;
}
#mobile-menu .modal-dialog .menu-body::after {
  position: absolute;
  content: "";
  top: 20.484375rem;
  left: 0;
  background-color: #4f609b;
  width: 7.5rem;
  height: 100%;
}

.mobile-depth1-list {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
}
.mobile-depth1-list > li {
  display: block;
  /* 1depth 버튼 */
  /* 2depth 패널 */
  /* is-open 상태 */
}
.mobile-depth1-list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5rem; /* 좌측 너비 고정 */
  height: 4.375rem;
  padding: 0.875rem 0;
  background: #4f609b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-depth1-list > li > a span {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.mobile-depth1-list > li .mobile-depth2-list {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 7.5rem);
  background: #ffffff;
  padding: 1rem 1.25rem;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 3depth */
}
.mobile-depth1-list > li .mobile-depth2-list > li {
  position: relative;
}
.mobile-depth1-list > li .mobile-depth2-list > li > a {
  display: flex;
  position: relative;
  font-size: 1.125rem;
  color: #636466;
  font-weight: 700;
  padding-bottom: 1rem;
}
.mobile-depth1-list > li .mobile-depth2-list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #e8e8e8;
}
.mobile-depth1-list > li .mobile-depth2-list > li:has(.mobile-depth3-list) > a::after {
  content: "";
  position: absolute;
  top: 0.9375rem;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  background-image: url("/icons/ico-lnb-arrow02.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.mobile-depth1-list > li .mobile-depth2-list > li.on > a::before {
  height: 2px;
  background-color: #4f609b;
}
.mobile-depth1-list > li .mobile-depth2-list > li.on > a:hover {
  color: #4f609b;
}
.mobile-depth1-list > li .mobile-depth2-list > li.on > a:hover::before {
  height: 2px;
  background-color: #4f609b;
}
.mobile-depth1-list > li .mobile-depth2-list > li.on > a:focus {
  color: #4f609b;
}
.mobile-depth1-list > li .mobile-depth2-list > li.on > a:focus::before {
  height: 2px;
  background-color: #4f609b;
}
.mobile-depth1-list > li .mobile-depth2-list > li.on:has(.mobile-depth3-list) > a:hover::after {
  background-image: url("/icons/ico-lnb-arrow01.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.mobile-depth1-list > li .mobile-depth2-list > li.on:has(.mobile-depth3-list) > a:focus::after {
  background-image: url("/icons/ico-lnb-arrow01.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.mobile-depth1-list > li .mobile-depth2-list > li + li {
  padding-top: 1rem;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list {
  display: none;
  background-color: #f4f5f6;
  border-radius: 0.25rem;
  padding: 0.5rem 0.625rem;
  margin-top: 0.625rem;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list > li > a {
  display: block;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list > li > a span {
  font-size: 0.9375rem;
  color: #636466;
  font-weight: 400;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list li {
  padding-left: 0.5rem;
  position: relative;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list li + li {
  margin-top: 0.5rem;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list li::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #c7c8ca;
  border-radius: 999px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list li.on span {
  color: #4f609b;
  font-weight: 700;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list li.on::before {
  background-color: #4f609b;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list li:hover span {
  color: #4f609b;
  font-weight: 700;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list li:hover::before {
  background-color: #4f609b;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list li:focus-within::before {
  background-color: #4f609b;
}
.mobile-depth1-list > li .mobile-depth2-list .mobile-depth3-list li:focus-within span {
  color: #4f609b;
  font-weight: 700;
}
.mobile-depth1-list > li.is-open > a {
  background-color: #ffffff;
}
.mobile-depth1-list > li.is-open > a > span {
  color: #4f609b;
}
.mobile-depth1-list > li.is-open .mobile-depth2-list {
  display: block;
}
.mobile-depth1-list > li.is-open .mobile-depth2-list > li.on > a span {
  color: #4f609b;
}
.mobile-depth1-list > li.is-open .mobile-depth2-list > li.on > a::after {
  background-image: url("/icons/ico-lnb-arrow01.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.mobile-depth1-list > li.is-open .mobile-depth2-list > li.on .mobile-depth3-list {
  display: block;
}

#footer {
  margin-top: auto;
  padding: 3.75rem 0 5.625rem;
  background-color: #1d243c;
}
@media screen and (max-width: 500px) {
  #footer {
    padding: 1.7142857143rem 1.4285714286rem;
  }
}
#footer .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #footer .inner {
    max-width: none;
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 500px) {
  #footer .inner {
    padding: 0;
  }
}
#footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  #footer .footer-top {
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
#footer .footer-top nav .footer-nav {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 500px) {
  #footer .footer-top nav .footer-nav {
    gap: 0.5714285714rem;
  }
}
#footer .footer-top nav .footer-nav li a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  white-space: nowrap;
  padding-left: 0.625rem;
}
#footer .footer-top nav .footer-nav li a:hover {
  text-decoration: underline;
}
#footer .footer-top nav .footer-nav li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #ffffff;
  border-radius: 999px;
}
@media screen and (max-width: 500px) {
  #footer .footer-top nav .footer-nav li a {
    font-size: 1rem;
  }
}
#footer .footer-top .select-box.link {
  width: 15rem;
}
#footer .footer-top .select-box.link .select-btn {
  border: 1px solid #ffffff;
  background-color: transparent;
}
#footer .footer-top .select-box.link .select-btn span {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
}
#footer .footer-top .select-box.link .select-btn::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(321deg) brightness(104%) contrast(104%);
}
#footer .footer-top .select-box.link .select-list {
  height: auto;
}
#footer .footer-top .select-box.link .select-list a span {
  font-size: 1rem;
  font-weight: 600;
}
#footer .footer-bottom {
  margin-top: 2.5rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 500px) {
  #footer .footer-bottom {
    margin-top: 1.7142857143rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
#footer .footer-bottom .logo {
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom .logo {
    width: 5.5714285714rem;
  }
}
#footer .footer-bottom address p {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  #footer .footer-bottom address p {
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-bottom {
    flex-direction: column;
  }
}

#footerPop {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1000;
}
#footerPop[hidden] {
  display: none;
}
#footerPop .modal-dialog {
  background-color: #ffffff;
  border-radius: 1rem;
  width: 28.75rem;
  overflow: hidden;
  outline: none;
}
@media screen and (max-width: 500px) {
  #footerPop .modal-dialog {
    width: calc(100% - 2.5rem);
    margin: 0 1.25rem;
  }
}
#footerPop .modal-dialog .modal-header {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e8e8e8;
}
#footerPop .modal-dialog .modal-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
#footerPop .modal-dialog .modal-header button i {
  filter: brightness(0) saturate(100%) invert(11%) sepia(5%) saturate(544%) hue-rotate(315deg) brightness(96%) contrast(90%);
}
#footerPop .modal-dialog .modal-body {
  padding: 2rem;
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
}

#sub-content {
  flex: 1;
}
#sub-content .inner {
  display: flex;
  max-width: 1440px;
  gap: 3.75rem;
  width: 100%;
  margin: 0 auto;
  padding: 3.125rem 0 6.25rem;
}
@media screen and (max-width: 1400px) {
  #sub-content .inner {
    padding: 2.5rem 1.875rem 6.25rem;
    max-width: none;
  }
}
@media screen and (max-width: 1200px) {
  #sub-content .inner {
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #sub-content .inner {
    padding: 1.875rem 1.25rem 6.25rem;
  }
}
@media (min-width: 1400px) {
  #sub-content .inner:has(> .page-meta) {
    padding-inline: 0;
  }
}
#sub-content #page-content {
  flex: 1;
  width: 100%;
  max-width: 68.75rem;
}
@media screen and (max-width: 1400px) {
  #sub-content #page-content {
    max-width: none;
  }
}
#sub-content #page-content.page-meta {
  max-width: none;
}
@media screen and (max-width: 1400px) {
  #sub-content #lnb-layout {
    width: 16.25rem;
  }
}
@media screen and (max-width: 1200px) {
  #sub-content #lnb-layout {
    display: none;
  }
}

#lnb-layout {
  width: 17.5rem;
  flex-shrink: 0;
}
#lnb-layout .lnb-title {
  position: relative;
  text-align: center;
  background-color: #4f609b;
  padding: 1.875rem 0 3.375rem;
  border-radius: 1.25rem 1.25rem 0 0;
}
#lnb-layout .lnb-title::before {
  position: absolute;
  content: "";
  width: 19.0625rem;
  height: 6.125rem;
  left: 3.5rem;
  bottom: -0.5rem;
  background-image: url("/images/main/lnb-bg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.1;
}
#lnb-layout .lnb-title strong {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#lnb-layout .lnb-list {
  position: relative;
  margin-top: -1.875rem;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 1.875rem 1.875rem 5rem;
  border-radius: 1.25rem;
}
#lnb-layout .lnb-list > li {
  padding: 0.9375rem 0;
  position: relative;
}
#lnb-layout .lnb-list > li:hover a span {
  color: #4f609b;
  font-weight: 600;
}
#lnb-layout .lnb-list > li:hover a::after {
  background-image: url("/icons/ico-lnb-arrow01.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#lnb-layout .lnb-list > li:hover a::before {
  height: 2px;
  background: #4f609b;
}
#lnb-layout .lnb-list > li:first-child {
  padding-top: 0;
}
#lnb-layout .lnb-list > li > a {
  position: relative;
  display: block;
}
#lnb-layout .lnb-list > li > a span {
  font-size: 1.125rem;
  color: #636466;
  font-weight: 600;
  transition: all 0.3s ease;
}
#lnb-layout .lnb-list > li > a::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 0.9375rem;
  right: 0rem;
  transform: translateY(-50%);
  background-image: url("/icons/ico-lnb-arrow02.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#lnb-layout .lnb-list > li > a::before {
  position: absolute;
  content: "";
  bottom: -0.9375rem;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
}
#lnb-layout .lnb-list > li.is-active a span {
  color: #4f609b;
  font-weight: 600;
}
#lnb-layout .lnb-list > li.is-active a::after {
  background-image: url("/icons/ico-lnb-arrow01.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#lnb-layout .lnb-list > li.is-active a::before {
  height: 2px;
  background: #4f609b;
}
#lnb-layout .lnb-list > li.is-active .lnb-depth2-list {
  display: block;
}
#lnb-layout .lnb-list > li.is-active .lnb-depth2-list li.on span {
  color: #4f609b;
  font-weight: 700;
}
#lnb-layout .lnb-list > li.is-active .lnb-depth2-list li.on span::after {
  background-color: #4f609b;
}
#lnb-layout .lnb-list > li .lnb-depth2-list {
  display: none;
  margin-top: 1.875rem;
  padding: 0.25rem 1.125rem;
  background-color: #f4f5f6;
  border-radius: 4px;
}
#lnb-layout .lnb-list > li .lnb-depth2-list > li a::after {
  display: none;
}
#lnb-layout .lnb-list > li .lnb-depth2-list > li a span {
  font-size: 0.9375rem;
  color: #636466;
  font-weight: 400;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#lnb-layout .lnb-list > li .lnb-depth2-list > li a span::after {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #c7c8ca;
  border-radius: 999px;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#lnb-layout .lnb-list > li .lnb-depth2-list > li a:hover span {
  color: #4f609b;
  font-weight: 700;
}
#lnb-layout .lnb-list > li .lnb-depth2-list > li a:hover span::after {
  background-color: #4f609b;
}
#lnb-layout .lnb-list > li .lnb-depth2-list > li + li {
  margin-top: 0.625rem;
}

.section-header {
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .section-header {
    margin-bottom: 1.25rem;
  }
}
.section-header .section-title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-header .section-title {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 500px) {
  .section-header .section-title {
    font-size: 1.4285714286rem;
    margin-bottom: 0;
  }
}
.section-header .section-meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .section-header .section-meta {
    display: none;
  }
}
.section-header .section-meta::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #c7c8ca 0px, #c7c8ca 3px, transparent 3px, transparent 6px);
}
@media screen and (max-width: 500px) {
  .section-header .section-meta::after {
    height: 2px;
  }
}
.section-header .section-meta .location-nav {
  display: flex;
  align-items: center;
  padding-left: 1.375rem;
  position: relative;
}
.section-header .section-meta .location-nav::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  left: 0;
  top: -1px;
  background-image: url("/icons/ico-home.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-header .section-meta .location-nav li {
  position: relative;
}
.section-header .section-meta .location-nav li::after {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  right: -1.3125rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/icons/ico-arrow.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-header .section-meta .location-nav li:last-child {
  pointer-events: none;
}
.section-header .section-meta .location-nav li:last-child::after {
  display: none;
}
.section-header .section-meta .location-nav li a span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #939598;
  font-weight: 400;
}
.section-header .section-meta .location-nav li.is-active a span {
  font-weight: 700;
}
.section-header .section-meta .location-nav li + li {
  margin-left: 1.6875rem;
}
.section-header .tool-button {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-header .tool-button {
    display: none;
  }
}
.section-header .tool-button button {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.625rem;
  background-color: #e9ecef;
  position: relative;
}
.section-header .tool-button button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-header .tool-button button.btn-print::after {
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("/icons/ico-print.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.heading-sm {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700;
}
.heading-sm + .table-scroll {
  margin-top: 1.25rem;
}
.heading-sm + .info-box-wrap {
  margin-top: 1.25rem;
}
.heading-sm + .step-wrap {
  margin-top: 1.25rem;
}
.heading-sm + .media-box {
  margin-top: 1.25rem;
}
.heading-sm + .form {
  margin-top: 1.25rem;
}
.heading-sm + .form-section {
  margin-top: 1.25rem;
}
.heading-sm + .img-box {
  margin-top: 1.5rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: left;
  vertical-align: baseline;
  background: transparent;
  empty-cells: show;
  margin: 0;
  padding: 0;
}

th,
td {
  margin: 0;
  padding: 0;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: baseline;
  background: transparent;
  white-space: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: inherit;
}

th {
  font-weight: inherit;
  text-align: inherit;
}

caption {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: left;
  caption-side: top;
}

colgroup,
col {
  border: none;
  background: transparent;
}

thead,
tbody,
tfoot {
  vertical-align: baseline;
  background: transparent;
}

tr {
  vertical-align: baseline;
  background: transparent;
}

.table-wrap {
  width: 100%;
}
.table-wrap .heading-sm {
  margin-bottom: 1.25rem;
}
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  text-align: center;
  position: relative;
  margin: 0;
  font-size: 0.875rem;
}
.table-wrap + .table-wrap {
  margin-top: 2.5rem;
}
.table-wrap + h3 {
  margin-top: 2.5rem;
}
.table-wrap table + table {
  margin-top: 1.25rem;
}
.table-wrap caption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.table-wrap thead {
  background-color: #f2f5ff;
}
.table-wrap th {
  font-size: 1rem;
  font-weight: 700;
  border-top: 2px solid #4f609b;
  border-left: 1px solid #c7c8ca;
  border-right: 1px solid #c7c8ca;
  padding: 1rem;
  word-break: keep-all;
  vertical-align: middle;
  height: 3.5rem;
  background-color: #f2f5ff;
}
.table-wrap th.no-pd {
  padding-inline: 0 !important;
}
.table-wrap td {
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
  border: 1px solid #c7c8ca;
  padding: 1rem 0.5rem;
  height: 3.5rem;
  word-break: break-word;
  vertical-align: middle;
  background-color: #ffffff;
}
.table-wrap td strong {
  color: #231f20;
  display: inline-block;
}
.table-wrap td.nowrap {
  white-space: nowrap;
}
.table-wrap tr.row-line th {
  border-top: 1px solid #c7c8ca;
}
.table-wrap tr.fix .fix-txt {
  color: #ffffff;
  display: inline-block;
  padding: 0 0.625rem;
  line-height: 1.5rem;
  background-color: #4F609B;
}
.table-wrap tr.fix .link {
  color: #4F609B;
  font-weight: 700;
}
.table-wrap tr.empty {
  cursor: default;
  pointer-events: none;
}
.table-wrap tr.empty td {
  padding: 3.25rem 0;
  border: none;
  border-top: 1px solid #c7c8ca;
}
.table-wrap tr.empty i {
  margin-bottom: 1rem;
}
.table-wrap tr.empty span {
  display: block;
  font-size: 1rem;
  line-height: #636466;
  font-weight: 500;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.table-scroll .table-wrap {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .table-scroll .table-wrap {
    width: 950px;
  }
}
@media screen and (max-width: 767px) {
  .table-scroll .table-wrap.table-pc {
    display: none;
  }
}
.table-scroll .table-wrap.table-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .table-scroll .table-wrap.table-mobile {
    display: block;
  }
}

.table-wrap .table-list {
  /*
  td.align-left.ellipsis {
    padding-left: rem(20);
    .link {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }*/
}
.table-wrap .table-list th {
  padding: 1rem 0.5rem;
}
.table-wrap .table-list th .sort-btn {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
}
.table-wrap .table-list th .sort-btn i {
  margin-left: 0.3125rem;
}
.table-wrap .table-list td.align-left {
  padding-left: 1.25rem;
}
.table-wrap .table-list td .faq-label {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 999px;
  background-color: #4f609b;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.table-wrap .table-list td .link.ellipsis {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.table-wrap .table-list td .text-badge {
  position: relative;
  display: inline-block;
  align-items: center;
  padding: 0.1rem 0.5rem;
  border-radius: 2.4rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff;
  white-space: nowrap;
  margin-right: 0.8rem;
  vertical-align: top;
  margin-top: -0.125rem;
}
.table-wrap .table-list td .text-badge.line-A {
  color: #D08900;
  border: 1px solid #D08900;
}
.table-wrap .table-list td .text-badge.line-B {
  color: #0089D0;
  border: 1px solid #0089D0;
}
.table-wrap .table-list td .text-badge + .link.ellipsis {
  width: calc(100% - 6.875rem);
  vertical-align: top;
  display: inline-block;
}

.table-wrap.horizontal th {
  border-top: 1px solid #c7c8ca;
}
.table-wrap.horizontal tr:first-child {
  border-top: 2px solid #4f609b;
}
.table-wrap.horizontal tr:last-child th {
  border-bottom: 1px solid #c7c8ca;
}

.table-wrap.form-table th {
  background-color: #f4f5f6;
  border-top: 2px solid #231f20;
  height: 3.125rem;
}
.table-wrap.form-table thead tr {
  border-top: 2px solid #231f20;
}
.table-wrap.form-table.horizontal tr:first-child {
  border-color: #231f20;
}
.table-wrap.form-table.horizontal th {
  border-top: 1px solid #c7c8ca;
}

.btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btn-wrap .btn-primary {
  display: inline-flex;
  background-color: #4f609b;
  color: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-wrap .btn-primary span {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
}
.btn-wrap .btn-primary.lg {
  min-width: 5.625rem;
  height: 3.75rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-primary.lg span {
  font-size: 1.125rem;
  font-weight: 600;
}
.btn-wrap .btn-primary.md {
  min-width: 4.875rem;
  height: 3.25rem;
  padding: 0rem 1.125rem;
}
.btn-wrap .btn-primary.sm {
  min-width: 4.625rem;
  height: 2.75rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-primary.ms {
  min-width: 4.625rem;
  height: 2.5rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-primary.xs {
  min-width: 4.125rem;
  height: 2.25rem;
  padding: 0rem 0.75rem;
}
.btn-wrap .btn-primary.xxs {
  min-width: 3.8125rem;
  height: 2rem;
  padding: 0rem 0.75rem;
}
.btn-wrap .btn-primary:hover:not(:disabled) {
  background-color: #6d84d0;
}
.btn-wrap .btn-primary:active:not(:disabled) {
  background-color: #6d84d0;
}
.btn-wrap .btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.btn-wrap .btn-secondary {
  display: inline-flex;
  background-color: #403f3e;
  color: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-wrap .btn-secondary span {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
}
.btn-wrap .btn-secondary.lg {
  min-width: 5.625rem;
  height: 3.75rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-secondary.lg span {
  font-size: 1.125rem;
  font-weight: 600;
}
.btn-wrap .btn-secondary.md {
  min-width: 4.875rem;
  height: 3.25rem;
  padding: 0rem 1.125rem;
}
.btn-wrap .btn-secondary.sm {
  min-width: 4.625rem;
  height: 2.75rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-secondary.ms {
  min-width: 4.625rem;
  height: 2.5rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-secondary.xs {
  min-width: 4.125rem;
  height: 2.25rem;
  padding: 0rem 0.75rem;
}
.btn-wrap .btn-secondary.xxs {
  min-width: 3.8125rem;
  height: 2rem;
  padding: 0rem 0.75rem;
}
.btn-wrap .btn-secondary:hover:not(:disabled) {
  background-color: #636466;
}
.btn-wrap .btn-secondary:active:not(:disabled) {
  background-color: #636466;
}
.btn-wrap .btn-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.btn-wrap .btn-white {
  display: inline-flex;
  background-color: #ffffff;
  color: #4f609b;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-wrap .btn-white span {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
}
.btn-wrap .btn-white.lg {
  min-width: 5.625rem;
  height: 3.75rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-white.lg span {
  font-size: 1.125rem;
  font-weight: 600;
}
.btn-wrap .btn-white.md {
  min-width: 4.875rem;
  height: 3.25rem;
  padding: 0rem 1.125rem;
}
.btn-wrap .btn-white.sm {
  min-width: 4.625rem;
  height: 2.75rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-white.ms {
  min-width: 4.625rem;
  height: 2.5rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-white.xs {
  min-width: 4.125rem;
  height: 2.25rem;
  padding: 0rem 0.75rem;
}
.btn-wrap .btn-white.xxs {
  min-width: 3.8125rem;
  height: 2rem;
  padding: 0rem 0.75rem;
}
.btn-wrap .btn-white:hover:not(:disabled) {
  background-color: #f4f5f6;
}
.btn-wrap .btn-white:active:not(:disabled) {
  background-color: #f4f5f6;
}
.btn-wrap .btn-white:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.btn-wrap .btn-line {
  display: inline-flex;
  background-color: #ffffff;
  color: #4f609b;
  border: 1px solid #4f609b;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-wrap .btn-line span {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
}
.btn-wrap .btn-line.lg {
  min-width: 5.625rem;
  height: 3.75rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-line.lg span {
  font-size: 1.125rem;
  font-weight: 600;
}
.btn-wrap .btn-line.md {
  min-width: 4.875rem;
  height: 3.25rem;
  padding: 0rem 1.125rem;
}
.btn-wrap .btn-line.sm {
  min-width: 4.625rem;
  height: 2.75rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-line.ms {
  min-width: 4.625rem;
  height: 2.5rem;
  padding: 0rem 1rem;
}
.btn-wrap .btn-line.xs {
  min-width: 4.125rem;
  height: 2.25rem;
  padding: 0rem 0.75rem;
}
.btn-wrap .btn-line.xxs {
  min-width: 3.8125rem;
  height: 2rem;
  padding: 0rem 0.75rem;
}
.btn-wrap .btn-line:hover:not(:disabled) {
  background-color: #f2f5ff;
}
.btn-wrap .btn-line:active:not(:disabled) {
  background-color: #f2f5ff;
}
.btn-wrap .btn-line:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.btn-wrap.action {
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.btn-wrap.action a {
  width: 18.75rem;
}

a.text-link {
  font-size: 1rem;
  color: #636466;
  font-weight: 700;
}
a.text-link:hover {
  text-decoration: underline;
  color: #4f609b;
}

a.disabled,
a.disabled:hover,
a.disabled:focus,
a.disabled:active {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
  box-shadow: none;
  transform: none;
  text-decoration: none;
  outline: none;
}

.input-box {
  display: flex;
}
.input-box input {
  width: 100%;
  border: 1px solid #939598;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
  text-align: left;
  height: 2.75rem;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
}
.input-box input::placeholder {
  color: #939598;
}
.input-box:has(.input-unit) {
  align-items: center;
  gap: 0.75rem;
}
.input-box:has(.input-unit) input {
  width: 5rem;
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 500px) {
  .search-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.search-bar .search-text {
  position: relative;
  padding-left: 0.625rem;
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
}
.search-bar .search-text::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #939598;
  border-radius: 999px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-bar .search-text span {
  color: #4f609b;
  font-weight: 500;
}
.search-bar .search-box {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 500px) {
  .search-bar .search-box {
    width: 100%;
  }
}
.search-bar .search-box .input-box {
  width: 15rem;
}
@media screen and (max-width: 500px) {
  .search-bar .search-box .input-box {
    flex: 1;
  }
}
.search-bar .search-box .input-box input::placeholder {
  font-size: 1rem;
  color: #231f20;
  font-weight: 600;
}
.search-bar .search-box .btn-wrap i {
  margin-right: 0.25rem;
}
.search-bar.filter .search-box .select-box {
  width: 7.5rem;
  height: 2.75rem;
}
.search-bar.filter .search-box .select-box button {
  width: 100%;
  height: 100%;
}
.search-bar.filter .search-box .select-box .select-btn span {
  font-size: 1rem;
}
.search-bar.filter .search-box .select-box .select-list {
  height: auto;
}
.search-bar.filter .search-box .select-box .select-list button span {
  font-size: 1rem;
}
.search-bar.filter .search-box .select-box.bid {
  display: none;
}
.search-bar.filter .search-box .select-box.bid.is-active {
  display: block;
}
.search-bar.filter .input-box.is-hidden {
  display: none;
}

.radio-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.radio-box .radio-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.radio-box .radio-item label {
  display: flex;
  position: relative;
  padding-left: 2rem;
  height: 25px;
  cursor: pointer;
  font-size: 1.125rem;
  color: #636466;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .radio-box .radio-item label {
    font-size: 1rem;
  }
}
.radio-box .radio-item label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #939598;
  border-radius: 999px;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.radio-box .radio-item input[type=radio]:checked + label::before {
  border: 2px solid #4f609b;
}
.radio-box .radio-item input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 9px;
  width: 0.625rem;
  height: 0.625rem;
  transform: translateY(-50%);
  background-color: #4f609b;
  border-radius: 999px;
}
.radio-box .radio-item input[type=radio]:focus-visible + label::before {
  box-shadow: 0 0 0 4px rgba(26, 92, 255, 0.25);
}
.radio-box.has-text {
  justify-content: flex-end;
}
.radio-box.has-text p {
  font-size: 1.125rem;
  color: #636466;
  font-weight: 500;
  margin-right: auto;
}

.checkbox-box .checkbox-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #c7c8ca;
  border-radius: 0.375rem;
}
.checkbox-box .checkbox-item::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/icons/ico-check05.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.checkbox-box .checkbox-item:has(input[type=checkbox]:checked) {
  background-color: #4f609b;
}
.checkbox-box .checkbox-item > input[type=checkbox] {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.checkbox-box:has(label) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.checkbox-box label {
  font-weight: 600;
  color: #231f20;
}

.input-box.date {
  position: relative;
  width: 15rem;
}
.input-box.date input[type=text]#date,
.input-box.date input[type=text].flatpickr-input {
  width: 100%;
  height: 2.75rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid #c7c8ca;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #231f20;
  font-size: 1rem;
}
.input-box.date input[type=text]#date::placeholder,
.input-box.date input[type=text].flatpickr-input::placeholder {
  font-size: 1rem;
  color: #939598;
  font-weight: 400;
}
.input-box.date input[type=text]#date:focus, .input-box.date input[type=text]#date:focus-visible,
.input-box.date input[type=text].flatpickr-input:focus,
.input-box.date input[type=text].flatpickr-input:focus-visible {
  outline: 0;
  border-color: #4f609b;
}
.input-box.date input[type=text]#date:disabled,
.input-box.date input[type=text].flatpickr-input:disabled {
  background: #636466;
  color: #c7c8ca;
  cursor: not-allowed;
}
.input-box.date input[type=text]#date:read-only,
.input-box.date input[type=text].flatpickr-input:read-only {
  cursor: not-allowed;
}

.text-box {
  padding: 1.5rem 2.25rem;
  background-color: #f2f5ff;
  border-radius: 0.5rem;
  color: #4f609b;
}
.text-box-title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.text-box-desc {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
}
.text-box-desc::before {
  position: absolute;
  content: "";
  left: -0.75rem;
  top: 0.5rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #6d84d0;
  border-radius: 999px;
}

.desc-box h3.heading-sm {
  margin-bottom: 1.5rem;
}
.desc-box .desc-text {
  font-size: 1.125rem;
  font-weight: 500;
}
.desc-box + .desc-box {
  margin-top: 1.25rem;
}
.desc-box h4.desc-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.desc-box h4.desc-title + .desc-text {
  color: #636466;
}

.visual-box {
  display: flex;
  gap: 1.5rem;
  padding: 2.25rem;
  background-color: #f2f5ff;
  border-radius: 0.5rem;
  color: #4f609b;
  margin-bottom: 2.5rem;
}
.visual-box-img-wrap {
  width: 6.25rem;
  flex-shrink: 0;
}
.visual-box-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.visual-box-desc {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .visual-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.40625rem;
    gap: 1rem;
  }
}

.line-box {
  display: flex;
  gap: 1.5rem;
  padding: 1.875rem 2.5rem;
  border-radius: 1rem;
  color: #4f609b;
  margin-bottom: 2.5rem;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #c7c8ca;
}
.line-box-img-wrap {
  width: 6.25rem;
  flex-shrink: 0;
}
.line-box-list li {
  position: relative;
  padding-left: 0.625rem;
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
  text-align: left;
}
.line-box-list li::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #939598;
  border-radius: 999px;
  left: 0;
  top: 0.625rem;
}
.line-box-title {
  font-size: 1.75rem;
  color: #4f609b;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.line-box-desc {
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .line-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.40625rem;
    gap: 1rem;
  }
}
.line-box.info {
  padding: 0.9375rem 2.5rem;
  gap: 3.75rem;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  align-items: center;
}
.line-box.info .line-box-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.line-box.info .line-box-left .line-box-title {
  margin-bottom: 0.25rem;
}
.line-box.info .line-box-left .line-box-desc {
  white-space: nowrap;
  font-size: 1.25rem;
  color: #636466;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .line-box.info .line-box-left .line-box-body {
    text-align: left;
  }
}
.line-box.info .line-box-right div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.line-box.info .line-box-right div:first-child {
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .line-box.info .line-box-right div:first-child {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .line-box.info .line-box-right div {
    flex-direction: column;
    gap: 0.9375rem;
  }
}
.line-box.info .line-box-right .line-box-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.625rem;
  background-color: #4f609b;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 400;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.line-box.info .line-box-right p {
  white-space: nowrap;
}
.line-box.info .line-box-right p .line-box-tell {
  font-size: 1.25rem;
  color: #4f609b;
  font-weight: 700;
}
.line-box.info .line-box-right p .line-box-range {
  font-size: 1.25rem;
  color: #636466;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .line-box.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.40625rem;
    gap: 1.25rem;
  }
}

.info-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 1.25rem 1.875rem;
  border-radius: 1.25rem;
  border: 1px solid #c7c8ca;
  border-top: transparent;
}
.info-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 5px solid #6d84d0;
  border-radius: 1.25rem;
  z-index: -1;
}
.info-box-img-wrap {
  width: 6.75rem;
  flex-shrink: 0;
}
.info-box-body {
  position: relative;
}
.info-box-body::after {
  content: "";
  position: absolute;
  width: 5.3125rem;
  left: -4.375rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 0.09375rem;
  background: repeating-linear-gradient(90deg, #c7c8ca 0 3px, transparent 3px 5px);
}
@media screen and (max-width: 1200px) {
  .info-box-body::after {
    transform: initial;
    width: 100%;
    top: -0.9375rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.info-box-text {
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.40625rem;
    gap: 1rem;
  }
}

.media-box ul {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .media-box ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .media-box ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.media-box ul li {
  padding: 1.25rem 1.25rem 1rem;
  border: 1px solid #c7c8ca;
  border-radius: 1rem;
  box-shadow: 2px 4px 10px 4px rgba(0, 0, 0, 0.07);
}
.media-box ul li figure {
  margin-bottom: 1rem;
  border-radius: 1rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.media-box ul li figure img {
  object-fit: cover;
  border-radius: 1rem;
}
.media-box ul li .title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.media-box ul li .desc {
  font-size: 1rem;
  color: #939598;
  font-weight: 400;
}
.media-box ul.video-list li {
  position: relative;
  min-width: 0;
  /*
  &::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: rem(60);
    height: rem(60);
    @include background('/images/notice/playbtn.png', center, 100% 100%);
  }*/
}
.media-box ul.video-list li .play-btn {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("/images/notice/playbtn.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.media-box + .pagination-box {
  margin-top: 2.5rem;
}
.media-box .empty {
  padding: 6.25rem 0;
  text-align: center;
}
.media-box .empty .ico-empty {
  margin-bottom: 1rem;
  background-image: url("/icons/ico-empty-02.svg");
  width: 8.75rem;
  height: 10.625rem;
}
.media-box .empty span {
  display: block;
  color: #939598;
}

[class^=ico-],
[class*=" ico-"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.ico-add {
  background-image: url("/icons/ico-add.svg");
  width: 0.875rem;
  height: 0.875rem;
}

.ico-arrow-down {
  background-image: url("/icons/ico-arrow-down.svg");
  width: 1.25rem;
  height: 1.25rem;
}

.ico-arrow-right {
  background-image: url("/icons/ico-arrow-right.svg");
  width: 1.25rem;
  height: 1.25rem;
}

.ico-arrow-right02 {
  background-image: url("/icons/ico-arrow-right02.svg");
  width: 1.875rem;
  height: 1.875rem;
}

.ico-arrow-right03 {
  background-image: url("/icons/ico-arrow-right03.svg");
  width: 1.25rem;
  height: 1.25rem;
}

.ico-arrow-right04 {
  background-image: url("/icons/ico-arrow-right04.svg");
  width: 1.25rem;
  height: 1.25rem;
}

.ico-secure {
  background-image: url("/icons/ico-secure.svg");
  width: 2.75rem;
  height: 2.75rem;
}

.ico-train {
  background-image: url("/icons/ico-train.svg");
  width: 2.75rem;
  height: 2.75rem;
}

.ico-system {
  background-image: url("/icons/ico-system.svg");
  width: 2.75rem;
  height: 2.75rem;
}

.ico-paper {
  background-image: url("/icons/ico-paper.svg");
  width: 2.75rem;
  height: 2.75rem;
}

.ico-report {
  background-image: url("/icons/ico-report.svg");
  width: 3.5rem;
  height: 3.5rem;
}

.ico-bomb {
  background-image: url("/icons/ico-bomb.svg");
  width: 3.5rem;
  height: 3.5rem;
}

.ico-triangle-up {
  background-image: url("/icons/ico-triangle-up.svg");
  width: 1.5rem;
  height: 1.5rem;
}

.ico-menu {
  background-image: url("/icons/ico-menu.svg");
  width: 1.875rem;
  height: 1.875rem;
}

.ico-menu-mobile {
  background-image: url("/icons/ico-menu-mobile.svg");
  width: 2rem;
  height: 2rem;
}

.ico-menu-close {
  background-image: url("/icons/ico-menu-close.svg");
  width: 2rem;
  height: 2rem;
}

.ico-modal-close {
  background-image: url("/icons/ico-modal-close.svg");
  width: 1.75rem;
  height: 1.75rem;
}

.ico-safe-01 {
  width: 2.75rem;
  height: 2.75rem;
  background-image: url("/icons/ico-safe-01.svg");
}

.ico-safe-02 {
  width: 2.75rem;
  height: 2.75rem;
  background-image: url("/icons/ico-safe-02.svg");
}

.ico-safe-03 {
  width: 2.75rem;
  height: 2.75rem;
  background-image: url("/icons/ico-safe-03.svg");
}

.ico-safe-04 {
  width: 2.75rem;
  height: 2.75rem;
  background-image: url("/icons/ico-safe-04.svg");
}

.ico-train-01::after {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-train-01.svg");
}

.ico-train-02::after {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-train-02.svg");
}

.ico-train-03::after {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-train-03.svg");
}

.ico-train-04::after {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-train-04.svg");
}

.ico-train-05::after {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-train-05.svg");
}

.ico-train-06::after {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-train-06.svg");
}

.ico-train-07::after {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-train-07.svg");
}

.ico-train-08::after {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-train-08.svg");
}

.ico-arrow-circle {
  background-image: url("/icons/ico-arrow-circle.png");
  width: 2.5rem;
  height: 2.5rem;
}

.ico-service-01 {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-service-01.svg");
}

.ico-service-02 {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-service-02.svg");
}

.ico-service-03 {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-service-03.svg");
}

.ico-service-04 {
  width: 3.75rem;
  height: 3.75rem;
  background: url("/icons/ico-service-04.svg");
}

.ico-subway {
  background-image: url("/icons/ico-subway.svg");
  width: 4.8125rem;
  height: 4.75rem;
}

.ico-bus {
  background-image: url("/icons/ico-bus.svg");
  width: 4.8125rem;
  height: 4.75rem;
}

.ico-car {
  background-image: url("/icons/ico-car.svg");
  width: 4.8125rem;
  height: 4.75rem;
}

.ico-file {
  background-image: url("/icons/ico-file.svg");
  width: 1.5rem;
  height: 1.5rem;
}

.ico-arrow-up {
  background-image: url("/icons/ico-arrow-up.svg");
  width: 1rem;
  height: 1rem;
}

.ico-arrow-down02 {
  background-image: url("/icons/ico-arrow-down02.svg");
  width: 1rem;
  height: 1rem;
}

.ico-arrow-line {
  background-image: url("/icons/ico-arrow-line.svg");
  width: 1.5rem;
  height: 1.5rem;
}

.ico-search {
  background-image: url("/icons/ico-search.svg");
  width: 1.25rem;
  height: 1.25rem;
}

.ico-empty {
  background-image: url("/icons/ico-empty.svg");
  width: 4rem;
  height: 4rem;
}

.ico-growth {
  background-image: url("/icons/ico-growth.svg");
  width: 3.75rem;
  height: 3.75rem;
}

.ico-allmenu-close {
  background-image: url("/icons/ico-allmenu-close.png");
  width: 2.75rem;
  height: 2.75rem;
}

.ico-scroll-down {
  background-image: url("/icons/ico-scroll-down.svg");
  width: 10px;
  height: 21px;
}

.ico-time::after {
  background-image: url("/icons/ico-time.svg");
  width: 24px;
  height: 24px;
}

.ico-center::after {
  background-image: url("/icons/ico-center.svg");
  width: 24px;
  height: 24px;
}

.ico-write::after {
  background-image: url("/icons/ico-write.svg");
  width: 24px;
  height: 24px;
}

.ico-emergency::after {
  background-image: url("/icons/ico-emergency.svg");
  width: 24px;
  height: 24px;
}

.ico-faq::after {
  background-image: url("/icons/ico-faq.svg");
  width: 24px;
  height: 24px;
}

.ico-quick img {
  width: 40px;
  height: 40px;
}

.ico-main-calendar {
  background-image: url("/icons/ico-main-calendar.svg");
  width: 1.25rem;
  height: 1.25rem;
}

.ico-top {
  background-image: url("/icons/ico-top.svg");
  width: 1.5rem;
  height: 1.5rem;
}

.ico-sort {
  background-image: url("/icons/ico-sort.svg");
  width: 0.625rem;
  height: 0.9375rem;
}

.text-list-box .text-list-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.text-list-box .text-list > li {
  font-size: 1.125rem;
  color: #636466;
  font-weight: 500;
  position: relative;
  padding-left: 0.625rem;
}
.text-list-box .text-list > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #939598;
  border-radius: 999px;
}
.text-list-box .text-list > li + li {
  margin-top: 0.5rem;
}
.text-list-box .text-list > li strong {
  color: #4f609b;
}
.text-list-box .text-list > li.no-bullet::before {
  display: none;
}
.text-list-box .text-list .depth-2 {
  margin-top: 0.5rem;
}
.text-list-box .text-list .depth-2 li {
  position: relative;
  padding-left: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #636466;
  font-weight: 400;
}
.text-list-box .text-list .depth-2 li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.text-list-box .text-list .depth-2 li + li {
  margin-top: 0.5rem;
}
.text-list-box + .text-list-box {
  margin-top: 2.5rem;
}
.text-list-box + .search-wrap {
  margin-top: 2.5rem;
}
.text-list-box.sm .text-list-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.text-list-box.sm + .text-list-box.sm {
  margin-top: 1.25rem;
}

.policy-list-box h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.policy-list-box p {
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
}
.policy-list-box + .policy-list-box {
  margin-top: 1.25rem;
}
.policy-list-box ol li,
.policy-list-box ul li {
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
}
.policy-list-box ol li + li,
.policy-list-box ul li + li {
  margin-top: 0.25rem;
}
.policy-list-box .number-list li {
  padding-left: 1.25rem;
}

.search-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.search-wrap .select-box {
  width: 18.75rem;
}

.pagination-box {
  margin-top: 1.25rem;
}
.pagination-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.pagination-box ul .page-item span {
  position: relative;
}
.pagination-box ul .page-item span::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  left: -1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("/icons/ico-arrow-right04.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.pagination-box ul .page-item.next span::before {
  left: initial;
  right: -1.25rem;
  transform: translateY(-50%) rotate(0deg);
}
.pagination-box ul .page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
}
.pagination-box ul .page-item.on a {
  background-color: #e5ebff;
  border-radius: 999px;
  font-size: 1.0625rem;
  color: #4f609b;
  font-weight: 700;
}

.table-view .title-area {
  padding: 1rem 1.25rem;
  border-top: 2px solid #4f609b;
}
.table-view .title-area h3 {
  font-size: 1rem;
  font-weight: 700;
}
.table-view .info-area {
  padding: 1rem 1.25rem;
  border-top: 1px solid #c7c8ca;
  border-bottom: 1px solid #c7c8ca;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 500px) {
  .table-view .info-area {
    flex-direction: column;
  }
}
.table-view .info-area dl {
  display: flex;
  gap: 1.5rem;
}
.table-view .info-area dl dt {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
.table-view .info-area dl dt::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -0.75rem;
  width: 1px;
  height: 0.75rem;
  background-color: #c7c8ca;
}
.table-view .info-area dl dd {
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
}
.table-view .cont-area {
  padding: 2.5rem 1.25rem;
  border-bottom: 1px solid #c7c8ca;
  font-size: 1rem;
  color: #231f20;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
}
@media screen and (max-width: 500px) {
  .table-view .cont-area {
    padding: 1.4285714286rem 0;
  }
}
.table-view .cont-area .file-area {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  padding: 1.4375rem 1.25rem;
  background-color: #fafbfd;
  border-radius: 1rem;
  border: 1px solid #e8e8e8;
}
.table-view .cont-area .file-area strong {
  position: relative;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 1.875rem;
}
@media screen and (max-width: 500px) {
  .table-view .cont-area .file-area strong {
    align-self: baseline;
  }
}
.table-view .cont-area .file-area ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}
.table-view .cont-area .file-area ul li > a {
  display: flex;
  align-items: center;
  min-width: 0;
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
}
.table-view .cont-area .file-area ul li > a i {
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.table-view .cont-area .file-area ul li > a .ellipsis {
  width: 100%;
  min-width: 0;
}
.table-view .cont-area:has(+ form) {
  border-bottom: 0;
}
.table-view .cont-area .video-area iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1rem;
  border: none;
}
.table-view .cont-area .video-area + .text-area {
  margin-top: 1.25rem;
}
.table-view .cont-area .img-area + .img-area {
  margin-top: 1.25rem;
}
.table-view .cont-area .subtitle-area {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border: 1px solid #c7c8ca;
  border-radius: 0.5rem;
  color: #231f20 !important;
  height: 11.25rem;
  overflow-y: auto;
}
.table-view .cont-area .subtitle-area::-webkit-scrollbar {
  width: 6px;
}
.table-view .cont-area .subtitle-area::-webkit-scrollbar-thumb {
  background-color: #939598;
  border-radius: 12px;
}
@media screen and (max-width: 1200px) {
  .table-view .cont-area .text-area {
    max-width: 100%;
    width: 100%;
    overflow: auto;
  }
}
.table-view .cont-area .text-area p img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: auto !important;
}
.table-view .cont-area .text-area table {
  max-width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .table-view .cont-area .text-area table {
    max-width: 100%;
    width: 100%;
    overflow: auto;
  }
}
.table-view .cont-area .table-template-scroll {
  width: 100%;
  overflow: auto;
}
.table-view .cont-area .table-template-scroll table th,
.table-view .cont-area .table-template-scroll table td {
  border: 1px solid #ddd;
  padding: 0.3125rem;
}
.table-view .cont-area .table-template-scroll table tr {
  border-top: 0 none !important;
}
.table-view .post-nav {
  border-top: 1px solid #4f609b;
  border-bottom: 1px solid #4f609b;
}
.table-view .post-nav dl {
  display: flex;
  padding: 1rem 1.25rem;
}
.table-view .post-nav dl.next {
  border-bottom: 1px solid #c7c8ca;
}
.table-view .post-nav dl dt {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding-right: 1.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.table-view .post-nav dl dt::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  width: 1px;
  height: 0.75rem;
  background-color: #c7c8ca;
}
.table-view .post-nav dl dt i {
  margin-right: 0.75rem;
}
.table-view .post-nav dl dd {
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-view .btn-wrap {
  margin-top: 1.25rem;
  justify-content: flex-start;
}
.table-view.table-wrap th {
  padding: 1.25rem 1rem;
  border-top: 1px solid #c7c8ca;
}
.table-view.table-wrap tr:first-child {
  border-top: 2px solid #4f609b;
}
.table-view.table-wrap tr:last-child th {
  border-bottom: 1px solid #c7c8ca;
}
.table-view.answer {
  margin-top: 2.5rem;
}
.table-view.answer .title-area {
  border-top: 1px solid #939598;
}
.table-view.answer .title-area h3 {
  font-size: 1.125rem;
  color: #4f609b;
  font-weight: 700;
}
.table-view.answer .title-area h3 i {
  margin-right: 0.625rem;
}

.guide-container {
  padding: 0 16px;
}
.guide-container__title {
  padding: 10px 0;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

.giude-contents h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.giude-contents + .giude-contents {
  margin-top: 30px;
}

.guide-view {
  padding: 16px;
  border: solid 1px #eee;
  border-radius: 10px;
}

.dash {
  display: block;
  height: 1px;
  border: none;
  margin: 15px 0;
  background-color: #fff;
  background-image: repeating-linear-gradient(to right, #111, #111 1px, #fff 1px, #fff 4px);
}

.tab-wrap {
  display: flex;
  flex-direction: column;
}
.tab-wrap .tabs {
  display: flex;
  gap: 0.625rem;
  overflow-x: auto;
}
@media screen and (max-width: 500px) {
  .tab-wrap .tabs {
    gap: 0.2857142857rem;
  }
}
.tab-wrap .tabs .tab-btn {
  flex: 1;
  min-width: 7.5rem;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-radius: 3.125rem;
  font-size: 1.125rem;
  color: #636466;
  font-weight: 400;
  padding: 1.3125rem 0;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.tab-wrap .tabs .tab-btn.is-active {
  background-color: #4f609b;
  font-weight: 700;
  color: #ffffff;
  border-color: #4f609b;
}
.tab-wrap .tabs .tab-btn:not(.is-active):hover {
  background-color: #f4f5f6;
  color: #636466;
}
@media screen and (max-width: 500px) {
  .tab-wrap .tabs .tab-btn {
    padding: 0.7142857143rem;
    min-width: 6.0714285714rem;
    height: 2.8571428571rem;
    font-size: 0.9285714286rem;
    border-radius: 0.5714285714rem;
    word-break: auto-phrase;
  }
}
@media screen and (max-width: 767px) {
  .tab-wrap .tabs {
    overflow-x: auto;
  }
}
.tab-wrap .tab-panels {
  display: flex;
  padding-top: 2.5rem;
}
@media screen and (max-width: 500px) {
  .tab-wrap .tab-panels {
    padding-top: 1.7142857143rem;
  }
}
.tab-wrap .tab-panels .tab-panel {
  width: 100%;
  flex: 1;
  position: relative;
  isolation: isolate;
}
.tab-wrap .tab-panels .tab-panel table {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.tab-wrap.radius > .tabs {
  gap: 0;
}
.tab-wrap.radius > .tabs > .tab-btn {
  border-radius: 0.75rem 0.75rem 0 0;
  min-width: 0;
  border-bottom: 1px solid #4f609b;
}

.subtab-wrap {
  display: flex;
  flex-direction: column;
}
.subtab-wrap .sub-tabs {
  display: flex;
  gap: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .subtab-wrap .sub-tabs {
    gap: 0.7142857143rem;
  }
}
@media screen and (max-width: 767px) {
  .subtab-wrap .sub-tabs {
    overflow-x: auto;
  }
}
.subtab-wrap .sub-tabs .subtab-btn {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 1rem;
  font-size: 1.125rem;
  color: #636466;
  font-weight: 500;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 3.75rem;
  transition: color 0.2s ease;
}
.subtab-wrap .sub-tabs .subtab-btn + .subtab-btn::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.25rem;
  background-color: #e8e8e8;
  left: -0.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .subtab-wrap .sub-tabs .subtab-btn + .subtab-btn::after {
    left: -0.3125rem;
  }
}
.subtab-wrap .sub-tabs .subtab-btn.is-active {
  position: relative;
  font-size: 1.125rem;
  color: #4f609b;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .subtab-wrap .sub-tabs .subtab-btn.is-active {
    font-size: 1rem;
  }
}
.subtab-wrap .sub-tabs .subtab-btn:not(.is-active):hover {
  color: #4f609b;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .subtab-wrap .sub-tabs .subtab-btn {
    padding: 0.7142857143rem;
    height: 2.8571428571rem;
    font-size: 1rem;
  }
}
.subtab-wrap .subtab-panels {
  display: flex;
  padding-top: 2.5rem;
}
@media screen and (max-width: 500px) {
  .subtab-wrap .subtab-panels {
    padding-top: 1.7142857143rem;
  }
}
.subtab-wrap .subtab-panels .subtab-panel {
  width: 100%;
  flex: 1;
}

.main-tab-wrap .tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e8e8e8;
}
.main-tab-wrap .tab-header .tab-title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
.main-tab-wrap .tab-header .tabs {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap .tab-header .tabs {
    gap: 0.7142857143rem;
  }
}
.main-tab-wrap .tab-header .tabs .tab-btn {
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  color: #636466;
  padding-left: 0.9375rem;
  transform: all 0.3 ease;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap .tab-header .tabs .tab-btn {
    font-size: 1rem;
  }
}
.main-tab-wrap .tab-header .tabs .tab-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #4f609b;
  width: 5px;
  height: 5px;
  border-radius: 999px;
}
.main-tab-wrap .tab-header .tabs .tab-btn.is-active {
  color: #4f609b;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 0;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap .tab-header .tabs .tab-btn.is-active {
    font-size: 1.1428571429rem;
  }
}
.main-tab-wrap .tab-header .tabs .tab-btn.is-active::after {
  display: none;
}
.main-tab-wrap .tab-header .tabs .tab-btn.is-active::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  background-color: #4f609b;
  width: 100%;
  height: 4px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap .tab-header .tabs .tab-btn.is-active::before {
    bottom: -0.7142857143rem;
  }
}
.main-tab-wrap .tab-header .tabs .tab-btn:hover {
  color: #4f609b;
}
.main-tab-wrap .tab-header .add-btn {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #939598;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-tab-wrap .tab-header .add-btn:hover i {
  transform: rotate(90deg);
}
.main-tab-wrap .tab-header .add-btn i {
  transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap .tab-header .add-btn {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
}
.main-tab-wrap .tab-panels {
  width: 859px;
}
@media screen and (max-width: 1200px) {
  .main-tab-wrap .tab-panels {
    width: 100%;
  }
}
.main-tab-wrap .tab-panels .tab-panel {
  padding-top: 1.875rem;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap .tab-panels .tab-panel {
    padding-top: 1.4285714286rem;
  }
}
.main-tab-wrap.round .tab-header {
  border-bottom: none;
  padding-bottom: 0;
}
.main-tab-wrap.round .tab-header .tabs {
  display: flex;
  gap: 0;
  background-color: #dfe4f6;
  border-radius: 3.125rem;
}
.main-tab-wrap.round .tab-header .tabs .tab-btn {
  position: relative;
  font-size: 1.25rem;
  color: #231f20;
  font-weight: 700;
  background-color: #dfe4f6;
  display: flex;
  align-items: center;
  padding: 0 1.875rem;
  border-radius: 3.125rem;
  height: 4.375rem;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap.round .tab-header .tabs .tab-btn {
    height: 2.8571428571rem;
    font-size: 1.1428571429rem;
  }
}
.main-tab-wrap.round .tab-header .tabs .tab-btn:nth-of-type(2) {
  padding-left: 0.9375rem;
}
.main-tab-wrap.round .tab-header .tabs .tab-btn::after {
  display: none;
}
.main-tab-wrap.round .tab-header .tabs .tab-btn.is-active {
  background-color: #4f609b;
  color: #ffffff;
  padding-left: 1.875rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap.round .tab-header .tabs .tab-btn.is-active {
    font-size: 1.1428571429rem;
  }
}
i .main-tab-wrap.round .tab-header .tabs .tab-btn.is-active::after {
  display: none;
}
.main-tab-wrap.round .tab-header .tabs .tab-btn.is-active::before {
  display: none;
}
.main-tab-wrap.round .tab-panels .tab-panel {
  padding-top: 1.875rem;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap.round .tab-panels .tab-panel {
    padding-top: 1.4285714286rem;
  }
}
.main-tab-wrap.round .tab-panels .tab-panel .content-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .main-tab-wrap.round .tab-panels .tab-panel .content-list {
    grid-template-columns: 1fr !important;
    gap: 1.875rem;
  }
}
.main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item:hover {
  transform: translateY(-10px);
}
.main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item a {
  display: flex;
  flex-direction: column;
}
.main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item a .content-thumb {
  height: 15.625rem;
  aspect-ratio: 98/55;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item a .content-thumb {
    height: auto;
  }
}
.main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item a .content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item a .content-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6875rem 1.875rem;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item a .content-info {
    padding: 0.8571428571rem 1.4285714286rem;
  }
}
.main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item a .content-info .content-title {
  font-size: 1.125rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: normal !important;
}
@media screen and (max-width: 500px) {
  .main-tab-wrap.round .tab-panels .tab-panel .content-list .content-item a .content-info .content-title {
    font-size: 1rem;
  }
}

.main-media .main-tab-wrap .tab-panels {
  width: 100%;
}
.main-media .main-tab-wrap .tab-panels .tab-panel .content-list {
  grid-template-columns: repeat(3, 1fr);
}

.select-box {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-wrap: wrap; /* 2025-12-23 : 추가 */
  min-width: auto !important; /* 2025-12-23 : 추가 */
}
.select-box .select-btn {
  border: 1px solid #939598;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0 0.75rem;
  text-align: left;
  height: 3.25rem;
  position: relative;
}
.select-box .select-btn span {
  font-size: 1.125rem;
  font-weight: 600;
}
.select-box .select-btn::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  right: 0.75rem;
  background-image: url("/icons/ico-arrow-down.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s;
}
.select-box .select-btn.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.select-box.md .select-btn {
  height: 3.75rem;
  padding: 0 1rem;
}
.select-box.md .select-btn span {
  font-size: 1.25rem;
  font-weight: 500;
}
.select-box.sm .select-btn {
  height: 2.75rem;
  padding: 0 0.75rem;
}
.select-box.sm .select-btn span {
  font-size: 1rem;
  font-weight: 400;
}
.select-box .select-list {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #939598;
  border-radius: 0.5rem;
  z-index: 10;
  display: none;
  height: 9.375rem;
  overflow-y: auto;
}
.select-box .select-list::-webkit-scrollbar {
  width: 6px;
}
.select-box .select-list::-webkit-scrollbar-thumb {
  background-color: #939598;
  border-radius: 12px;
}
.select-box .select-list.is-open {
  display: block;
}
.select-box .select-list button,
.select-box .select-list a {
  display: flex;
  width: 100%;
  padding: 0.75rem 0.75rem;
  text-align: left;
}
.select-box .select-list button span,
.select-box .select-list a span {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
}
.select-box .select-list button:hover,
.select-box .select-list a:hover {
  background-color: #f4f5f6;
}
.select-box .select-list button:hover span,
.select-box .select-list a:hover span {
  font-weight: 600;
}

.acc-list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.acc-list .acc-box:first-child {
  border-top: 2px solid #4f609b;
}
.acc-list .acc-box .acc-label {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 999px;
  background-color: #4f609b;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.acc-list .acc-box .acc-head .acc-btn {
  width: 100%;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  border-bottom: 1px solid #c7c8ca;
}
@media screen and (max-width: 767px) {
  .acc-list .acc-box .acc-head .acc-btn {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.acc-list .acc-box .acc-head .acc-btn .acc-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.acc-list .acc-box .acc-head .acc-btn::after {
  position: absolute;
  content: "";
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-image: url("/icons/ico-arrow-down02.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .acc-list .acc-box .acc-head .acc-btn::after {
    right: 1rem;
    width: 1rem;
    height: 1rem;
  }
}
.acc-list .acc-box .acc-head .acc-btn.is-open {
  border-bottom: 1px solid #4f609b;
}
.acc-list .acc-box .acc-head .acc-btn.is-open::after {
  transform: rotate(180deg);
}
.acc-list .acc-box .acc-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  will-change: max-height;
}
.acc-list .acc-box .acc-panel .acc-body {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
  padding: 1.25rem;
  background-color: #f2f5ff;
}
.acc-list .acc-box .acc-panel .acc-body .acc-label {
  align-self: baseline;
  background-color: #9a6292;
}
.acc-list.round .acc-box:first-child {
  border: none;
}
.acc-list.round .acc-box .acc-head {
  position: relative;
}
.acc-list.round .acc-box .acc-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  border-left: 1px solid #c7c8ca;
  border-right: 1px solid #c7c8ca;
  border-radius: 1rem 1rem 0 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.acc-list.round .acc-box .acc-head:has(.acc-btn.is-open)::after {
  background-color: #fafbfd;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  opacity: 1;
}
.acc-list.round .acc-box .acc-head .acc-btn {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border: 1px solid #c7c8ca;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .acc-list.round .acc-box .acc-head .acc-btn {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.acc-list.round .acc-box .acc-head .acc-btn .acc-title {
  font-size: 1.25rem;
  color: #4f609b;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 500px) {
  .acc-list.round .acc-box .acc-head .acc-btn .acc-title {
    font-size: 1.0714285714rem;
  }
}
.acc-list.round .acc-box .acc-head .acc-btn::after {
  position: absolute;
  content: "";
  right: 0rem;
  width: 4.875rem;
  height: 4.75rem;
  background-image: url("/icons/ico-arrow-bold01.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #f4f5f6;
  border-left: 1px solid #c7c8ca;
  transition: none;
}
.acc-list.round .acc-box .acc-head .acc-btn.is-open {
  border-color: #6d84d0;
}
.acc-list.round .acc-box .acc-head .acc-btn.is-open::after {
  background-image: url("/icons/ico-arrow-bold02.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #6d84d0;
  border-left: 1px solid #6d84d0;
}
.acc-list.round .acc-box .acc-panel .acc-body {
  padding: 1.875rem;
  background-color: #fafbfd;
  border-radius: 0 0 1.5rem 1.5rem;
  border: 1px solid #e8e8e8;
  border-top: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: initial;
  overflow-x: auto;
}
.acc-list.round .acc-box .acc-panel .acc-body p {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.acc-list.round .acc-box .acc-panel .acc-body h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.acc-list.round .acc-box .acc-panel .acc-body h4 span {
  font-weight: 400;
}
.acc-list.round .acc-box .acc-panel .acc-body .notice-text {
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
}
.acc-list.round .acc-box + .acc-box {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .main-layout #header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    border-bottom: none;
  }
}
@media screen and (max-width: 500px) {
  .main-layout #header {
    height: 3.7142857143rem;
  }
}
@media screen and (max-width: 767px) {
  .main-layout #header .btn-gnb-toggle i {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(321deg) brightness(104%) contrast(104%);
  }
}
@media screen and (max-width: 767px) {
  .main-layout #header .logo a {
    display: none;
  }
}
.main-layout #header .logo a.mobile-logo {
  display: none;
  width: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .main-layout #header .logo a.mobile-logo {
    display: block;
  }
}

#main-content {
  flex: 1;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 7.5rem;
}
#main-content * {
  font-family: inherit !important;
}
#main-content {
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#main-content .main-visual {
  width: 100%;
  min-height: 28.125rem;
  background-image: url("/images/main/main-visual.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.0625rem 0 11.4375rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-visual {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: calc(var(--vh, 1vh) * 100);
    background-size: cover;
    background-position: center 30%;
    padding: 6.5714285714rem 0 0;
    background-image: url("/images/main/m-main-visual.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#main-content .main-visual .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #main-content .main-visual .inner {
    padding: 0 1.875rem;
    margin: inherit;
  }
}
@media screen and (max-width: 500px) {
  #main-content .main-visual .inner {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
#main-content .main-visual .inner .main-title span {
  font-size: 2.375rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  #main-content .main-visual .inner .main-title span {
    font-size: 1.4285714286rem;
    line-height: 1.2;
  }
}
#main-content .main-visual .inner .main-title strong {
  display: block;
  margin-top: 1.25rem;
  font-size: 3.125rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  #main-content .main-visual .inner .main-title strong {
    font-size: 2.2857142857rem;
    line-height: 1.2;
  }
}
@keyframes scroll-bounce {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -14px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
#main-content .main-visual .inner .scroll-down {
  display: none;
  animation: scroll-bounce 1s ease-in-out infinite;
}
@media screen and (max-width: 500px) {
  #main-content .main-visual .inner .scroll-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 220px;
    left: 50%;
    transform: translateX(-50%);
    will-change: transform;
  }
  #main-content .main-visual .inner .scroll-down span {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 400;
  }
}
@media (prefers-reduced-motion: reduce) {
  #main-content .main-visual .inner .scroll-down {
    animation: none !important;
  }
}
#main-content .main-visual .inner .mobile-bottom-panel {
  display: none;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
@media screen and (max-width: 500px) {
  #main-content .main-visual .inner .mobile-bottom-panel {
    display: block;
    margin-inline: -1.875rem;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-quickmenu {
  background-color: #ffffff;
  padding: 1.5rem 1.25rem;
  border-radius: 1.5rem 1.5rem 0 0;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-quickmenu ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-quickmenu ul li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.6875rem;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-quickmenu ul li > a span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-quickmenu ul li > a i {
  position: relative;
  background-color: #dfe4f6;
  width: 3.5625rem;
  height: 3.5625rem;
  border-radius: 999px;
  /*&::after {

    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }*/
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-quickmenu ul li > a i img {
  max-width: 2.1875rem;
  max-height: 2.1875rem;
  width: 2.1875rem;
  height: 2.1875rem;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-banner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-banner ul li {
  padding: 0.5714285714rem 1.4285714286rem;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-banner ul li:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("/images/main/banner-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-banner ul li:first-child span {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-banner ul li:first-child strong {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4285714286rem;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-banner ul li:last-child {
  background-color: #4f76f4;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-banner ul li:last-child > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-banner ul li:last-child > a span {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2857142857rem;
}
#main-content .main-visual .inner .mobile-bottom-panel .mobile-banner ul li:last-child > a .link-text {
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8571428571rem;
}
#main-content .main-card {
  margin-top: -5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-card {
    margin-top: 3.125rem;
    padding-bottom: 2.8571428571rem;
  }
}
#main-content .main-card .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #main-content .main-card .inner {
    padding: 0 1.875rem;
    margin: inherit;
  }
}
@media screen and (max-width: 500px) {
  #main-content .main-card .inner {
    padding: 0 1.4285714286rem;
  }
}
#main-content .main-card .main-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1200px) {
  #main-content .main-card .main-card-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap {
    gap: 2.8571428571rem;
  }
}
#main-content .main-card .main-card-wrap .station-card {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card {
    border-radius: 1.4285714286rem;
  }
}
#main-content .main-card .main-card-wrap .station-card:nth-of-type(2) .station-list {
  left: 50%;
}
#main-content .main-card .main-card-wrap .station-card .station-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4f609b;
  padding: 1.25rem 2.5rem;
  height: 5rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-head {
    padding: 0.8571428571rem 1.4285714286rem;
    height: 3.5714285714rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-head .station-title {
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-head .station-title {
    font-size: 1.2857142857rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-head .station-link {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-content .main-card .main-card-wrap .station-card .station-head .station-link i {
  transition: all 0.3s ease;
}
#main-content .main-card .main-card-wrap .station-card .station-head .station-link i {
  filter: brightness(0) saturate(100%) invert(31%) sepia(23%) saturate(1087%) hue-rotate(201deg) brightness(94%) contrast(88%);
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-head .station-link {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-head .station-link:hover i {
  transform: rotate(90deg);
}
#main-content .main-card .main-card-wrap .station-card .station-body {
  background-color: rgb(255, 255, 255);
  padding: 1.875rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body {
    padding: 1.4285714286rem 1.1428571429rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-bar {
  position: relative;
  top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #9a6292;
  border-radius: 3.125rem;
  height: 3.125rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-bar {
    background-color: transparent;
    padding: 0;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-btn {
  position: relative;
  white-space: nowrap;
  min-width: 130px;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-btn {
    min-width: 0;
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-btn {
    display: none;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/icons/arrow.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-btn.prev {
  padding-left: 2.125rem;
  width: 6.25rem;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-btn.next {
  padding-right: 2.125rem;
  width: 6.25rem;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-btn.next::before {
  left: auto;
  right: 0;
  top: -3px;
  transform: rotate(180deg);
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-btn.empty::before {
  display: none;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-select {
  height: 4.8125rem;
  padding: 1rem 3.75rem 1rem 1rem;
  border-radius: 3.125rem;
  background-color: #ffffff;
  border: 5px solid #9a6292;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-select::after {
    position: absolute;
    content: "";
    width: 0.8125rem;
    height: 0.5625rem;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
    transition: transform 0.3s;
    background-image: url("/icons/arrow2.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-select.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-select {
    width: 100%;
    padding: 0.5714285714rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-select .station-select-value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #9a6292;
  font-size: 0.875rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  margin-right: 1rem;
  border-radius: 999px;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-select .station-select-value {
    margin-right: 0.7142857143rem;
    width: 2.5714285714rem;
    height: 2.5714285714rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-select .station-select-txt {
  position: relative;
  white-space: nowrap;
  font-size: 1.4375rem;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-select .station-select-txt {
    font-size: 1.2857142857rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-select .station-select-txt::after {
  position: absolute;
  content: "";
  width: 0.8125rem;
  height: 0.5625rem;
  top: 50%;
  right: -1.4375rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
  background-image: url("/icons/arrow2.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-select .station-select-txt::after {
    display: none;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-select.is-active {
  display: flex;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-select.is-active .station-select-txt::after {
  transform: translateY(-50%) rotate(180deg);
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box {
  position: relative;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list {
  display: none;
  position: absolute;
  top: 1.875rem;
  left: 51%;
  transform: translateX(-50%);
  width: 11.25rem;
  padding: 0.625rem 1rem;
  text-align: left;
  background: #ffffff;
  border: 3px solid #9a6292;
  border-radius: 0.625rem;
  z-index: 20;
  height: 10.625rem;
  overflow-y: auto;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list::-webkit-scrollbar {
  width: 6px;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list::-webkit-scrollbar-thumb {
  background-color: #9a6292;
  border-radius: 12px;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list {
    width: 100%;
    top: 2.1428571429rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list ul {
  width: 100%;
  top: 1.25rem;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list ul li + li {
  margin-top: 0.625rem;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list ul li a .station-value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #9a6292;
  font-size: 0.625rem;
  font-weight: 700;
  color: #ffffff;
  margin-right: 0.625rem;
  border-radius: 999px;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list ul li a .station-value {
    width: 2.5714285714rem;
    height: 2.5714285714rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list ul li a .station-text {
  font-size: 1.125rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list ul li a .station-text {
    font-size: 1.2857142857rem;
    font-weight: 500;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-body .station-box .station-list.is-active {
  display: flex;
}
#main-content .main-card .main-card-wrap .station-card .station-time {
  margin-top: 3.75rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-time {
    margin-top: 2.2857142857rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-time-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-time-table {
  display: flex;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tabs {
  display: flex;
  position: relative;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tabs::after {
  position: absolute;
  content: "";
  right: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 18px;
  background-color: #ddd;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tabs .station-tab-btn {
  position: relative;
  display: block;
  width: 50%;
  font-size: 1.125rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-time .station-tabs .station-tab-btn {
    font-size: 1rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tabs .station-tab-btn:last-child {
  position: relative;
  padding-left: 2.5rem;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tabs .station-tab-btn:last-child::before {
  left: 2rem;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tabs .station-tab-btn::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: calc(100% - 10px);
  background-color: #9a6292;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s ease;
  pointer-events: none;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.625rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul {
    padding-top: 0.75rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul li {
  display: flex;
  align-items: center;
  position: relative;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul li:nth-of-type(odd)::after {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #ddd;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul li:nth-of-type(even) {
  padding-left: 1.875rem;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul li .station-time-text {
  padding: 0 1.09375rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9a6292;
  border-radius: 1.25rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  margin-right: 0.625rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul li .station-time-text {
    height: 1.7142857143rem;
    font-size: 1rem;
    margin-right: 0.5714285714rem;
    padding: 0 0.8571428571rem;
  }
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul li.station-last .station-time-text {
  background-color: #c7c8ca;
}
#main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul li .station-time-value {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  #main-content .main-card .main-card-wrap .station-card .station-time .station-tab-panels ul li .station-time-value {
    font-size: 1rem;
  }
}
#main-content .main-quickmenu {
  background-color: #e5ebff;
  padding: 2.5rem 0;
}
@media screen and (max-width: 500px) {
  #main-content .main-quickmenu {
    display: none;
  }
}
#main-content .main-quickmenu .inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #main-content .main-quickmenu .inner {
    padding: 0 1.875rem;
    margin: inherit;
  }
}
#main-content .main-quickmenu .inner .main-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
#main-content .main-quickmenu .inner .main-title span {
  color: #4f609b;
}
#main-content .main-quickmenu .inner ul {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1200px) {
  #main-content .main-quickmenu .inner ul {
    grid-template-columns: repeat(3, 2fr);
  }
}
@media screen and (max-width: 767px) {
  #main-content .main-quickmenu .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#main-content .main-quickmenu .inner ul li a {
  border-radius: 1rem;
  background-color: #ffffff;
  padding: 1.25rem 0;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
#main-content .main-quickmenu .inner ul li a img {
  width: 5rem;
  height: 5rem;
}
#main-content .main-quickmenu .inner ul li a span {
  font-size: 1.125rem;
}
#main-content .main-quickmenu .inner ul li a:hover {
  transform: translateY(-10px);
}
#main-content .main-quickmenu .inner ul li a:active {
  transform: translateY(0);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.06);
}
#main-content .main-quickmenu-pannel {
  position: fixed;
  bottom: 50px;
  right: 0;
  transform: translateX(110%);
  background-color: #ffffff;
  border-radius: 1.875rem 0 0 1.875rem;
  border: 4px solid #4f609b;
  padding: 1.25rem 0.625rem;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  transition: none;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  #main-content .main-quickmenu-pannel {
    display: none;
  }
}
#main-content .main-quickmenu-pannel.is-open {
  transform: translateX(5%);
}
#main-content .main-quickmenu-pannel.is-open .main-quickmenu-toggle {
  left: -1.875rem;
  transition: left 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#main-content .main-quickmenu-pannel.is-open .main-quickmenu-toggle::before {
  transform: translateY(-50%) rotate(180deg);
}
#main-content .main-quickmenu-pannel.is-mounted {
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#main-content .main-quickmenu-pannel .main-quickmenu-toggle {
  position: absolute;
  top: 50%;
  left: -3.125rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4f609b;
  width: 1.875rem;
  height: 6.25rem;
  border-radius: 0.5rem 0 0 0.5rem;
  transition: left 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#main-content .main-quickmenu-pannel .main-quickmenu-toggle::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/icons/arrow.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
}
#main-content .main-quickmenu-pannel .main-quickmenu-title {
  font-size: 1.25rem;
  color: #4f609b;
  font-weight: 600;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#main-content .main-quickmenu-pannel .main-quickmenu-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
}
#main-content .main-quickmenu-pannel .main-quickmenu-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#main-content .main-quickmenu-pannel .main-quickmenu-list li a span {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
}
#main-content .main-quickmenu-pannel .main-quickmenu-list li a i {
  position: relative;
  background-color: #dfe4f6;
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
}
#main-content .main-quickmenu-pannel .main-quickmenu-list li a i::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#main-content .main-quickmenu-pannel .main-quickmenu-list li a i.ico-quick img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
}
#main-content .main-quickmenu-pannel .main-quickmenu-list li a i.ico-quick::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #main-content .main-quickmenu-pannel {
    display: none;
  }
}
#main-content .main-notice {
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  #main-content .main-notice {
    padding: 0;
  }
}
#main-content .main-notice .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #main-content .main-notice .inner {
    padding: 0 1.875rem;
    margin: inherit;
  }
}
@media screen and (max-width: 767px) {
  #main-content .main-notice .tab-title {
    display: none;
  }
}
#main-content .main-notice .main-notice-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1200px) {
  #main-content .main-notice .main-notice-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  #main-content .main-notice .main-notice-wrap {
    gap: 2.8571428571rem;
  }
}
#main-content .main-notice .main-notice-wrap .board-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  #main-content .main-notice .main-notice-wrap .board-list {
    grid-template-columns: 1fr;
  }
}
#main-content .main-notice .main-notice-wrap .board-list li {
  min-width: 0;
  width: 17.0625rem;
}
@media screen and (max-width: 1200px) {
  #main-content .main-notice .main-notice-wrap .board-list li {
    width: 100%;
  }
}
#main-content .main-notice .main-notice-wrap .board-list li .board-link {
  display: flex;
  flex-direction: column;
  padding: 1.875rem 1.875rem 1.25rem 1.875rem;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  box-shadow: 0 1.25rem 3.125rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#main-content .main-notice .main-notice-wrap .board-list li .board-link:hover {
  border: 1px solid #4f609b;
}
@media screen and (max-width: 500px) {
  #main-content .main-notice .main-notice-wrap .board-list li .board-link {
    padding: 1.4285714286rem;
  }
}
#main-content .main-notice .main-notice-wrap .board-list li .board-link .board-title {
  font-weight: 600;
  margin-bottom: 0.625rem;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: normal !important;
}
#main-content .main-notice .main-notice-wrap .board-list li .board-link .board-contents {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 6rem;
  font-size: 1rem;
  color: #939598;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 500px) {
  #main-content .main-notice .main-notice-wrap .board-list li .board-link .board-contents {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    max-height: 1.5em;
  }
}
#main-content .main-notice .main-notice-wrap .board-list li .board-link .board-date {
  padding-top: 0.5625rem;
  border-top: 1px solid #dee3e6;
  display: flex;
  align-items: center;
}
#main-content .main-notice .main-notice-wrap .board-list li .board-link .board-date i {
  margin-right: 0.25rem;
}
#main-content .main-notice .main-notice-wrap .board-list li .board-link .board-date span {
  font-size: 0.875rem;
  line-height: 1;
  color: #939598;
  font-weight: 400;
}
#main-content .main-notice .main-notice-wrap .main-banner-wrap {
  display: flex;
}
#main-content .main-notice .main-notice-wrap .main-banner-wrap img {
  width: 23.75rem;
}
@media screen and (max-width: 1200px) {
  #main-content .main-notice .main-notice-wrap .main-banner-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #main-content .main-banner {
    background: none;
    padding: 0;
  }
}
#main-content .main-banner .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #main-content .main-banner .inner {
    padding: 0 1.875rem;
    margin: inherit;
  }
}
#main-content .main-banner .main-banner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1200px) {
  #main-content .main-banner .main-banner-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  #main-content .main-banner .main-banner-list {
    display: none;
  }
}
#main-content .main-banner .main-banner-list li {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 1.875rem 2.5rem;
  background-color: #dfe4f6;
  border-radius: 0 1rem 0 1rem;
}
#main-content .main-banner .main-banner-list li .img {
  width: 6.5rem;
}
#main-content .main-banner .main-banner-list li .title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  white-space: nowrap;
}
#main-content .main-banner .main-banner-list li .title span {
  position: relative;
  top: 0;
  font-size: 2.1875rem;
  color: #4f609b;
}
#main-content .main-banner .main-banner-list li .desc {
  font-size: 1rem;
  color: #939598;
  font-weight: 400;
}
#main-content .main-banner .main-banner-list li.banner-link {
  background-color: #dff5ff;
}
#main-content .main-banner .main-banner-list li.banner-link a {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  background-color: #dff5ff;
}
#main-content .main-banner .main-banner-list li.banner-link a .img {
  width: 5.4375rem;
}
#main-content .main-banner .main-banner-list li.banner-link a .text {
  width: 75%;
}
#main-content .main-banner .main-banner-list li.banner-link a .btn {
  display: flex;
  gap: 0.125rem;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #939598;
  font-weight: 600;
}
#main-content .main-banner .main-banner-list li.banner-link a .btn i {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) saturate(100%) invert(56%) sepia(3%) saturate(345%) hue-rotate(203deg) brightness(96%) contrast(89%);
}
#main-content .main-media {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  #main-content .main-media {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #main-content .main-media {
    padding-top: 2.8571428571rem;
  }
}
#main-content .main-media .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #main-content .main-media .inner {
    padding: 0 1.875rem;
    margin: inherit;
  }
}
@media screen and (max-width: 767px) {
  #main-content .main-media .tab-title {
    display: none;
  }
}

.btn-top {
  position: fixed;
  right: clamp(12.5rem, 2vw, 13.75rem);
  bottom: clamp(28.125rem, 2vw, 29.375rem);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  .btn-top {
    right: clamp(1.875rem, 2vw, 13.75rem);
    bottom: clamp(23.75rem, 2vw, 29.375rem);
  }
}
@media screen and (max-width: 500px) {
  .btn-top {
    display: none;
  }
}
.btn-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.main-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.main-popup .main-popup-content {
  position: relative;
  z-index: 1;
  max-width: 502px;
  margin: 3.75rem auto;
  text-align: center;
}
.main-popup .main-popup-content:focus {
  outline: none;
}
@media screen and (max-width: 500px) {
  .main-popup .main-popup-content {
    max-width: 100%;
    height: 100dvh;
    padding: 1.25rem;
    box-sizing: border-box;
    margin: 0;
  }
}
.main-popup .main-popup-content[aria-hidden=true] {
  display: none;
}
.main-popup .main-popup-content.is-open {
  display: block;
}
.main-popup .main-popup-content .main-popup-conts {
  background-color: #ffffff;
  border-radius: 1rem;
  width: 502px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main-popup .main-popup-content .main-popup-conts .swiper-wrapper {
  align-items: center;
}
.main-popup .main-popup-content .main-popup-conts .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .main-popup .main-popup-content .main-popup-conts {
    width: 100%;
    height: calc(100% - 90px);
  }
}
.main-popup .main-popup-content .swiper-ctrl-wrap {
  display: inline-flex;
  justify-content: center;
  position: relative;
  gap: 0.625rem;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0.1875rem 0.625rem 0.1875rem 1.25rem;
  margin-bottom: 0.625rem;
}
.main-popup .main-popup-content .swiper-ctrl-wrap .swiper-pagination {
  position: static;
  font-size: 1rem;
}
.main-popup .main-popup-content .swiper-ctrl-wrap .swiper-pagination .swiper-pagination-current {
  color: #4F609B;
  font-weight: 700;
}
.main-popup .main-popup-content .swiper-ctrl-wrap .swiper-ctrl {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
}
.main-popup .main-popup-content .swiper-ctrl-wrap .swiper-ctrl [class^=swiper-button-] {
  position: static;
  padding: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
}
.main-popup .main-popup-content .swiper-ctrl-wrap .swiper-ctrl .swiper-autoplay-toggle {
  position: absolute;
  padding: 0.125rem 0.25rem;
  top: 0.1875rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
}
.main-popup .main-popup-content .swiper-ctrl-wrap .swiper-button-prev::after, .main-popup .main-popup-content .swiper-ctrl-wrap .swiper-button-next::after {
  font-size: 0.625rem;
  font-weight: 900;
  color: #000000;
}
.main-popup .main-popup-content .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.main-popup .main-popup-content .main-popup-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.main-popup .main-popup-content .main-popup-bottom .checkbox-box {
  padding: 0.5rem 1.25rem;
  border: 1px solid #fafbfd;
  border-radius: 8px;
  background-color: #231F20;
}
.main-popup .main-popup-content .main-popup-bottom .checkbox-box .checkbox-input {
  border: 1px solid #ffffff;
  border-radius: 1.25rem;
  padding: 0.5rem 1.25rem;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.main-popup .main-popup-content .main-popup-bottom .checkbox-box .checkbox-input:checked + .checkbox-label::after {
  background-image: url("/icons/ico-check06.svg");
}
.main-popup .main-popup-content .main-popup-bottom .checkbox-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
}
.main-popup .main-popup-content .main-popup-bottom .checkbox-label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.main-popup .main-popup-content .main-popup-bottom .checkbox-label::after {
  display: block;
  content: "";
  position: absolute;
  left: 0.0625rem;
  top: 0.3125rem;
  width: 1rem;
  height: 1rem;
  background: none;
  transition: transform 0.2s ease;
}
.main-popup .main-popup-content .main-popup-close {
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  padding: 0.5rem 1.25rem;
  color: #ffffff;
  font-size: 1rem;
  background-color: #231F20;
}

.main-popup-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* 바탕 스크롤 막기용 */
body.is-modal-open {
  overflow: hidden;
}

.page-meta .cont-box {
  margin-top: 2.5rem;
}
.page-meta .cont-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
}
.page-meta .cont-box .cont-list {
  border: 1px solid #e8e8e8;
  border-radius: 1rem;
  padding: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(18.75rem, 23.75rem));
  row-gap: clamp(0.75rem, 2.5vw, 1.25rem);
  column-gap: clamp(2.5rem, 5vw, 12.5rem);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-meta .cont-box .cont-list {
    grid-template-columns: 1fr;
  }
}
.page-meta .cont-box .cont-list li a {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
}
.page-meta .cont-box .cont-list li a img {
  width: 1.375rem;
  margin-top: 0.125rem;
}
.page-meta .cont-box .notice-text {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #6d84d0;
  font-weight: 600;
}
.page-meta .list-num h3 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-meta .list-num h3 img {
  width: 2.1875rem;
}
.page-meta .list-num .text {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.page-meta .list-num .text span {
  color: #f2303c;
}
.page-meta .list-num .text-num {
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
  margin-bottom: 1rem;
}
.page-meta .list-num + .list-num {
  margin-top: 2.5rem;
}
.page-meta .list-num .policy-list-box + .table-scroll {
  margin-top: 1rem;
}
.page-meta .terms-box {
  padding: 1.25rem 0.75rem;
  border: 1px solid #c7c8ca;
  border-radius: 0.5rem;
  height: 13.125rem;
  overflow-y: auto;
}
.page-meta .terms-box::-webkit-scrollbar {
  width: 6px;
}
.page-meta .terms-box::-webkit-scrollbar-thumb {
  background-color: #939598;
  border-radius: 12px;
}
.page-meta .radio-box {
  margin-top: 1.25rem;
}
.page-meta .radio-box + .form-section {
  margin-top: 2.5rem;
}
.page-meta .radio-box + h3 {
  margin-top: 2.5rem;
}
.page-meta .form-section {
  border-top: 2px solid #4f609b;
}
.page-meta .form-section + h3 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-meta .form-section {
    border-top: 1px solid #4f609b;
  }
}
.page-meta .form-section .form-row {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  border-bottom: 1px solid #c7c8ca;
}
@media screen and (max-width: 767px) {
  .page-meta .form-section .form-row {
    grid-template-columns: 1fr;
  }
}
.page-meta .form-section .form-label {
  padding: 1rem 1.25rem;
  background-color: #f2f5ff;
  text-align: left;
}
.page-meta .form-section .form-label label,
.page-meta .form-section .form-label span {
  font-weight: 700;
}
.page-meta .form-section .form-field {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.25rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .page-meta .form-section .form-field {
    min-height: 3.125rem;
    padding: 1.25rem;
  }
}
.page-meta .form-section .form-field * {
  min-width: 0;
}
.page-meta .form-section .form-field .input-box {
  width: 100%;
}
.page-meta .form-section .form-field .input-box input {
  border: 1px solid #c7c8ca;
}
.page-meta .form-section .form-field .select-box .select-btn {
  border: 1px solid #c7c8ca;
}
.page-meta .form-section .form-field .noti-text {
  position: relative;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
  padding-left: 0.625rem;
  min-width: 0;
  text-align: left;
}
.page-meta .form-section .form-field .noti-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #939598;
  border-radius: 999px;
}
.page-meta .form-section .form-field .noti-text span {
  color: #f2303c;
}
.page-meta .form-section .form-field #select-trigger-reason,
.page-meta .form-section .form-field #select-trigger-duration {
  width: 18.75rem;
}
.page-meta .form-section .form-field .email-box {
  display: flex;
  align-items: center;
}
.page-meta .form-section .form-field .email-box .input-box {
  width: clamp(8.75rem, 45vw, 12.5rem);
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .page-meta .form-section .form-field .email-box .input-box {
    width: 100%;
  }
}
.page-meta .form-section .form-field .email-box .input-box + span {
  margin: 0 0.625rem;
}
.page-meta .form-section .form-field .email-box .select-box {
  margin-left: 0.625rem;
  width: clamp(8.75rem, 45vw, 11.25rem);
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .page-meta .form-section .form-field .email-box .select-box {
    width: 100%;
  }
}
.page-meta .form-section .form-field .email-box .select-box .select-btn {
  border: 1px solid #c7c8ca;
}
.page-meta .form-section .form-field .email-box .select-box .select-list span {
  font-size: 1rem;
}
.page-meta .form-section .form-field textarea {
  width: 100%;
  min-height: 12.875rem;
  padding: 0.75rem;
  border: 1px solid #c7c8ca;
  border-radius: 0.5rem;
  resize: none;
}
.page-meta .form-section .form-field.file {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-meta .form-section .form-field.file {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.page-meta .form-section .form-field.file .btn-primary.xs {
  flex-shrink: 0;
}
.page-meta .form-section .form-field.file .btn-primary.xs i {
  filter: brightness(0) saturate(100%) invert(100%);
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}
.page-meta .form-section .form-field.file .btn-primary.xs:focus-visible {
  box-shadow: 0 0 0 4px rgba(26, 92, 255, 0.25);
}
.page-meta .form-section .form-field.file .noti-text {
  position: relative;
  margin-left: 0.75rem;
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
  padding-left: 0.625rem;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.page-meta .form-section .form-field.file .noti-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #939598;
  border-radius: 999px;
}
.page-meta .form-section .form-field.file .noti-text span {
  color: #f2303c;
}
.page-meta .form-section .form-field.file.has-text {
  display: flex;
  flex-direction: column;
}
.page-meta .form-section + .btn-wrap {
  margin-top: 2.5rem;
  justify-content: space-between;
  gap: 0.625rem;
}
.page-meta .line-box + .btn-wrap {
  justify-content: center;
  margin-bottom: 2.5rem;
}
.page-meta .line-box + .btn-wrap a {
  width: 18.75rem;
}
.page-meta .img-center {
  text-align: center;
}

.page-customer {
  /*
  .table-scroll {
    .table-wrap {

      @include mobile {
        width: 100%;
      } 2025-12-23 : 삭제
    }
  } */
}
.page-customer .text-list-box + h3 {
  margin-top: 2.5rem;
}
.page-customer .step-wrap.step-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.875rem;
}
@media screen and (max-width: 1200px) {
  .page-customer .step-wrap.step-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-customer .step-wrap.step-5 {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
.page-customer .step-wrap.step-5 .step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid #e8e8e8;
}
.page-customer .step-wrap.step-5 .step-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 5px solid #6d84d0;
  border-radius: 1rem;
  top: 0;
  z-index: -1;
}
.page-customer .step-wrap.step-5 .step-item::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("/icons/ico-arrow-circle.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .page-customer .step-wrap.step-5 .step-item::before {
    right: initial;
    bottom: -2.8125rem;
    transform: rotate(90deg);
  }
}
.page-customer .step-wrap.step-5 .step-item:last-child::before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .page-customer .step-wrap.step-5 .step-item:nth-of-type(even)::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-customer .step-wrap.step-5 .step-item:nth-of-type(even)::before {
    display: block;
  }
}
.page-customer .step-wrap.step-5 .step-item .step-image {
  width: 8.125rem;
  position: relative;
  padding-bottom: 1.25rem;
}
.page-customer .step-wrap.step-5 .step-item .step-image::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  left: -10px;
  bottom: 0;
  height: 0.125rem;
  background: repeating-linear-gradient(90deg, #e8e8e8 0 3px, transparent 3px 5px);
}
.page-customer .step-wrap.step-5 .step-item .step-title {
  display: block;
  position: relative;
  padding-top: 1.25rem;
  font-size: 1.125rem;
  color: #4f609b;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-customer .step-wrap.step-5 .step-item .step-title {
    font-size: 1.25rem;
  }
}
.page-customer .step-wrap.step-5 .step-item .step-desc {
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
  position: relative;
  padding-top: 1.25rem;
}
.page-customer .step-wrap.step-5 .step-item .step-desc::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  left: -10px;
  right: 0;
  top: 0;
  height: 0.125rem;
  background: repeating-linear-gradient(90deg, #e8e8e8 0 3px, transparent 3px 5px);
}
@media screen and (max-width: 1200px) {
  .page-customer .step-wrap.step-5 .step-item:nth-of-type(2) i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-customer .step-wrap.step-5 .step-item:nth-of-type(2) i {
    display: block;
  }
}
.page-customer .phone-auth-wrap {
  background-color: #f2f5ff;
  padding: 2.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-customer .phone-auth-wrap .title {
  font-size: 1.25rem;
  color: #4f609b;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 1.25rem;
}
.page-customer .phone-auth-wrap .desc {
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.page-customer .phone-auth-wrap .img {
  width: 12.5rem;
  margin-bottom: 2.5rem;
}
.page-customer .phone-auth-wrap .btn-wrap button {
  width: 18.75rem;
}
.page-customer .line-box + .btn-wrap {
  justify-content: center;
  margin-bottom: 2.5rem;
}
.page-customer .line-box + .btn-wrap a {
  width: 18.75rem;
}
.page-customer .terms-box {
  padding: 1.25rem 0.75rem;
  border: 1px solid #c7c8ca;
  border-radius: 0.5rem;
  height: 13.125rem;
  overflow-y: auto;
}
.page-customer .terms-box::-webkit-scrollbar {
  width: 6px;
}
.page-customer .terms-box::-webkit-scrollbar-thumb {
  background-color: #939598;
  border-radius: 12px;
}
.page-customer .radio-box {
  margin-top: 1.25rem;
}
.page-customer .radio-box + .form-section {
  margin-top: 2.5rem;
}
.page-customer .radio-box + h3 {
  margin-top: 2.5rem;
}
.page-customer .form-section {
  border-top: 2px solid #4f609b;
}
.page-customer .form-section + h3 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-customer .form-section {
    border-top: 1px solid #4f609b;
  }
}
.page-customer .form-section .form-row {
  display: grid;
  grid-template-columns: 8.125rem minmax(0, 1fr);
  border-bottom: 1px solid #c7c8ca;
}
@media screen and (max-width: 767px) {
  .page-customer .form-section .form-row {
    grid-template-columns: 1fr;
  }
}
.page-customer .form-section .form-row.double {
  grid-template-columns: 8.125rem minmax(0, 1fr) 8.125rem minmax(0, 1fr);
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .page-customer .form-section .form-row.double {
    grid-template-columns: 8.125rem minmax(0, 1fr);
  }
}
.page-customer .form-section .form-row.double .form-label,
.page-customer .form-section .form-row.double .form-field {
  border-bottom: 1px solid #c7c8ca;
}
.page-customer .form-section .form-row.double + .form-row:not(.double) {
  grid-template-columns: 8.125rem minmax(0, 1fr);
}
@media screen and (max-width: 767px) {
  .page-customer .form-section .form-row.double + .form-row:not(.double) {
    grid-template-columns: 8.125rem minmax(0, 1fr);
  }
}
.page-customer .form-section .form-row.period {
  grid-template-columns: 8.125rem minmax(0, 1fr) 13.9375rem;
  border-bottom: none;
}
@media screen and (max-width: 1400px) {
  .page-customer .form-section .form-row.period {
    grid-template-columns: 1fr;
  }
}
.page-customer .form-section .form-row.period .form-label,
.page-customer .form-section .form-row.period .form-field {
  border-bottom: 1px solid #c7c8ca;
}
.page-customer .form-section .form-row.period .input-box.date {
  width: initial;
}
.page-customer .form-section .form-row.period .form-field:last-child {
  border-left: 1px solid #c7c8ca;
}
@media screen and (max-width: 767px) {
  .page-customer .form-section .form-row.period .form-field:last-child {
    border-left: none;
  }
}
.page-customer .form-section .form-label {
  padding: 1rem 1.25rem;
  background-color: #f2f5ff;
  text-align: left;
}
.page-customer .form-section .form-label label,
.page-customer .form-section .form-label span {
  font-weight: 700;
}
.page-customer .form-section .form-field {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.25rem;
  min-width: 0;
}
@media screen and (max-width: 1400px) {
  .page-customer .form-section .form-field {
    display: block;
    min-height: 3.125rem;
    padding: 1.25rem;
  }
}
.page-customer .form-section .form-field * {
  min-width: 0;
}
.page-customer .form-section .form-field .input-box {
  width: 100%;
}
.page-customer .form-section .form-field .input-box input {
  border: 1px solid #c7c8ca;
}
.page-customer .form-section .form-field .select-box .select-btn {
  border: 1px solid #c7c8ca;
}
.page-customer .form-section .form-field .radio-box {
  margin-top: 0;
  gap: 0.625rem;
}
@media screen and (max-width: 1400px) {
  .page-customer .form-section .form-field .radio-box {
    justify-content: flex-start;
  }
}
.page-customer .form-section .form-field .radio-box .radio-item {
  white-space: nowrap;
}
.page-customer .form-section .form-field .radio-box .radio-item label {
  font-weight: 500;
}
.page-customer .form-section .form-field .email-box {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto auto 1fr;
}
.page-customer .form-section .form-field .email-box .input-box {
  width: clamp(8.75rem, 45vw, 12.5rem);
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .page-customer .form-section .form-field .email-box .input-box {
    width: 100%;
  }
}
.page-customer .form-section .form-field .email-box .input-box + span {
  margin: 0 0.625rem;
}
.page-customer .form-section .form-field .email-box .select-box {
  margin-left: 0.625rem;
  width: clamp(8.75rem, 45vw, 11.25rem);
  min-width: 0;
}
@media screen and (max-width: 500px) {
  .page-customer .form-section .form-field .email-box .select-box {
    width: 100%;
    grid-column: 1/-1;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}
.page-customer .form-section .form-field .email-box .select-box .select-btn {
  border: 1px solid #c7c8ca;
}
.page-customer .form-section .form-field .email-box .select-box .select-list span {
  font-size: 1rem;
}
.page-customer .form-section .form-field .multi-box {
  display: flex;
  align-items: center;
}
.page-customer .form-section .form-field .multi-box .input-box {
  width: clamp(8.75rem, 45vw, 12.5rem);
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .page-customer .form-section .form-field .multi-box .input-box {
    width: 100%;
  }
}
.page-customer .form-section .form-field .multi-box .input-box + span {
  margin: 0 0.625rem;
}
.page-customer .form-section .form-field textarea {
  width: 100%;
  min-height: 12.875rem;
  padding: 0.75rem;
  border: 1px solid #c7c8ca;
  border-radius: 0.5rem;
  resize: none;
}
.page-customer .form-section .form-field.file {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-customer .form-section .form-field.file {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.page-customer .form-section .form-field.file .btn-primary.xs {
  flex-shrink: 0;
}
.page-customer .form-section .form-field.file .btn-primary.xs i {
  filter: brightness(0) saturate(100%) invert(100%);
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}
.page-customer .form-section .form-field.file .btn-primary.xs:focus-visible {
  box-shadow: 0 0 0 4px rgba(26, 92, 255, 0.25);
}
.page-customer .form-section .form-field.file .noti-text {
  position: relative;
  margin-left: 0.75rem;
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
  padding-left: 0.625rem;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.page-customer .form-section .form-field.file .noti-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #939598;
  border-radius: 999px;
}
.page-customer .form-section .form-field.file .noti-text span {
  color: #f2303c;
}
.page-customer .form-section .form-field.file.has-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-customer .form-section .form-field.file.has-text .file-box {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-top: 0.75rem;
}
.page-customer .form-section .form-field.file:has(.file-area) {
  flex-direction: column;
  align-items: baseline;
}
.page-customer .form-section .form-field.file:has(.file-area) > div {
  display: flex;
  align-items: center;
}
.page-customer .form-section .form-field.file:has(.file-area) .file-area {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.4375rem 1.25rem;
  background-color: #fafbfd;
  border-radius: 1rem;
  border: 1px solid #e8e8e8;
}
.page-customer .form-section .form-field.file:has(.file-area) .file-area strong {
  position: relative;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 1.875rem;
}
@media screen and (max-width: 500px) {
  .page-customer .form-section .form-field.file:has(.file-area) .file-area strong {
    align-self: baseline;
  }
}
.page-customer .form-section .form-field.file:has(.file-area) .file-area ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}
.page-customer .form-section .form-field.file:has(.file-area) .file-area ul li .ico-modal-close {
  width: 1.25rem;
  height: 1.25rem;
  filter: invert(63%) sepia(7%) saturate(142%) hue-rotate(177deg) brightness(95%) contrast(81%);
  margin-right: 0.3125rem;
}
.page-customer .form-section .form-field.file:has(.file-area) .file-area ul li + li {
  margin-top: 0.5rem;
}
.page-customer .form-section .form-field.file .btn-wrap {
  min-width: auto;
}
.page-customer .form-section .form-field .time-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.page-customer .form-section .form-field .time-info .time-input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.625rem;
}
.page-customer .form-section .form-field .time-info .time-input span {
  font-size: 1rem;
  color: #636466;
  font-weight: 600;
}
.page-customer .form-section .form-field .time-info .time-input .input-box {
  width: 3.75rem;
  margin: 0 0.375rem;
}
.page-customer .form-section .form-field .time-info .desc {
  font-size: 1rem;
  color: #4f609b;
  font-weight: 600;
}
.page-customer .form-section .form-field:has(.fee-box) .input-box {
  width: auto !important;
}
.page-customer .form-section .form-field .fee-box {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.75rem;
  gap: 0.625rem;
}
.page-customer .form-section .form-field .fee-box .input-box {
  width: auto !important;
  gap: 0;
  flex: 0 0 auto;
}
.page-customer .form-section .form-field .fee-box input {
  width: 2.75rem;
  margin: 0 0.3125rem;
}
.page-customer .form-section + .btn-wrap {
  margin-top: 2.5rem;
  justify-content: space-between;
  gap: 0.625rem;
}
.page-customer .form-section.event .form-field .input-box,
.page-customer .form-section.event .form-field .select-box {
  width: clamp(6.25rem, 45vw, 15rem);
}
.page-customer .form-section.event .form-field .input-box .select-list,
.page-customer .form-section.event .form-field .select-box .select-list {
  height: 6.25rem;
}
.page-customer .form-section.event .form-field .select-wrap {
  display: flex;
  align-items: center;
}
.page-customer .form-section.event .form-field .select-wrap > span {
  margin: 0 0.75rem;
}
.page-customer .form-section.event .form-field .select-wrap > .select-box {
  width: 10rem;
}
.page-customer .form-section.event .form-field .select-wrap > .select-box .select-list {
  height: 9.375rem;
}
.page-customer .text-list-box + .table-wrap {
  margin-top: 0.75rem;
}
.page-customer .media-box ul {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-customer .media-box ul {
    grid-template-columns: 1fr;
  }
}
.page-customer .media-box ul li figure {
  aspect-ratio: auto;
}
.page-customer .media-box ul li figure img {
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .page-customer .media-box ul li figure img {
    height: auto;
  }
}
.page-customer .media-box ul li .title {
  text-align: center;
}
.page-customer .heading-sm:has(~ .terms-box) {
  margin-bottom: 1.25rem;
}
.page-customer .shot-auth-wrap {
  width: 57.75rem;
  margin: 0 auto;
  background-color: #f2f5ff;
  padding: 1.25rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .page-customer .shot-auth-wrap {
    width: 100%;
  }
}
.page-customer .shot-auth-wrap .title {
  font-size: 1.25rem;
  color: #4f609b;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 1.25rem;
}
.page-customer .shot-auth-wrap .desc {
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.page-customer .shot-auth-wrap .img {
  width: 8.4375rem;
  margin-bottom: 1.25rem;
}
.page-customer .shot-auth-wrap .btn-wrap button {
  width: 18.75rem;
}
.page-customer .workflow-wrap {
  background-color: #6d84d0;
  border-radius: 0.625rem;
  padding: 0.625rem 1.875rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-customer .workflow-wrap {
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.page-customer .workflow-wrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-customer .workflow-wrap li {
    flex: none;
  }
}
.page-customer .workflow-wrap li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 600;
  background-color: #ffffff;
  color: #6d84d0;
}
.page-customer .workflow-wrap li .txt {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .page-customer .workflow-wrap li .txt {
    font-size: 0.875rem;
    align-items: flex-start;
  }
}
.page-customer .workflow-wrap li:first-child {
  justify-content: flex-start;
}
.page-customer .workflow-wrap li + li {
  position: relative;
}
.page-customer .workflow-wrap li + li::after {
  content: "";
  position: absolute;
  --color: #fff;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 2.5rem;
  height: 2.5rem;
  left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .page-customer .workflow-wrap li + li::after {
    display: none;
  }
}

.page-information h3 ~ h3 {
  margin-top: 2.5rem;
}
.page-information .tabs[data-tab-level=sub] + .subtab-panels .subtab-panel {
  padding-top: 2.5rem;
}
.page-information .station-line-wrap {
  padding-bottom: 3.75rem;
}
.page-information .station-line-wrap .station-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 3.125rem;
  width: 100%;
  height: 1rem;
  border-radius: 2rem;
  background-color: #9a6292;
}
@media screen and (max-width: 500px) {
  .page-information .station-line-wrap .station-line {
    padding: 0 1.4285714286rem;
  }
}
.page-information .station-line-wrap .station-line .station-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  top: clamp(-0.9375rem, 1vw, -0.9375rem);
}
@media screen and (max-width: 500px) {
  .page-information .station-line-wrap .station-line .station-link {
    top: -0.7142857143rem;
  }
}
.page-information .station-line-wrap .station-line .station-link .circle {
  width: 2rem;
  height: 2rem;
  border: 0.375rem solid #9a6292;
  background-color: #ffffff;
  border-radius: 999px;
}
@media screen and (max-width: 500px) {
  .page-information .station-line-wrap .station-line .station-link .circle {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
}
.page-information .station-line-wrap .station-line .station-link .text {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-information .station-line-wrap .station-line .station-link.on {
  top: clamp(-0.9375rem, 1vw, -0.625rem);
}
.page-information .station-line-wrap .station-line .station-link.on .circle {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.5rem solid #9a6292;
}
@media screen and (max-width: 500px) {
  .page-information .station-line-wrap .station-line .station-link.on .circle {
    width: 2.1428571429rem;
    height: 2.1428571429rem;
  }
}
.page-information .station-line-wrap .station-line .station-link.on .text {
  font-size: 1.25rem;
  font-weight: 700;
}
.page-information .station-search {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f5f6;
  border-radius: 0.625rem;
  padding: 1.4375rem 0;
}
@media screen and (max-width: 500px) {
  .page-information .station-search {
    padding: 1.4285714286rem;
  }
}
.page-information .station-search-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .page-information .station-search-inner {
    gap: 1.25rem;
    justify-content: center;
  }
}
.page-information .station-search-inner .search-wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-information .station-search-inner .search-wrap .select-box {
    margin: 0;
    width: 15.625rem;
  }
}
.page-information .station-search .radio-tablist {
  display: flex;
  gap: 1.25rem;
}
.page-information .station-search .radio-tablist .radio-tabitem {
  position: relative;
  display: flex;
  align-items: center;
}
.page-information .station-search .radio-tablist .radio-tabitem label {
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-left: 2.375rem;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .page-information .station-search .radio-tablist .radio-tabitem label {
    font-size: 1.1428571429rem;
  }
}
.page-information .station-search .radio-tablist .radio-tabitem label::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  left: 0;
  top: 0;
  background-image: url("/icons/ico-check03.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .page-information .station-search .radio-tablist .radio-tabitem label::before {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
}
.page-information .station-search .radio-tablist .radio-tabitem input[type=radio]:checked + label {
  font-weight: 700;
}
.page-information .station-search .radio-tablist .radio-tabitem input[type=radio]:checked + label::before {
  background-image: url("/icons/ico-check04.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-information .station-search .station-search-tablist {
  display: flex;
  gap: 1.25rem;
}
.page-information .station-search .station-search-tablist .station-search-tab {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-left: 2.375rem;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .page-information .station-search .station-search-tablist .station-search-tab {
    font-size: 1.1428571429rem;
  }
}
.page-information .station-search .station-search-tablist .station-search-tab::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/icons/ico-check03.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .page-information .station-search .station-search-tablist .station-search-tab::before {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
}
.page-information .station-search .station-search-tablist .station-search-tab.is-active {
  font-weight: 700;
}
.page-information .station-search .station-search-tablist .station-search-tab.is-active::before {
  background-image: url("/icons/ico-check04.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-information .station-search .select-box {
  width: 12.75rem;
  margin-left: 1.25rem;
}
.page-information .station-slide-wrap {
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-information .station-slide-wrap * {
  font-family: inherit !important;
}
.page-information .station-slide-wrap {
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-information .station-slide-wrap .station-slide {
  width: 40.25rem;
}
.page-information .station-slide-wrap .station-slide .station-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #9a6292;
  border-radius: 3.125rem;
  height: 3.125rem;
  padding: 0 1.25rem;
}
.page-information .station-slide-wrap .station-slide .station-btn {
  position: absolute;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .page-information .station-slide-wrap .station-slide .station-btn {
    font-size: 0.9285714286rem;
    white-space: nowrap;
  }
}
.page-information .station-slide-wrap .station-slide .station-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/icons/arrow.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.page-information .station-slide-wrap .station-slide .station-btn.prev {
  padding-left: 2.125rem;
  left: 1.25rem;
}
.page-information .station-slide-wrap .station-slide .station-btn.next {
  padding-right: 2.125rem;
  right: 1.25rem;
}
.page-information .station-slide-wrap .station-slide .station-btn.next::before {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.page-information .station-slide-wrap .station-slide .station-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 4.8125rem;
  padding: 1rem 1.25rem;
  border-radius: 3.125rem;
  background-color: #ffffff;
  border: 5px solid #9a6292;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .page-information .station-slide-wrap .station-slide .station-text {
    width: 12.1428571429rem;
  }
}
.page-information .station-slide-wrap .station-slide .station-text .station-value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #9a6292;
  font-size: 0.875rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  margin-right: 1rem;
  border-radius: 999px;
}
.page-information .station-slide-wrap .station-slide .station-text .station-label {
  position: relative;
  font-size: 1.75rem;
  color: #231f20;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .page-information .station-slide-wrap .station-slide .station-text .station-label {
    font-size: 1.2857142857rem;
  }
}
.page-information .station-slide-wrap .station-slide .station-box {
  position: relative;
}
.page-information .station-slide-wrap .station-slide .station-box .station-list {
  display: none;
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5rem;
  padding: 0.625rem 1rem;
  text-align: left;
  background: #ffffff;
  border: 3px solid #9a6292;
  border-radius: 0.625rem;
  z-index: 20;
  height: 10.625rem;
  overflow-y: auto;
}
.page-information .station-slide-wrap .station-slide .station-box .station-list ul {
  top: 1.25rem;
}
.page-information .station-slide-wrap .station-slide .station-box .station-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-information .station-slide-wrap .station-slide .station-box .station-list ul li + li {
  margin-top: 0.625rem;
}
.page-information .station-slide-wrap .station-slide .station-box .station-list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.page-information .station-slide-wrap .station-slide .station-box .station-list ul li a .station-value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #9a6292;
  font-size: 0.625rem;
  font-weight: 700;
  color: #ffffff;
  margin-right: 0.625rem;
  border-radius: 999px;
}
.page-information .station-slide-wrap .station-slide .station-box .station-list.is-active {
  display: flex;
}
.page-information .station-slide-wrap .station-slide .station-name {
  margin-top: 1.875rem;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
.page-information .station-slide-wrap .station-slide .station-name span {
  position: relative;
  font-size: 1.25rem;
  color: #231f20;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .page-information .station-slide-wrap .station-slide .station-name span {
    font-size: 1rem;
  }
}
.page-information .station-slide-wrap .station-slide .station-name span + span {
  padding-left: 0.3125rem;
}
.page-information .station-slide-wrap .station-slide .station-name span + span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.25rem;
  background-color: #231f20;
}
@media screen and (max-width: 500px) {
  .page-information .tab-wrap .tabs .tab-btn {
    padding: 0.7142857143rem 0.3571428571rem;
    min-width: auto;
  }
}
.page-information .tab-wrap .tab-panel h3 {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 500px) {
  .page-information .tab-wrap .tab-panel h3 {
    margin-bottom: 1.4285714286rem;
  }
}
.page-information .tab-wrap .tab-panel .station-info-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .page-information .tab-wrap .tab-panel .station-info-box {
    grid-template-columns: repeat(1, 3fr);
    gap: 0.9375rem;
  }
}
.page-information .tab-wrap .tab-panel .station-info-box .info-item {
  position: relative;
  padding-left: 2.75rem;
}
.page-information .tab-wrap .tab-panel .station-info-box .info-item dt {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 500px) {
  .page-information .tab-wrap .tab-panel .station-info-box .info-item dt {
    font-size: 1.0714285714rem;
    margin-bottom: 0.4285714286rem;
  }
}
.page-information .tab-wrap .tab-panel .station-info-box .info-item dd {
  font-size: 1.125rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .page-information .tab-wrap .tab-panel .station-info-box .info-item dd {
    font-size: 1rem;
  }
}
.page-information .tab-wrap .tab-panel .station-info-box .info-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.page-information .tab-wrap .tab-panel .station-info-box .info-item.phone::before {
  background-image: url("/icons/ico-phone.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-information .tab-wrap .tab-panel .station-info-box .info-item.address::before {
  background-image: url("/icons/ico-address.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-information .tab-wrap .tab-panel .station-info-box .info-item.route::before {
  background-image: url("/icons/ico-route.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-information .tab-wrap .tab-panel .station-feature {
  margin-top: 0.625rem;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
.page-information .tab-wrap .tab-panel .station-info-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-information .tab-wrap .tab-panel .station-info-img {
    grid-template-columns: repeat(1, 3fr);
    gap: 0.9375rem;
  }
}
.page-information .tab-wrap .tab-panel .station-info-img .img-item {
  border: 0.625rem solid #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.page-information .tab-wrap .tab-panel .station-info-img .img-item img {
  border-radius: 1.25rem;
  height: 100%;
}
.page-information .tab-wrap .tab-panel .map-box {
  margin-bottom: 4.125rem;
}
.page-information .tab-wrap .tab-panel .map-box .map-image {
  border: 10px solid #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
}
.page-information .tab-wrap .tab-panel .map-box .map-image img {
  border-radius: 1.25rem;
}
.page-information .tab-wrap .tab-panel .info-list {
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-information .tab-wrap .tab-panel .info-list dl {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 500px) {
  .page-information .tab-wrap .tab-panel .info-list dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-information .tab-wrap .tab-panel .info-list dl dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.625rem;
  height: 2.375rem;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 400;
  background-color: #4f609b;
  border-radius: 0.625rem;
}
.page-information .tab-wrap .tab-panel .info-list dl dd {
  font-size: 1.125rem;
  color: #231f20;
  font-weight: 400;
}
.page-information .tab-wrap .tab-panel .info-list dl + dl {
  margin-top: 0.625rem;
}
.page-information .tab-wrap .tab-panel .escape-box {
  margin-bottom: 4.125rem;
}
.page-information .tab-wrap .tab-panel .escape-box .escape-image {
  border-radius: 1.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
}
.page-information .tab-wrap .tab-panel .escape-box .escape-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}
.page-information .tab-wrap .tab-panel .table-wrap.train-schedule {
  margin-top: 3.75rem;
}
.page-information .tab-wrap .tab-panel .table-wrap.train-schedule td .label {
  color: #4f609b;
  font-weight: 700;
}
.page-information .tab-wrap .tab-panel .table-wrap.train-schedule td .hour {
  color: #231f20;
}
.page-information .tab-wrap .tab-panel .table-wrap.train-schedule td span + span {
  margin-left: 0.3125rem;
}
.page-information .train-time-wrap {
  display: flex;
  gap: 3.75rem;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  .page-information .train-time-wrap {
    flex-direction: column;
  }
}
.page-information .train-time-wrap .train-time-box {
  flex: 1;
  position: relative;
}
.page-information .train-time-wrap .train-time-box .train-route {
  background-color: #9a6292;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  padding: 0.9375rem;
  box-shadow: 10px 10px 10px rgba(153, 98, 144, 0.1);
  text-align: center;
}
.page-information .train-time-wrap .train-time-box .train-map {
  position: relative;
}
.page-information .train-time-wrap .train-time-box .train-map .train-list-box {
  margin-top: 0.375rem;
  gap: 3.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 0;
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #c7c8ca;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.04);
  height: 28.75rem;
}
.page-information .train-time-wrap .train-time-box .train-map .train-list-box ul {
  width: 15.625rem;
}
@media screen and (max-width: 1200px) {
  .page-information .train-time-wrap .train-time-box .train-map .train-list-box ul {
    width: calc(100% - 21.875rem);
  }
}
@media screen and (max-width: 500px) {
  .page-information .train-time-wrap .train-time-box .train-map .train-list-box ul {
    width: calc(100% - 11.25rem);
  }
}
.page-information .train-time-wrap .train-time-box .train-map .train-list-box ul li {
  position: relative;
  font-size: 1.125rem;
  color: #636466;
  font-weight: 400;
}
.page-information .train-time-wrap .train-time-box .train-map .train-list-box ul li + li {
  margin-top: 2.125rem;
}
.page-information .train-time-wrap .train-time-box .train-map .train-list-box ul li .line {
  display: flex;
  height: 0.125rem;
  margin-top: 1.875rem;
  background: repeating-linear-gradient(90deg, #939598 0 3px, transparent 3px 5px);
}
.page-information .train-time-wrap .train-time-box .train-map .train-line {
  position: absolute;
  top: 0;
  width: 0.625rem;
  height: 100%;
  background-color: #9a6292;
}
.page-information .train-time-wrap .train-time-box .train-map .train-line.left {
  left: 6.5625rem;
}
@media screen and (max-width: 500px) {
  .page-information .train-time-wrap .train-time-box .train-map .train-line.left {
    left: 3.125rem;
  }
}
.page-information .train-time-wrap .train-time-box .train-map .train-line.right {
  right: 6.5625rem;
}
@media screen and (max-width: 500px) {
  .page-information .train-time-wrap .train-time-box .train-map .train-line.right {
    right: 3.125rem;
  }
}
.page-information .train-time-wrap .train-time-box .train-map .train-line.right::before {
  transform: translateX(-50%) rotate(180deg);
}
.page-information .train-time-wrap .train-time-box .train-map .train-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 100%;
  background: url("/images/information/subway-arrow.png") top center repeat-y;
  background-size: 100% 20%;
}
.page-information .train-time-wrap .train-time-box .train-map .train {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 3rem;
  height: 3rem;
  background-image: url("/images/information/subway-img.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3rem;
  z-index: 3;
  transition: top 0.3s ease;
}
.page-information .train-time-wrap .train-time-box.suseo .train-list-box ul li + li {
  margin-top: 3.5625rem;
}
.page-information .train-time-wrap .train-time-box.suseo .train-line.right::before {
  transform: translateX(-50%) rotate(180deg);
}
.page-information .train-time-wrap .train-time-box.suseo .train-line::before {
  height: 100%;
  background: url("/images/information/subway-arrow02.png") top center repeat-y;
  background-size: 100% 25%;
}
.page-information .step-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 1200px) {
  .page-information .step-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page-information .step-wrap {
    grid-template-columns: 1fr;
    gap: 4.375rem;
  }
}
.page-information .step-wrap .step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.875rem 0 1.25rem;
  border-radius: 1rem;
  border: 1px solid #e8e8e8;
}
.page-information .step-wrap .step-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 5px solid #6d84d0;
  border-radius: 1rem;
  top: 0;
  z-index: -1;
}
.page-information .step-wrap .step-item::before {
  content: "";
  position: absolute;
  right: -3.75rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("/icons/ico-arrow-circle.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 999px;
}
@media screen and (max-width: 1200px) {
  .page-information .step-wrap .step-item::before {
    right: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .page-information .step-wrap .step-item::before {
    right: initial;
    bottom: -3.4375rem;
    transform: rotate(90deg);
  }
}
.page-information .step-wrap .step-item:last-child::before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .page-information .step-wrap .step-item:nth-of-type(2)::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-information .step-wrap .step-item:nth-of-type(2)::before {
    display: block;
  }
}
.page-information .step-wrap .step-item .step-image {
  width: 8.125rem;
  margin-bottom: 1.25rem;
}
.page-information .step-wrap .step-item .step-title {
  font-size: 1.125rem;
  color: #4f609b;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-information .step-wrap .step-item .step-title {
    font-size: 1.25rem;
  }
}
.page-information .step-wrap .step-item .step-desc {
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
  position: relative;
  padding-top: 1.25rem;
}
.page-information .step-wrap .step-item .step-desc::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  left: -10px;
  right: 0;
  top: 0;
  height: 0.125rem;
  background: repeating-linear-gradient(90deg, #e8e8e8 0 3px, transparent 3px 5px);
}
@media screen and (max-width: 1200px) {
  .page-information .step-wrap .step-item:nth-of-type(2) i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-information .step-wrap .step-item:nth-of-type(2) i {
    display: block;
  }
}
.page-information .amenity-wrap {
  background-color: #f2f5ff;
  border-radius: 1rem;
  padding: 3.125rem 5rem;
}
@media screen and (max-width: 767px) {
  .page-information .amenity-wrap {
    padding: 1.25rem;
  }
}
.page-information .amenity-wrap .amenity-title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .page-information .amenity-wrap .amenity-title {
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
  }
}
.page-information .amenity-wrap .amenity-title strong {
  color: #4f609b;
}
.page-information .amenity-wrap .amenity-list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .page-information .amenity-wrap .amenity-list {
    gap: 1.5625rem;
  }
}
.page-information .amenity-wrap .amenity-list li {
  position: relative;
}
.page-information .amenity-wrap .amenity-list li .amenity-label {
  position: absolute;
  top: -1.875rem;
  left: 2.5rem;
  width: 20rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  line-height: 3.125rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .page-information .amenity-wrap .amenity-list li .amenity-label {
    display: none;
  }
}
.page-information .amenity-wrap .amenity-list li img {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .page-information .amenity-wrap .amenity-list li img {
    border-radius: 1.25rem;
  }
}
.page-information .amenity-prm-wrap {
  background-color: #f2f5ff;
  border-radius: 1rem;
  padding: 3.125rem 3.125rem 3.125rem 4.375rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-information .amenity-prm-wrap {
    padding: 1.25rem;
  }
}
.page-information .amenity-prm-wrap .amenity-prm-list {
  display: flex;
  flex-direction: column;
  gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .page-information .amenity-prm-wrap .amenity-prm-list {
    gap: 1.5625rem;
  }
}
.page-information .amenity-prm-wrap .amenity-prm-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  background-color: #ffffff;
  border-radius: 12.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0;
}
@media screen and (max-width: 1200px) {
  .page-information .amenity-prm-wrap .amenity-prm-list li {
    flex-direction: column;
    text-align: center;
    border-radius: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-information .amenity-prm-wrap .amenity-prm-list li {
    border-radius: 0.625rem;
    gap: 1.25rem;
  }
}
.page-information .amenity-prm-wrap .amenity-prm-list li div:first-child {
  width: 16.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .page-information .amenity-prm-wrap .amenity-prm-list li div:first-child {
    width: 31.25rem;
  }
}
@media screen and (max-width: 767px) {
  .page-information .amenity-prm-wrap .amenity-prm-list li div:first-child {
    width: 100%;
  }
}
.page-information .amenity-prm-wrap .amenity-prm-list li div:first-child img {
  border-radius: 1.25rem;
}
.page-information .amenity-prm-wrap .amenity-prm-list li .amenity-prm-label {
  font-size: 1.25rem;
  color: #4f609b;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0.05rem;
}
.page-information .amenity-prm-wrap .amenity-prm-list li .amenity-prm-desc {
  word-break: keep-all;
  padding-right: 1.25rem;
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .page-information .amenity-prm-wrap .amenity-prm-list li .amenity-prm-desc {
    padding-right: 0;
  }
}
.page-information .fc-photo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.page-information .fc-photo-list li {
  flex: 0 0 calc(24% - 0.625rem);
}
.page-information .fc-photo-list li .photo-box {
  padding: 0.625rem 0.625rem 0.8125rem;
  border: 1px solid #D6D7D9;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.07);
}
.page-information .fc-photo-list li .photo-box img {
  width: 100%;
}
.page-information .fc-photo-list li .photo-box span {
  display: block;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-information .fc-photo-list li {
    flex: 0 0 calc(50% - 0.625rem);
  }
}
.page-information .line-box.info {
  flex-wrap: wrap;
}
.page-information .heading-sm.lostproperty {
  font-size: 1.25rem !important;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #4f609b;
  margin-bottom: 0.75rem;
}
.page-information .lostproperty-step-wrap {
  background: #fafbfd;
  border-radius: 1.25rem;
  padding: 3.5rem 2.5rem 2.5rem;
}
.page-information .lostproperty-step-wrap .step-box .step-item {
  border-radius: 1rem;
  border: 1px solid #4f609b;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(79, 96, 155, 0.2);
  position: relative;
}
.page-information .lostproperty-step-wrap .step-box .step-item::after {
  position: absolute;
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/images/information/lostproperty-step-arrow.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-information .lostproperty-step-wrap .step-box .step-item + .step-item {
  margin-top: 3.625rem;
}
.page-information .lostproperty-step-wrap .step-box .step-item:last-child::after {
  display: none;
}
.page-information .lostproperty-step-wrap .step-box .step-item .step-num {
  position: absolute;
  top: -1rem;
  left: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4f609b;
  border-radius: 6.25rem;
  width: 12.5rem;
  font-weight: 700;
  padding: 0.25rem 0;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
}
.page-information .lostproperty-step-wrap .step-box .step-item .step-content {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding: 1.875rem 2.5rem 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-information .lostproperty-step-wrap .step-box .step-item .step-content {
    flex-direction: column;
    padding: 1.875rem 1.25rem;
  }
}
.page-information .lostproperty-step-wrap .step-box .step-item .step-content img {
  width: 6.3125rem;
}
.page-information .lostproperty-step-wrap .step-box .step-item .step-content .step-text {
  font-size: 1.125rem;
  color: #636466;
  font-weight: 400;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-information .lostproperty-step-wrap .step-box .step-item .step-content .step-text strong {
  font-size: 1.75rem;
  color: #6d84d0;
}
.page-information .lostproperty-wrap {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .page-information .lostproperty-wrap {
    padding: 2.5rem 1.875rem;
  }
}
.page-information .lostproperty-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f2f5ff;
  width: 100%;
  height: 50%;
  border-radius: 1rem 1rem 0 0;
  z-index: -1;
}
.page-information .lostproperty-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #4f609b;
  width: 100%;
  height: 50%;
  border-radius: 0 0 1rem 1rem;
  z-index: -1;
}
.page-information .lostproperty-wrap .lostproperty-img {
  width: 44.625rem;
}
@media screen and (max-width: 767px) {
  .page-information .lostproperty-wrap .lostproperty-img {
    width: 100%;
  }
}
.page-information .lostproperty-wrap .lostproperty-text {
  margin-top: 3.125rem;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-information .lostproperty-wrap .btn-wrap {
  margin-top: 1.25rem;
}
.page-information .lostproperty-wrap .btn-wrap span {
  margin-right: 0.25rem;
}
.page-information .certificate-wrap {
  margin-top: 2.5rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-information .certificate-wrap {
    padding: 1.25rem;
  }
}
.page-information .certificate-wrap .certificate-box {
  position: relative;
  border: 1px solid #c7c8ca;
  background-color: #ffffff;
  width: 43.75rem;
  padding: 0 3.125rem 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-information .certificate-wrap .certificate-box {
    width: 100%;
    padding: 0 1.25rem 1.25rem;
  }
}
.page-information .certificate-wrap .certificate-box::before {
  position: absolute;
  content: "";
  width: 43.75rem;
  height: 0.9375rem;
  left: 0;
  top: 0;
  background-image: url("/images/information/certificate-bg01.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-information .certificate-wrap .certificate-box h3 {
  margin-top: 6.9375rem;
  font-size: 2rem;
  font-weight: 700;
}
.page-information .certificate-wrap .certificate-box .certificate-message {
  margin-top: 3.125rem;
  font-size: 1.5rem;
  color: #636466;
  font-weight: 500;
}
.page-information .certificate-wrap .certificate-box .certificate-message span {
  color: #4f609b;
}
.page-information .certificate-wrap .certificate-box .certificate-date {
  margin-top: 6.25rem;
  font-size: 1.5rem;
  color: #636466;
  font-weight: 500;
}
.page-information .certificate-wrap .certificate-box .certificate-logo {
  margin-top: 6.25rem;
  width: 12.5rem;
}
.page-information .certificate-wrap .certificate-box .certificate-notice {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
  position: relative;
  margin-top: 4.0625rem;
  padding: 1.875rem;
  background-color: #f4f5f6;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
}
.page-information .certificate-wrap .certificate-box .certificate-notice .certificate-caution {
  color: #4f609b;
}
.page-information .certificate-wrap .certificate-box .certificate-notice::before {
  position: absolute;
  content: "";
  width: 44.25rem;
  height: 11.375rem;
  left: -3.125rem;
  top: -11.375rem;
  background-image: url("/images/information/certificate-bg02.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-information .certificate-wrap .btn-wrap {
  margin-top: 2.5rem;
}

.page-safety .safe-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 1200px) {
  .page-safety .safe-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .page-safety .safe-wrap {
    grid-template-columns: 1fr;
  }
}
.page-safety .safe-wrap .safe-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  width: 100%;
}
.page-safety .safe-wrap .safe-box:first-child .safe-box-circle {
  background-color: #dff5ff;
}
.page-safety .safe-wrap .safe-box:first-child .safe-box-circle .safe-box-title {
  color: #4f609b;
}
.page-safety .safe-wrap .safe-box:first-child .safe-box-circle .safe-box-list {
  color: #636466;
}
.page-safety .safe-wrap .safe-box-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 12.5rem;
  height: 12.5rem;
  background-color: #f4f5f6;
  border-radius: 999px;
}
.page-safety .safe-wrap .safe-box-circle .safe-box-title {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
.page-safety .safe-wrap .safe-box-list {
  width: 100%;
  padding: 1.875rem 1.5rem;
  border: 1px solid #c7c8ca;
  border-radius: 1.25rem;
  position: relative;
}
.page-safety .safe-wrap .safe-box-list::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -2.25rem;
  width: 1px;
  height: 2.25rem;
  background-color: #c7c8ca;
}
.page-safety .safe-wrap .safe-box-list li {
  position: relative;
  padding-left: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #939598;
  font-weight: 500;
}
.page-safety .safe-wrap .safe-box-list li + li {
  margin-top: 0.5rem;
}
.page-safety .safe-wrap .safe-box-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background-color: #939598;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .page-safety .img-box {
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
  }
  .page-safety .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
.page-safety .img-box {
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-safety .img-box {
    height: 12.5rem;
  }
}
.page-safety .img-box .img-box-label {
  position: absolute;
  left: clamp(3.75rem, 2vw, 5rem);
  top: clamp(3.75rem, 2vh, 5rem);
}
.page-safety .img-box .img-box-label .img-box-text {
  margin-top: 0.75rem;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 400;
}
.page-safety .img-box img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .page-safety .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page-safety .report-box {
  display: flex;
  gap: 2.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
}
.page-safety .report-box .report-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 1 50%;
  background-color: #f4f5f6;
  height: 18.375rem;
  padding: 4rem 0;
  border-radius: 0.5rem;
}
.page-safety .report-box .report-item-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 1.5rem;
}
.page-safety .report-box .report-item-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #636466;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .page-safety .report-box {
    flex-direction: column;
  }
}
.page-safety .tab-wrap .tabs .tab-btn.wide {
  flex: 1 1 7.5rem;
  max-width: 17.5rem;
}
@media screen and (max-width: 1200px) {
  .page-safety .tab-wrap .tabs .tab-btn.wide {
    min-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .page-safety .tab-wrap .tabs .tab-btn.wide {
    min-width: 40%;
  }
}
.page-safety .step-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  background-color: #f4f5f6;
  padding: 2.5rem 3.125rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .page-safety .step-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-safety .step-wrap {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
.page-safety .step-wrap .step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-safety .step-wrap .step-item .step-num {
  flex-shrink: 0;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  background-color: #6d84d0;
  border-radius: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 5.6875rem;
  height: 2.25rem;
  padding: 0 1rem;
  margin-bottom: 0.75rem;
}
.page-safety .step-wrap .step-item .step-image {
  width: 12.5rem;
  height: 12.5rem;
  margin-bottom: 1.5rem;
}
.page-safety .step-wrap .step-item .step-image img {
  height: 100%;
  object-fit: contain;
}
.page-safety .step-wrap .step-item .step-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-safety .step-wrap .step-item .step-desc {
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
}
.page-safety .step-wrap .step-item i {
  position: absolute;
  right: -1.875rem;
  top: 43%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-safety .step-wrap .step-item i {
    right: 47%;
    top: auto;
    bottom: -1.5rem;
    transform: rotate(90deg) translateX(50%);
  }
}
@media screen and (max-width: 1200px) {
  .page-safety .step-wrap .step-item:nth-of-type(2) i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-safety .step-wrap .step-item:nth-of-type(2) i {
    display: block;
  }
}
.page-safety .step-wrap.step-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .page-safety .step-wrap.step-3 .step-item:nth-of-type(2) i {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .page-safety .step-wrap.step-3 .step-item i {
    right: 48%;
    top: auto;
    bottom: -1.5rem;
    transform: rotate(90deg) translateX(50%);
  }
}
@media screen and (max-width: 1200px) {
  .page-safety .step-wrap.step-3 {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
.page-safety .step-wrap.step-6 {
  padding: 3.75rem 3.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  overflow: hidden;
}
.page-safety .step-wrap.step-6::before {
  position: absolute;
  content: "";
  width: 48.5625rem;
  height: 18.75rem;
  right: -10.625rem;
  bottom: -5.5rem;
  background-image: url("/images/safety/safe-bg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-safety .step-wrap.step-6 .step-item {
  background-color: #e5ebff;
  border: 1px solid #c7c8ca;
  padding: 2.5rem 0;
  width: 17.625rem;
  height: 13.875rem;
  position: relative;
}
.page-safety .step-wrap.step-6 .step-item .step-num {
  margin-bottom: 1.5rem;
}
.page-safety .step-wrap.step-6 .step-item i {
  position: absolute;
  top: 50%;
  right: -3rem;
}
.page-safety .step-wrap.step-6 .step-item:nth-of-type(3) i {
  display: none;
}
@media screen and (max-width: 1400px) {
  .page-safety .step-wrap.step-6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
    place-items: center;
  }
  .page-safety .step-wrap.step-6 .step-item:nth-of-type(2) i, .page-safety .step-wrap.step-6 .step-item:nth-of-type(4) i, .page-safety .step-wrap.step-6 .step-item:nth-of-type(6) i {
    display: none;
  }
  .page-safety .step-wrap.step-6 .step-item:nth-of-type(3) i {
    display: block;
  }
  .page-safety .step-wrap.step-6 .step-item i {
    right: -6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-safety .step-wrap.step-6 {
    grid-template-columns: 1fr;
    place-items: center;
    gap: 3.5rem;
  }
  .page-safety .step-wrap.step-6 .step-item:nth-of-type(2) i, .page-safety .step-wrap.step-6 .step-item:nth-of-type(4) i {
    display: block;
  }
  .page-safety .step-wrap.step-6 .step-item i {
    top: auto;
    bottom: -1.5rem;
    right: 45%;
    transform: rotate(90deg) translateX(50%);
  }
}
.page-safety .step-wrap.line .step-image {
  border: 1px solid #c7c8ca;
  border-radius: 999px;
}
.page-safety .img-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .page-safety .img-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-safety .img-card-list {
    grid-template-columns: 1fr;
  }
}
.page-safety .img-card-list .img-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.page-safety .img-card-list .img-card-item .card-text {
  position: absolute;
  left: 1.75rem;
  top: clamp(12.875rem, 20vh, 13.75rem);
}
.page-safety .img-card-list .img-card-item .card-text .card-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-safety .img-card-list .img-card-item .card-text .card-title::before {
  position: absolute;
  content: "";
  top: -1.875rem;
  width: 1.125rem;
  height: 2px;
  background-color: #ffffff;
}
.page-safety .img-card-list .img-card-item .card-text .card-desc {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  opacity: 0.8;
}
.page-safety .img-card-list .img-card-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  background-image: url("/images/safety/img-card-hover.png");
  background-position: center;
  background-size: 100%;
  background-repeat: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.page-safety .img-card-list .img-card-item:hover::before {
  opacity: 1;
}
.page-safety .train-intro {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.page-safety .train-intro-inner {
  position: relative;
  padding: 5rem 5rem 3.3125rem;
  background-color: #f2f5ff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .page-safety .train-intro-inner {
    padding: 2.5rem;
  }
}
.page-safety .train-intro-inner::before {
  position: absolute;
  content: "";
  width: 25.9375rem;
  height: 22.0625rem;
  top: -8.125rem;
  left: 11.1875rem;
  background-image: url("/images/safety/train-intro-bg.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-safety .train-intro-inner::after {
  position: absolute;
  content: "";
  width: 48.4375rem;
  height: 23.25rem;
  right: -6.25rem;
  bottom: 0;
  background-image: url("/images/safety/train.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-safety .train-intro-inner::after {
    display: none;
  }
}
.page-safety .train-intro-info {
  margin-bottom: 5rem;
}
.page-safety .train-intro-info strong {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-safety .train-intro-info div {
  margin-top: 0.75rem;
  width: 7.5rem;
}
.page-safety .train-intro-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.page-safety .train-intro-list li .label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.625rem;
  border-radius: 0.625rem;
  color: #ffffff;
  background-color: #9a6292;
  min-width: 4.75rem;
}
.page-safety .train-intro-list li + li {
  margin-top: 0.5rem;
}
.page-safety .train-feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .page-safety .train-feature {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .page-safety .train-feature {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-safety .train-feature li {
  background-color: #f4f5f6;
  border-radius: 1rem;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
}
.page-safety .train-feature li i {
  position: relative;
  margin-bottom: 2.5rem;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 1rem;
}
.page-safety .train-feature li i::after {
  position: absolute;
  content: "";
}
.page-safety .train-feature li .feature-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-safety .train-feature li .feature-desc {
  font-size: 1.125rem;
  color: #636466;
  font-weight: 500;
}
.page-safety .train-feature.facility {
  gap: 1.25rem;
}
.page-safety .train-feature.facility li {
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.page-safety .train-feature.facility li .desc {
  padding: 1.875rem 0 1.5rem 1.875rem;
  display: flex;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
.page-safety .train-feature.facility li .desc .num {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #6d84d0;
  border-radius: 999px;
  border: 1px solid #ffffff;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5625rem;
}
.page-safety .desc-list {
  margin-top: 1.25rem;
}
.page-safety .desc-list > li {
  position: relative;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.page-safety .desc-list > li > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #6d84d0;
  border-radius: 50%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
}
.page-safety .desc-list > li > p {
  font-size: 1.125rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 6px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .page-safety .desc-list > li > p {
    grid-template-columns: auto;
  }
}
.page-safety .desc-list > li > p strong {
  margin-right: 0.1875rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.page-safety .desc-list > li > p span {
  min-width: 0;
}
.page-safety .desc-text {
  font-size: 1.125rem;
  line-height: 1.5;
}
.page-safety .monitoring-wrap {
  position: relative;
  background-color: #f4f5f6;
  border-radius: 0.5rem;
  padding: 2.5rem 4.0625rem;
}
@media screen and (max-width: 1200px) {
  .page-safety .monitoring-wrap {
    padding: 1.25rem;
  }
}
.page-safety .monitoring-tit {
  display: block;
  width: 36.25rem;
  height: auto;
  position: absolute;
  top: 19.375rem;
  left: 50%;
  transform: translateX(-50%);
}
.page-safety .monitoring-tit img {
  width: 100%;
}
.page-safety .monitoring-tit span {
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .page-safety .monitoring-tit {
    position: static;
    transform: none;
    width: auto;
    text-align: center;
    margin-bottom: 1.875rem;
  }
  .page-safety .monitoring-tit span {
    display: inline-block;
    width: 12.5rem;
    visibility: visible;
    background-color: #6d84d0;
    border-radius: 0.625rem;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border: 0.3125rem solid #ffffff;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .page-safety .monitoring-tit span b {
    display: block;
    font-size: 1.25rem;
  }
  .page-safety .monitoring-tit img {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
.page-safety .monitoring-list {
  display: grid;
  gap: 1.875rem;
  justify-content: center;
}
.page-safety .monitoring-list li {
  background-color: #ffffff;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.page-safety .monitoring-list li b {
  display: block;
  background-color: #6d84d0;
  color: #ffffff;
  text-align: center;
  padding: 0.40625rem;
  font-size: 1.125rem;
}
.page-safety .monitoring-list li img {
  display: block;
  width: 100%;
  height: auto;
}
.page-safety .monitoring-list li p {
  background-color: #ffffff;
  text-align: center;
  padding: 0.5rem;
  height: 4rem;
}
.page-safety .monitoring-list.type01 {
  grid-template-columns: repeat(5, 170px);
}
@media screen and (max-width: 1200px) {
  .page-safety .monitoring-list.type01 {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}
.page-safety .monitoring-list.type01 li {
  width: 10.625rem;
  height: 15.75rem;
}
.page-safety .monitoring-list.type01 li:nth-child(6) {
  grid-row: 2;
  grid-column: 1;
}
.page-safety .monitoring-list.type01 li:nth-child(7) {
  grid-row: 2;
  grid-column: 5;
}
.page-safety .monitoring-list.type01 li:nth-child(n+8) {
  grid-row: 3;
}
@media screen and (max-width: 1200px) {
  .page-safety .monitoring-list.type01 li {
    grid-row: auto !important;
    grid-column: auto !important;
  }
}
@media screen and (max-width: 500px) {
  .page-safety .monitoring-list.type01 li {
    width: 80%;
    height: auto;
  }
  .page-safety .monitoring-list.type01 li p {
    height: auto;
  }
}
.page-safety .monitoring-list.type02 {
  grid-template-columns: repeat(4, 220px);
}
@media screen and (max-width: 1200px) {
  .page-safety .monitoring-list.type02 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
.page-safety .monitoring-list.type02 li {
  width: 13.75rem;
}
@media screen and (max-width: 1200px) {
  .page-safety .monitoring-list.type02 li {
    grid-row: auto !important;
    grid-column: auto !important;
  }
}
@media screen and (max-width: 500px) {
  .page-safety .monitoring-list.type02 li {
    width: 80%;
    height: auto;
  }
  .page-safety .monitoring-list.type02 li p {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .page-safety .monitoring-list {
    gap: 0.625rem;
    justify-items: center;
  }
}
@media screen and (max-width: 500px) {
  .page-safety .monitoring-list {
    grid-template-columns: 1fr;
  }
}
.page-safety .img-bg-box {
  background-color: #f4f5f6;
  padding: 4.0625rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-safety .img-bg-box {
    padding: 1.25rem;
  }
}

.page-intro .service-wrap {
  background-image: url("/images/intro/sg-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  padding-top: 5rem;
}
.page-intro .service-wrap .service-tit-sm {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 1.6875rem;
}
.page-intro .service-wrap .service-tit-sm::before {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1px;
  background-color: #ffffff;
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.page-intro .service-wrap .service-tit {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-intro .service-wrap .service-tit {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .service-wrap .service-tit {
    font-size: 1.5rem;
  }
}
.page-intro .service-wrap .service-box {
  margin-top: 9.4375rem;
}
.page-intro .service-wrap .service-box .service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 767px) {
  .page-intro .service-wrap .service-box .service-list {
    grid-template-columns: repeat(1, 4fr);
  }
}
.page-intro .service-wrap .service-box .service-list li {
  padding: 2rem 0;
  transition: background-color 0.3s ease;
}
.page-intro .service-wrap .service-box .service-list li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 767px) {
  .page-intro .service-wrap .service-box .service-list li + li {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
}
.page-intro .service-wrap .service-box .service-list li:hover {
  background-color: rgba(15, 45, 148, 0.7);
}
.page-intro .service-wrap .service-box .service-list li .service-content .service-title {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
.page-intro .service-wrap .service-box .service-list li .service-content .service-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.page-intro .ci-wrap .ci-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .page-intro .ci-wrap .ci-box-img {
    width: 14.2857142857rem;
  }
}
.page-intro .ci-wrap .ci-box-desc {
  margin-top: 1.5rem;
  text-align: center;
}
.page-intro .ci-wrap .ci-section {
  margin-top: 3.75rem;
}
.page-intro .ci-wrap .ci-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.5rem !important;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.page-intro .ci-wrap .ci-section-body .ci-imgs {
  display: flex;
  border: solid 1px #e8e8e8;
  border-radius: 1rem;
  padding: 2.0625rem 0;
}
.page-intro .ci-wrap .ci-section-body .ci-imgs > .ci-img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-intro .ci-wrap .ci-section-body .ci-imgs > .ci-img:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 6.25rem;
  background-color: #e8e8e8;
}
@media screen and (max-width: 500px) {
  .page-intro .ci-wrap .ci-section-body .ci-imgs > .ci-img img {
    padding: 1.4285714286rem;
  }
}
.page-intro .ci-wrap .ci-section + .text-box {
  margin-top: 2.5rem;
}
.page-intro .ci-wrap .ci-section + .text-box + .btn-wrap {
  margin-top: 2.5rem;
  justify-content: end;
}
.page-intro .ci-wrap .ci-section + .text-box + .btn-wrap button span {
  margin-right: 0.25rem;
}
.page-intro .management-wrap {
  padding: 0 3.125rem;
}
@media screen and (max-width: 1200px) {
  .page-intro .management-wrap {
    padding: 0;
  }
}
.page-intro .management-wrap .management-box {
  background-color: #f4f5f6;
  border-radius: 1.5rem;
  padding: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .page-intro .management-wrap .management-box {
    padding: 1.4285714286rem;
  }
}
.page-intro .management-wrap .management-box .management-inner {
  position: relative;
  padding: 5rem 5.625rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .page-intro .management-wrap .management-box .management-inner {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .management-wrap .management-box .management-inner {
    padding: 2.1428571429rem;
  }
}
.page-intro .management-wrap .management-box .management-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5.75rem;
  width: 19.6875rem;
  height: 2.75rem;
  background-color: #041495;
  transform: rotate(45deg);
}
@media screen and (max-width: 500px) {
  .page-intro .management-wrap .management-box .management-inner::after {
    display: none;
  }
}
.page-intro .management-wrap .management-box .management-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5.75rem;
  width: 19.6875rem;
  height: 2.75rem;
  background-color: #041495;
  transform: rotate(45deg);
}
@media screen and (max-width: 500px) {
  .page-intro .management-wrap .management-box .management-inner::before {
    display: none;
  }
}
.page-intro .management-wrap .management-box .title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .page-intro .management-wrap .management-box .title {
    font-size: 1.7857142857rem;
  }
}
.page-intro .management-wrap .management-box ol {
  margin-top: 3.125rem;
}
@media screen and (max-width: 500px) {
  .page-intro .management-wrap .management-box ol {
    margin-top: 1.7857142857rem;
  }
}
.page-intro .management-wrap .management-box ol li {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .page-intro .management-wrap .management-box ol li {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.page-intro .management-wrap .management-box ol li .label {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 62.4375rem;
  background-color: #4f609b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-intro .management-wrap .management-box ol li .text {
  position: relative;
  font-size: 1.125rem;
  color: #636466;
  font-weight: 500;
}
.page-intro .management-wrap .management-box ol li .text::before {
  position: absolute;
  content: "";
  left: -2.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1px;
  background-color: #4f609b;
}
@media screen and (max-width: 767px) {
  .page-intro .management-wrap .management-box ol li .text::before {
    display: none;
  }
}
.page-intro .management-wrap .management-box ol li:nth-child(even) .num {
  background-color: #6d84d0;
}
.page-intro .management-wrap .management-box ol li + li {
  margin-top: 2.25rem;
}
.page-intro .management-wrap .management-box .date {
  margin: 3.125rem;
  text-align: center;
  font-size: 1.5rem;
}
.page-intro .management-wrap .management-box .box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-intro .management-wrap .management-box .box div:first-child {
  width: 9.6875rem;
  margin-right: 3.125rem;
}
.page-intro .management-wrap .management-box .box div:last-child {
  width: 16.5rem;
}
.page-intro .management-wrap.gtx .management-box .management-inner::after, .page-intro .management-wrap.gtx .management-box .management-inner::before {
  background-color: #af1d2f;
}
.page-intro .management-wrap.gtx .management-box .management-inner .title {
  margin-bottom: 3.125rem;
}
.page-intro .management-wrap.gtx .management-box .management-inner .desc {
  padding: 1.875rem;
  border-radius: 0.5rem;
  background-color: #e9ecef;
  font-size: 1.125rem;
  color: #636466;
  font-weight: 500;
}
.page-intro .management-wrap.gtx .management-box ol {
  margin-top: 2.25rem;
}
.page-intro .management-wrap.gtx .management-box ol li:nth-of-type(odd) .label {
  background-color: #af1d2f;
}
.page-intro .management-wrap.gtx .management-box ol li:nth-of-type(even) .label {
  background-color: #64696f;
}
.page-intro .history-wrap .history-box {
  background-image: url("/images/intro/sg-img02.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  padding: 4.375rem 0;
}
.page-intro .history-wrap .history-tit-sm {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 1.6875rem;
}
.page-intro .history-wrap .history-tit-sm::before {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1px;
  background-color: #ffffff;
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.page-intro .history-wrap .history-tit {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-tit {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .history-wrap .history-tit {
    font-size: 1.5rem;
  }
}
.page-intro .history-wrap .history-list {
  margin-top: 2.5rem;
  position: relative;
  height: 42.5rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-list {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .history-wrap .history-list {
    padding: 0 1.875rem;
  }
}
.page-intro .history-wrap .history-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 17rem;
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-list::after {
    left: 8.125rem;
  }
}
.page-intro .history-wrap .history-list > li {
  display: grid;
  grid-template-columns: 15rem 1.25rem 1fr;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-list > li {
    grid-template-columns: 6.25rem 1.25rem 1fr;
  }
}
.page-intro .history-wrap .history-list > li:first-child {
  padding-top: 0.625rem;
}
.page-intro .history-wrap .history-list > li + li {
  padding-top: 6.8125rem;
}
.page-intro .history-wrap .history-list > li .dot {
  width: 1.1875rem;
  height: 1.1875rem;
  border: 4px solid #014195;
  border-radius: 999px;
  z-index: 1;
  background-color: #ffffff;
  box-sizing: border-box;
  grid-column: 2;
  justify-self: start;
  transform: translateX(-50%);
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-list > li .dot {
    grid-template-columns: repeat(3, 1fr);
    justify-self: center;
  }
}
.page-intro .history-wrap .history-list > li .left {
  position: relative;
}
.page-intro .history-wrap .history-list > li .left .year {
  font-size: 1.5rem;
  font-weight: 700;
}
.page-intro .history-wrap .history-list > li .right {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 5rem;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-list > li .right {
    flex-direction: column;
    padding-left: 0;
    align-items: flex-start;
  }
}
.page-intro .history-wrap .history-list > li .right .date {
  display: inline-block;
  width: 7.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
.page-intro .history-wrap .history-list > li .right .text {
  font-size: 1.125rem;
  color: #636466;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .page-intro .history-wrap .history-list > li .right .text {
    font-size: 1rem;
  }
}
.page-intro .history-wrap .history-list > li .right ul li {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-list > li .right ul li {
    flex-direction: column;
  }
}
.page-intro .history-wrap .history-list > li .right ul li + li {
  margin-top: 1.875rem;
}
.page-intro .location-wrap .location-info {
  position: relative;
  top: -7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3rem;
  background-color: #4f609b;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .page-intro .location-wrap .location-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .location-wrap .location-info {
    padding: 2.1428571429rem 1.7857142857rem;
  }
}
.page-intro .location-wrap .location-info .location-text strong {
  display: block;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 500px) {
  .page-intro .location-wrap .location-info .location-text strong {
    font-size: 1.4285714286rem;
  }
}
.page-intro .location-wrap .location-info .location-text p {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
}
.page-intro .location-wrap .location-info .location-text p span {
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-intro .location-wrap .location-info .btn-wrap {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.page-intro .location-wrap .location-info .btn-wrap a {
  width: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .page-intro .location-wrap .location-info .btn-wrap a {
    width: 100%;
  }
}
.page-intro .location-wrap .location-info .btn-wrap a span {
  margin-right: 0.25rem;
}
.page-intro .direction-wrap {
  margin-top: 3.75rem;
}
.page-intro .direction-wrap h3 {
  margin-bottom: 1.5rem;
}
.page-intro .direction-wrap ul {
  border-top: 3px solid #6d84d0;
}
.page-intro .direction-wrap ul li {
  padding: 2.5rem 5.375rem;
  border-bottom: 1px solid #c7c8ca;
  display: flex;
  align-items: center;
  gap: 5.375rem;
}
@media screen and (max-width: 767px) {
  .page-intro .direction-wrap ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .direction-wrap ul li {
    padding: 2.1428571429rem 1.4285714286rem;
  }
}
.page-intro .direction-wrap ul li i {
  position: relative;
  width: 4.8125rem;
  height: 4.75rem;
  border-radius: 1.25rem;
  background-color: #e5ebff;
}
@media screen and (max-width: 767px) {
  .page-intro .direction-wrap ul li i {
    align-self: center;
  }
}
.page-intro .direction-wrap ul li .direction-info h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #4f609b;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.page-intro .direction-wrap ul li .direction-info dl {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-intro .direction-wrap ul li .direction-info dl .direction-label {
  font-size: 1.125rem;
  font-weight: 700;
  min-width: 6.375rem;
  height: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #231f20;
}
.page-intro .direction-wrap ul li .direction-info dl .direction-text {
  font-size: 1rem;
  font-weight: 400;
}
.page-intro .direction-wrap ul li .direction-info dl + dl {
  margin-top: 0.75rem;
}
.page-intro .ceo-intro-wrap .ceo-box {
  background-image: url("/images/intro/ceo-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1100/340;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-intro .ceo-intro-wrap .ceo-box .ceo-text {
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  top: clamp(3.125rem, 2vw, 4.375rem);
  left: clamp(5rem, 2vw, 6.25rem);
}
@media screen and (max-width: 1200px) {
  .page-intro .ceo-intro-wrap .ceo-box .ceo-text {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .page-intro .ceo-intro-wrap .ceo-box .ceo-text {
    top: clamp(1.875rem, 2vw, 4.375rem);
    left: clamp(3.75rem, 2vw, 6.25rem);
    width: 65%;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .ceo-intro-wrap .ceo-box .ceo-text {
    top: clamp(1.25rem, 2vw, 4.375rem);
    left: clamp(1.25rem, 2vw, 6.25rem);
    width: 68%;
  }
}
.page-intro .ceo-intro-wrap .ceo-box .ceo-text p {
  font-size: 1.125rem;
  color: #636466;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-intro .ceo-intro-wrap .ceo-box .ceo-text p {
    display: none;
  }
}
.page-intro .ceo-intro-wrap .ceo-box .ceo-text strong {
  font-size: 1.625rem;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .page-intro .ceo-intro-wrap .ceo-box .ceo-text strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-intro .ceo-intro-wrap .ceo-box .ceo-text strong {
    font-size: 1rem;
  }
}
.page-intro .ceo-intro-wrap .ceo-box .ceo-img {
  width: 23.125rem;
}
.page-intro .ceo-intro-wrap .ceo-speech {
  margin-top: 2.5rem;
  padding: 0 15rem 0 3.125rem;
}
@media screen and (max-width: 1200px) {
  .page-intro .ceo-intro-wrap .ceo-speech {
    padding: 0;
  }
}
.page-intro .ceo-intro-wrap .ceo-speech p {
  font-size: 1.125rem;
  color: #636466;
  font-weight: 500;
}
.page-intro .ceo-intro-wrap .ceo-speech p strong {
  color: #af1d2f;
}
.page-intro .ceo-intro-wrap .ceo-speech p + p {
  margin-top: 1.5625rem;
}
.page-intro .ceo-intro-wrap .ceo-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3.125rem;
  padding-right: 3.125rem;
  font-size: 1rem;
  font-weight: 500;
}
.page-intro .ceo-intro-wrap .ceo-name span {
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-intro .ceo-intro-wrap.sg .ceo-speech {
  padding-left: 3.125rem;
}
@media screen and (max-width: 1200px) {
  .page-intro .ceo-intro-wrap.sg .ceo-speech {
    padding-left: 0;
  }
}
.page-intro .ceo-intro-wrap.sg .ceo-box {
  background-image: url("/images/intro/sg-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-intro .ceo-intro-wrap.sg .ceo-text {
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  top: clamp(4.375rem, 2vw, 6.25rem);
  left: clamp(6.25rem, 2vw, 7.5rem);
}
@media screen and (max-width: 767px) {
  .page-intro .ceo-intro-wrap.sg .ceo-text {
    top: clamp(2.5rem, 2vw, 4.375rem);
    left: clamp(2.5rem, 2vw, 4.375rem);
  }
}
@media screen and (max-width: 500px) {
  .page-intro .ceo-intro-wrap.sg .ceo-text {
    top: clamp(1.25rem, 2vw, 4.375rem);
    left: clamp(1.875rem, 2vw, 6.25rem);
  }
}
.page-intro .ceo-intro-wrap.sg .ceo-text-lead {
  font-size: 1.125rem;
  color: #636466;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.page-intro .ceo-intro-wrap.sg .ceo-text-headline {
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  color: #231f20 !important;
  margin-bottom: 0;
}
.page-intro .ceo-intro-wrap.sg .ceo-text-headline strong {
  font-weight: 700;
}
.page-intro .ceo-intro-wrap.sg .ceo-speech p strong {
  color: #4f609b;
  text-decoration: underline;
  text-decoration-color: #4f609b;
}
@media screen and (max-width: 500px) {
  .page-intro .ceo-intro-wrap.sg .ceo-name {
    flex-direction: column;
    align-items: end;
    gap: 0.625rem;
  }
}
.page-intro .gt-intro-wrap .gt-box {
  position: relative;
  background-image: url("/images/intro/gt-bg.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1100/340;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-intro .gt-intro-wrap .gt-box {
    flex-direction: column;
    background-size: cover;
    border-radius: 6.25rem;
    padding: 1.5625rem;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .gt-intro-wrap .gt-box {
    background: none;
  }
}
.page-intro .gt-intro-wrap .gt-box .gt-text {
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  top: clamp(0.0625rem, 2vw, 0.625rem);
  left: clamp(5rem, 2vw, 6.25rem);
}
@media screen and (max-width: 767px) {
  .page-intro .gt-intro-wrap .gt-box .gt-text {
    text-align: center;
    left: clamp(0.0625rem, 2vw, 6.25rem);
  }
}
.page-intro .gt-intro-wrap .gt-box .gt-text .gt-title {
  font-size: 2rem;
  line-height: 1.3;
  color: #ba0c2e;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .page-intro .gt-intro-wrap .gt-box .gt-text .gt-title {
    font-size: 1.375rem;
  }
}
.page-intro .gt-intro-wrap .gt-box .gt-text strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .page-intro .gt-intro-wrap .gt-box .gt-text strong {
    font-size: 1.125rem;
  }
}
.page-intro .gt-intro-wrap .gt-box .gt-text p {
  font-size: 1rem;
  color: #636466;
  font-weight: 400;
}
.page-intro .gt-intro-wrap .gt-box .gt-img {
  width: 37.75rem;
}
@media screen and (max-width: 767px) {
  .page-intro .gt-intro-wrap .gt-box .gt-img {
    width: 18.875rem;
  }
}
.page-intro .gt-intro-wrap .gt-img-box {
  margin-top: 2.5rem;
}
.page-intro .gt-intro-wrap .gt-img-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .page-intro .gt-intro-wrap .gt-img-box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-intro .gt-intro-wrap .gt-img-wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.page-intro .gt-intro-wrap .gt-img-wrap ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-intro .gt-intro-wrap .gt-img-wrap ul li span {
  font-size: 1.125rem;
  font-weight: 600;
}
.page-intro .gt-intro-wrap .btn-wrap {
  margin-top: 2.5rem;
  justify-content: flex-end;
}
.page-intro .philosophy-wrap {
  position: relative;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 950px) {
  .page-intro .philosophy-wrap {
    padding: 5rem 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .philosophy-wrap {
    padding: 0;
  }
}
.page-intro .philosophy-wrap::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 6.25rem;
  transform: translate(-50%);
  background-image: url("/images/intro/philosophy-bg.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 31.25rem;
  height: 31.25rem;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .page-intro .philosophy-wrap::after {
    width: 80%;
    height: 80%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .page-intro .philosophy-wrap::after {
    display: none;
  }
}
.page-intro .philosophy-wrap .philosophy-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-intro .philosophy-wrap .philosophy-center p {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-intro .philosophy-wrap .philosophy-center p span {
  color: #9d2b8b;
}
@media screen and (max-width: 950px) {
  .page-intro .philosophy-wrap .philosophy-center {
    display: none;
  }
}
.page-intro .philosophy-wrap .philosophy-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .page-intro .philosophy-wrap .philosophy-row {
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
  }
}
.page-intro .philosophy-wrap .philosophy-row:last-child {
  margin-top: 10.125rem;
}
@media screen and (max-width: 950px) {
  .page-intro .philosophy-wrap .philosophy-row:last-child {
    margin-top: 5rem;
  }
}
.page-intro .philosophy-wrap .philosophy-row .philosophy-item {
  width: 25rem;
  gap: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: initial;
}
.page-intro .philosophy-wrap .philosophy-row .philosophy-item .item-text {
  flex-shrink: 0;
}
.page-intro .philosophy-wrap .philosophy-row .philosophy-item .item-text .item-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.page-intro .philosophy-wrap .philosophy-row .philosophy-item .item-text .item-desc {
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
}
.page-intro .philosophy-wrap .philosophy-row .philosophy-item .item-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 999px;
  background-color: #9a6292;
  flex-shrink: 0;
  align-self: flex-start;
}
.page-intro .philosophy-wrap .philosophy-row .philosophy-item .item-icon i {
  margin-bottom: 0.25rem;
}
.page-intro .philosophy-wrap .philosophy-row .philosophy-item .item-icon span {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-intro .philosophy-wrap .philosophy-row .philosophy-item .item-icon span {
    font-size: 1rem;
  }
}
.page-intro .history-wrap .history-info .history-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-info .history-item {
    flex-direction: column;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-info .history-item .history-text {
    order: 2;
  }
}
.page-intro .history-wrap .history-info .history-item p {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.page-intro .history-wrap .history-info .history-item ul li {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 0.75rem;
}
.page-intro .history-wrap .history-info .history-item ul li + li {
  margin-top: 0.375rem;
}
.page-intro .history-wrap .history-info .history-item ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.625rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #231f20;
  border-radius: 999px;
}
.page-intro .history-wrap .history-info .history-item .history-img {
  position: relative;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-info .history-item .history-img {
    width: 100%;
  }
}
.page-intro .history-wrap .history-info .history-item .history-img::before {
  position: absolute;
  content: "";
  left: -5.3125rem;
  top: 0;
  width: 5rem;
  height: 5rem;
  background-color: #dff5ff;
  border-radius: 999px;
}
.page-intro .history-wrap .history-info .history-item .history-img::after {
  position: absolute;
  content: "";
  right: -0.3125rem;
  bottom: -0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff0d3;
  border-radius: 999px;
}
.page-intro .history-wrap .history-info .history-item + .history-item {
  margin-top: 1.5rem;
  justify-content: initial;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-info .history-item + .history-item {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}
.page-intro .history-wrap .history-info .history-item + .history-item .history-text {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-info .history-item + .history-item .history-text {
    position: relative;
    left: clamp(5rem, 2vw, 6.25rem);
    align-self: flex-start;
  }
}
.page-intro .history-wrap .history-info .history-item + .history-item .history-text::before {
  position: absolute;
  content: "";
  right: -2.5rem;
  bottom: -3.125rem;
  width: 5rem;
  height: 5rem;
  background-color: #e5ebff;
  border-radius: 999px;
}
.page-intro .history-wrap .history-info .history-item + .history-item .history-img::before {
  position: absolute;
  content: "";
  left: -1.875rem;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #ffffff;
  border-radius: 999px;
  border: 20px solid #e0d7fb;
  z-index: -1;
}
.page-intro .history-wrap .history-info .history-item + .history-item .history-img::after {
  position: absolute;
  content: "";
  right: 0.9375rem;
  bottom: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #f2f5ff;
  border-radius: 999px;
  z-index: -1;
}
.page-intro .history-wrap .history-info + .history-list {
  height: 26.875rem;
}
@media screen and (max-width: 767px) {
  .page-intro .history-wrap .history-info + .history-list {
    height: auto;
    margin-top: 3.125rem;
  }
}
.page-intro .talent-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "GmarketSans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-intro .talent-wrap > .title {
  position: relative;
  font-size: 2.125rem;
  line-height: 1.3;
  font-weight: 500;
  width: 35.25rem;
  height: 11.125rem;
  margin-bottom: 3.75rem;
  padding: 2.8125rem 0;
}
@media screen and (max-width: 767px) {
  .page-intro .talent-wrap > .title {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
}
.page-intro .talent-wrap > .title strong {
  color: #9d2b8b;
}
.page-intro .talent-wrap > .title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url("/images/intro/quote-bg.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 6.25rem;
  height: 3.9375rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-intro .talent-wrap > .title::before {
    left: -6.25rem;
    top: -3px;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .talent-wrap > .title::before {
    display: none;
  }
}
.page-intro .talent-wrap > .title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url("/images/intro/quote-bg.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 6.25rem;
  height: 3.9375rem;
  z-index: -1;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .page-intro .talent-wrap > .title::after {
    right: -8.125rem;
    bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .page-intro .talent-wrap > .title::after {
    display: none;
  }
}
.page-intro .talent-wrap > .title p:first-child {
  position: relative;
  left: clamp(-5rem, 2vw, -6.25rem);
}
@media screen and (max-width: 500px) {
  .page-intro .talent-wrap > .title p:first-child {
    left: 0;
  }
}
.page-intro .talent-wrap > .title p:last-child {
  margin-top: 0.375rem;
  position: relative;
  right: clamp(-5.625rem, 2vw, -6.25rem);
}
@media screen and (max-width: 500px) {
  .page-intro .talent-wrap > .title p:last-child {
    right: 0;
  }
}
.page-intro .talent-wrap .talent-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .page-intro .talent-wrap .talent-box {
    grid-template-columns: repeat(1, 3fr);
    gap: 1.875rem;
  }
}
.page-intro .talent-wrap .talent-box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 18.625rem;
  height: 18.625rem;
  border: 1.25rem solid rgba(73, 101, 195, 0.5);
  box-sizing: border-box;
  border-radius: 999px;
}
.page-intro .talent-wrap .talent-box .item:nth-of-type(2) {
  border-color: rgba(123, 116, 209, 0.5);
  margin-left: -1.25rem;
}
@media screen and (max-width: 767px) {
  .page-intro .talent-wrap .talent-box .item:nth-of-type(2) {
    margin-left: 0;
  }
}
.page-intro .talent-wrap .talent-box .item:nth-of-type(3) {
  border-color: rgba(141, 17, 121, 0.5);
  margin-left: -2.5rem;
}
@media screen and (max-width: 767px) {
  .page-intro .talent-wrap .talent-box .item:nth-of-type(3) {
    margin-left: 0;
  }
}
.page-intro .talent-wrap .talent-box .item .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-intro .talent-wrap .talent-box .item .text {
  font-size: 1rem;
  color: #636466;
  font-weight: 500;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-intro .talent-wrap .talent-box .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 1px dashed #939598;
  border-radius: 999px;
}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
