<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fund_1 .wrapper .title_wrapper {
  padding-bottom: 50px;
  box-sizing: border-box;
}
.fund_1 .wrapper .title_wrapper .title {
  font-family: Pretendard-Bold;
  font-size: 42px;
}
.fund_1 .wrapper .title_wrapper .description {
  word-break: keep-all;
  font-family: Pretendard-Medium;
  font-size: 18px;
  color: #3e4247;
  padding-top: 15px;
  box-sizing: border-box;
}
.fund_1 .wrapper .content_wrapper &gt; div {
  padding: 50px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e9ec;
}
.fund_1 .wrapper .content_wrapper &gt; div .title {
  font-family: Pretendard-Bold;
  font-size: 26px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.fund_1 .wrapper .content_wrapper &gt; div .description p {
  font-family: Pretendard-Regular;
  font-size: 16px;
  color: #707173;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 32px;
  word-break: keep-all;
}
.fund_1 .wrapper .content_wrapper &gt; div .description p::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #707173;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -60%);
  border-radius: 50%;
}
.fund_1 .wrapper .content_wrapper .img_wrapper {
  text-align: center;
}
.fund_1 .wrapper .content_wrapper .img_wrapper img {
  width: 100%;
  max-width: 1500px;
}
.fund_1 .wrapper .content_wrapper .img_wrapper .fund_info_mobile {
  display: none;
}

