@charset "UTF-8";/* style */
.svg-icon--arrowDropdown {
  width: 10px;
  height: 5px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--arrowDropdown {
    aspect-ratio: 10 / 5;
    height: auto;
  }
}
.svg-icon--arrowSlide {
  width: 12px;
  height: 12px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--arrowSlide {
    aspect-ratio: 12 / 12;
    height: auto;
  }
}
.svg-icon--close {
  width: 24px;
  height: 24px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--close {
    aspect-ratio: 24 / 24;
    height: auto;
  }
}
.svg-icon--facebookRound {
  width: 40px;
  height: 40px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--facebookRound {
    aspect-ratio: 40 / 40;
    height: auto;
  }
}
.svg-icon--home {
  width: 16px;
  height: 18px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--home {
    aspect-ratio: 16 / 18;
    height: auto;
  }
}
.svg-icon--instagramRound {
  width: 40px;
  height: 40px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--instagramRound {
    aspect-ratio: 40 / 40;
    height: auto;
  }
}
.svg-icon--linkedinRound {
  width: 41px;
  height: 40px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--linkedinRound {
    aspect-ratio: 41 / 40;
    height: auto;
  }
}
.svg-icon--newWindow {
  width: 14px;
  height: 14px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--newWindow {
    aspect-ratio: 14 / 14;
    height: auto;
  }
}
.svg-icon--search {
  width: 18px;
  height: 18px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--search {
    aspect-ratio: 18 / 18;
    height: auto;
  }
}
.svg-icon--youtubeRound {
  width: 40px;
  height: 40px;
}
@supports (aspect-ratio: 1 / 1) {
  .svg-icon--youtubeRound {
    aspect-ratio: 40 / 40;
    height: auto;
  }
}
:root {
  --color--blue: rgba(
    2,
    33,
    105,
    1
  );
  --color--yellow: rgba(
    254,
    207,
    19,
    1
  );
  --color--yellow-hover: rgba(
    255,
    218,
    72,
    1
  );
  --color--black01: rgba(
    0,
    0,
    0,
    1
  );
  --color--black03: rgba(
    48,
    48,
    48,
    1
  );
  --color--black04: rgba(
    0,
    0,
    0,
    0.4
  );
  --color--gray: rgba(
    86,
    86,
    86,
    1
  );
  --color--light-gray: rgba(
    217,
    217,
    217,
    1
  );
  --color--brown: rgba(
    129,
    94,
    28,
    1
  );
  --color--light-blue: rgba(
    229,
    234,
    239,
    1
  );
  --color--active: rgba(
    0,
    106,
    180,
    1
  );
  --color--border01: rgba(
    204,
    213,
    224,
    1
  );
  --color--primary: var(--color--blue);
  --color--primary-yellow: var(--color--yellow);
  --color--primary-yellow-hover: var(--color--yellow-hoveer);
  --color--secondary: var(--color--yellow);
  --color--jc-black: var(--color--black01);
  --color--jc-text: var(--color--black03);
  --color--jc-gray: var(--color--gray);
  --color--jc-light-gray: var(--color--light-gray);
  --color--jc-brown: var(--color--brown);
  --color--jc-light-blue: var(--color--light-blue);
  --color--jc-active: var(--color--active);
  --color--overlay: var(--color--black04);
  --color--border-light: var(--color--border01);
}
/* url("/charitiesnew/static/assets/fonts/Manrope-Regular.ttf") */
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-display: swap;
  src: url("/static/assets/fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-display: swap;
  src: url("/static/assets/fonts/Manrope-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  font-display: swap;
  src: url("/static/assets/fonts/Manrope-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-display: swap;
  src: url("/static/assets/fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-display: swap;
  src: url("/static/assets/fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-display: swap;
  src: url("/static/assets/fonts/NotoSansTC-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-display: swap;
  src: url("/static/assets/fonts/NotoSansTC-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 800;
  font-display: swap;
  src: url("/static/assets/fonts/NotoSansTC-ExtraBold.ttf") format("truetype");
}
:root {
  --font--default--family: "Open Sans", Arial, Helvetica, sans-serif;
  --font--title: "Manrope", Arial, Helvetica, sans-serif;
  --font--description: "Open Sans", Arial, Helvetica, sans-serif;
  --root--content-wrapper: 1920px;
  --root--content-inner: 1440px;
  --root--content-sm: 900px;
  --header-height: 90px;
  --main-spacing-x: min(2.5rem, 2.5%);
  --main-spacing-x-lg: calc(var(--main-spacing-x) * 2);
  --main-spacing-x-xl: calc(var(--main-spacing-x) * 3);
  --zIndex-header: 100;
  --zIndex-footer: 95;
  --zIndex-headerLogo: 87;
  --zIndex-headerLogo-md: 90;
  --zIndex-navMobBtn: 90;
  --zIndex-navMobList: 88;
  --zIndex-navContainer: 88;
  --zIndex-main: 90;
  font-family: var(--font--default--family);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color--jc-blaack);
}
:root:lang(zh), :root:lang(tc) {
  --font--default--family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  --font--title: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  --font--description: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
button, a {
  color: inherit;
  text-decoration: none;
}
button:disabled, button .disabled, a:disabled, a .disabled {
  pointer-events: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
button * {
  pointer-events: none;
}
:root,
body {
  margin: 0;
  padding: 0;
  min-width: 300px;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline-color: var(--color--highlight);
  outline-offset: 5px;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
h1 {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 35px;
  line-height: 110%;
  margin-left: -0.05em;
  letter-spacing: -2.8px;
}
@media (min-width: 40em) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 64em) {
  h1 {
    font-size: 64px;
  }
}
@media (min-width: 80em) {
  h1 {
    font-size: 68px;
  }
}
@media (min-width: 105em) {
  h1 {
    font-size: 70px;
  }
}
h2 {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 35px;
}
@media (min-width: 40em) {
  h2 {
    font-size: 60px;
  }
}
@media (min-width: 64em) {
  h2 {
    font-size: 64px;
  }
}
@media (min-width: 80em) {
  h2 {
    font-size: 68px;
  }
}
@media (min-width: 105em) {
  h2 {
    font-size: 70px;
  }
}
h3 {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 30px;
}
@media (min-width: 64em) {
  h3 {
    font-size: 56px;
  }
}
h4 {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 26px;
  letter-spacing: -0.025em;
}
@media (min-width: 64em) {
  h4 {
    font-size: 42px;
    letter-spacing: -0.05em;
  }
}
h5 {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 24px;
  letter-spacing: -0.025em;
}
@media (min-width: 64em) {
  h5 {
    font-size: 32px;
  }
}
h6 {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 130%;
}
@media (min-width: 64em) {
  h6 {
    font-size: 26px;
  }
}
input {
  font-family: var(--font--default--family);
}
section + section {
  margin-top: 20px;
}
section h2 + .section-content,
section h3 + .section-content,
section h4 + .section-content {
  margin-top: 60px;
}
body {
  font-size: 0.875rem;
  color: var(--color--jc-black);
}
@media (min-width: 64em) {
  body {
    font-size: 1rem;
  }
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
}
button,
ul,
li,
p,
figure {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
  list-style: none;
}
main {
  position: relative;
  z-index: var(--zIndex-main);
  min-height: 500px;
}
.pageWrapper {
  padding-top: var(--header-height);
}
.blind {
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.highlight {
  font-weight: bold;
  text-decoration-line: none;
  background-color: unset;
  background-image: linear-gradient(0deg, #fecf13, #fecf13);
  background-size: 100% 20%;
  background-repeat: no-repeat;
  background-position: center 110%;
}
.header {
  position: fixed;
  z-index: var(--zIndex-header);
  top: 0;
  display: flex;
  width: 100%;
  height: var(--header-height);
  background: #ffffff;
  transition: top 0.3s ease-in-out;
  min-width: 300px;
}
.header.hideHeader {
  top: calc(var(--header-height) * -1);
}
@media (min-width: 64em) {
  .header {
    border-bottom: 1px solid #e5eaef;
  }
}
.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: var(--root--content-wrapper);
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 64em) {
  .header .headerInner {
    padding: 0 40px;
    gao: 5rem;
  }
}
.header .logo {
  position: relative;
  z-index: var(--zIndex-headerLogo);
}
.header .logo .mobile {
  display: block;
  width: 34px;
  height: 42px;
}
@media (min-width: 64em) {
  .header .logo .mobile {
    display: none;
  }
}
.header .logo .desktop {
  display: none;
}
@media (min-width: 64em) {
  .header .logo .desktop {
    display: block;
  }
}
.header .logo img {
  object-fit: contain;
}
@media (min-width: 64em) {
  .header .logo img {
    width: 134.5px;
    height: 49px;
  }
}
.header .navContainer {
  position: relative;
  z-index: var(--zIndex-navContainer);
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
}
.header .nav {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  gap: 0 2.5rem;
  width: 100%;
}
.header .btnHome {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.header .btnHome .btnHomeIcon {
  color: var(--color--primary);
  width: 16px;
  height: 18px;
}
.header .mainNav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 3rem;
}
.header .mainNav .mainNavInner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.header .navUtils {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header .localeSwitcher {
  font-family: var(--font--title);
  font-weight: 800;
  font-size: 0.75rem;
  padding-right: 5px;
}
.header .localeSwitcher.active .langTextContainer button .btnIndicator {
  transform: rotate(180deg);
}
.header .localeSwitcher.active .dropdown {
  opacity: 1;
  pointer-events: all;
}
.header .localeSwitcher .langTextContainer button {
  color: var(--color--primary);
  position: relative;
  width: 2.5rem;
}
.header .localeSwitcher .langTextContainer button .btnInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 1rem;
  padding: 0.75rem 0.25rem;
  width: max-content;
}
.header .localeSwitcher .langTextContainer button .langText {
  font-family: var(--font--title);
  font-weight: 800;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  padding-right: 0.5rem;
}
.header .localeSwitcher .langTextContainer button .btnIndicator {
  width: 10px;
  height: 5px;
  min-width: 10px;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}
.header .localeSwitcher .dropdown {
  position: absolute;
  right: 0;
  top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #ffffff;
  border: 1px solid var(--color--border-light);
  border-radius: 0.25rem;
  padding: 1.5rem;
  width: fit-content;
  min-width: 100px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.header .localeSwitcher .dropdown li {
  color: var(--color--jc-black);
}
.header .localeSwitcher .dropdown li:hover, .header .localeSwitcher .dropdown li.active {
  color: var(--color--primary);
}
.header .localeSwitcher .dropdown li.active {
  pointer-events: none;
}
.header .localeSwitcher .dropdown li button,
.header .localeSwitcher .dropdown li a {
  font-family: var(--font--title);
  font-size: 0.75rem;
  font-weight: 700;
}
.footer {
  border-top: 1px solid var(--color--border-light);
}
.footer .footerInner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem var(--main-spacing-x);
  max-width: var(--root--content-wrapper);
  margin: 0 auto;
}
@media (min-width: 64em) {
  .footer .footerInner {
    flex-direction: row;
    gap: 2rem;
    padding: 5rem var(--main-spacing-x-lg);
  }
}
@media (min-width: 90em) {
  .footer .footerInner {
    padding: 5rem var(--main-spacing-x-xl);
  }
}
.footer .footerContent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 64em) {
  .footer .footerContent {
    gap: 0.5rem;
  }
}
.footer .footerContent .footerIntro .introTitle {
  font-family: var(--font--title);
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--color--primary);
}
.footer .footerContent .footerIntro .introDescription {
  position: relative;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  max-width: 800px;
  line-height: 1.8;
}
.footer .footerSns {
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (min-width: 64em) {
  .footer .footerSns {
    margin-bottom: 0;
    margin-right: 6rem;
  }
}
.footer .footerSns .snsTitle {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 130%;
  margin-bottom: 1rem;
  color: var(--color--primary);
}
@media (min-width: 64em) {
  .footer .footerSns .snsTitle {
    font-size: 26px;
  }
}
@media (min-width: 64em) {
  .footer .footerSns .snsTitle {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.footer .footerSns .snsList {
  display: flex;
  gap: 1.25rem;
}
.footer .footerSns .snsList .snsItem {
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  width: 2.5rem;
}
.footer .footerSns .snsList .snsItem img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer .footerNav ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  row-gap: 0.25rem;
}
.footer .footerNav ul li {
  position: relative;
  padding-right: 1rem;
}
.footer .footerNav ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0.75rem;
  background-color: #1F2937;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.footer .footerNav ul li:last-child:after {
  display: none;
}
.footer .footerNav a, .footer .footerNav button {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
}
.footer .footerNav a span, .footer .footerNav button span {
  display: block;
  font-family: var(--font--title);
  font-size: 0.875rem;
  font-weight: normal;
}
.footer .copyright {
  font-size: 0.75rem;
}
.searchResult {
  padding-top: 2.5rem;
}
@media (min-width: 64em) {
  .searchResult {
    padding-top: 4rem;
  }
}
.searchResult .searchResultInner .searchHeader {
  padding: 0 var(--main-spacing-x);
}
@media (min-width: 64em) {
  .searchResult .searchResultInner .searchHeader {
    padding: 0 var(--main-spacing-x-lg);
  }
}
@media (min-width: 90em) {
  .searchResult .searchResultInner .searchHeader {
    padding: 0 var(--main-spacing-x-xl);
  }
}
.searchResult .searchResultInner .title {
  color: var(--color--primary);
  margin-bottom: 2rem;
}
.searchResult .searchInputWrap {
  position: relative;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--color--jc-black);
  max-width: 740px;
}
.searchResult .searchInputWrap .searchForm {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.searchResult .searchInputWrap .searchForm input {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 130%;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--color--primary);
  width: calc(100% - 40px);
  height: 40px;
  border: 0;
  padding-right: 2.5rem;
}
@media (min-width: 64em) {
  .searchResult .searchInputWrap .searchForm input {
    font-size: 26px;
  }
}
.searchResult .searchInputWrap .searchForm input::-webkit-input-placeholder {
  color: #d7d7d7;
}
.searchResult .searchInputWrap .searchForm input:-moz-placeholder {
  color: #d7d7d7;
}
.searchResult .searchInputWrap .searchForm input::-moz-placeholder {
  color: #d7d7d7;
}
.searchResult .searchInputWrap .searchForm input:-ms-input-placeholder {
  color: #d7d7d7;
}
.searchResult .searchInputWrap .searchForm input:focus {
  outline: none;
}
.searchResult .searchInputWrap .btnClear {
  position: absolute;
  right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color--primary);
  border-right: 1px solid var(--color--jc-light-blue);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.searchResult .searchInputWrap .btnClear .btnClearIcon {
  width: 14px;
  height: 14px;
}
.searchResult .searchInputWrap .btnClear::after {
  content: "";
  display: block;
  width: 1px;
}
.searchResult .searchInputWrap .btnClear.show {
  opacity: 1;
  pointer-events: all;
}
.searchResult .searchInputWrap .btnSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color--primary);
}
.searchResult .searchInputWrap .btnSearch .btnSearchIcon {
  width: 18px;
  height: 18px;
}
.searchResult .result {
  padding: 4rem 0;
  background-color: #f2f4f7;
}
.searchResult .result .resultInner {
  max-width: 850px;
  margin: 0 auto;
}
.searchResult .result .resultList,
.searchResult .result .resultLabel {
  padding: 0 var(--main-spacing-x);
}
@media (min-width: 64em) {
  .searchResult .result .resultList,
  .searchResult .result .resultLabel {
    padding: 0 var(--main-spacing-x-lg);
  }
}
.searchResult .result .resultLabel {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .searchResult .result .resultLabel {
    margin-bottom: 3.5rem;
  }
}
.searchResult .searchItem {
  padding-bottom: 2rem;
}
.searchResult .searchItem + .searchItem {
  padding-top: 2rem;
  border-top: 1px solid var(--color--border-light);
}
.searchResult .searchItem .searchItemInner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media (min-width: 64em) {
  .searchResult .searchItem .searchItemInner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3.5rem;
  }
}
.searchResult .searchItem .searchItemInner .searchItemTop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 64em) {
  .searchResult .searchItem .searchItemInner .searchItemTop {
    gap: 3.5rem;
  }
}
.searchResult .searchItem .searchItemInner .searchItemBtm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.searchResult .searchItem .searchItemInner .searchItemBtm .resultDescription {
  padding-bottom: 1rem;
}
@media (min-width: 64em) {
  .searchResult .searchItem .searchItemInner .searchItemBtm .resultDescription {
    display: none;
  }
}
.searchResult .searchItem .resultContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.searchResult .searchItem .resultContent .resultTitle {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 130%;
  color: var(--color--primary);
  line-height: 1.375;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 64em) {
  .searchResult .searchItem .resultContent .resultTitle {
    font-size: 26px;
  }
}
.searchResult .searchItem .resultContent .resultTitle:hover {
  opacity: 0.6;
}
.searchResult .searchItem .resultContent .resultLink {
  font-size: 0.75rem;
  color: #006ab4;
  margin-top: 0.5rem;
  transition: opacity 0.3s ease-in-out;
}
.searchResult .searchItem .resultContent .resultLink:hover {
  opacity: 0.6;
}
.searchResult .searchItem .resultContent .resultDescription {
  font-size: 0.875rem;
  line-height: 1.8;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.searchResult .searchItem .resultContent .resultDescription span,
.searchResult .searchItem .resultContent .resultDescription strong {
  font-weight: bold;
}
.searchResult .resultFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem var(--main-spacing-x) 0;
}
@media (min-width: 64em) {
  .searchResult .resultFooter {
    padding: 2rem var(--main-spacing-x-lg) 0;
  }
}
@media (min-width: 90em) {
  .searchResult .resultFooter {
    padding: 2rem var(--main-spacing-x-xl) 0;
  }
}
.searchResult .resultFooter .resultFooterInner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.searchResult .moreActions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchResult .moreActions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.searchResult .moreActions a:hover .label {
  opacity: 0.6;
}
.searchResult .moreActions a:hover .iconWrap {
  background: var(--color--border-light);
}
.searchResult .moreActions .label {
  font-family: var(--font--title);
  font-weight: 800;
  color: var(--color--primary);
  text-decoration: underline;
}
.searchResult .moreActions .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--color--primary);
  background: var(--color--jc-light-gray);
}
.searchResult .moreActions .iconWrap .icon {
  width: 12px;
  height: 12px;
}
.searchResult .paginationWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchResult .paginationWrap .pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto;
}
.searchResult .paginationWrap .pagination .bulletItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchResult .paginationWrap .paginationControl.btnPrev {
  margin-right: 1rem;
}
.searchResult .paginationWrap .paginationControl.btnNext {
  margin-left: 1rem;
}
.searchResult .paginationWrap .paginationControl.btnNext .btnIcon {
  transform: rotate(180deg);
}
.searchResult .paginationWrap .paginationControl .btnIcon {
  width: 0.75rem;
  height: 0.75rem;
  color: var(--color--primary);
}
.searchResult .paginationWrap .paginationControl.disable {
  pointer-events: none;
  opacity: 0.2;
}
.searchResult .paginationWrap .bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #ffffff;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.searchResult .paginationWrap .bullet * {
  pointer-events: none;
}
.searchResult .paginationWrap .bullet span {
  font-size: 0.875rem;
  line-height: 1;
}
.searchResult .paginationWrap .bullet:hover {
  background-color: var(--color--jc-light-gray);
}
.searchResult .paginationWrap .bullet.active {
  background-color: var(--color--primary);
}
.searchResult .paginationWrap .bullet.active span {
  color: #ffffff;
}
.notFound {
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.notFound .notFoundInner {
  display: block;
  padding: 2rem;
}
@media (min-width: 64em) {
  .notFound .notFoundInner {
    padding: 4rem;
  }
}
.notFound .notFoundInner .notFoundTitle {
  font-family: var(--font--title);
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 24px;
  letter-spacing: -0.025em;
  color: var(--color--primary);
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .notFound .notFoundInner .notFoundTitle {
    font-size: 32px;
  }
}
.notFound .notFoundInner .notFoundContent {
  color: var(--color--jc-text);
}
.notFound .notFoundInner ul {
  margin-top: 0.5rem;
  margin-left: 1rem;
  padding-left: 1rem;
}
.notFound .notFoundInner ul li {
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.7;
}
.notFound .notFoundInner ul li + li {
  margin-top: 0.5rem;
}
.svg-icon {
  display: block;
  position: relative;
  z-index: 0;
  print-color-adjust: exact;
  max-width: 100%;
}
@media print {
  .svg-icon {
    print-color-adjust: exact;
  }
}
.svg-icon .svg-icon--image {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform, opacity, filter;
  fill: currentColor;
}
.svg-icon.svg-icon-color .svg-icon--image {
  background-image: var(--icon-image);
  background-size: contain;
  background-repeat: no-repeat;
}
.svg-icon.svg-icon-monochrome .svg-icon--image {
  background-color: currentColor;
  mask-image: var(--icon-image);
  mask-size: auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
}