@font-face {
  font-family: "GeekbleMalrangiche";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/GeekbleMalang2WOFF2.woff2")
    format("woff2");
  font-weight: normal;
  font-display: swap;
}

:root {
  --padding-top: 2rem;
  --padding-bottom: 5rem;
  --common-width: 720px;
  --brand-color: #4040bc;
  --brand-color2: #e4ecf9;
  --border-dark: #7b7b7b;
  --border-light: #d9d9d9;
  --font-dark: #272727;
  --font-grey: #7b7b7b;
  --bg-grey: #f3f3f3;
}
.color {
  color: var(--brand-color);
}

/* 모달 열릴 때 body 스크롤 방지 */
.not_scroll {
  overflow: hidden !important;
}

/* 클릭시 파란박스 방지 */
* {
  -webkit-tap-highlight-color: transparent;
}

body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
body::-webkit-scrollbar-thumb {
  height: 30%;
  background: rgba(128, 117, 105, 0.5);
  border-radius: 0.3rem;
}
body::-webkit-scrollbar-track {
  background: rgba(128, 117, 105, 0.3);
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  height: 8em;
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
header .hd-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
}
header .hd-title img {
  width: 13.4rem;
}

#wrap {
  height: 100dvh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
main {
  flex: 1;
  min-height: 0;
}
main > .container {
  padding-bottom: 4.2rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.container {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

.title-head {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.title-head .icon {
  width: 3rem;
}

.title-head h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.01rem;
}

.headline_box .headline {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.headline_box .headline b {
  color: #074acb;
}
.headline_box .sub_headline {
  font-size: 2rem;
  font-weight: 700;
}

.point {
  color: var(--brand-color) !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

[class*="badge"] {
  align-self: flex-start;
  padding: 0.7rem 1.2rem;
  border-radius: 100rem;
  font-size: 1.3rem;
  font-weight: 400;
  flex-shrink: 0;
}

/* 첨단전략산업기급 & 국민성장펀트 링크 ui */
.fund-product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.fund-product-item {
  min-width: 0;
}

.fund-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 2rem 1.4rem;
  border: 1px solid var(--border-light);
  border-radius: 1rem;
  gap: 1.2rem;
}

.fund-product-badge {
  background: var(--bg-grey);
  color: var(--font-grey);
}

.fund-product-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fund-product-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 5.1rem;
}

.fund-product-title {
  width: 100%;
  text-align: center;
  color: var(--font-dark);
  font-weight: 600;
  font-size: 1.4rem;
}

.fund-product-button {
  display: grid;
  place-items: center;
  background: var(--brand-color);
  color: #fff;
  padding: 1rem;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}

/* 서브 페이지 하단 공통 체크리스트 ui */
.fund-check-section {
  margin-top: 2.4rem;
}

.fund-check-card {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.2rem;
  border-radius: 16px;
  background: var(--brand-color2);
}

.fund-check-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.fund-check-badge {
  background: var(--brand-color);
  color: #fff;
}

.fund-check-icon {
  flex: 0 0 8.5rem;
}

.fund-check-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fund-check-content {
}

.fund-check-text-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: -2rem;
}

.fund-check-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--font-dark);
  line-height: 1.4;
}

.fund-check-description {
  color: var(--font-grey);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.fund-check-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  margin-top: 3rem;
  background: var(--brand-color);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.8rem;
  text-align: center;
  letter-spacing: 0.01rem;
}

.ads_infeed {
}
