@charset "UTF-8";
/*-------------------------------------------------
title       : 레이아웃
Author      : PLAN I
Create date : 2024-10-25
-------------------------------------------------*/
:root {
  /* 확대/축소 기본값 폴백 / 기본값 정리 */
  --krds-zoom-small: 0.9;
  --krds-zoom-medium: 1;
  --krds-zoom-large: 1.1;
  --krds-zoom-xlarge: 1.2;
  --krds-zoom-xxlarge: 1.3;
  --layout-padding-md: 4rem;
  --layout-padding-lg: 10rem;
  --layout-width-md: 140rem;
  --layout-width-semi: 156rem;
  --header-height-lg: 14.4rem;
  --nanum: "NanumMyeongjo";
  --suite: "SUITE";
  --bg-navy: #000e48;
  --bg-brown: #96805e;
}

:focus {
  box-shadow: 0 0 0 0.4rem var(--bg-navy) !important;
}

@media (max-width: 1800px) {
  :root {
    --layout-padding-lg: 6rem;
  }
}
@media (max-width: 1640px) {
  :root {
    --layout-padding-lg: 4rem;
  }
}
@media (max-width: 1023px) {
  :root {
    --layout-padding-lg: 2rem;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height-lg: 12rem;
  }
}
::-webkit-scrollbar-thumb {
  background: var(--bg-navy);
}

::-webkit-scrollbar-track {
  background: var(--white);
}

::-moz-selection {
  background-color: var(--bg-brown);
  color: var(--white);
}

::selection {
  background-color: var(--bg-brown);
  color: var(--white);
}

::-webkit-scrollbar-button {
  display: none;
}

html.active3:after, html.active2:after, html.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

html {
  height: auto;
  font-family: var(--ff), var(--nanum), serif;
  scrollbar-width: inherit;
  scrollbar-color: var(--bg-brown) transparent;
}
html:has(.scroll-no) {
  height: 100%;
  overflow: hidden !important;
}
html:has(.header-sitemap.active) #wrap.scroll-up #header {
  transform: translateY(0);
}
html.active {
  overflow: hidden;
}
html.active3 {
  overflow: hidden;
}
/*-------------------------------------------------
  Portal Root - 모달과 오버레이를 위한 최상위 컨테이너
-------------------------------------------------*/
#portal-root {
  position: relative;
  z-index: 10000;
}
#portal-root > .overlay, #portal-root > .modal {
  position: fixed;
}

#wrap {
  word-break: keep-all;
}
#wrap.scroll-up #header {
  transform: translateY(-100%);
}
#wrap.scroll-down #header {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
#wrap.scroll-down #header .logo a {
  background: url(/template/bridge24/img/layout/logo.svg) no-repeat center center/contain;
}

.layout {
  max-width: var(--layout-width-md);
  margin: 0 auto;
  position: relative;
  width: calc(100% - var(--layout-padding-ratio) * 2);
}

