@import "../token/krds_tokens.css";
:root {
  --krds-font-family-base: var(--krds-typo-font-type);
  --krds-font-size-base: 62.5%;
  --krds-line-height-none: 1;
  --krds-line-height-base: 1.5;
  --krds-letter-spacing-none: var(--krds-typo-letter-spacing-0);
  --krds-letter-spacing-wide: var(--krds-typo-letter-spacing-1);
  --krds-font-weight-regular: 400;
  --krds-font-weight-bold: 700;
  --krds-transition-base: 0.4s ease-in-out;
  --krds-transition-fade: opacity 0.4s linear;
  --krds-transition-collapse: max-height 0.4s ease;
  --krds-transition-collapse-width: width 0.4s ease;
  --krds-contents-size: 1200px;
  --krds-contents-padding-x: 28px;
  --krds-contents-wrap-size: 1256px;
  --krds-box-shadow-outline: 0 0 0 0.4rem var(--krds-light-color-border-primary);
  --krds-box-shadow-outline-inset: inset 0 0 0 0.2rem var(--krds-light-color-border-primary);
  --krds-zoom-small: 0.9;
  --krds-zoom-medium: 1;
  --krds-zoom-large: 1.1;
  --krds-zoom-xlarge: 1.3;
  --krds-zoom-xxlarge: 1.5;
  --krds-font-underline-offset: 0.3rem;
  --krds-icon--size-xsmall: var(--krds-size-height-2);
  --krds-icon--size-small: var(--krds-size-height-2);
  --krds-icon--size-medium: var(--krds-size-height-3);
  --krds-icon--size-large: var(--krds-size-height-4);
  --krds-icon--size-xlarge: var(--krds-size-height-4);
}