.fund_2 .wrapper .title {
  font-family: Pretendard-Bold;
  font-size: 42px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.fund_2 .wrapper .search_wrapper .table {
  background-color: #f9f9f9;
  border-top: 1px solid #e8eaed;
  border-bottom: 1px solid #e8eaed;
}
.fund_2 .wrapper .search_wrapper .table &gt; div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 30px;
  box-sizing: border-box;
  column-gap: 100px;
}
.fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 0.8fr 5fr;
}
.fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper .table_title {
  font-family: Pretendard-Bold;
  font-size: 18px;
}
.fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper input,
.fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper select {
  border: none;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  outline: none;
}
.fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper input::placeholder,
.fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper select::placeholder {
  color: #979da5;
}
.fund_2 .wrapper .search_wrapper .table .table_top {
  border-bottom: 1px solid #e8eaed;
}
.fund_2 .wrapper .search_wrapper .table .date .input_wrapper span {
  display: inline-block;
  text-align: center;
  width: 10px;
}
.fund_2 .wrapper .search_wrapper .table .date .input_wrapper input {
  width: calc(50% - 10px);
}
.fund_2 .wrapper .search_wrapper .table .payment .input_wrapper select {
  width: 100%;
}
.fund_2 .wrapper .search_wrapper .table .generation .input_wrapper input {
  width: 100%;
}
.fund_2 .wrapper .search_wrapper .table .name .input_wrapper {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.fund_2 .wrapper .search_wrapper .table .name .input_wrapper input {
  width: calc(100% - 220px);
}
.fund_2 .wrapper .search_wrapper .table .search_btn,
.fund_2 .wrapper .search_wrapper .table .reset_btn {
  cursor: pointer;
  color: #fff;
  font-family: Pretendard-Bold;
  font-size: 16px;
  padding: 12px 0;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100px;
  text-align: center;
}
.fund_2 .wrapper .search_wrapper .table .search_btn {
  background-color: #ff6e0b;
}
.fund_2 .wrapper .search_wrapper .table .reset_btn {
  background-color: #000;
}
.fund_2 .wrapper .search_wrapper .table .mobile_btn_wrapper {
  display: none;
}
.fund_2 .wrapper .list_wrapper {
  padding-top: 50px;
  background-origin: padding-box;
}
.fund_2 .wrapper .list_wrapper .result {
  font-family: Pretendard-Regular;
  font-size: 18px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.fund_2 .wrapper .list_wrapper .result span {
  font-family: Pretendard-Bold;
  font-size: 18px;
}
.fund_2 .wrapper .list_wrapper .list table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.fund_2 .wrapper .list_wrapper .list table tr:first-child {
  border-top: 1px solid #17223b;
}
.fund_2 .wrapper .list_wrapper .list table tr:first-child td {
  padding: 20px 0;
  box-sizing: border-box;
}
.fund_2 .wrapper .list_wrapper .list table tr:first-child td p {
  border-right: 1px solid #e1e3e6;
  font-family: Pretendard-Bold;
  font-size: 18px;
}
.fund_2 .wrapper .list_wrapper .list table tr:first-child td:last-child &gt; p {
  border-right: none;
}
.fund_2 .wrapper .list_wrapper .list table tr {
  border-bottom: 1px solid #e1e3e6;
}
.fund_2 .wrapper .list_wrapper .list table td {
  padding: 20px 0;
  box-sizing: border-box;
  font-family: Pretendard-Regular;
  font-size: 18px;
}
.fund_2 .wrapper .pagination {
  padding-top: 50px;
  box-sizing: border-box;
  column-gap: 20px;
}
.fund_2 .wrapper .pagination,
.fund_2 .wrapper .pagination .num &gt; ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fund_2 .wrapper .pagination .prev,
.fund_2 .wrapper .pagination .next {
  cursor: pointer;
  border: 1px solid #d3d6dc;
  border-radius: 50%;
}
.fund_2 .wrapper .pagination .prev img,
.fund_2 .wrapper .pagination .next img {
  display: block;
  width: 100%;
}
.fund_2 .wrapper .pagination .next {
  transform: rotate(180deg);
}
.fund_2 .wrapper .pagination .num ul li {
  cursor: pointer;
  font-family: Pretendard-Medium;
  font-size: 16px;
  color: #6e7783;
  padding: 10px 18px;
  box-sizing: border-box;
  border-radius: 50%;
}
.fund_2 .wrapper .pagination .num ul li.active {
  background-color: #000;
  color: #fff;
}

@media (max-width: 1250px) {
  .fund_2 .wrapper .search_wrapper .table &gt; div {
    column-gap: 50px;
  }
  .fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper {
    grid-template-columns: 1fr 4fr;
  }
}
@media (max-width: 1100px) {
  .fund_1 .wrapper .content_wrapper .img_wrapper .fund_info {
    display: none;
  }
  .fund_1 .wrapper .content_wrapper .img_wrapper .fund_info_mobile {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }

  .fund_2 .wrapper .search_wrapper .table &gt; div {
    display: block;
    padding: 0;
  }
  .fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper {
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .fund_2 .wrapper .search_wrapper .table .table_top {
    border-bottom: none;
  }
  .fund_2 .wrapper .list_wrapper .list {
    overflow-x: scroll;
  }
  .fund_2 .wrapper .list_wrapper .list table {
    width: 1200px;
  }
}
@media (max-width: 540px) {
  .fund_1 .wrapper .title_wrapper {
    padding-bottom: 0;
  }
  .fund_1 .wrapper .title_wrapper .title {
    font-size: 26px;
  }
  .fund_1 .wrapper .title_wrapper .description {
    font-size: 14px;
  }
  .fund_1 .wrapper .content_wrapper &gt; div .title {
    font-size: 20px;
  }
  .fund_1 .wrapper .content_wrapper &gt; div .description p {
    font-size: 14px;
    line-height: 24px;
  }
  .fund_1 .wrapper .content_wrapper .img_wrapper .fund_info_mobile {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  .fund_2 .wrapper .title {
    font-size: 28px;
  }
  .fund_2 .wrapper .search_wrapper .table .name .input_wrapper input {
    width: 100%;
  }
  .fund_2 .wrapper .search_wrapper .table .name .input_wrapper .search_btn,
.fund_2 .wrapper .search_wrapper .table .name .input_wrapper .reset_btn {
    display: none;
  }
  .fund_2 .wrapper .search_wrapper .table .mobile_btn_wrapper {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    padding: 10px 20px 20px;
    box-sizing: border-box;
  }
  .fund_2 .wrapper .search_wrapper .table .mobile_btn_wrapper &gt; div {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .fund_1 .wrapper .title_wrapper {
    padding-bottom: 0;
  }
  .fund_1 .wrapper .title_wrapper .title {
    font-size: 20px;
  }
  .fund_1 .wrapper .title_wrapper .description {
    font-size: 12px;
  }
  .fund_1 .wrapper .content_wrapper &gt; div .title {
    font-size: 18px;
  }
  .fund_1 .wrapper .content_wrapper &gt; div .description p::before {
    top: 12px;
  }

  .fund_2 .wrapper .title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper .table_title {
    font-size: 14px;
  }
  .fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper input,
.fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper select {
    font-size: 12px;
  }
  .fund_2 .wrapper .search_wrapper .table .search_btn,
.fund_2 .wrapper .search_wrapper .table .reset_btn {
    padding: 8px;
    font-size: 14px;
  }
  .fund_2 .wrapper .list_wrapper .result {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .fund_2 .wrapper .list_wrapper .result span {
    font-size: 14px;
  }
  .fund_2 .wrapper .list_wrapper .list table {
    width: 600px;
  }
  .fund_2 .wrapper .list_wrapper .list table tr:first-child td {
    padding: 10px 0;
    box-sizing: border-box;
  }
  .fund_2 .wrapper .list_wrapper .list table tr:first-child td p {
    font-size: 14px;
  }
  .fund_2 .wrapper .list_wrapper .list table td {
    font-size: 14px;
  }
  .fund_2 .wrapper .pagination {
    padding-top: 30px;
    column-gap: 10px;
  }
  .fund_2 .wrapper .pagination .prev,
.fund_2 .wrapper .pagination .next {
    width: 30px;
  }
  .fund_2 .wrapper .pagination .num ul li {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 280px) {
  .fund_1 .wrapper .title_wrapper {
    padding-bottom: 0;
  }
  .fund_1 .wrapper .title_wrapper .title {
    font-size: 16px;
  }
  .fund_1 .wrapper .title_wrapper .description {
    font-size: 10px;
  }
  .fund_1 .wrapper .content_wrapper &gt; div {
    padding: 30px 0;
  }
  .fund_1 .wrapper .content_wrapper &gt; div .title {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .fund_1 .wrapper .content_wrapper &gt; div .description p {
    font-size: 12px;
  }

  .fund_2 .wrapper .title {
    font-size: 18px;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  .fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper .table_title {
    font-size: 12px;
  }
  .fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper input,
.fund_2 .wrapper .search_wrapper .table &gt; div .item_wrapper select {
    font-size: 12px;
  }
  .fund_2 .wrapper .search_wrapper .table .search_btn,
.fund_2 .wrapper .search_wrapper .table .reset_btn {
    padding: 8px;
    font-size: 12px;
  }
  .fund_2 .wrapper .list_wrapper {
    padding: 40px 20px 0;
    box-sizing: border-box;
  }
  .fund_2 .wrapper .list_wrapper .list table {
    width: 500px;
  }
  .fund_2 .wrapper .list_wrapper .list table tr:first-child td p {
    font-size: 12px;
  }
  .fund_2 .wrapper .list_wrapper .list table td {
    font-size: 12px;
  }
  .fund_2 .wrapper .pagination .prev,
.fund_2 .wrapper .pagination .next {
    width: 20px;
  }
  .fund_2 .wrapper .pagination .num ul li {
    font-size: 12px;
    padding: 4px 10px;
  }
}
</pre></body></html>