#header {
  height: var(--header-height-lg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
}
#header.transition {
  transition: transform 0.35s;
}
#header .header-container {
  height: 100%;
}
#header .header-container .layout {
  display: flex;
  flex-direction: column;
  width: calc(100% - var(--layout-padding-lg) * 2);
  height: 100%;
  max-width: 172rem;
  margin: 0 auto;
}
#header .header-in {
  position: relative;
  height: 100%;
  transform: translateY(0);
}
#header .header-utility {
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.4rem;
  gap: var(--header-gap);
}
#header .header-utility:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #eee;
}
#header .header-related-list {
  display: flex;
  align-items: center;
}
#header .header-related-list > li:not(:last-child) {
  position: relative;
  padding-right: 1.8rem;
}
#header .header-related-list > li:not(:last-child):after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#header .header-related-list > li:not(:first-child) {
  padding-left: 1.8rem;
}
#header .header-related-list > li > a {
  display: block;
  color: #6e6e6e;
  font-size: var(--krds-pc-font-size-body-small);
  font-weight: 500;
  line-height: 80%;
  text-align: center;
  letter-spacing: -0.09rem;
}
#header .header-scale {
  display: flex;
  align-items: center;
  gap: var(--krds-number-6);
}
#header .header-scale > div {
  display: flex;
  align-items: center;
  gap: var(--krds-number-3);
}
#header .header-scale .txt {
  flex-shrink: 0;
  color: #868686;
  font-size: var(--krds-pc-font-size-body-small);
  font-weight: 500;
  line-height: 80%;
  letter-spacing: -0.09rem;
}
#header .header-branding {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--header-gap);
  height: 100%;
  -webkit-backdrop-filter: blur(5rem);
          backdrop-filter: blur(5rem);
}
#header .header-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--header-gap);
  height: 100%;
}
#header .header-menu .inner {
  margin: auto;
  height: 100%;
}
#header .header-menu-bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  transform: translateY(-100%);
  transition: transform 0.3s, opacity 0.3s ease-in-out, visibility 0.3s;
  overflow: hidden;
  z-index: 0;
}
#header .header-menu-container {
  height: 100%;
}
#header .header-menu-container > ul {
  display: flex;
  justify-content: center;
  height: 100%;
}
#header .header-menu-container > ul > li {
  position: relative;
  height: 100%;
}
#header .header-menu-container > ul > li:not(:last-child) .header-menu-2depth > ul {
  border-right: 1px solid #e8e8e8;
  transition: border-right 0.24s;
  transition-delay: 0.5s;
}
#header .header-menu-container > ul > li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid var(--bg-navy);
  z-index: 11;
}
#header .header-menu-container > ul > li.active > a {
  color: var(--bg-navy);
  font-weight: 700;
}
#header .header-menu-container > ul > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.8rem;
  height: 100%;
  color: var(--gray900);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04rem;
  line-height: normal;
  transition: width var(--krds-transition-base);
}
#header .header-menu-2depth {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 5.5rem 0 5.9rem;
  transform: translateY(-100%);
  transform-origin: top;
  opacity: 0;
  transition: background 0.3s, height 0.3s ease;
}
#header .header-menu-2depth > ul {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem 0.8rem;
}
#header .header-menu-2depth > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  color: var(--gray900);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.036rem;
  padding: 1.2rem 0;
  transition: none !important;
}
#header .header-menu-2depth > ul > li > a:hover {
  color: var(--white);
  background: var(--bg-brown);
}
#header .header-util {
  display: none;
}
#header .header-sitemap > button {
  background: var(--bg-navy);
  color: #fff;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  width: 3.6rem;
  height: 3.6rem;
}
#header .header-sitemap > button .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--white);
  -webkit-mask: url(/template/templateB/img/layout/ico_all.svg) no-repeat center/cover;
          mask: url(/template/templateB/img/layout/ico_all.svg) no-repeat center/cover;
}
#header .header-sitemap.active > button .icon {
  -webkit-mask-image: url(/template/templateB/img/layout/ico_close.svg);
          mask-image: url(/template/templateB/img/layout/ico_close.svg);
}
#header .header-sitemap.active .sitemap-container {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
#header .header-contact {
  flex-shrink: 0;
}
#header .header-contact-link {
  display: flex;
  align-items: center;
  gap: var(--krds-number-6);
}
#header .header-contact-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #f6f6f6;
  border-radius: 10rem;
}
#header .header-contact-link .icon i {
  color: var(--bg-navy);
  font-size: 1.8rem;
}
#header .header-contact-link span {
  color: var(--bg-navy);
  font-family: var(--nanum);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 150%; /* 4.2rem */
  letter-spacing: -0.056rem;
}
#header .logo a {
  display: block;
  width: 25.2rem;
  aspect-ratio: 252/52;
  background: url(/template/bridge24/img/layout/logo.svg) no-repeat center center/contain;
}
#header.open:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--gray200);
  z-index: 1;
}
#header.open .header-menu-container > ul > li > a {
  width: 19rem;
}
#header.open .header-menu-2depth {
  opacity: 1;
  transform: translateY(0);
}
#header.open .header-menu-bg {
  transform: translateY(0);
}
@media (max-width: 1640px) {
  #header.open .header-menu-container > ul > li > a {
    width: 17rem;
  }
  #header .header-menu-container > ul > li > a {
    width: 13rem;
  }
  #header .header-contact-link span {
    font-size: 2.4rem;
  }
}
@media (max-width: 1440px) {
  #header.open .header-menu-container > ul > li > a {
    width: 14rem;
  }
  #header .header-menu-container > ul > li > a {
    width: 12rem;
    font-size: 1.8rem;
  }
  #header .logo a {
    width: 23rem;
  }
}
@media (max-width: 1279px) {
  #header .header-menu-container > ul {
    display: none;
  }
  #header .header-util {
    display: block;
  }
}
@media (max-width: 767px) {
  #header .header-utility {
    gap: 1.6rem;
    height: 4.8rem;
  }
  #header .header-scale {
    display: none;
  }
  #header .header-branding {
    gap: 1.6rem;
  }
  #header .header-contact {
    display: none;
    flex-shrink: unset;
  }
  #header .header-contact .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  #header .header-contact span {
    text-wrap: balance;
    text-align: center;
    font-size: 1.8rem;
  }
}
@media (max-width: 587px) {
  #header .header-related-list > li:not(:first-child) {
    padding-left: 0.8rem;
  }
  #header .header-related-list > li:not(:last-child) {
    padding-right: 1.2rem;
  }
  #header .header-contact .icon {
    display: none;
  }
}