[data-krds-mode=high-contrast] :root {
  --krds-box-shadow-outline: 0 0 0 0.4rem var(--krds-high-contrast-color-border-primary);
  --krds-box-shadow-outline-inset: inset 0 0 0 0.2rem var(--krds-high-contrast-color-border-primary);
}
body{
font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;

}
@media (max-width: 1023px) {
  :root {
    --krds-contents-padding-x: 16px;
  }
}
.svg-icon.ico-angle {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_angle.svg);
  mask-image: url(../../images/component/icon/ico_angle.svg);
  content: "";
  background-color: var(--krds-light-color-text-basic);
}
.svg-icon.ico-angle.disabled {
-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_angle_disabled.svg);
  mask-image: url(../../images/component/icon/ico_angle_disabled.svg);
    background-color: #b2b7bd !important;

}
.svg-icon.ico-angle.up {
  transform: rotate(180deg);
}
.svg-icon.ico-angle.left {
  transform: rotate(90deg);
}
.svg-icon.ico-angle.right {
  transform: rotate(-90deg);
}
.svg-icon.ico-angle.inverse{
   background-image: url(../../images/component/icon/ico_angle_inverse.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.svg-icon.ico-copy {
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_copy.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.svg-icon.ico-sch {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_sch.svg);
  mask-image: url(../../images/component/icon/ico_sch.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_sch.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.svg-icon.ico-sch-minus {

  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_sch_minus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-trash{

  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_trash.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.svg-icon.ico-upload {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_upload.svg);
  mask-image: url(../../images/component/icon/ico_upload.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_upload.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-call {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_call.svg);
  mask-image: url(../../images/component/icon/ico_call.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_call.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-faq {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_faq.svg);
  mask-image: url(../../images/component/icon/ico_faq.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_faq.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-like {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_like.svg);
  mask-image: url(../../images/component/icon/ico_like.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_like.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-share {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_share.svg);
  mask-image: url(../../images/component/icon/ico_share.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_share.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-more {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_more.svg);
  mask-image: url(../../images/component/icon/ico_more.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_more.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-sch-plus {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_sch_plus.svg);
  mask-image: url(../../images/component/icon/ico_sch_plus.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_sch_plus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-go {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_go.svg);
  mask-image: url(../../images/component/icon/ico_go.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_go.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.active .ico-go{
 background-image: url('../../images/component/icon/ico_go_on.svg');
}

.svg-icon.ico-down, .svg-icon.ico-download {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_download.svg);
  mask-image: url(../../images/component/icon/ico_download.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_download.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-filter {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_filter.svg);
  mask-image: url(../../images/component/icon/ico_filter.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_filter.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-reset {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_reset.svg);
  mask-image: url(../../images/component/icon/ico_reset.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_reset.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-log {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_login.svg);
  mask-image: url(../../images/component/icon/ico_login.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_login.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-func {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_expand.svg);
  mask-image: url(../../images/component/icon/ico_expand.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_expand.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-func.up {
  transform: rotate(-90deg);
}
.svg-icon.ico-func {
  gap: var(--krds-gap-3);
}
.svg-icon.ico-logout {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_logout.svg);
  mask-image: url(../../images/component/icon/ico_logout.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_logout.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-logout {
  gap: var(--krds-gap-3);
}
.svg-icon.ico-email {
/*  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_email.svg);
  mask-image: url(../../images/component/icon/ico_email.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_email.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}
.svg-icon.ico-email {
  gap: var(--krds-gap-3);
}
.svg-icon.ico-print {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_print.svg);
  mask-image: url(../../images/component/icon/ico_print.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_print.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-print {
  gap: var(--krds-gap-3);
}
.svg-icon.ico-scrap {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_scrap.svg);
  mask-image: url(../../images/component/icon/ico_scrap.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_scrap.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-scrap {
  gap: var(--krds-gap-3);
}

.svg-icon.ico-scrap.active{
  background-image: url('../../images/component/icon/ico_scrap_active.svg');
}


.svg-icon.ico-del {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_delete.svg);
  mask-image: url(../../images/component/icon/ico_delete.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_delete.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-del {
  gap: var(--krds-gap-3);
}
.svg-icon.ico-popup-close {
/*  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_close.svg);
  mask-image: url(../../images/component/icon/ico_close.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-delete-fill {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_delete_fill.svg);
  mask-image: url(../../images/component/icon/ico_delete_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;*/
  background-image: url(../../images/component/icon/ico_delete_fill.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.svg-icon.ico-plus {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_plus.svg);
  mask-image: url(../../images/component/icon/ico_plus.svg);*/
   background-image: url(../../images/component/icon/ico_plus.svg);
}
.svg-icon.ico-plus {
  gap: var(--krds-gap-3);
}
.svg-icon.ico-setting {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_setting.svg);
  mask-image: url(../../images/component/icon/ico_setting.svg);*/
  background-image: url(../../images/component/icon/ico_setting.svg);
}
.svg-icon.ico-setting {
  gap: var(--krds-gap-3);
}
.svg-icon.ico-link {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_go.svg);
  mask-image: url(../../images/component/icon/ico_go.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_go.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-link {
  gap: var(--krds-gap-3);
}
.svg-icon.ico-refresh {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_reset.svg);
  mask-image: url(../../images/component/icon/ico_reset.svg);
  background-image: url(../../images/component/icon/ico_reset.svg);
}
.svg-icon.ico-toggle {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_angle.svg);
  mask-image: url(../../images/component/icon/ico_angle.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_angle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-pw-visible {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_pw_visible_off.svg);
  mask-image: url(../../images/component/icon/ico_pw_visible_off.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_pw_visible_off.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-pw-visible-on, .svg-icon.ico-visibility {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_pw_visible_on.svg);
  mask-image: url(../../images/component/icon/ico_pw_visible_on.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_pw_visible_on.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-help {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_help.svg);
  mask-image: url(../../images/component/icon/ico_help.svg);
  -webkit-mask-image: none;
  mask-image: none;*/
  background-image: url(../../images/component/icon/ico_help.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.svg-icon.ico-folder {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_help.svg);
  mask-image: url(../../images/component/icon/ico_help.svg);
  -webkit-mask-image: none;
  mask-image: none;*/
  background-image: url(../../images/component/icon/ico_folder.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}


.svg-icon.ico-page-next {
/*  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_angle.svg);
  mask-image: url(../../images/component/icon/ico_angle.svg);
  transform: rotate(-90deg);*/
    background-image: url(../../images/component/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.svg-icon.ico-bread-home {
 /*
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_bread_home.svg);
  mask-image: url(../../images/component/icon/ico_bread_home.svg);
 /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_bread_home.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-cal-move {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_arrow_dropdown.svg);
  mask-image: url(../../images/component/icon/ico_arrow_dropdown.svg);
}
.svg-icon.ico-calendar {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_calendar.svg);
  mask-image: url(../../images/component/icon/ico_calendar.svg);
   background-image: url(../../images/component/icon/ico_calendar.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.svg-icon.ico-success-fill {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_success_fill.svg);
  mask-image: url(../../images/component/icon/ico_success_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;*/
  background-image: url(../../images/component/icon/ico_success_fill.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.svg-icon.ico-information-fill {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_information_fill.svg);
  mask-image: url(../../images/component/icon/ico_information_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;*/
  background-image: url(../../images/component/icon/ico_information_fill.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;

}
.svg-icon.ico-error-fill {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_error_fill.svg);
  mask-image: url(../../images/component/icon/ico_error_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../../images/component/icon/ico_error_fill.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;

}
.svg-icon.ico-complete-fill {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_complete_fill.svg);
  mask-image: url(../../images/component/icon/ico_complete_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../../images/component/icon/ico_complete_fill.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;

}
.svg-icon.ico-modal-close {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_close.svg);
  mask-image: url(../../images/component/icon/ico_close.svg);
}
.svg-icon.ico-fold {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_foldable.svg);
  mask-image: url(../../images/component/icon/ico_foldable.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_foldable.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-fold.right {
  transform: rotate(-180deg);
}
.svg-icon.ico-ellipsis {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_ellipsis.svg);
  mask-image: url(../../images/component/icon/ico_ellipsis.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_ellipsis.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-swiper-play {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_swiper_play.svg);
  mask-image: url(../../images/component/icon/ico_swiper_play.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_swiper_play.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.svg-icon.ico-swiper-stop {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_swiper_stop.svg);
  mask-image: url(../../images/component/icon/ico_swiper_stop.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_swiper_stop.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-tooltip {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_tooltip.svg);
  mask-image: url(../../images/component/icon/ico_tooltip.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_tooltip.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-urgent-danger {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_urgent_badge_danger.svg);
  mask-image: url(../../images/component/icon/ico_urgent_badge_danger.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_urgent_badge_danger.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-blog {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_blog.svg);
  mask-image: url(../../images/component/icon/ico_blog.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_blog.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-facebook {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_facebook.svg);
  mask-image: url(../../images/component/icon/ico_facebook.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_facebook.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-instagram {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_instagram.svg);
  mask-image: url(../../images/component/icon/ico_instagram.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_instagram.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-sns-x {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_sns_x.svg);
  mask-image: url(../../images/component/icon/ico_sns_x.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_sns_x.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-youtube {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_youtube.svg);
  mask-image: url(../../images/component/icon/ico_youtube.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_youtube.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-all {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_all.svg);
  mask-image: url(../../images/component/icon/ico_all.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_all.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-join {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_join.svg);
  mask-image: url(../../images/component/icon/ico_join.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_join.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-my {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_my.svg);
  mask-image: url(../../images/component/icon/ico_my.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_my.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-login-go {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_login_certify_go.svg);
  mask-image: url(../../images/component/icon/ico_login_certify_go.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_login_certify_go.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-global {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_global.svg);
  mask-image: url(../../images/component/icon/ico_global.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_global.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-view-mode {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_view_mode.svg);
  mask-image: url(../../images/component/icon/ico_view_mode.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_view_mode.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-go-top {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_go_top.svg);
  mask-image: url(../../images/component/icon/ico_go_top.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_go_top.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-login-type01 {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_login_certify_type_01.svg);
  mask-image: url(../../images/component/icon/ico_login_certify_type_01.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_login_certify_type_01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-login-type02 {
/*  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_login_certify_type_02.svg);
  mask-image: url(../../images/component/icon/ico_login_certify_type_02.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_login_certify_type_02.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-login-type03 {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_login_certify_type_03.svg);
  mask-image: url(../../images/component/icon/ico_login_certify_type_03.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_login_certify_type_03.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-login-type04 {
 /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_login_certify_type_04.svg);
  mask-image: url(../../images/component/icon/ico_login_certify_type_04.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_login_certify_type_04.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-login-type05 {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_login_certify_type_05.svg);
  mask-image: url(../../images/component/icon/ico_login_certify_type_05.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_login_certify_type_05.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-login-type06 {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_login_certify_type_06.svg);
  mask-image: url(../../images/component/icon/ico_login_certify_type_06.svg);
  /*background-image*/
  content: "";
  display: inline-block;
  background-image: url('../../images/component/icon/ico_login_certify_type_06.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.svg-icon.ico-flag {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_flag.svg);
  mask-image: url(../../images/component/icon/ico_flag.svg);
  -webkit-mask-image: none;
  mask-image: none;*/
  background-image: url(../../images/component/icon/ico_flag.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;

}
.svg-icon.ico-file {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_file.svg);
  mask-image: url(../../images/component/icon/ico_file.svg);
}
.svg-icon.ico-checkbox {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_checkbox_checked.svg);
  mask-image: url(../../images/component/icon/ico_checkbox_checked.svg);
}

[data-krds-mode=high-contrast] .svg-icon.ico-help {
  background-image: url(../../images/component/icon/ico_help_fill.svg);
}


.svg-icon.ico_login_certify_type_03 {
 /* -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_login_certify_type_03.svg);
  mask-image: url(../../images/component/icon/ico_login_certify_type_03.svg);
  -webkit-mask-image: none;
  mask-image: none;*/
  background-image: url(../../images/component/icon/ico_login_certify_type_03.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

.svg-icon.ico_shortcut {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_shortcut.svg);
  mask-image: url(../../images/component/icon/ico_shortcut.svg);
  background-image: url(../../images/component/icon/ico_shortcut.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;

}
.svg-icon.ico_shortcut.on {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_shortcut_on.svg);
  mask-image: url(../../images/component/icon/ico_shortcut_on.svg);
  background-image: url(../../images/component/icon/ico_shortcut_on.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;

}
.svg-icon.ico_popover_info {
  /*-webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../../images/component/icon/ico_popover_info.svg);
  mask-image: url(../../images/component/icon/ico_popover_info.svg);
  -webkit-mask-image: none;
  mask-image: none;*/
  background-image: url(../../images/component/icon/ico_popover_info.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-view-all{
background-image: url(../../images/component/icon/ico_view_all.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

.svg-icon.ico-edit{
background-image: url(../../images/component/icon/ico_edit.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-new-folder{
background-image: url(../../images/component/icon/ico_new_folder.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-save{
background-image: url(../../images/component/icon/ico_save.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

.svg-icon.ico-clip{
background-image: url(../../images/component/icon/ico_clip.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

.svg-icon.ico-inquiry{
background-image: url(../../images/component/icon/ico_inquiry.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

.svg-icon.ico-preview{
background-image: url(../../images/component/icon/ico_preview.svg);
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

/* krds-drop-wrap */
.krds-drop-wrap {
  --krds-dropdown--menu-radius: var(--krds-radius-medium4);
  --krds-dropdown--menu-padding: var(--krds-padding-3);
  --krds-dropdown--menu-margin-top: var(--krds-padding-6);
  --krds-dropdown--menu-gap: var(--krds-gap-3);
  --krds-dropdown--list-item-radius: var(--krds-radius-medium2);
  --krds-dropdown--list-item-height: var(--krds-size-height-7);
  --krds-dropdown--list-item-pc-font-size: var(--krds-pc-font-size-navigation-depth-medium);
  --krds-dropdown--list-item-mobile-font-size: var(--krds-mobile-font-size-navigation-depth-medium);
  --krds-dropdown--menu-color-border: var(--krds-light-color-border-gray-light);
  --krds-dropdown--menu-color-surface: var(--krds-light-color-surface-white-subtler);
  --krds-dropdown--menu-color-alpha-shadow: 0 0 0.2rem 0 var(--krds-light-color-alpha-shadow1), 0 0.4rem 0.8rem 0 var(--krds-light-color-alpha-shadow2);
  --krds-dropdown--list-item-color-action-hover: var(--krds-light-color-action-secondary-hover);
  --krds-dropdown--list-item-color-action-pressed: var(--krds-light-color-action-secondary-pressed);
  --krds-dropdown--list-item-color-action-selected: var(--krds-light-color-action-secondary-selected);
  --krds-dropdown--list-item-color-text-selected: var(--krds-light-color-text-secondary);
  display: inline-flex;
  position: relative;
}
.krds-drop-wrap .drop-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  z-index: 6;
  min-width: 13rem;
  border-radius: var(--krds-dropdown--menu-radius);
  padding: var(--krds-dropdown--menu-padding);
  margin-top: var(--krds-dropdown--menu-margin-top);
  background-color: var(--krds-dropdown--menu-color-surface);
  border: 0.1rem solid var(--krds-dropdown--menu-color-border);
  box-shadow: var(--krds-dropdown--menu-color-alpha-shadow);
  transform: translateX(-50%);
  text-wrap: nowrap;
}
.krds-drop-wrap .drop-menu::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  margin-bottom: -0.5rem;
  margin-left: -0.6rem;
  transform: rotate(-135deg);
  background-color: var(--krds-dropdown--menu-color-surface);
  border: 0.1rem solid var(--krds-dropdown--menu-color-border);
  border-top-color: transparent;
  border-left-color: transparent;
}
.krds-drop-wrap .drop-menu .drop-in {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--krds-dropdown--menu-gap);
  position: relative;
  z-index: 1;
}
.krds-drop-wrap .drop-menu .drop-top {
  width: 100%;
  padding: var(--krds-padding-3) var(--krds-padding-6);
  border-bottom: 0.1rem solid var(--krds-dropdown--menu-color-border);
}
.krds-drop-wrap .drop-menu .drop-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  padding: var(--krds-padding-3) 0;
  border-top: 0.1rem solid var(--krds-dropdown--menu-color-border);
}
.krds-drop-wrap .drop-menu .drop-list {
  width: 100%;
  min-width: 160px;
}
.krds-drop-wrap .drop-menu .drop-list .item-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  gap: var(--krds-gap-3);
  padding: 0 var(--krds-padding-6);
  font-size: var(--krds-dropdown--list-item-pc-font-size);
  border-radius: var(--krds-dropdown--list-item-radius);
  height: var(--krds-dropdown--list-item-height);
  background-color: var(--krds-dropdown--menu-color-surface);
}
@media (max-width: 767px) {
  .krds-drop-wrap .drop-menu .drop-list .item-link {
    font-size: var(--krds-dropdown--list-item-mobile-font-size);
  }
}
.krds-drop-wrap .drop-menu .drop-list .item-link .ico-go {
  display: inline-flex;
  width: var(--krds-icon--size-medium);
  height: var(--krds-icon--size-medium);
  background-color: var(--krds-light-color-text-basic);
  forced-color-adjust: none;
}
.krds-drop-wrap .drop-menu .drop-list .item-link:hover {
  background-color: var(--krds-dropdown--list-item-color-action-hover);
}
.krds-drop-wrap .drop-menu .drop-list .item-link:active {
  background-color: var(--krds-dropdown--list-item-color-action-pressed);
}
.krds-drop-wrap .drop-menu .drop-list .item-link.active {
  font-weight: var(--krds-font-weight-bold);
  color: var(--krds-dropdown--list-item-color-text-selected);
  background-color: var(--krds-dropdown--list-item-color-action-selected);
}
.krds-drop-wrap.drop-left .drop-menu {
  left: 0;
  right: unset;
  transform: none;
}
.krds-drop-wrap.drop-left .drop-menu::before {
  left: 2.4rem;
  margin-left: 0;
}
.krds-drop-wrap.drop-right .drop-menu {
  left: unset;
  right: 0;
  transform: none;
}
.krds-drop-wrap.drop-right .drop-menu::before {
  left: unset;
  right: 2.4rem;
}

[data-krds-mode=high-contrast] {
  /* krds-drop-wrap */
}
[data-krds-mode=high-contrast] .krds-drop-wrap {
  --krds-dropdown--menu-color-border: var(--krds-high-contrast-color-border-gray-light);
  --krds-dropdown--menu-color-surface: var(--krds-high-contrast-color-surface-white-subtler);
  --krds-dropdown--menu-color-alpha-shadow: 0 0 0.2rem 0 var(--krds-high-contrast-color-alpha-shadow1), 0 0.4rem 0.8rem 0 var(--krds-high-contrast-color-alpha-shadow2);
  --krds-dropdown--list-item-color-action-hover: var(--krds-high-contrast-color-action-secondary-hover);
  --krds-dropdown--list-item-color-action-pressed: var(--krds-high-contrast-color-action-secondary-pressed);
  --krds-dropdown--list-item-color-action-selected: var(--krds-high-contrast-color-action-secondary-selected);
  --krds-dropdown--list-item-color-text-selected: var(--krds-high-contrast-color-text-secondary);
}
[data-krds-mode=high-contrast] .krds-drop-wrap .drop-list .item-link .ico-go {
  display: inline-flex;
  width: var(--krds-icon--size-medium);
  height: var(--krds-icon--size-medium);
  background-color: var(--krds-high-contrast-color-text-basic);
  forced-color-adjust: none;
}

/* reset */
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: var(--krds-font-family-base);
  color: var(--krds-light-color-text-basic);
  font-weight: var(--krds-font-weight-regular);
  line-height: var(--krds-line-height-base);
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: var(--krds-font-size-base);
}

body {
  background-color: var(--krds-light-color-background-white);
  font-size: var(--krds-pc-font-size-body-medium);
  overflow-x: hidden;
}

[data-krds-mode=high-contrast] html, [data-krds-mode=high-contrast] body {
  color: var(--krds-high-contrast-color-text-basic);
}
[data-krds-mode=high-contrast] body {
  background-color: var(--krds-high-contrast-color-background-white);
}

*:focus-visible {
  outline: 0.2rem solid var(--krds-light-color-border-inverse) !important;
  outline-offset: 0;
  box-shadow: var(--krds-box-shadow-outline);
  transition: outline 0s, box-shadow 0s !important; 
}

::-moz-selection {
  background: var(--krds-color-light-secondary-50);
  color: var(--krds-color-light-gray-0);
}

::selection {
  background: var(--krds-color-light-secondary-50);
  color: var(--krds-color-light-gray-0);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: inherit;
  line-height: var(--krds-line-height-base);
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: var(--krds-font-weight-bold) !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
button {
  transition: var(--krds-transition-base);
}

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

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

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

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
  margin: 0;
}

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

input[type=text]::-ms-clear {
  display: none;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.blind,
hr,
.sr-only,
legend,
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;
    clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

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

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

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

.underline {
  text-decoration: underline;
  text-underline-offset: var(--krds-font-underline-offset);
}

.break-all {
  word-break: break-all;
}
.bolder{font-weight: 700 !important;}

.border-0{border:0 !important}

.svg-icon {
  display: inline-flex;
  width: var(--krds-icon--size-large);
  height: var(--krds-icon--size-large);
  /*background-color: var(--krds-light-color-text-basic);*/
  forced-color-adjust: none;
      background-size: contain;
}
.svg-icon.pure {
  display: inline-flex;
  width: var(--krds-icon--size-large);
  height: var(--krds-icon--size-large);
  background-color: var(--krds-light-color-text-basic);
  background-color: transparent !important;
  forced-color-adjust: none;
}

.inner {
  max-width: var(--krds-contents-wrap-size);
  padding-left: var(--krds-contents-padding-x);
  padding-right: var(--krds-contents-padding-x);
}

@media (max-width: 767px) {
  body {
    font-size: var(--krds-mobile-font-size-body-medium);
  }
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    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;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
      .m-hide {
        display: none !important;}


}

@media (max-width: 1023px) {
.hidden-under-tablet{display: none !important}

}
@media (max-width: 1024px) {
  .t-column {
flex-direction: column !important;
}
.t-column > *{
width: 100% !important;
}

}

@media (min-width: 1025px) {
  .inner {
    margin: 0 auto;
  }
  .show-under-tablet{display: none !important;}


}



@media (min-width: 768px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    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;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
/*# sourceMappingURL=common.css.map */
@media (min-width: 768px) {
.w150{max-width: 150px;}
}


.page-btn-wrap {
    z-index: 10;
    display: flex;
    flex-direction: row !important;
    justify-content: flex-end;
    gap: var(--krds-gap-5);
    /*margin-top: var(--krds-gap-9);*/
}
.page-btn-wrap.both {
    justify-content: space-between;
}
.page-btn-wrap.both .btn-wrap {
    display: flex;
    align-items: center;
    gap: var(--krds-gap-3);
    width: auto;
}

.page-btn-wrap.full,
.full-btn-wrap{
    width: 100%;
}
.full-btn-wrap > .krds-btn{width: 100%;}

.box.gray-bg{
 display: flex;
padding: var(--krds-padding-8, 24px);
flex-direction: column;
align-items: flex-start;
gap: var(--krds-gap-3, 8px);
align-self: stretch;   
border-radius: var(--krds-radius-xlarge2, 12px);
background: var(--krds-light-color-surface-gray-subtler, #F4F5F6);
}

/*divider*/

.divider{
 width: 100%;
height: 1px;
background: var(--krds-light-color-divider-gray-light, #D6E0EB); 
    padding: 0 !important;
}
.divider-vertical {
  width: 1px;
  height: 100%;
  background: var(--krds-light-color-divider-gray-light, #D6E0EB);
}
.divider-dashed {
  width: 100%;
  height: 1px;
  border-top: 1px dashed var(--krds-light-color-divider-gray-light, #D6E0EB);
  background: none; /* 배경 제거 */
}

.bg-alpha{
border: 2px solid var(--color-background-white, #FFF);
background: var(--color-alpha-base50, rgba(255, 255, 255, 0.50));
}
.bg-light-gray{
 background: var(--color-background-gray-subtler, #F4F5F6);
}
.bg-light-primary{
background: var(--color-element-primary-lighter, #ECF2FE) !important;
}
.bg-light-point{
background: var(--color-element-point-lighter, #FBEFF0) !important;
}
.outline-blue{
border: 1px solid var(--krds-color-light-primary-30, #7CA6F3);
}
.outline-gray{
border: 1px solid var(--krds-color-border-gray, #B1B8BE);
}

.outline-box{
display: flex;
padding: var(--krds-padding-card-small, 24px);
flex-direction: column;
align-items: flex-start;
gap: var(--krds-gap-7, 24px);
align-self: stretch;
border-radius: var(--krds-radius-xlarge1, 12px);
border: 1px solid var(--krds-color-light-gray-30, #C6C6C6);
}


.column{
flex-direction: column !important;
}

.scroll-no {
    overflow: hidden;
}
.w-hide {
    display: none !important;
}


.text.primary{
  color: var(--krds-color-light-text-primary, #0B50D0) !important;

}
.text.danger{
color: var(--krds-color-light-text-danger, #BD2C0F);

}

.w30p{width: 30% !important;}


.desktop-only, .t-only{
  display: none !important}

@media (769px <= width <= 1023px) {
.t-only{
  display:flex !important} 
}

@media (1024px <= width) {
.desktop-only{
  display:flex !important} 
}

.pointer{
cursor: pointer !important;
}


.h100{height: 100% !important;}


.p-empty{
	padding: 25px 0px;
	text-align: center;
	font-weight: bold;
}

.mb0 {
margin-bottom: 0 !important;
}

.transparent{
color: transparent;
}

.f-s{
    justify-content: flex-start !important;
}