@charset "UTF-8";
.ida-scope {
  color: #6A7073;
  background-color: #EFF0F3;
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}
.ida-scope html, .ida-scope body, .ida-scope div, .ida-scope span, .ida-scope applet, .ida-scope object, .ida-scope iframe,
.ida-scope h1, .ida-scope h2, .ida-scope h3, .ida-scope h4, .ida-scope h5, .ida-scope h6, .ida-scope p, .ida-scope blockquote, .ida-scope pre,
.ida-scope a, .ida-scope abbr, .ida-scope acronym, .ida-scope address, .ida-scope big, .ida-scope cite, .ida-scope code,
.ida-scope del, .ida-scope dfn, .ida-scope em, .ida-scope font, .ida-scope ins, .ida-scope kbd, .ida-scope q, .ida-scope s, .ida-scope samp,
.ida-scope small, .ida-scope strike, .ida-scope strong, .ida-scope tt, .ida-scope var,
.ida-scope dl, .ida-scope dt, .ida-scope dd, .ida-scope ol, .ida-scope ul, .ida-scope li,
.ida-scope fieldset, .ida-scope form, .ida-scope label, .ida-scope legend,
.ida-scope table, .ida-scope caption, .ida-scope tbody, .ida-scope tfoot, .ida-scope thead, .ida-scope tr, .ida-scope th, .ida-scope td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}
.ida-scope *, .ida-scope *::before, .ida-scope *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ida-scope html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.ida-scope body {
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}
.ida-scope img, .ida-scope picture, .ida-scope video, .ida-scope canvas, .ida-scope svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.ida-scope input, .ida-scope button, .ida-scope textarea, .ida-scope select {
  font: inherit;
  font-size: inherit;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.ida-scope button, .ida-scope input[type=submit], .ida-scope input[type=button], .ida-scope label {
  cursor: pointer;
}
.ida-scope ul, .ida-scope ol {
  list-style: none;
}
.ida-scope table {
  border-collapse: separate;
  border-spacing: 0;
}
.ida-scope a {
  text-decoration: none;
  color: inherit;
  outline: none;
  cursor: pointer;
}
.ida-scope .clearfix::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ida-scope .clearfix {
  zoom: 1;
}
.ida-scope html {
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.ida-scope body {
  color: #6A7073;
  background-color: #EFF0F3;
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.ida-scope h1, .ida-scope h2, .ida-scope h3, .ida-scope h4, .ida-scope h5, .ida-scope h6 {
  color: #1B1B1B;
  font-weight: bold;
  line-height: 1.3;
}
.ida-scope b, .ida-scope strong {
  color: #008CFF;
  font-weight: bold;
}
.ida-scope a:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope a:focus:not(:focus-visible),
.ida-scope button:focus:not(:focus-visible) {
  outline: none;
}
.ida-scope h1 {
  font-size: 48px;
  letter-spacing: 1px;
}
.ida-scope h2 {
  font-size: 36px;
}
.ida-scope h3 {
  font-size: 30px;
}
.ida-scope h4 {
  font-size: 24px;
}
.ida-scope h5 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .ida-scope h1 {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 1.1;
  }
  .ida-scope h2 {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 1.1;
  }
  .ida-scope h3 {
    font-size: 24px;
  }
  .ida-scope h4 {
    font-size: 20px;
  }
  .ida-scope h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope h1 {
    font-size: 30px;
  }
  .ida-scope h2 {
    font-size: 24px;
  }
  .ida-scope h3 {
    font-size: 20px;
  }
  .ida-scope h4 {
    font-size: 18px;
  }
  .ida-scope h5 {
    font-size: 16px;
  }
}
.ida-scope .container {
  max-width: 1600px;
}
.ida-scope .container-xl {
  max-width: 1360px;
}
.ida-scope .container-xls {
  max-width: 1280px;
}
.ida-scope .container-fluid {
  max-width: 100%;
}
.ida-scope .container, .ida-scope .container-xl, .ida-scope .container-xls, .ida-scope .container-fluid {
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.ida-scope .section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.ida-scope .section-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ida-scope .section-center.row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.ida-scope .padding-top-30 {
  padding-top: 30px;
}
.ida-scope .padding-top-50 {
  padding-top: 50px;
}
.ida-scope .padding-top-70 {
  padding-top: 70px;
}
.ida-scope .padding-top-110 {
  padding-top: 110px;
}
.ida-scope .padding-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}
.ida-scope .mt-20 {
  margin-top: 20px;
}
.ida-scope .mt-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .section {
    padding: 60px 0;
  }
  .ida-scope .padding-240 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .ida-scope .container,
  .ida-scope .container-s,
  .ida-scope .container-xl,
  .ida-scope .container-xls,
  .ida-scope .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .padding-top-110 {
    padding-top: 70px;
  }
  .ida-scope .padding-240 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .ida-scope .container,
  .ida-scope .container-s,
  .ida-scope .container-xl,
  .ida-scope .container-xls,
  .ida-scope .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .padding-top-110 {
    padding-top: 40px;
  }
}
.ida-scope .site-header {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
}
.ida-scope .site-header #header-accesskey {
  position: absolute;
  left: 3px;
  top: 3px;
}
.ida-scope .site-header-inner {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  max-width: 1680px;
  padding: 0px 40px;
  margin: 0 auto;
  background: #FFFFFF;
}
.ida-scope .site-header-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.ida-scope .site-header-brand a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.ida-scope .site-header-logo {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  max-height: 100%;
}
.ida-scope .site-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: auto;
}
.ida-scope .site-header-item {
  position: relative;
}
.ida-scope .site-header-link {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  padding: 6px 12px;
  border-radius: 4px;
  color: #1B1B1B;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.3s;
}
.ida-scope .site-header-nav:not(.is-open) .site-header-item-has-submenu:focus .site-header-submenu, .ida-scope .site-header-nav:not(.is-open) .site-header-item-has-submenu:focus-within .site-header-submenu, .ida-scope .site-header-nav:not(.is-open) .site-header -item-has-submenu:focus-visible .site-header-submenu {
  opacity: 1;
  transform: translate(-50%, 0);
}
.ida-scope .site-header-submenu {
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  z-index: 50;
  width: fit-content;
  display: grid;
  padding: 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -10px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.ida-scope .site-header-submenu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.ida-scope .site-header-submenu-link {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.3s, background 0.3s;
}
.ida-scope .site-header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 20px;
  position: relative;
}
.ida-scope .site-header-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #1B1B1B;
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
}
.ida-scope .site-header-search-icon {
  display: block;
  width: 28px;
  height: 28px;
  fill: none;
  background-color: currentColor;
  mask-image: var(--searchIcon, url("../src/assets/images/icon/search.svg"));
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--searchIcon, url("../src/assets/images/icon/search.svg"));
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.ida-scope .site-header-member {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  color: #FFFFFF;
  background: #00B7B3;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.ida-scope .site-header-member::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: -2;
  background: linear-gradient(90deg, #00B7B3 -68.06%, #04B0D3 13.48%, #0088F8 100%);
  transition: opacity 0.3s ease;
}
.ida-scope .site-header-member:focus, .ida-scope .site-header-member:focus-visible {
  color: #FFFFFF;
}
.ida-scope .site-header-member-menu {
  display: none;
}
.ida-scope .site-header-search-panel {
  position: absolute;
  z-index: 999;
  display: block;
  width: 291px;
  max-width: 90vw;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  top: calc(100% + 30px);
  left: 0;
  transform: translate(-90%, -10px);
  visibility: hidden;
}
.ida-scope .site-header-search-panel.is-open {
  opacity: 1;
  transform: translate(-90%, 0%);
  visibility: visible;
}
.ida-scope .site-header-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding: 6px 10px;
  border-radius: 10px;
  background: #FFFFFF;
}
.ida-scope .site-header-search-input {
  flex: 1;
  min-width: 0;
  height: 30px;
  padding: 0 10px 0 0;
  color: #1B1B1B;
  font-size: 16px;
}
.ida-scope .site-header-search-input::placeholder {
  color: #6A7073;
}
.ida-scope .site-header-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
  border-radius: 5px;
  color: #FFFFFF;
  background: #008CFF;
  cursor: pointer;
  transition: background 0.3s;
}
.ida-scope .site-header-search-submit-icon {
  display: block;
  width: 22px;
  height: 22px;
  background-color: currentColor;
  mask-image: var(--searchIcon, url("../src/assets/images/icon/search.svg"));
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--searchIcon, url("../src/assets/images/icon/search.svg"));
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.ida-scope .site-header-toggle {
  display: none;
  position: relative;
  z-index: 40;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.ida-scope .site-header-toggle span {
  position: absolute;
  left: 7px;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #1B1B1B;
  transition: top 0.3s, transform 0.3s, opacity 0.3s, background 0.3s;
}
.ida-scope .site-header-toggle span:nth-child(1) {
  top: 10px;
}
.ida-scope .site-header-toggle span:nth-child(2) {
  top: 17px;
}
.ida-scope .site-header-toggle span:nth-child(3) {
  top: 24px;
}
.ida-scope .site-header-toggle.is-open span:nth-child(1) {
  top: 17px;
  transform: rotate(45deg);
}
.ida-scope .site-header-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.ida-scope .site-header-toggle.is-open span:nth-child(3) {
  top: 17px;
  transform: rotate(-45deg);
}
.ida-scope .site-header-backdrop {
  display: none;
  position: fixed;
  z-index: 10;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
@media (hover: hover) {
  .ida-scope .site-header-link:hover {
    color: #00B7B3;
  }
  .ida-scope .site-header-toggle:hover span {
    background: #00B7B3;
  }
  .ida-scope .site-header-nav:not(.is-open) .site-header-item-has-submenu:hover .site-header-link {
    color: #00B7B3;
  }
  .ida-scope .site-header-nav:not(.is-open) .site-header-submenu-link:hover {
    color: #FFFFFF;
    background: #00B7B3;
  }
  .ida-scope .site-header-nav:not(.is-open) .site-header-item-has-submenu:hover .site-header-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
  .ida-scope .site-header-nav.is-open .site-header-submenu-link:hover {
    color: #00B7B3;
  }
  .ida-scope .site-header-nav.is-open .site-header-item-has-submenu:hover {
    opacity: 1;
  }
  .ida-scope .site-header-search:hover {
    color: #008CFF;
    transform: scale(1.08);
  }
  .ida-scope .site-header-search:focus-visible {
    outline: 2px dashed #00B7B3;
    outline-offset: 2px;
  }
  .ida-scope .site-header-search-submit:focus-visible {
    outline: 2px dashed #00B7B3;
    outline-offset: 2px;
  }
  .ida-scope .site-header-toggle:focus-visible {
    outline: 2px dashed #00B7B3;
    outline-offset: 2px;
  }
  .ida-scope .site-header-member:hover::before {
    opacity: 0;
  }
  .ida-scope .site-header-search-submit:hover {
    background: #00B7B3;
  }
}
@media only screen and (max-width: 1400px) {
  .ida-scope .site-header-inner {
    justify-content: space-between;
  }
  .ida-scope .site-header-nav {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: min(360px, 86vw);
    height: 100vh;
    padding: 96px 30px 40px;
    margin-left: 0;
    background: #FFFFFF;
    transform: translateX(100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow-y: auto;
    visibility: hidden;
  }
  .ida-scope .site-header-nav.is-open {
    transform: translateX(0);
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.14);
    visibility: visible;
  }
  .ida-scope .site-header-item {
    position: static;
  }
  .ida-scope .site-header-link {
    min-height: 1px;
  }
  .ida-scope .site-header-submenu {
    position: static;
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 8px 0 0 20px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: none;
    visibility: visible;
    pointer-events: all;
  }
  .ida-scope .site-header-submenu-link {
    padding: 8px 0;
    border-radius: 0;
    color: #6A7073;
    font-size: 17px;
  }
  .ida-scope .site-header-member-desktop {
    display: none;
    visibility: hidden;
  }
  .ida-scope .site-header-member-menu {
    display: inline-flex;
    width: 100%;
    margin-top: auto;
  }
  .ida-scope .site-header-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .ida-scope .site-header-backdrop {
    display: block;
  }
  .ida-scope .site-header-search-panel {
    left: unset;
    right: 0;
    transform: translate(0%, -10px);
  }
  .ida-scope .site-header-search-panel.is-open {
    transform: translate(0%, 0%);
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .site-header-inner {
    min-height: 64px;
    padding: 0px 20px;
  }
  .ida-scope .site-header-brand {
    flex: 1;
  }
  .ida-scope .site-header-logo {
    max-width: 210px;
  }
  .ida-scope .site-header-nav {
    gap: 16px;
    padding: 80px 20px 30px;
  }
  .ida-scope .site-header-actions {
    gap: 16px;
  }
  .ida-scope .site-header-member-desktop {
    display: none;
  }
  .ida-scope .site-header-member-menu {
    display: inline-flex;
    width: 100%;
    margin-top: auto;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .site-header-actions {
    gap: 10px;
  }
}
.ida-scope .site-footer {
  position: relative;
  z-index: 3;
  isolation: isolate;
  background: #001026;
  color: rgba(234, 246, 255, 0.78);
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.ida-scope .site-footer::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(0, 40, 255, 0) 0%, rgb(0, 178, 254) 80%, rgba(0, 140, 255, 0) 100%);
}
.ida-scope .site-footer-main {
  border-bottom: 1px solid rgba(120, 210, 255, 0.12);
}
.ida-scope .site-footer-accesskey-wrap {
  position: absolute;
  top: 12px;
  right: clamp(16px, 3vw, 24px);
  z-index: 4;
}
.ida-scope .site-footer-accesskey-wrap:focus-within {
  z-index: 60;
}
.ida-scope .site-footer-accesskey {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(214, 232, 248, 0.55);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.08em;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .ida-scope .site-footer-accesskey:hover {
    color: #00B7B3;
  }
}
.ida-scope .site-footer-accesskey:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .site-footer-accesskey-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(288px, 100vw - 32px);
  padding: 13.6px 16px;
  border: 1px solid rgba(120, 210, 255, 0.22);
  border-radius: 6px;
  background: rgba(1, 12, 30, 0.96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  color: rgba(234, 246, 255, 0.88);
  font-size: 14px;
  line-height: 1.6;
}
.ida-scope .site-footer-accesskey-panel.is-open {
  display: block;
}
.ida-scope .site-footer-accesskey-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
}
.ida-scope .site-footer-accesskey-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ida-scope .site-footer-accesskey-list li + li {
  margin-top: 5.6px;
}
.ida-scope .site-footer-accesskey-list kbd {
  display: inline-block;
  min-width: 20px;
  padding: 0.8px 5.6px;
  border: 1px solid rgba(120, 210, 255, 0.35);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
}
.ida-scope .site-footer-accesskey-close {
  margin-top: 12px;
  padding: 4px 10.4px;
  border: 1px solid rgba(120, 210, 255, 0.35);
  border-radius: 4px;
  background: transparent;
  color: rgba(234, 246, 255, 0.88);
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .ida-scope .site-footer-accesskey-close:hover {
    color: #00B7B3;
    border-color: rgba(120, 210, 255, 0.55);
  }
}
.ida-scope .site-footer-accesskey-close:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
  border-color: rgba(120, 210, 255, 0.55);
}
.ida-scope .site-footer-contact {
  min-width: 0;
}
.ida-scope .site-footer-orgs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ida-scope .site-footer .org {
  min-width: 0;
}
.ida-scope .site-footer .org-name {
  position: relative;
  margin: 0 0 13.6px;
  padding-left: 13.6px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.ida-scope .site-footer .org-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 3px;
  height: 1em;
  background: linear-gradient(180deg, #00B7B3 0%, #008CFF 100%);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 183, 179, 0.55);
}
.ida-scope .site-footer .org-meta {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7.2px;
  font-size: 14.4px;
  line-height: 1.7;
  color: rgba(214, 232, 248, 0.78);
}
.ida-scope .site-footer .org-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 9.6px;
}
.ida-scope .site-footer .org-txt {
  color: #FFFFFF;
  position: relative;
  font-size: 16px;
}
.ida-scope .site-footer-nav {
  min-width: 0;
}
.ida-scope .site-footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 16px;
}
@media only screen and (min-width: 640px) {
  .ida-scope .site-footer-nav-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .ida-scope .site-footer-nav-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 12px;
  }
}
@media only screen and (min-width: 1401px) {
  .ida-scope .site-footer-nav-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 32px 12px;
  }
}
.ida-scope .site-footer .nav-col-stack {
  min-width: 0;
}
@media only screen and (max-width: 1024px) {
  .ida-scope .site-footer .nav-col-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .ida-scope .site-footer .nav-col-stack .nav-col-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1401px) {
  .ida-scope .site-footer .nav-col-stack {
    display: contents;
  }
}
.ida-scope .site-footer .nav-col {
  min-width: 0;
}
.ida-scope .site-footer .nav-col-title {
  position: relative;
  display: inline-block;
  margin: 0 0 13.6px;
  padding-left: 13.6px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ida-scope .site-footer .nav-col-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .ida-scope .site-footer .nav-col-title a:hover {
    color: #00B7B3;
  }
}
.ida-scope .site-footer .nav-col-title a:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .site-footer .nav-col-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 3px;
  height: 1em;
  background: linear-gradient(180deg, #00B7B3 0%, #008CFF 100%);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 183, 179, 0.55);
}
@media (hover: hover) {
  .ida-scope .site-footer .nav-col-title:hover {
    color: #00B7B3;
  }
}
.ida-scope .site-footer .nav-col-title:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .site-footer .nav-col-title--static {
  cursor: default;
}
@media (hover: hover) {
  .ida-scope .site-footer .nav-col-title--static:hover {
    color: #FFFFFF;
  }
}
.ida-scope .site-footer .nav-col-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ida-scope .site-footer .nav-col-link {
  position: relative;
  display: inline-block;
  color: #CCCCCC;
  font-size: 16px;
  line-height: 1.9;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.ida-scope .site-footer .nav-col-link::before {
  content: "-";
  position: absolute;
  left: -16px;
  color: #CCCCCC;
}
@media (hover: hover) {
  .ida-scope .site-footer .nav-col-link:hover {
    color: #00B7B3;
  }
  .ida-scope .site-footer .nav-col-link:hover::before {
    color: #00B7B3;
  }
}
.ida-scope .site-footer .nav-col-link:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .site-footer-bottom {
  background: rgba(1, 12, 30, 0.55);
}
.ida-scope .site-footer .bottom-note, .ida-scope .site-footer .bottom-copy {
  margin: 0;
  font-size: 14px;
  color: #B1B1B1;
}
.ida-scope .site-footer .bottom-note {
  margin-bottom: 5.6px;
}
.ida-scope .site-footer .bottom-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  font-size: 14px;
  color: rgba(214, 232, 248, 0.55);
}
.ida-scope .site-footer .bottom-visits {
  margin: 0;
  white-space: nowrap;
  color: #B1B1B1;
}
.ida-scope .site-footer .bottom-policy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 12px;
  font-size: 14px;
  color: #B1B1B1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ida-scope .site-footer .bottom-policy li + li {
  position: relative;
  padding-left: 12px;
}
.ida-scope .site-footer .bottom-policy li + li::before {
  content: "|";
  position: absolute;
  left: 0;
  color: #B1B1B1;
}
.ida-scope .site-footer .bottom-policy a {
  color: #B1B1B1;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .ida-scope .site-footer .bottom-policy a:hover {
    color: #00B7B3;
    outline: none;
  }
}
.ida-scope .site-footer .bottom-policy a:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .site-footer .bottom-a11y-link {
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 2px;
  line-height: 0;
}
.ida-scope .site-footer .bottom-a11y-link:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(0, 228, 222, 0.55);
}
.ida-scope .site-footer .bottom-a11y {
  display: block;
  width: auto;
  height: 31px;
}
@media only screen and (max-width: 1024px) {
  .ida-scope .site-footer .nav-col-title {
    font-size: 15px;
  }
}
.ida-scope .back-to-top {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 50;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(120, 210, 255, 0.45);
  background: linear-gradient(135deg, rgba(0, 228, 222, 0.18) 0%, rgba(58, 166, 255, 0.12) 100%), rgba(1, 14, 36, 0.85);
  color: rgba(234, 246, 255, 0.92);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.92);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, border-color 0.25s ease, background 0.25s ease;
}
.ida-scope .back-to-top-ring {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1px solid rgba(0, 228, 222, 0.4);
  opacity: 0;
  pointer-events: none;
  animation: back-to-top-pulse 2.4s ease-out infinite;
}
.ida-scope .back-to-top svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
  transition: transform 0.25s ease;
}
.ida-scope .back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.ida-scope .back-to-top:hover, .ida-scope .back-to-top:focus-visible {
  border-color: #00B7B3;
  color: #FFFFFF;
  background: linear-gradient(135deg, rgba(0, 228, 222, 0.32) 0%, rgba(58, 166, 255, 0.22) 100%), rgba(1, 14, 36, 0.95);
  outline: none;
}
.ida-scope .back-to-top:hover svg, .ida-scope .back-to-top:focus-visible svg {
  transform: translateY(-2px);
}
.ida-scope .back-to-top:focus-visible {
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.6), 0 0 0 3px rgba(0, 228, 222, 0.35);
}
@keyframes back-to-top-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.ida-scope .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .ida-scope .back-to-top-ring {
    animation: none;
  }
  .ida-scope .back-to-top,
  .ida-scope .back-to-top svg,
  .ida-scope .site-footer .nav-col-link,
  .ida-scope .site-footer .nav-col-title {
    transition: none;
  }
}
.ida-scope .back-to-top {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 50;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(120, 210, 255, 0.45);
  background: linear-gradient(135deg, rgba(0, 228, 222, 0.18) 0%, rgba(58, 166, 255, 0.12) 100%), rgba(1, 14, 36, 0.85);
  color: rgba(234, 246, 255, 0.92);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.92);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, border-color 0.25s ease, background 0.25s ease;
}
.ida-scope .back-to-top-ring {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1px solid rgba(0, 228, 222, 0.4);
  opacity: 0;
  pointer-events: none;
  animation: back-to-top-pulse 2.4s ease-out infinite;
}
.ida-scope .back-to-top svg {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
  transition: transform 0.25s ease;
}
.ida-scope .back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.ida-scope .back-to-top:hover, .ida-scope .back-to-top:focus-visible {
  border-color: #00B7B3;
  color: #FFFFFF;
  background: linear-gradient(135deg, rgba(0, 228, 222, 0.32) 0%, rgba(58, 166, 255, 0.22) 100%), rgba(1, 14, 36, 0.95);
  outline: none;
}
.ida-scope .back-to-top:hover svg, .ida-scope .back-to-top:focus-visible svg {
  transform: translateY(-2px);
}
.ida-scope .back-to-top:focus-visible {
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.6), 0 0 0 3px rgba(0, 228, 222, 0.35);
}
@keyframes back-to-top-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.ida-scope .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .ida-scope .back-to-top-ring {
    animation: none;
  }
  .ida-scope .back-to-top,
  .ida-scope .back-to-top svg,
  .ida-scope .site-footer .nav-col-link,
  .ida-scope .site-footer .nav-col-title {
    transition: none;
  }
}
.ida-scope blockquote {
  position: relative;
  font-size: 24px;
  color: #1B1B1B;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 13px;
  margin-bottom: 20px;
}
.ida-scope blockquote::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: calc(100% - 8px);
  background: #008CFF;
  position: absolute;
  left: 0px;
  top: 4px;
}
.ida-scope u {
  text-underline-position: under;
}
.ida-scope .text-red {
  color: #EF7250 !important;
}
.ida-scope kbd {
  background-color: #D9D9D9;
  padding: 0px 8px;
  border-radius: 1px;
  margin: 0 2px;
  display: inline-block;
}
.ida-scope .content-page {
  font-size: 18px;
}
.ida-scope .content-page p {
  line-height: 1.7;
  margin-bottom: 10px;
}
.ida-scope .content-page strong {
  color: #1B1B1B;
  line-height: 1.5;
}
.ida-scope .content-page blockquote:not(:first-child) {
  margin-top: 20px;
}
.ida-scope .content-page ul,
.ida-scope .content-page ol {
  padding-left: 1.5em;
}
.ida-scope .content-page ul li,
.ida-scope .content-page ol li {
  line-height: 1.8em;
  margin-bottom: 4px;
}
.ida-scope .content-page ul li ul,
.ida-scope .content-page ul li ol,
.ida-scope .content-page ol li ul,
.ida-scope .content-page ol li ol {
  margin-top: 10px;
  margin-bottom: 20px;
}
.ida-scope .content-page ul li {
  list-style: initial;
}
.ida-scope .content-page ul li ul li {
  list-style: circle;
}
.ida-scope .content-page ul li ol li {
  list-style: decimal;
}
.ida-scope .content-page ol li {
  list-style: decimal;
}
.ida-scope .content-page ol li ul li {
  list-style: circle;
}
.ida-scope .content-page ol li ol li {
  list-style: decimal;
}
.ida-scope .content-page hr {
  margin: 0 0 20px 0;
}
.ida-scope .content-page hr + h1, .ida-scope .content-page hr + h2, .ida-scope .content-page hr + h3 {
  margin-top: 40px;
}
.ida-scope .content-page .mt-10 {
  margin-top: 10px;
}
.ida-scope .content-page .mb-10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .content-page {
    font-size: 17px;
  }
  .ida-scope .content-page blockquote {
    font-size: 20px;
  }
  .ida-scope .content-page p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .content-page {
    font-size: 16px;
  }
  .ida-scope .content-page blockquote {
    font-size: 18px;
  }
  .ida-scope .content-page p {
    line-height: 1.5;
  }
  .ida-scope .content-page ul li, .ida-scope .content-page ol li {
    line-height: 1.7;
  }
}
.ida-scope .no-content {
  margin: 20px auto 0;
  text-align: center;
}
.ida-scope .align-center {
  text-align: center;
}
.ida-scope .w-full {
  width: 100%;
}
.ida-scope .mlr-auto {
  margin-left: auto;
  margin-right: auto;
}
.ida-scope .mt-20 {
  margin-top: 20px;
}
.ida-scope .ovh {
  overflow: hidden;
}
.ida-scope .flex-center {
  display: flex;
  justify-content: center;
}
.ida-scope .flex-center .back {
  flex: 0 0 auto !important;
}
.ida-scope .d-f {
  display: flex !important;
}
.ida-scope .ol-tc {
  padding-left: 2em !important;
}
.ida-scope .ol-tc li {
  list-style: trad-chinese-formal !important;
}
.ida-scope .button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 12px 26px;
  border-radius: 999px;
  color: #FFFFFF;
  background: #00B7B3;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.ida-scope .button.normal {
  min-width: 160px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .button.normal {
    min-width: 120px;
  }
}
.ida-scope .button.popup-large {
  max-width: 645px;
  width: 100%;
}
.ida-scope .button.popup-large:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .button.popup-large::before {
  background: linear-gradient(90deg, #04B0D3 0%, #0088F8 100%);
}
.ida-scope .button.gray::before {
  background: linear-gradient(-90deg, #B1B1B1 0%, #6A7073 100%);
}
.ida-scope .button.center span {
  width: 100%;
  text-align: center;
}
.ida-scope .button::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: -2;
  background: linear-gradient(270deg, #008CFF 0%, #005499 100%);
  transition: opacity 0.3s ease;
}
.ida-scope .button .arrow-icon {
  transition: transform 0.3s ease;
}
.ida-scope .button:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
@media (hover: hover) {
  .ida-scope .button:hover::before {
    opacity: 0;
  }
}
.ida-scope .d-n {
  display: none;
}
.ida-scope .d-b {
  display: block;
}
@media only screen and (max-width: 998px) {
  .ida-scope .d-pad-n {
    display: none;
  }
  .ida-scope .d-pad-b {
    display: block;
  }
  .ida-scope .d-pad-if {
    display: inline-flex;
  }
}
.ida-scope html.is-scroll-locked {
  overflow: hidden;
}
.ida-scope html.is-scroll-locked body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: var(--scroll-lock-top, 0);
  left: 0;
  right: 0;
  touch-action: none;
}
.ida-scope html.is-modal-open .back-to-top-ring {
  animation-play-state: paused;
}
.ida-scope .head-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .head-row {
    flex-direction: column;
  }
}
.ida-scope .head-spacer {
  flex: 1 1 0;
  min-width: 0;
  visibility: hidden;
  pointer-events: none;
}
.ida-scope .back {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #008CFF;
  background: transparent;
  border: none;
  padding: 4px 0;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.ida-scope .back span {
  color: #333333;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .ida-scope .back:hover {
    color: #00B7B3;
  }
  .ida-scope .back:hover span {
    color: #00B7B3;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .back {
    margin-right: 15px;
  }
}
.ida-scope .back:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .back-icon {
  flex-shrink: 0;
}
.ida-scope .back--reverse {
  flex-direction: row-reverse;
  text-decoration: none;
}
.ida-scope .back--reverse .back-icon {
  transform: rotate(180deg);
}
.ida-scope .wrap-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .wrap-popup {
    padding: 16px;
  }
}
.ida-scope .popup-style .news-detail-title {
  font-size: 24px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .popup-style .news-detail-title {
    font-size: 20px;
  }
}
.ida-scope .popup-style .backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.ida-scope .popup-style .dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  outline: none;
}
.ida-scope .popup-style .panel {
  width: 100%;
  max-width: 604px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 24px;
  background: #EFF0F3;
}
@media only screen and (max-width: 998px) {
  .ida-scope .popup-style .panel {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .popup-style .panel {
    padding: 30px 20px;
  }
}
.ida-scope .popup-style .title {
  flex: 0 0 auto;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #1B1B1B;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .ida-scope .popup-style .title {
    font-size: 24px;
  }
}
.ida-scope .popup-style .desc,
.ida-scope .popup-style .captcha-hint,
.ida-scope .popup-style .footer {
  color: #546E7A;
}
.ida-scope .popup-style .desc {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.ida-scope .popup-style .two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 5px;
  column-gap: 40px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .popup-style .two-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ida-scope .popup-style .field {
  margin-bottom: 16px;
}
.ida-scope .popup-style .field.field-captcha {
  margin-bottom: 16px;
}
.ida-scope .popup-style .field.error .input-wrap::after {
  opacity: 1;
}
.ida-scope .popup-style .field.error .input {
  border-color: #EF7250;
  padding-right: 44px;
}
.ida-scope .popup-style .field.error .input:focus, .ida-scope .popup-style .field.error .input:focus-visible {
  border-color: #EF7250;
}
.ida-scope .popup-style .field.error .input:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .popup-style .field.error .field-error {
  display: block;
}
.ida-scope .popup-style .field textarea {
  resize: none !important;
}
.ida-scope .popup-style .label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #546E7A;
}
.ida-scope .popup-style .label.required::before {
  content: "*";
  color: #FF9000;
}
.ida-scope .popup-style .input-wrap {
  position: relative;
}
.ida-scope .popup-style .input-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  background-color: #EF7250;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 2.5 17.5 15.5H2.5L10 2.5Z' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M10 8v3.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='13.25' r='0.9' fill='%23000'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 2.5 17.5 15.5H2.5L10 2.5Z' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M10 8v3.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='13.25' r='0.9' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.ida-scope .popup-style .input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  color: #1B1B1B;
  background: #FFFFFF;
  transition: border-color 0.2s ease;
}
.ida-scope .popup-style .input::placeholder {
  color: #555555;
}
.ida-scope .popup-style .input:focus, .ida-scope .popup-style .input:focus-visible {
  border-color: #00B7B3;
  outline: none;
}
.ida-scope .popup-style select.input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  cursor: pointer;
}
.ida-scope .popup-style select.input:invalid {
  color: #555555;
}
.ida-scope .popup-style select.input option {
  color: #1B1B1B;
  background-color: #FFFFFF;
}
.ida-scope .popup-style .select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ida-scope .popup-style .select-arrow svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.ida-scope .popup-style .field.error .select-arrow {
  display: none;
}
.ida-scope .popup-style .field-error {
  display: none;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: #EF7250;
}
.ida-scope .popup-style .captcha {
  margin-bottom: 20px;
}
.ida-scope .popup-style .captcha-hint {
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
}
.ida-scope .popup-style .captcha-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ida-scope .popup-style .captcha-img {
  position: relative;
  max-width: 190px;
  min-height: 46px;
  width: 100%;
  height: 100%;
  padding: 0px 16px;
  border-radius: 80px;
  background: #FFFFFF;
}
.ida-scope .popup-style .captcha-img img {
  max-height: 44px;
  object-fit: contain;
  margin: auto;
}
.ida-scope .popup-style .captcha-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ida-scope .popup-style .captcha-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  background: linear-gradient(270deg, #008CFF 0%, #005499 100%);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ida-scope .popup-style .captcha-btn:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
@media (hover: hover) {
  .ida-scope .popup-style .captcha-btn:hover {
    box-shadow: 0 4px 12px rgba(0, 140, 255, 0.45);
    transform: scale(1.04);
  }
}
.ida-scope .popup-style .captcha-btn-sound {
  background: transparent;
  color: inherit;
}
.ida-scope .popup-style .captcha-btn-sound .captcha-btn-img {
  display: block;
  width: 44px;
  height: 44px;
  transition: all 0.3s ease;
}
.ida-scope .popup-style .captcha-btn-sound .captcha-btn-img--hover {
  display: none;
}
@media (hover: hover) {
  .ida-scope .popup-style .captcha-btn-sound:hover {
    box-shadow: none;
    transform: none;
  }
  .ida-scope .popup-style .captcha-btn-sound:hover .captcha-btn-img--default {
    display: none;
  }
  .ida-scope .popup-style .captcha-btn-sound:hover .captcha-btn-img--hover {
    display: block;
  }
}
.ida-scope .popup-style .footer {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.625;
}
.ida-scope .popup-style .submit {
  display: flex;
  justify-content: center;
}
.ida-scope .popup-style .submit .site-header-member {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.ida-scope .popup-style .submit .site-header-member:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
@media (hover: hover) {
  .ida-scope .popup-style .submit .site-header-member:hover::before {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ida-scope .wrap-popup .back,
  .ida-scope .wrap-popup .captcha-btn,
  .ida-scope .wrap-popup .submit .site-header-member,
  .ida-scope .btn-resend {
    transition: none;
  }
}
.ida-scope .pop-status {
  margin-bottom: 30px;
  text-align: center;
}
.ida-scope .pop-status-icon {
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto 16px;
  object-fit: contain;
}
.ida-scope .pop-status-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #00B7B3;
  line-height: 1.4;
}
.ida-scope .pop-status-desc {
  margin: 0 auto;
  max-width: 510px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  color: #546E7A;
}
.ida-scope .input-readonly {
  color: #008CFF;
  cursor: default;
  pointer-events: none;
}
.ida-scope .input-readonly:focus, .ida-scope .input-readonly:focus-visible {
  border-color: #FFFFFF;
}
.ida-scope .for-verify-email {
  color: #008CFF !important;
  font-weight: bold;
}
.ida-scope .btn-resend {
  width: 100%;
  min-height: 52px;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  color: #008CFF;
  background: #F2FFFF;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.ida-scope .btn-resend:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .btn-resend:disabled {
  cursor: not-allowed;
}
@media (hover: hover) {
  .ida-scope .btn-resend:not(:disabled):hover {
    background: rgba(0, 140, 255, 0.14);
    color: #005499;
  }
}
.ida-scope .btn-resend-text {
  color: #546E7A;
  font-weight: bold;
}
.ida-scope .btn-resend-timer {
  margin-left: 0.35em;
  color: #007781;
  font-weight: bold;
}
.ida-scope .pop-panel-head {
  margin-bottom: 32px;
}
.ida-scope .pop-panel-head.mb0 {
  margin-bottom: 0;
}
@media only screen and (max-width: 998px) {
  .ida-scope .pop-panel-head {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .pop-panel-head {
    margin-bottom: 16px;
  }
}
.ida-scope .pop-header-title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 998px) {
  .ida-scope .pop-header-title {
    max-width: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .pop-header-title {
    max-width: 280px;
    width: 100%;
  }
}
.ida-scope .pop-brand-deco {
  width: 300px;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 998px) {
  .ida-scope .pop-brand-deco {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .pop-brand-deco {
    width: 200px;
  }
}
.ida-scope .pop-brand-name {
  font-size: 36px;
  color: #105998;
}
@media only screen and (max-width: 998px) {
  .ida-scope .pop-brand-name {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .pop-brand-name {
    font-size: 28px;
  }
}
.ida-scope .pop-subtitle {
  line-height: 1.3;
  font-size: 24px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .pop-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .wrap-popup .panel--reset {
    border-radius: 24px;
  }
}
.ida-scope .input-wrap--password .input {
  padding-right: 52px;
}
.ida-scope .wrap-popup .field.error .input-wrap--password .input {
  padding-right: 44px;
}
.ida-scope .input-eye-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}
.ida-scope .input-eye-toggle:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
  border-radius: 4px;
}
.ida-scope .input-eye-toggle .input-eye-icon--close {
  display: none;
}
.ida-scope .input-eye-toggle.close .input-eye-icon--open {
  display: none;
}
.ida-scope .input-eye-toggle.close .input-eye-icon--close {
  display: block;
}
.ida-scope .wrap-popup .field.error .input-wrap--password .input-eye-toggle {
  display: none;
}
.ida-scope .pop-pw-rules {
  padding: 0;
  list-style: none;
}
.ida-scope .pop-pw-rule {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #546E7A;
}
.ida-scope .pop-pw-rule + .ida-scope .pop-pw-rule {
  margin-top: 8px;
}
.ida-scope .pop-pw-rule::before {
  flex-shrink: 0;
  content: "•";
  width: 1em;
  text-align: center;
  color: #546E7A;
  margin: -2px;
}
.ida-scope .pop-pw-rule .pop-pw-rule-icon {
  display: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  object-fit: contain;
}
.ida-scope .pop-pw-rule span {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: bold;
}
.ida-scope .pop-pw-rule.is-invalid::before {
  display: none;
}
.ida-scope .pop-pw-rule.is-invalid .pop-pw-rule-icon {
  display: block;
  margin-top: 1px;
}
.ida-scope .pop-btn-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ida-scope .pop-btn-icon-box .pop-btn-icon {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  object-fit: contain;
}
.ida-scope .wrap-popup .field-restart-reason {
  margin-bottom: 20px;
}
.ida-scope .wrap-popup .textarea {
  display: block;
  width: 100%;
  min-height: 140px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #1B1B1B;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 16px;
  resize: vertical;
  transition: border-color 0.2s ease;
}
.ida-scope .wrap-popup .textarea::placeholder {
  color: #555555;
}
.ida-scope .wrap-popup .textarea:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .wrap-popup .field.error .textarea {
  border-color: #EF7250;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 2.5 17.5 15.5H2.5L10 2.5Z' stroke='%23E53935' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M10 8v3.5' stroke='%23E53935' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='13.25' r='0.9' fill='%23E53935'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px top 16px;
  background-size: 25px 25px;
}
.ida-scope .pop-btn-end-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -7px;
  margin-bottom: 10px;
}
.ida-scope .pop-btn-end-row .back {
  flex: 0 0 auto;
}
.ida-scope .pop-login-attempt-alert {
  display: none;
  margin-bottom: 16px;
  padding: 10px 16px;
  border-radius: 8px;
  text-align: center;
  background-color: #FFF0EB;
}
.ida-scope .pop-login-attempt-alert.is-visible {
  display: block;
}
.ida-scope .pop-login-attempt-alert .text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #EF7250;
}
.ida-scope .d-txt {
  font-size: 18px;
  font-weight: 400;
  color: #1B1B1B;
  text-align: center;
}
.ida-scope .wrap-popup .deco-padding {
  padding: 10px;
}
.ida-scope .wrap-popup .panel-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.ida-scope .wrap-popup .panel-wrap.m {
  max-width: 946px;
}
.ida-scope .wrap-popup .panel-wrap.m .pop-info-wrapper {
  padding: 50px 20px;
}
.ida-scope .wrap-popup .panel-wrap.sm {
  max-width: 740px;
}
.ida-scope .wrap-popup .panel-deco {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #0088F8 0%, #00C0E9 50%, #9DE5B3 89%, #F3F995 100%);
  pointer-events: none;
}
.ida-scope .wrap-popup .pop-info-wrapper {
  position: relative;
  z-index: 1;
}
.ida-scope .wrap-popup .attachments-list {
  gap: 0px !important;
}
.ida-scope .wrap-popup .case-detail-attachments .attachment-link {
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0px;
}
@media (hover: hover) {
  .ida-scope .wrap-popup .case-detail-attachments .attachment-link:hover {
    background-color: transparent;
  }
  .ida-scope .wrap-popup .case-detail-attachments .attachment-link:hover .icon-download {
    background-color: #000000;
  }
}
.ida-scope .wrap-popup .pop-info-dismiss {
  margin-top: 24px;
  padding: 13px 20px;
  border-radius: 10px;
  background-color: #E6EBF2;
  text-align: center;
}
.ida-scope .wrap-popup .pop-info-dismiss-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  user-select: none;
}
.ida-scope .wrap-popup .pop-info-checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #F9FAFB;
  border-radius: 4px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.ida-scope .wrap-popup .pop-info-checkbox:checked {
  background-color: #008CFF;
  border-color: #008CFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}
.ida-scope .wrap-popup .pop-info-checkbox:focus:not(:focus-visible) {
  outline: none;
}
.ida-scope .wrap-popup .pop-info-checkbox:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .wrap-popup .pop-info-actions {
  margin-top: 30px;
}
.ida-scope .popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  z-index: 5;
}
.ida-scope .popup-close span {
  position: absolute;
  top: 18px;
  right: 3px;
  display: block;
  width: 34px;
  height: 4px;
  border-radius: 5px;
  background: #ADC2D3;
}
.ida-scope .popup-close span:nth-last-of-type(1) {
  transform: rotate(45deg);
}
.ida-scope .popup-close span:nth-last-of-type(2) {
  transform: rotate(-45deg);
}
.ida-scope .popup-close:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
@media (hover: hover) {
  .ida-scope .popup-close:hover span {
    background: #00B7B3;
  }
}
.ida-scope .popups-content-box {
  padding: 0 20px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .popups-content-box {
    padding: 0 10px;
  }
}
.ida-scope .popups-content {
  width: 100%;
  background: #F6F6F6;
  border-radius: 10px;
  overflow-y: auto;
  max-height: 60vh;
  padding: 20px;
  margin-bottom: 30px;
}
.ida-scope .popups-content:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .popups-content {
  /* Custom Scrollbar Styles */
}
.ida-scope .popups-content::-webkit-scrollbar {
  width: 20px;
}
.ida-scope .popups-content::-webkit-scrollbar-track {
  background-color: #EAEAEA;
  background-clip: padding-box;
  border: 10px solid transparent;
  border-radius: 10px;
}
.ida-scope .popups-content::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-radius: 10px;
}
.ida-scope .popups-content::-webkit-scrollbar-thumb:hover {
  background-color: #CCCCCC;
}
.ida-scope .popups-content {
  /* Firefox Fallback */
  scrollbar-color: #FFFFFF #EAEAEA;
}
@media only screen and (max-width: 998px) {
  .ida-scope .popups-content {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.ida-scope .popups-content h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 12.8px;
}
.ida-scope .popups-content h3.left-deco::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 3px;
  background: #008CFF;
  margin-right: 10px;
  vertical-align: -4px;
}
.ida-scope .popups-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .popups-content p {
    margin-bottom: 10px;
  }
}
.ida-scope .form-page .news-detail-wrapper {
  padding: 0 !important;
}
.ida-scope .form-page .form-sec {
  padding: 50px 60px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .form-page .form-sec {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .form-page .form-sec {
    padding: 30px 20px;
  }
}
.ida-scope .form-page .form-sec .news-detail-title {
  margin-bottom: 0;
}
.ida-scope .form-page .form-sec.line-bottom {
  border-bottom: 2px solid #EFF0F3;
}
.ida-scope .form-page .form-sec input, .ida-scope .form-page .form-sec select {
  background: #F6F6F6;
}
.ida-scope .form-checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.ida-scope .form-checkbox-label span {
  font-size: 16px;
  font-weight: 500;
  color: #546E7A;
}
@media only screen and (max-width: 767px) {
  .ida-scope .form-checkbox-label span {
    width: 180px;
  }
}
.ida-scope .form-checkbox-label span a {
  color: #008CFF;
  text-decoration: underline;
  font-weight: 500;
}
.ida-scope .form-checkbox-label span a:hover {
  color: #005499;
}
.ida-scope .form-checkbox {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC !important;
  border-radius: 4px !important;
  background-color: #FFFFFF !important;
  cursor: pointer;
  appearance: none !important;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.ida-scope .form-checkbox:checked {
  background-color: #008CFF !important;
  border-color: #008CFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 12px 10px !important;
}
.ida-scope .form-checkbox:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .systems-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 16px;
  column-gap: 40px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .systems-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ida-scope .systems-grid-full {
  grid-column: span 2;
}
@media only screen and (max-width: 998px) {
  .ida-scope .systems-grid-full {
    grid-column: span 1;
  }
}
.ida-scope .f-bg {
  width: 100%;
  height: 100%;
  background: url("../images/popup/fbg-pc.jpg") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .ida-scope .f-bg {
    background: url("../images/popup/fbg-pm.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (max-width: 998px) {
  .ida-scope .f-bg {
    background: url("../images/popup/fbg-padn.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .f-bg {
    background: url("../images/popup/fbg-mb.jpg") no-repeat top center;
    background-size: cover;
  }
}
.ida-scope .page-banner {
  position: relative;
  overflow: hidden;
  height: auto;
}
.ida-scope .page-banner #banner-accesskey {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(152, 158, 164, 0.55);
}
.ida-scope .page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66%;
  height: 100%;
  background: url("../img/ida_news/PageImage-00.png") center/cover no-repeat;
  border-radius: 0 150px 150px 0;
}
.ida-scope .page-banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1360px;
  height: 282px;
  margin: 0 auto;
  padding: 30px 40px;
  display: flex;
  align-items: center;
}
.ida-scope .page-banner-content {
  position: relative;
  color: #FFFFFF;
}
.ida-scope .page-banner-en {
  position: absolute;
  left: 0;
  top: -52px;
  color: #012b4b;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35);
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  paint-order: stroke fill;
  white-space: nowrap;
}
.ida-scope .page-banner-title {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.ida-scope .page-banner-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F5F5F5;
  font-size: 1em;
  z-index: 2;
  position: relative;
}
.ida-scope .page-banner-breadcrumb ol a, .ida-scope .page-banner-breadcrumb ol span {
  color: inherit;
  transition: color 0.3s ease;
}
.ida-scope .page-banner-breadcrumb ol li:not(:first-child) > *::before {
  content: "-";
  margin-right: 8px;
}
.ida-scope .page-banner-media {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50vw;
  height: 232px;
  border-radius: 150px 0 150px 150px;
}
.ida-scope .page-banner-media.page-news {
  background: url("../img/ida_news/PageImage-01.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-case {
  background: url("../img/ida_news/PageImage-02.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-govinfo {
  background: url("../img/ida_news/PageImage-03.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-tools {
  background: url("../img/ida_news/PageImage-04.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-downloads {
  background: url("../img/ida_news/PageImage-05.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-activity {
  background: url("../img/ida_news/PageImage-14.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-links {
  background: url("../img/ida_news/PageImage-07.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-privacy {
  background: url("../img/ida_news/PageImage-08.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-copyright {
  background: url("../img/ida_news/PageImage-09.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-sitemap {
  background: url("../img/ida_news/PageImage-10.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-search {
  background: url("../img/ida_news/PageImage-11.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-programs {
  background: url("../img/ida_news/PageImage-12.jpg") center/cover no-repeat;
}
.ida-scope .page-banner-media.page-applies {
  background: url("../img/ida_news/PageImage-13.jpg") center/cover no-repeat;
}
@media (hover: hover) {
  .ida-scope .page-banner-breadcrumb a:hover {
    color: #00B7B3;
  }
}
@media only screen and (max-width: 998px) {
  .ida-scope .page-banner::before {
    width: 100%;
    border-radius: 0 0 110px 0;
    background-position: 0% 0%;
  }
  .ida-scope .page-banner-inner {
    align-items: self-end;
    height: 340px;
  }
  .ida-scope .page-banner-en {
    top: -38px;
    font-size: 3em;
  }
  .ida-scope .page-banner-breadcrumb {
    font-size: 0.875em;
  }
  .ida-scope .page-banner-breadcrumb ol {
    flex-wrap: wrap;
  }
  .ida-scope .page-banner-media {
    width: 75%;
    height: 180px;
    border-radius: 110px 0 0 110px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .page-banner::before {
    border-radius: 0 0 80px 0;
  }
  .ida-scope .page-banner-inner {
    height: 300px;
  }
  .ida-scope .page-banner-en {
    top: -36px;
    font-size: 2.75em;
  }
  .ida-scope .page-banner-title {
    margin-bottom: 20px;
  }
  .ida-scope .page-banner-breadcrumb {
    font-size: 0.8125em;
  }
  .ida-scope .page-banner-media {
    width: 84%;
    height: 150px;
    border-radius: 80px 0 0 80px;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .page-banner-en {
    font-size: 2.5em;
    white-space: normal;
  }
}
.ida-scope .news-sidebar {
  width: 100%;
  max-width: 293px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.ida-scope .news-sidebar::before {
  content: "";
  background: linear-gradient(270deg, #008CFF 0%, #005499 100%);
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 239px;
  left: 0;
  top: 0;
  z-index: -1;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
}
.ida-scope .news-sidebar.case-sidebar::before {
  height: 122px;
}
.ida-scope .news-sidebar.tools-sidebar::before {
  height: 164px;
}
.ida-scope .news-sidebar #sidebar-accesskey {
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.15);
}
.ida-scope .news-sidebar-title {
  color: #FFFFFF;
  text-align: center;
  padding: 24px 0 16px;
  margin: 0;
}
.ida-scope .news-sidebar-body {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1019607843);
  transform: translateX(11px);
}
.ida-scope .news-sidebar-body .sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.ida-scope .news-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ida-scope .news-sidebar-item {
  color: #6A7073;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .ida-scope .news-sidebar-item:hover {
    color: #1B1B1B;
  }
}
.ida-scope .news-sidebar-item:focus, .ida-scope .news-sidebar-item:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
.ida-scope .news-sidebar-item .sidebar-link:focus, .ida-scope .news-sidebar-item .sidebar-link:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
  color: #1B1B1B;
}
.ida-scope .news-sidebar-item.active {
  color: #1B1B1B;
  font-weight: bold;
}
.ida-scope .news-sidebar-item.active .icon-radio {
  background-color: #008CFF;
}
.ida-scope .news-sidebar-item.active .icon-radio::after {
  transform: scale(1);
}
.ida-scope .news-sidebar .news-mobile-select {
  display: none;
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
  transform: translateX(11px);
}
.ida-scope .news-sidebar .news-mobile-select .news-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px 44px 10px 16px;
  font-size: 18px;
  color: #1B1B1B;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s;
}
.ida-scope .news-sidebar .news-mobile-select .news-select:focus {
  border-color: #008CFF;
}
.ida-scope .news-sidebar .news-mobile-select .news-select:invalid,
.ida-scope .news-sidebar .news-mobile-select .news-select option[value=""] {
  color: #6A7073;
}
.ida-scope .news-sidebar .news-mobile-select .news-select option {
  color: #1B1B1B;
}
.ida-scope .news-sidebar .news-mobile-select .icon-arrow-down {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #1B1B1B;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 998px) {
  .ida-scope .news-sidebar .news-sidebar-body {
    display: none;
  }
  .ida-scope .news-sidebar .news-mobile-select {
    display: block;
  }
  .ida-scope .news-sidebar::before, .ida-scope .news-sidebar.case-sidebar::before, .ida-scope .news-sidebar.tools-sidebar::before {
    border-radius: 16px;
    height: 144px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-sidebar-body {
    border-radius: 16px;
  }
}
.ida-scope .icon-radio {
  width: 12px;
  height: 12px;
  border: 2px solid #008CFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s;
}
.ida-scope .news-list-section {
  background-color: #EFF0F3;
}
.ida-scope .news-list-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .news-list-layout {
    flex-direction: column;
    align-items: center;
  }
}
.ida-scope .news-content {
  flex: 1;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 998px) {
  .ida-scope .news-content {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-content {
    padding: 32px 24px;
  }
}
.ida-scope .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ida-scope .news-item {
  padding: 30px 0;
  border-bottom: 2px solid #DDDDDD;
  position: relative;
}
.ida-scope .news-item:first-child {
  padding-top: 0;
}
.ida-scope .news-item::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #008CFF;
  transition: width 0.3s ease;
}
@media (hover: hover) {
  .ida-scope .news-item:hover::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-item {
    padding: 24px 0;
  }
}
.ida-scope .news-item-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-item-meta {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.ida-scope .news-item .news-date {
  color: #333333;
}
.ida-scope .news-item .news-tag {
  padding: 3px 16px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
}
.ida-scope .news-item .news-tag--teal {
  background: #00B7B3;
}
.ida-scope .news-item .news-tag--blue {
  background: #008CFF;
}
.ida-scope .news-item .news-tag--green {
  background: #4BA23A;
}
.ida-scope .news-item .news-tag--olive {
  background: #AAB534;
}
.ida-scope .news-item .news-tag--cyan {
  background: #00BDE8;
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-item .news-tag {
    font-size: 14px;
    padding: 2px 12px;
  }
}
.ida-scope .news-item-title {
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}
.ida-scope .news-item-title a {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-item-title {
    font-size: 16px;
  }
}
.ida-scope .news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.ida-scope .news-pagination .btn-page {
  width: 56px;
  height: 34px;
  border: 1px solid #D9D9D9;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1B1B1B;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.ida-scope .news-pagination .page-info {
  font-weight: 500;
  color: #1B1B1B;
  font-size: 18px;
}
@media (hover: hover) {
  .ida-scope .news-pagination .btn-page:hover {
    border-color: #00B7B3;
    color: #FFFFFF;
    background: #00B7B3;
  }
  .ida-scope .news-pagination .btn-page:focus, .ida-scope .news-pagination .btn-page:focus-visible {
    outline: 2px dashed #00B7B3;
    outline-offset: 2px;
    border-color: #00B7B3;
    color: #FFFFFF;
    background: #00B7B3;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-pagination {
    gap: 16px;
  }
  .ida-scope .news-pagination .page-info {
    font-size: 16px;
  }
}
.ida-scope .news-detail-layout {
  display: flex;
  flex-direction: column;
}
.ida-scope .news-detail-wrapper {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 50px 60px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 998px) {
  .ida-scope .news-detail-wrapper {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-detail-wrapper {
    padding: 30px 20px;
  }
}
.ida-scope .news-detail-header {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.ida-scope .news-detail-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.ida-scope .news-detail-title::after {
  content: "";
  display: block;
  width: 93px;
  height: 3px;
  background-color: #008CFF;
  margin: 16px auto 0;
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-detail-title::after {
    width: 72px;
  }
}
.ida-scope .news-detail-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #333333;
  flex-wrap: wrap;
  gap: 16px;
}
.ida-scope .news-detail-meta .meta-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ida-scope .news-detail-meta .meta-info .divider {
  color: #333333;
}
.ida-scope .news-detail-meta .meta-share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ida-scope .news-detail-meta .meta-share .share-label {
  margin-right: 0px;
  font-size: 18px;
  font-weight: 500;
}
.ida-scope .news-detail-meta .meta-share .share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background-color: #CCCCCC;
  text-decoration: none;
  transition: opacity 0.3s;
  overflow: hidden;
}
@media (hover: hover) {
  .ida-scope .news-detail-meta .meta-share .share-icon:hover {
    opacity: 0.7;
  }
}
.ida-scope .news-detail-meta .meta-share .share-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }
  .ida-scope .news-detail-meta .meta-share .share-label {
    font-size: 16px;
  }
  .ida-scope .news-detail-meta .meta-info {
    flex-wrap: wrap;
  }
}
.ida-scope .news-detail-content {
  color: #1B1B1B;
  line-height: 1.8;
}
.ida-scope .news-detail-content p {
  margin-bottom: 10px;
  text-align: justify;
}
.ida-scope .news-detail-content .content-list {
  display: flex;
  flex-direction: column;
}
.ida-scope .news-detail-content .list-item {
  margin-bottom: 14px;
  display: block;
}
.ida-scope .news-detail-content .list-item strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.ida-scope .news-detail-content .list-item:last-child {
  margin-bottom: 0;
}
.ida-scope .news-detail-content .list-item p {
  margin-bottom: 0;
  padding-left: 36px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-detail-content .list-item {
    margin-bottom: 10px;
  }
  .ida-scope .news-detail-content .list-item strong {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .ida-scope .news-detail-content .list-item p {
    padding-left: 32px;
  }
}
.ida-scope .news-detail-footer-date {
  text-align: right;
  font-size: 16px;
  color: #333333;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #DDDDDD;
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-detail-footer-date {
    font-size: 14px;
    padding: 16px 0;
    margin-top: 30px;
  }
}
.ida-scope .news-detail-attachments .attachments-title {
  margin-bottom: 20px;
}
.ida-scope .news-detail-attachments .attachments-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ida-scope .news-detail-attachments .attachments-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ida-scope .news-detail-attachments .attachment-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #F8F8F8;
  border-radius: 10px;
  text-decoration: none;
  color: #1B1B1B;
  transition: background-color 0.3s ease;
  gap: 12px;
}
.ida-scope .news-detail-attachments .attachment-link > svg {
  flex-shrink: 0;
}
.ida-scope .news-detail-attachments .attachment-link .icon-download {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: #000000;
  -webkit-mask-image: var(--downloadIcon);
  mask-image: var(--downloadIcon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.3s ease;
}
.ida-scope .news-detail-attachments .attachment-link .icon-download.icon-book {
  -webkit-mask-image: var(--bookIcon);
  mask-image: var(--bookIcon);
}
.ida-scope .news-detail-attachments .attachment-link .icon-download.icon-window {
  -webkit-mask-image: var(--newWindowIcon);
  mask-image: var(--newWindowIcon);
}
.ida-scope .news-detail-attachments .attachment-link .icon-download.icon-video {
  -webkit-mask-image: var(--videoIcon);
  mask-image: var(--videoIcon);
}
.ida-scope .news-detail-attachments .attachment-link .date-time {
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
  min-width: 80px;
}
@media (hover: hover) {
  .ida-scope .news-detail-attachments .attachment-link:hover {
    background-color: #E2F5F5;
  }
  .ida-scope .news-detail-attachments .attachment-link:hover .icon-download {
    background-color: #00B7B3;
  }
}
.ida-scope .news-detail-attachments .attachment-link .file-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.ida-scope .news-detail-attachments .attachment-link .file-info img {
  width: 28px;
  height: 28px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .ida-scope .news-detail-attachments .attachments-title {
    margin-bottom: 16px;
  }
  .ida-scope .news-detail-attachments .attachment-link {
    padding: 8px 16px;
  }
  .ida-scope .news-detail-attachments .attachment-link .icon-download {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
  .ida-scope .news-detail-attachments .attachment-link .file-info {
    font-size: 16px;
  }
  .ida-scope .news-detail-attachments .attachment-link .date-time {
    font-size: 13px;
    margin-right: 2px;
    min-width: 74px;
  }
}
.ida-scope .news-detail-actions {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ida-scope .news-content-container {
  flex: 1;
  width: 100%;
}
.ida-scope .filter-search-form {
  width: 100%;
  margin-bottom: 20px;
}
.ida-scope .filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .filter-group {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.ida-scope .filter-select,
.ida-scope .filter-input {
  height: 48px;
  border: 1px solid #F8F8F8;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #333333;
  outline: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.ida-scope .filter-select:focus-visible,
.ida-scope .filter-input:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
  color: #333333;
}
.ida-scope .filter-select:focus,
.ida-scope .filter-input:focus {
  background-color: #F8F8F8;
  border-color: #CCCCCC;
  color: #333333;
}
@media (hover: hover) {
  .ida-scope .filter-select:hover,
  .ida-scope .filter-input:hover {
    background-color: #F8F8F8;
    border-color: #CCCCCC;
  }
}
.ida-scope .filter-select-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 36%;
}
@media only screen and (max-width: 767px) {
  .ida-scope .filter-select-wrapper {
    width: 100%;
  }
}
.ida-scope .filter-select-wrapper .filter-select {
  width: 100%;
  appearance: none;
  padding-right: 40px;
  cursor: pointer;
}
.ida-scope .filter-select-wrapper .icon-arrow-down {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  pointer-events: none;
}
.ida-scope .filter-input {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .ida-scope .filter-input {
    width: calc(100% - 16px - 48px);
  }
}
.ida-scope .filter-input::placeholder {
  color: #6A7073;
}
.ida-scope .filter-submit-btn {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #008CFF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  outline: none;
}
@media (hover: hover) {
  .ida-scope .filter-submit-btn:hover {
    background-color: #00B7B3;
  }
}
.ida-scope .filter-submit-btn:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
  background-color: #00B7B3;
}
.ida-scope .icon-search {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  -webkit-mask-image: var(--searchIcon);
  mask-image: var(--searchIcon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.ida-scope .text-wrapper .date-tag {
  font-size: 14px;
  color: #008CFF;
  font-weight: 500;
  transition: color 0.3s ease;
}
.ida-scope .text-wrapper .case-title {
  font-size: 18px;
  color: #1B1B1B;
  font-weight: 500;
  display: block;
}
.ida-scope .btn-download {
  width: 36px;
  min-width: 36px;
  height: 30px;
  border-radius: 20px;
  background: #008CFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FFFFFF;
  transition: background 0.3s ease, color 0.3s ease;
}
.ida-scope .case-link {
  gap: 16px;
}
@media (hover: hover) {
  .ida-scope .case-link:hover .date-tag {
    color: #00B7B3;
  }
  .ida-scope .case-link:hover .btn-download {
    background: #00B7B3;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .text-wrapper .date-tag {
    font-size: 13px;
  }
  .ida-scope .text-wrapper .case-title {
    font-size: 16px;
  }
  .ida-scope .btn-download {
    width: 32px;
    min-width: 32px;
    height: 26px;
  }
}
.ida-scope .news-detail-header.case-detail-header {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.ida-scope .news-detail-attachments.case-detail-attachments .file-info {
  font-weight: 500;
  color: #1B1B1B;
}
.ida-scope .news-detail-attachments.case-detail-attachments .date-time {
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .ida-scope .news-detail-attachments.case-detail-attachments .file-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.ida-scope .filter-search-form.simple-form {
  margin-bottom: 30px;
}
.ida-scope .filter-search-form.simple-form .filter-group {
  justify-content: center;
  flex-wrap: nowrap;
}
.ida-scope .filter-search-form.simple-form .filter-input {
  max-width: 578px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .filter-search-form.simple-form .filter-group {
    flex-direction: row;
    gap: 10px;
  }
}
.ida-scope .event-header {
  text-align: center;
  margin-bottom: 40px;
}
.ida-scope .event-header .category-badge {
  display: inline-block;
  background-color: #00B7B3;
  color: #FFFFFF;
  padding: 3px 16px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.ida-scope .event-header .event-title {
  margin-bottom: 20px;
}
.ida-scope .event-header .event-tags {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.ida-scope .event-header .event-tags span {
  color: #333333;
  font-size: 16px;
}
.ida-scope .event-header .event-views {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #333333;
  font-size: 16px;
}
.ida-scope .event-header .event-views .icon-eye {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-image: var(--eyeIcon, url("../src/assets/images/icon/eye.svg"));
  mask-image: var(--eyeIcon, url("../src/assets/images/icon/eye.svg"));
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media only screen and (max-width: 767px) {
  .ida-scope .event-header {
    margin-bottom: 30px;
  }
  .ida-scope .event-header .category-badge {
    font-size: 14px;
    padding: 2px 14px;
    border-radius: 4px;
  }
  .ida-scope .event-header .event-tags {
    gap: 6px;
  }
  .ida-scope .event-header .event-tags span {
    font-size: 14px;
  }
  .ida-scope .event-header .event-views {
    font-size: 14px;
  }
  .ida-scope .event-header .event-views .icon-eye {
    width: 20px;
    height: 20px;
  }
}
.ida-scope .info-section .info-section-title {
  border-bottom: 1px solid #DDDDDD;
}
.ida-scope .info-section .info-section-title .accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 16px 0;
  color: #333333;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  border-bottom: 1px solid #EEEEEE;
}
@media only screen and (max-width: 767px) {
  .ida-scope .info-section .info-section-title .accordion-trigger {
    padding: 12px 0;
  }
}
.ida-scope .info-section .info-section-title .accordion-trigger .icon-chevron {
  color: #333333;
  transition: transform 0.3s ease;
  transition: color 0.3s ease;
}
.ida-scope .info-section .info-section-title .accordion-trigger:focus-visible {
  outline: 2px dashed #00B7B3;
  outline-offset: 2px;
}
@media (hover: hover) {
  .ida-scope .info-section .info-section-title:hover .title-text {
    color: #00B7B3;
  }
  .ida-scope .info-section .info-section-title:hover .icon-chevron {
    color: #00B7B3;
  }
}
.ida-scope .info-section .title-text {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.ida-scope .info-section .title-text::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 24px;
  background-color: #008CFF;
  margin-right: 8px;
}
.ida-scope .info-section .info-section-content {
  padding: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .info-section .info-section-content {
    padding: 16px 0 8px;
  }
}
.ida-scope .info-section .info-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-radius: 1px;
  overflow: hidden;
}
.ida-scope .info-section .info-list .info-row {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .ida-scope .info-section .info-list .info-row {
    flex-direction: column;
  }
}
.ida-scope .info-section .info-list .info-row dt {
  width: 14%;
  background-color: #015694;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  flex-shrink: 0;
  min-width: 120px;
}
.ida-scope .info-section .info-list .info-row dd {
  flex-grow: 1;
  background-color: #E8F1F8;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  line-height: 1.7;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ida-scope .info-section .info-list .info-row dt, .ida-scope .info-section .info-list .info-row dd {
    font-size: 16px;
    padding: 4px 16px;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .info-section .info-list .info-row dt {
    width: 100%;
    justify-content: flex-start;
  }
}
.ida-scope .accordion-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.ida-scope .accordion-wrapper.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}
.ida-scope .accordion-inner {
  overflow: hidden;
}
.ida-scope .accordion-trigger[aria-expanded=false] .icon-chevron {
  transform: rotate(180deg);
}
.ida-scope .rich-text ol {
  padding-left: 1.5em;
  margin-bottom: 28px;
}
.ida-scope .rich-text ol li {
  margin-bottom: 10px;
}
.ida-scope .rich-text ol.pl-30 {
  padding-left: 1.875em;
}
.ida-scope .rich-text ol.pl-60 {
  padding-left: 3.75em;
}
@media only screen and (max-width: 767px) {
  .ida-scope .rich-text ol.pl-30 {
    padding-left: 1.25em;
  }
  .ida-scope .rich-text ol.pl-60 {
    padding-left: 2em;
  }
}
.ida-scope .event-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .event-actions {
    gap: 24px;
    margin-top: 12px;
  }
}
.ida-scope .button.secondary::before {
  background: linear-gradient(90deg, #04B0D3 0%, #0099F8 100%);
}
.ida-scope .rich-text .sitemap-list {
  counter-reset: section;
  list-style-type: none;
  padding-left: 8px;
}
.ida-scope .rich-text .sitemap-list > li {
  counter-increment: section;
  list-style: none;
}
.ida-scope .rich-text .sitemap-list > li::before {
  content: counter(section) ". ";
  margin-right: 8px;
}
.ida-scope .rich-text .sitemap-list ol {
  counter-reset: subsection;
  list-style-type: none;
  padding-left: 32px;
}
.ida-scope .rich-text .sitemap-list ol > li {
  counter-increment: subsection;
  list-style: none;
}
.ida-scope .rich-text .sitemap-list ol > li::before {
  content: counter(section) "-" counter(subsection) ". ";
  margin-right: 8px;
}
.ida-scope .rich-text .sitemap-list a {
  color: #008CFF;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .ida-scope .rich-text .sitemap-list a:hover {
    color: #00B7B3;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .rich-text .sitemap-list {
    padding-left: 6px;
  }
  .ida-scope .rich-text .sitemap-list ol {
    padding-left: 28px;
  }
}
.ida-scope .search-wrapper .filter-search-form .filter-input {
  background-color: #EFF0F3;
  max-width: 100%;
}
.ida-scope .plan-intro-layout {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 30px;
}
.ida-scope .plan-card {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 0px 55px 0px 0;
  margin-left: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 0px 0px var(--theme-color);
}
.ida-scope .plan-card .plan-card-media {
  width: 427px;
  flex-shrink: 0;
  margin: -30px 0 0px -30px;
}
.ida-scope .plan-card .plan-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.ida-scope .plan-card .plan-card-body {
  flex: 1;
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
}
.ida-scope .plan-card .plan-card-body .content-page ol li, .ida-scope .plan-card .plan-card-body .content-page ul li {
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .ida-scope .plan-card.reverse {
    flex-direction: row-reverse;
    padding: 0px 0px 0px 55px;
    margin-left: 0;
    margin-right: 30px;
  }
  .ida-scope .plan-card.reverse .plan-card-media {
    margin: -30px -30px 0px 0px;
  }
}
@media only screen and (max-width: 998px) {
  .ida-scope .plan-card .plan-card-media {
    width: 286px;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .plan-card {
    flex-direction: column;
    padding: 0 30px;
    gap: 30px;
    margin-left: 0;
  }
  .ida-scope .plan-card .plan-card-media {
    width: 100%;
    max-width: 380px;
    margin: -30px auto 0;
  }
  .ida-scope .plan-card .plan-card-body {
    margin: 0 0 20px;
  }
  .ida-scope .plan-card .plan-card-body .content-page ol li, .ida-scope .plan-card .plan-card-body .content-page ul li {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .plan-card {
    padding: 0 20px;
  }
}
.ida-scope .plan-card-badge {
  background-color: var(--theme-color);
  width: 100%;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 30px;
  margin: 0 0px 32px 0;
  display: inline-block;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .plan-card-badge {
    font-size: 20px;
    padding: 8px 20px;
    margin: 0 0 24px 0;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .plan-card-badge .plan-card-badge {
    font-size: 18px;
  }
}
.ida-scope .anchor-nav {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.ida-scope .anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ida-scope .anchor-nav .anchor-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1B1B1B;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .ida-scope .anchor-nav .anchor-link:hover {
    color: #00B7B3;
  }
  .ida-scope .anchor-nav .anchor-link:hover .icon-arrow-down {
    background-color: #00B7B3;
  }
}
.ida-scope .anchor-nav .anchor-link .icon-arrow-down {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #008CFF;
  border-radius: 100px;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
}
.ida-scope .anchor-nav .anchor-link .icon-arrow-down svg {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .anchor-nav {
    padding: 16px 16px;
    margin-bottom: 30px;
  }
  .ida-scope .anchor-nav ul {
    gap: 12px 24px;
  }
  .ida-scope .anchor-nav .anchor-link {
    font-size: 18px;
    gap: 6px;
  }
}
.ida-scope .apply-card {
  box-shadow: 0px -5px 0px 0px var(--theme-color);
  margin-top: 68px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 60px 60px 50px;
  color: #333333;
}
.ida-scope .apply-card.theme-teal {
  --theme-color: #00CCC7;
  --theme-bg: #E2F5F5;
}
.ida-scope .apply-card.theme-blue {
  --theme-color: #1595FF;
  --theme-bg: #E3F2FF;
}
@media only screen and (max-width: 767px) {
  .ida-scope .apply-card {
    padding: 50px 30px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .apply-card {
    padding: 50px 20px 30px;
  }
}
.ida-scope .apply-card p a {
  color: #008CFF;
  transition: color 0.3s ease;
  text-decoration: underline;
}
@media (hover: hover) {
  .ida-scope .apply-card p a:hover {
    color: #00B7B3;
  }
}
.ida-scope .plan-card-badge.center-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--theme-color);
  color: #FFFFFF;
  padding: 12px 30px;
  border-radius: 20px;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ida-scope .plan-card-badge.center-badge {
    padding: 10px 24px;
  }
}
.ida-scope .callout-block {
  background-color: var(--theme-bg);
  color: #333333;
  text-align: center;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.ida-scope .callout-block p {
  margin: 0;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ida-scope .callout-block {
    padding: 16px 20px;
  }
  .ida-scope .callout-block p {
    line-height: 1.6;
    font-size: 16px;
  }
}
.ida-scope hr.divider {
  border: 0;
  border-top: 1px solid #DDDDDD;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .ida-scope hr.divider {
    margin: 30px 0;
  }
}
.ida-scope .contact-section .contact-title {
  margin-bottom: 20px;
}
.ida-scope .contact-section .contact-name {
  color: #1B1B1B;
}
.ida-scope .contact-section .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .contact-section .contact-list {
    font-size: 17px;
  }
}
.ida-scope .contact-section .contact-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  color: #333333;
}
.ida-scope .contact-section .icon-contact {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #333333;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.3s;
}
.ida-scope .contact-section .icon-contact.icon-phone {
  -webkit-mask-image: url("../img/ida_news/icon/phone.svg");
  mask-image: url("../img/ida_news/icon/phone.svg");
}
.ida-scope .contact-section .icon-contact.icon-email {
  -webkit-mask-image: url("../img/ida_news/icon/email.svg");
  mask-image: url("../img/ida_news/icon/email.svg");
}
@media only screen and (max-width: 767px) {
  .ida-scope .contact-section .icon-contact {
    width: 20px;
    height: 20px;
  }
}
.ida-scope .contact-section .contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: color 0.3s;
}
@media (hover: hover) {
  .ida-scope .contact-section .contact-link:hover {
    color: #00B7B3;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .contact-section .contact-link {
    gap: 6px;
  }
}
.ida-scope .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .ida-scope .info-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ida-scope .section-404 {
  height: 85vh;
  max-height: 100vh;
  padding: 130px 30px;
  background: linear-gradient(90deg, #011D40 0%, #005296 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .ida-scope .section-404 {
    height: 75vh;
    padding: 90px 10px;
  }
}
.ida-scope .section-404 .decoration-gear {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.ida-scope .section-404 .decoration-gear img {
  position: absolute;
  max-width: none;
}
.ida-scope .section-404 .decoration-gear {
  /* 1. left-botom gear */
}
.ida-scope .section-404 .decoration-gear .gear-1 {
  left: 0;
  bottom: 0;
  width: 40%;
  max-width: 1000px;
}
.ida-scope .section-404 .decoration-gear {
  /* 2. right-top gear */
}
.ida-scope .section-404 .decoration-gear .gear-2 {
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1600px;
  transform: translate(45%, -45%);
}
.ida-scope .section-404 .decoration-gear {
  /* 3 & 4. spin gear */
}
.ida-scope .section-404 .decoration-gear .gear-3,
.ida-scope .section-404 .decoration-gear .gear-4 {
  top: 5%;
  right: 23%;
  width: 25%;
  max-width: 320px;
  opacity: 0;
  animation: fadeInGear 1s ease-out forwards, spinGear 30s linear infinite;
}
.ida-scope .section-404 .decoration-gear .gear-3 {
  z-index: 2;
}
.ida-scope .section-404 .decoration-gear .gear-4 {
  z-index: 1;
  right: calc(23% + 16px);
  top: calc(5% - 28px);
}
@media only screen and (max-width: 1440px) {
  .ida-scope .section-404 .decoration-gear .gear-1 {
    max-width: 600px;
  }
  .ida-scope .section-404 .decoration-gear .gear-2 {
    max-width: 1000px;
  }
  .ida-scope .section-404 .decoration-gear .gear-3, .ida-scope .section-404 .decoration-gear .gear-4 {
    max-width: 260px;
    right: 12%;
  }
  .ida-scope .section-404 .decoration-gear .gear-4 {
    right: calc(12% + 16px);
  }
}
@media only screen and (max-width: 767px) {
  .ida-scope .section-404 .decoration-gear .gear-1 {
    width: 60%;
  }
  .ida-scope .section-404 .decoration-gear .gear-2 {
    width: 130%;
  }
  .ida-scope .section-404 .decoration-gear .gear-3, .ida-scope .section-404 .decoration-gear .gear-4 {
    max-width: 260px;
    right: 0%;
  }
  .ida-scope .section-404 .decoration-gear .gear-4 {
    right: calc(0% + 16px);
  }
}
@keyframes fadeInGear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spinGear {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ida-scope .container-404 {
  width: 100%;
  padding: 50px 60px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .ida-scope .container-404 {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .container-404 {
    padding: 40px 20px;
  }
}
.ida-scope .title-404-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
}
.ida-scope .title-404-inner .title-404-back {
  position: absolute;
  top: -4px;
  color: #008CFF;
  -webkit-text-fill-color: #ccdae5;
  -webkit-text-stroke: 1px #008CFF;
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  paint-order: stroke fill;
  white-space: nowrap;
}
.ida-scope .title-404-inner .title-404-front {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #00C9C5 0%, #0088F8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  color: #008CFF;
  font-size: 96px;
}
@media only screen and (max-width: 767px) {
  .ida-scope .title-404-inner {
    padding-top: 30px;
  }
  .ida-scope .title-404-inner .title-404-back {
    font-size: 96px;
    top: -12px;
  }
  .ida-scope .title-404-inner .title-404-front {
    font-size: 4.25em;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .title-404-inner {
    padding-top: 10px;
  }
  .ida-scope .title-404-inner .title-404-back {
    font-size: 72px;
    top: -18px;
  }
  .ida-scope .title-404-inner .title-404-front {
    font-size: 58px;
  }
}
.ida-scope .content-404 {
  text-align: center;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
}
.ida-scope .content-404 .content-subtitle {
  font-size: 40px;
  margin: 0 auto 10px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ida-scope .content-404 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .ida-scope .content-404 .content-subtitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .ida-scope .content-404 {
    font-size: 16px;
  }
  .ida-scope .content-404 .content-subtitle {
    font-size: 26px;
    margin: 4px auto 12px;
  }
}
.ida-scope .actions-404 {
  padding-top: 20px;
}
.ida-scope .actions-404 a {
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .ida-scope .actions-404 {
    padding-top: 0px;
  }
}
.ida-scope .mt-10 {
  margin-top: 40px;
}
.ida-scope #banner-accesskey, .ida-scope #sidebar-accesskey, .ida-scope .site-footer-accesskey {
  overflow: hidden;
  white-space: nowrap;
}

/* coursedl: CSP 嚴格化用 — 取代原本的行內 style="display:none" / padding */
.ida-scope .is-hidden {
  display: none !important;
}
.ida-scope #coursedl-empty,
.ida-scope #case-empty,
.ida-scope .attach-empty {
  padding: 40px 0;
}
.ida-scope .attachment-link svg {
  flex-shrink: 0;
}