.gnb-menu {
  display: flex;
  gap: var(--header-gap);
  height: 100%;
}
.gnb-menu li {
  height: 100%;
}
.gnb-menu li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.gnb-sub-trigger {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--header-text-color);
}

.sitemap-container {
  position: fixed;
  width: 100vw;
  max-width: 100%;
  height: 100dvh;
  right: calc(-1 * var(--layout-padding-lg));
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.24s, opacity 0.1s, visibility 0.1s;
  z-index: 10 !important;
}
.sitemap-container:before, .sitemap-container:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.sitemap-container:before {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: 100%;
  background: url(/public/images/korean/layout/sitemap_bg.webp) no-repeat center/cover;
}
.sitemap-container:after {
  right: 0;
  bottom: 0;
  width: 74rem;
  height: 13.2rem;
  background: url(/public/images/korean/layout/sitemap-bg.svg) no-repeat center/contain;
}
.sitemap-area {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 153rem;
  width: 100%;
  height: calc(100dvh - (var(--header-height-lg) + 3.2rem));
  z-index: 40;
  margin: 0 auto;
  margin-top: calc(var(--header-height-lg) + 3.2rem);
}
.sitemap-menu {
  display: flex;
  flex: 1;
  overflow-y: auto;
  z-index: 2;
}
.sitemap-menu-item[data-sitemap=depth2] {
  display: none;
  width: 100%;
}
.sitemap-menu-item[data-sitemap=depth3] {
  margin-top: 1.6rem;
}
.sitemap-menu-item[data-sitemap=depth4] {
  margin-top: 0.6rem;
}
.sitemap-menu .depth1-list {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.sitemap-menu .depth1-list > li:has([data-sitemap-depth=true]) {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem 2.4rem;
}
.sitemap-menu .depth1-list > li:has([data-sitemap-depth=true]):before {
  content: "\ebd1";
  font-family: var(--icon);
  color: #000;
  font-size: 3.2rem;
}
.sitemap-menu .depth1-list > li.active:before {
  content: "\eb23";
}
.sitemap-menu .depth1-list > li.active > a > span {
  color: #000;
}
.sitemap-menu .depth1-list > li.active .sitemap-menu-item[data-sitemap=depth2] {
  display: block;
}
.sitemap-menu .depth1-list > li > a {
  display: block;
  transform: translateY(1px);
}
.sitemap-menu .depth1-list > li > a > span {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
}
.sitemap-menu .depth2-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 6.4rem;
  padding-left: 5.6rem;
}
.sitemap-menu .depth2-list > li {
  position: relative;
  padding-left: 1.2rem;
}
.sitemap-menu .depth2-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #eee;
}
.sitemap-menu .depth2-list > li > a {
  color: #222;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}
.sitemap-menu .depth2-list > li > a[target=_blank] {
  position: relative;
  padding-right: 0.8rem;
}
.sitemap-menu .depth2-list > li > a[target=_blank]:after {
  content: "\ecaf";
  position: absolute;
  left: 100%;
  color: #222;
  font-family: var(--icon);
  font-size: 2.4rem;
  line-height: 120%;
}
.sitemap-menu .depth2-list > li:hover > a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sitemap-menu .depth2-list > li:hover > a:after {
  font-weight: 400;
}
.sitemap-menu .depth3-list,
.sitemap-menu .depth4-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.sitemap-menu .depth3-list > li,
.sitemap-menu .depth4-list > li {
  position: relative;
  padding-left: 1rem;
  text-align: left;
}
.sitemap-menu .depth3-list > li:before,
.sitemap-menu .depth4-list > li:before {
  content: "";
  position: absolute;
  left: 0;
}
.sitemap-menu .depth3-list > li > a,
.sitemap-menu .depth4-list > li > a {
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
.sitemap-menu .depth3-list > li:hover > a,
.sitemap-menu .depth4-list > li:hover > a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sitemap-menu .depth3-list > li:before {
  top: 0.9rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #eee;
}
.sitemap-menu .depth4-list {
  padding-left: 1.2rem;
}
.sitemap-menu .depth4-list > li:before {
  top: 1.05rem;
  width: 4px;
  height: 1px;
  background: #222;
}
.sitemap-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 6.4rem;
  padding: 4rem 0;
  margin-top: auto;
}
.sitemap-sns {
  display: flex;
  gap: 2.4rem;
}
.sitemap-sns > em {
  color: #8b8b8b;
  font-family: var(--ff);
  font-size: var(--krds-pc-font-size-body-small);
  font-weight: 500;
}
.sitemap-sns-list {
  display: flex;
  gap: 1.6rem;
}
.sitemap-sns-list > li > a {
  display: block;
}
.sitemap-sns-list .icon i {
  font-size: 2.4rem;
}
.sitemap-copyright {
  color: #8b8b8b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
}
.sitemap-utils {
  display: none;
  justify-content: end;
  align-items: center;
  gap: 0.8rem;
  padding: 3rem 2rem 0;
}
.sitemap-utils > div {
  color: #fff;
}
.sitemap-utils > div > a,
.sitemap-utils > div > button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 22.2rem;
  -webkit-backdrop-filter: blur(1.2rem);
          backdrop-filter: blur(1.2rem);
}
.sitemap-utils > div > a i,
.sitemap-utils > div > button i {
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 1279px) {
  .sitemap-container {
    top: 100% !important;
    height: calc(100dvh - var(--header-height-lg)) !important;
    width: 45rem;
    background: #fff;
  }
  .sitemap-container:before, .sitemap-container:after {
    display: none;
  }
  .sitemap-footer {
    display: none;
  }
  .sitemap-area {
    height: calc(100dvh - var(--header-height-lg));
    margin-top: 0;
    padding: 0;
  }
  .sitemap-menu {
    padding: 0;
    gap: 2rem;
    overflow-y: auto;
  }
  .sitemap-menu-item {
    width: 100%;
  }
  .sitemap-menu-item[data-sitemap=depth3], .sitemap-menu-item[data-sitemap=depth4] {
    display: none;
  }
  .sitemap-menu-list {
    overflow-y: auto;
    max-height: 100%;
    padding: 0;
    gap: 0;
  }
  .sitemap-menu-list > li {
    width: 100%;
  }
  .sitemap-menu-list > li > a[target=_blank]:after {
    font-size: 2.6rem;
  }
  .sitemap-menu-list > li > a[data-sitemap-depth=true]:after {
    content: "\ebd1";
    font-family: "remixicon";
    color: #222;
    font-size: 3.2rem;
    line-height: 130%;
  }
  .sitemap-menu-list > li > a i {
    display: none;
    font-size: 2.6rem;
  }
  .sitemap-menu .depth1-list {
    gap: 0;
  }
  .sitemap-menu .depth1-list > li {
    border-bottom: 1px solid var(--gray400);
  }
  .sitemap-menu .depth1-list > li:has([data-sitemap-depth=true]) {
    gap: 0;
  }
  .sitemap-menu .depth1-list > li:has([data-sitemap-depth=true]):before {
    display: none;
  }
  .sitemap-menu .depth1-list > li:has([data-sitemap-depth=true]) > a:after {
    content: "\ea4e";
    transition: transform 0.24s;
  }
  .sitemap-menu .depth1-list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 66px;
    width: 100%;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    transform: translateY(0);
    background: var(--gray100);
    border-bottom: 1px solid var(--gray100);
    padding: 0 16px;
  }
  .sitemap-menu .depth1-list > li.active > a {
    color: #fff;
    font-weight: 700;
    border-color: var(--bg-navy);
    background: var(--bg-navy);
  }
  .sitemap-menu .depth1-list > li.active > a:after {
    color: #fff;
    font-weight: 400;
    transform: rotate(180deg);
  }
  .sitemap-menu .depth2-list {
    gap: 16px;
    padding: 20px 16px;
  }
  .sitemap-menu .depth2-list > li {
    padding-left: 0;
  }
  .sitemap-menu .depth2-list > li:before {
    display: none;
  }
  .sitemap-menu .depth2-list > li > a {
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    transition: none;
  }
  .sitemap-menu .depth2-list > li > a[data-sitemap-depth=true] {
    display: flex;
    gap: 1.6rem;
  }
  .sitemap-menu .depth2-list > li > a[data-sitemap-depth=true]:after {
    content: "\ea13";
    font-size: 20px;
    line-height: 120%;
  }
  .sitemap-menu .depth2-list > li:hover > a, .sitemap-menu .depth2-list > li.active > a, .sitemap-menu .depth2-list > li.on > a {
    text-decoration: none;
    color: var(--bg-brown);
    font-weight: 600;
    transition: none;
  }
  .sitemap-menu .depth2-list > li:hover > a:after, .sitemap-menu .depth2-list > li.active > a:after, .sitemap-menu .depth2-list > li.on > a:after {
    color: var(--bg-brown);
    font-weight: 400;
  }
  .sitemap-menu .depth2-list > li.active > a[data-sitemap-depth=true]:after {
    content: "\f1af";
  }
  .sitemap-menu .depth2-list > li.active .sitemap-menu-item[data-sitemap=depth3] {
    display: block;
  }
  .sitemap-menu .depth3-list {
    position: relative;
    gap: 0.8rem;
    padding-left: 2.4rem;
    margin: 2rem 0 0;
  }
  .sitemap-menu .depth3-list:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: calc(100% - 4px);
    background: #e0e0e0;
  }
  .sitemap-menu .depth3-list > li {
    padding-left: 0;
  }
  .sitemap-menu .depth3-list > li:before {
    display: none !important;
  }
  .sitemap-menu .depth3-list > li > a {
    color: #111;
    font-size: 16px;
    transition: none;
  }
  .sitemap-menu .depth3-list > li:hover > a, .sitemap-menu .depth3-list > li.active > a, .sitemap-menu .depth3-list > li.on > a {
    font-weight: 500;
    text-decoration: underline;
  }
  .sitemap-menu .depth3-list > li.on > a:hover {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: auto;
  }
  .sitemap-menu .depth3-list > li.active .sitemap-menu-item[data-sitemap=depth4] {
    display: block;
  }
}
@media (max-width: 587px) {
  .sitemap-container {
    max-width: 100vw;
    width: 100vw;
  }
}

.quick-menu {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.quick-menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.quick-menu-toggle .btn-hidden {
  display: none;
}
.quick-menu-toggle .btn-hidden:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}
.quick-menu-toggle .btn-hidden span:not(.sr-only) {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
.quick-menu-toggle .btn-hidden span:not(.sr-only) i {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.quick-menu .inner {
  padding: 0;
}
.quick-menu-list {
  display: flex;
  flex-direction: column;
  min-height: 48rem;
  max-height: 52dvh;
}
.quick-menu-list > li {
  flex: 1 1 0;
  display: flex;
  align-items: stretch;
  min-height: 24rem;
}
.quick-menu-list > li > a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 1.4rem;
}
.quick-menu-list > li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 30rem;
  background: rgba(0, 0, 0, 0.15);
}
.quick-menu-list > li .icon i {
  color: #fff;
  font-size: 2.2rem;
}
.quick-menu-list > li span {
  display: block;
  color: var(--white);
  font-family: var(--nanum);
  font-size: var(--krds-number-8);
  font-weight: 800;
  text-align: center;
  line-height: 1.6rem;
  letter-spacing: 0.5rem;
  writing-mode: vertical-rl;
  white-space: pre;
  text-orientation: upright;
}
.quick-menu-list > li.brown {
  background: var(--bg-brown);
}
.quick-menu-list > li.navy {
  background: var(--bg-navy);
}
@media (max-width: 767px) {
  .quick-menu {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    left: auto;
    top: auto;
    right: var(--layout-padding-ratio);
    bottom: calc(var(--layout-padding-ratio) + 7rem);
    transform: translateY(0);
  }
  .quick-menu.on {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
  }
  .quick-menu.on:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .quick-menu.on .inner {
    display: block;
  }
  .quick-menu.on .quick-menu-list {
    transform: scale(1);
    transition: transform 0.24s ease-in-out;
  }
  .quick-menu.on .quick-menu-toggle {
    position: absolute;
    right: calc(var(--layout-padding-ratio));
    bottom: calc(var(--layout-padding-ratio) + 7rem);
  }
  .quick-menu-list {
    position: absolute;
    bottom: calc(var(--layout-padding-ratio) + 7rem);
    right: var(--layout-padding-ratio);
    min-height: auto;
    max-height: none;
    gap: 2.4rem;
    background: #fff;
    padding: 2rem;
    border-radius: 1.2rem;
    width: calc(100% - var(--layout-padding-ratio) * 2);
    transform-origin: right bottom;
    transform: scale(0);
  }
  .quick-menu-list > li {
    flex: none;
    display: block;
    align-items: baseline;
    min-height: auto;
    border-radius: 1.2rem;
    background: transparent !important;
  }
  .quick-menu-list > li > a {
    flex-direction: row-reverse;
    justify-content: start;
    width: 100%;
    height: auto;
    gap: 1.2rem;
    padding: 0;
  }
  .quick-menu-list > li > a:focus {
    outline: 0.2rem solid var(--krds-light-color-border-inverse) !important;
    box-shadow: 0 0 0 0.4rem var(--bg-navy) !important;
  }
  .quick-menu-list > li span {
    color: #111;
    text-wrap: balance;
    word-break: auto-phrase;
    letter-spacing: normal;
    writing-mode: inherit;
    white-space: normal;
    line-height: 130%;
    font-family: var(--ff);
    font-size: 16px;
    font-weight: 600;
  }
  .quick-menu-list > li .icon i {
    color: var(--gray900);
  }
  .quick-menu-toggle {
    display: flex;
  }
  .quick-menu-toggle .btn-hidden {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    background: var(--bg-brown);
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
}

#footer {
  background: var(--gray900);
  padding: 6rem 0;
  color: var(--white);
  font-family: var(--suite);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.032rem;
}
#footer .layout {
  max-width: var(--layout-width-semi);
}
#footer .f-cont {
  display: flex;
  align-items: start;
  gap: 5.4rem;
}
#footer .f-cont .info-addr > p + p {
  margin-top: 0.4rem;
}
#footer .f-cont .info-addr-md {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04rem;
}
#footer .f-cont .info-addr-lg {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.064rem;
}
#footer .f-logo {
  flex-shrink: 0;
  width: 24.1rem;
  aspect-ratio: 241/32;
  overflow: hidden;
  background: url("/template/templateB/img/layout/f-logo.svg") no-repeat center center/contain;
}
#footer .f-info {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
#footer .f-notice > li:has(.more-info) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer .f-notice > li:has(.more-info) + li {
  margin-top: 0.4rem;
}
#footer .f-notice > li .key-info {
  position: relative;
  padding-right: 1.2rem;
}
#footer .f-notice > li .key-info:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 0.6rem);
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.3);
}
#footer .f-notice > li > p {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-link {
  flex-shrink: 0;
  display: flex;
  justify-content: end;
}
#footer .f-cs {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
#footer .f-cs .key-info {
  padding-right: 0;
}
#footer .f-cs .key-info:after {
  display: none !important;
}
#footer .f-cs > li > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  font-size: 3.2rem;
}
#footer .f-cs .key-info:after {
  display: none;
}
#footer .f-detail p {
  margin-top: 2.4rem;
}
@media (max-width: 1440px) {
  #footer .f-cont {
    flex-direction: column;
    gap: 4.8rem;
  }
}
@media (max-width: 1023px) {
  #footer .f-logo {
    width: 22rem;
  }
  #footer .f-cont .info-addr-lg {
    font-size: 3rem;
  }
  #footer .f-cs > li > a {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  #footer .f-cont {
    gap: 3.2rem;
  }
  #footer .f-logo {
    width: 20rem;
  }
}

.krds-tab-area--manual {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 2.8rem;
}

.krds-modal .modal-dialog.modal-md {
  max-width: 58rem;
}
.krds-modal .modal-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem 5.2rem;
  background: var(--bg-navy);
  border-radius: 2rem 2rem 0 0;
}
.krds-modal .modal-dialog .modal-header .modal-title {
  color: var(--white);
}
.krds-modal .modal-dialog .modal-conts {
  padding: 5.2rem 2.6rem;
  background: var(--white);
  border-radius: 0 0 2rem 2rem;
}
.krds-modal .modal-dialog .modal-conts .conts-area {
  gap: 2rem;
  overflow-y: auto;
  padding: 0 2.6rem;
}
.krds-modal .modal-dialog .modal-content {
  border: none;
  outline: none;
  border-radius: 0 0;
  background: none;
}
.krds-modal .modal-dialog .btn-close {
  position: static;
}
.krds-modal .modal-dialog .btn-close .ico-popup-close {
  background: var(--white);
}
.krds-modal .modal-notice-cont {
  padding-top: 2rem;
  border-top: 1px solid #d5d5d5;
}
.krds-modal .tab.full > ul {
  gap: 0;
}
.krds-modal .tab.full > ul > li.active .btn-tab {
  color: var(--bg-brown);
  font-weight: 700;
}
.krds-modal .tab.full > ul > li.active .btn-tab:before {
  background: var(--bg-brown);
}
.krds-modal .tab.full > ul > li.active .btn-tab:after {
  color: var(--bg-brown);
  opacity: 1;
}
.krds-modal .tab.full .btn-tab {
  justify-content: space-between;
  height: 5.2rem;
  color: #767676;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%; /* 2.52rem */
  letter-spacing: -0.036rem;
  padding: 0.5rem 0.8rem;
  border-bottom: 0.4rem solid #ebebeb;
}
.krds-modal .tab.full .btn-tab:before {
  bottom: -0.4rem;
  background: var(--bg-brown);
}
.krds-modal .tab.full .btn-tab:after {
  content: "\ea4e";
  display: block;
  width: 2.1rem;
  height: 2.8rem;
  font-family: "remixicon";
  font-weight: 400;
  font-size: 2rem;
  color: #767676;
  opacity: 0.76;
}
@media (max-width: 1023px) {
  .krds-modal .modal-dialog .modal-header {
    padding: 2.4rem 3.2rem;
  }
  .krds-modal .modal-dialog .modal-conts {
    padding: 3.2rem 1.6rem;
  }
  .krds-modal .modal-dialog .modal-conts .conts-area {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .krds-modal .modal-dialog {
    width: var(--krds-modal--mobile-width);
    height: var(--krds-modal--mobile-height);
    min-height: var(--krds-modal--mobile-height);
    margin: var(--krds-modal--mobile-gap) auto;
  }
}

.krds-btn.icon.border {
  width: 2.2rem;
  height: 2.2rem;
  border-color: #868686;
  border-radius: 0.3rem;
}
.krds-btn.icon.border i {
  color: #868686;
  font-size: var(--krds-pc-font-size-body-small);
}