/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -0.125rem; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

/*
Removes the default spacing and border for appropriate elements.
*/

dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
}

::backdrop {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
}
.container {
  width: 100%;
}
.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-\[1\] {
  z-index: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[15px\] {
  margin-bottom: 0.9375rem;
}
.mb-\[20px\] {
  margin-bottom: 1.25rem;
}
.ml-\[5px\] {
  margin-left: 0.3125rem;
}
.mr-\[15px\] {
  margin-right: 0.9375rem;
}
.mr-\[5px\] {
  margin-right: 0.3125rem;
}
.mr-\[6px\] {
  margin-right: 0.375rem;
}
.mt-\[-75px\] {
  margin-top: -4.6875rem;
}
.mt-\[-82px\] {
  margin-top: -5.125rem;
}
.mt-\[20px\] {
  margin-top: 1.25rem;
}
.mt-\[40px\] {
  margin-top: 2.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[20px\] {
  height: 1.25rem;
}
.h-full {
  height: 100%;
}
.min-h-\[45px\] {
  min-height: 2.8125rem;
}
.w-\[10\.5\%\] {
  width: 10.5%;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[20px\] {
  width: 1.25rem;
}
.w-\[21\%\] {
  width: 21%;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[28\%\] {
  width: 28%;
}
.w-\[30px\] {
  width: 1.875rem;
}
.w-\[9\%\] {
  width: 9%;
}
.w-\[auto\] {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[inherit\] {
  max-width: inherit;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-x-\[10px\] {
  column-gap: 0.625rem;
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#e9e3de\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 227 222 / var(--tw-divide-opacity));
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.border {
  border-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[\#e9e3de\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 227 222 / var(--tw-border-opacity));
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#fff8f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 245 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-current {
  fill: currentColor;
}
.pr-\[25px\] {
  padding-right: 1.5625rem;
}
.pt-\[100px\] {
  padding-top: 6.25rem;
}
.pt-\[85px\] {
  padding-top: 5.3125rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[16px\] {
  font-size: 1rem;
}
.font-bold {
  font-weight: 700;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#9b9b9b\] {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.text-\[\#e60000\] {
  --tw-text-opacity: 1;
  color: rgb(230 0 0 / var(--tw-text-opacity));
}
.text-\[\#f57062\] {
  --tw-text-opacity: 1;
  color: rgb(245 112 98 / var(--tw-text-opacity));
}
.text-\[\#ff6859\] {
  --tw-text-opacity: 1;
  color: rgb(255 104 89 / var(--tw-text-opacity));
}
.text-\[\#ffb926\] {
  --tw-text-opacity: 1;
  color: rgb(255 185 38 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.blur {
  --tw-blur: blur(0.5rem);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
select::-ms-expand {
  display: none;
}
input,
select {
  appearance: none;
}
input:focus,
select:focus {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}
body {
  overflow-x: hidden;
}
.mgr-1 {
  margin-right: 5px !important;
}
.pdt-2 {
  padding-top: 10px !important;
}
.mgr-2 {
  margin-right: 10px !important;
}
.mgl-2 {
  margin-left: 10px !important;
}
.pdt-4 {
  padding-top: 20px !important;
}
.mgt-5 {
  margin-top: 25px !important;
}
.common-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  display: inline-block;
}
.common-icon.icon-lg {
  width: 38px;
}
.common-icon.icon-sm {
  width: 20px;
}
.common-icon::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.common-icon.arrow-left-gray {
  background-image: url(../../images/fund/icon/arrow_left_gray.svg?b65c4fcb);
}
.common-icon.arrow-right-gray {
  background-image: url(../../images/fund/icon/arrow_right_gray.svg?b65c4fcb);
}
.common-icon.arrow-right-white {
  background-image: url(../../images/fund/icon/arrow_right_white.svg?b65c4fcb);
}
.common-icon.arrow-top {
  background-image: url(../../images/fund/icon/arrow_top.svg?b65c4fcb);
}
.common-icon.breadcrumb-arrow {
  background-image: url(../../images/fund/icon/breadcrumb_arrow.svg?b65c4fcb);
}
.common-icon.select-arrow-black {
  background-image: url(../../images/fund/icon/select_arrow_black.svg?b65c4fcb);
}
.common-icon.search {
  background-image: url(../../images/fund/icon/search.svg?b65c4fcb);
}
.common-icon.menu-expand-arrow {
  background-image: url(../../images/fund/icon/menu_expand_arrow.svg?b65c4fcb);
}
.common-icon.user {
  background-image: url(../../images/fund/icon/user.svg?b65c4fcb);
}
.common-icon.house {
  background-image: url(../../images/fund/icon/house.svg?b65c4fcb);
}
.common-icon.sidebar-order {
  background-image: url(../../images/fund/icon/sidebar_order.svg?b65c4fcb);
}
.common-icon.sidebar-dividend {
  background-image: url(../../images/fund/icon/sidebar_dividend.svg?b65c4fcb);
}
.common-icon.sidebar-value {
  background-image: url(../../images/fund/icon/sidebar_value.svg?b65c4fcb);
}
.common-icon.sidebar-account {
  background-image: url(../../images/fund/icon/sidebar_account.svg?b65c4fcb);
}
.common-icon.modal-icon {
  background-image: url(../../images/fund/icon/modal.svg?b65c4fcb);
}
.common-icon.section-fund-ranking {
  background-image: url(../../images/fund/icon/section_ranking.svg?b65c4fcb);
}
.common-icon.calculator-icon {
  background-image: url(../../images/fund/icon/calculator.svg?b65c4fcb);
}
.common-icon.filter-icon {
  background-image: url(../../images/fund/icon/filter.svg?b65c4fcb);
}
.common-icon.community-icon {
  background-image: url(../../images/fund/icon/community.svg?b65c4fcb);
}
.common-icon.section-news {
  background-image: url(../../images/fund/icon/news.svg?b65c4fcb);
}
.common-icon.section-board {
  background-image: url(../../images/fund/icon/board.svg?b65c4fcb);
}
.common-icon.home {
  background-image: url(../../images/fund/icon/home.svg?b65c4fcb);
}
.common-icon.menu-big {
  background-image: url(../../images/fund/icon/menu_big.svg?b65c4fcb);
  margin-bottom: 3px;
}
.common-icon.menu-sm {
  background-image: url(../../images/fund/icon/menu_small.svg?b65c4fcb);
  margin-bottom: 1px;
}
.common-icon.menu-movie {
  background-image: url(../../images/fund/icon/menu_movie.svg?b65c4fcb);
  margin-bottom: 3px;
}
.common-icon.menu-top10 {
  background-image: url(../../images/fund/icon/menu_top10.svg?b65c4fcb);
}
.common-icon.menu-top3 {
  background-image: url(../../images/fund/icon/menu_top3.svg?b65c4fcb);
}
.common-icon.pdf {
  background-image: url(../../images/fund/icon/pdf.svg?b65c4fcb);
}
.common-icon.contact {
  background-image: url(../../images/fund/icon/contact.svg?b65c4fcb);
}
.common-icon.storeLocator {
  background-image: url(../../images/fund/icon/storeLocator.svg?b65c4fcb);
}
.common-icon.youtube {
  background-image: url(../../images/fund/icon/youtube.svg?b65c4fcb);
}
.common-icon.line {
  background-image: url(../../images/fund/icon/line.svg?b65c4fcb);
}
@font-face {
  font-family: icomoon;
  src: url(../../fonts/webfonts/icomoon.eot?b65c4fcb);
  src: url(../../fonts/webfonts/icomoon.eot?b65c4fcb#iefix)
      format("embedded-opentype"),
    url(../../fonts/webfonts/icomoon.ttf?b65c4fcb) format("truetype"),
    url(../../fonts/webfonts/icomoon.woff?b65c4fcb) format("woff"),
    url(../../fonts/webfonts/icomoon.svg?b65c4fcb#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check::before {
  content: "\e903";
}
.icon-dollarCostAveraging::before {
  content: "\e901";
}
.icon-readMore::before {
  content: "\e902";
}
.icon-singleInvestment::before {
  content: "\e900";
}
.m-header-ctrl-button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.m-footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.m-floating-link-button,
.m-floating-top {
  --tw-bg-opacity: 1;
  background-color: rgb(238 81 66 / var(--tw-bg-opacity));
}
.m-pop-up-close {
  --tw-bg-opacity: 1;
  background-color: rgb(238 81 66 / var(--tw-bg-opacity));
}
/* 風險警語 */
.warning {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px;
  color: #666;
}
.warning .warning-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #e9e5dd;
  margin-bottom: 30px;
}
.warning .warning-content > div {
  margin-bottom: 15px;
}
.warning .warning-content .warning-expand {
  display: none;
}
.warning .warning-content .warning-expand > div {
  margin-top: 15px;
}
.warning .warning-content .warning-expand > div:first-child {
  margin-top: 0;
}
.warning .warning-btn {
  border: 0;
  background-color: transparent;
  color: #e60000;
  font-weight: bold;
  padding: 10px 0 10px 30px;
  position: relative;
}
.warning .warning-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../images/fund/icon/circle-plus.svg?b65c4fcb);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #e60000;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 20px;
}
.warning .warning-btn::after {
  content: "打開全文";
}
.warning .warning-btn.open::before {
  background-image: url(../../images/fund/icon/circle-minus.svg?b65c4fcb);
}
.warning .warning-btn.open::after {
  content: "收合全文";
}
ul.breadcrumb {
  background-color: transparent;
  padding: 15px 20px;
  align-items: center;
}
ul.breadcrumb li.breadcrumb-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.breadcrumb li.breadcrumb-item:first-child::before {
  display: none;
}
ul.breadcrumb li.breadcrumb-item.active {
  color: #fcfcfc;
}
ul.breadcrumb li.breadcrumb-item::before {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(../../images/fund/icon/breadcrumb_arrow.svg?b65c4fcb);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 0;
  margin-right: 5px;
}
ul.breadcrumb li.breadcrumb-item a {
  color: #fcfcfc;
  display: inline-flex;
}
.inside-page {
  font-size: 16px;
}
.inside-page .inside-masthead {
  width: 100%;
  min-height: 435px;
  padding-bottom: 30px;
  position: relative;
}
.inside-page .inside-masthead::before {
  content: "";
  width: 100%;
  height: 435px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d61e1e;
  background-image: url(../../images/fund/background/inside_masthead_left_bg_pc.png?b65c4fcb),
    url(../../images/fund/background/inside_masthead_right_bg_pc.png?b65c4fcb);
  background-position: left bottom, right bottom;
  background-size: 19.7916667%, 27.03125%;

  /* background-size: 380px, 519PX; */
  background-repeat: no-repeat;
}
.inside-page .inside-masthead::after {
  content: "";
  width: 100%;
  height: calc(100% - 535px);

  /* height: auto; */
  position: absolute;
  top: 535px;
  left: 0;
  background-color: #f9f9f9;
}
.inside-page .inside-masthead .masthead-container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.inside-page .inside-masthead .masthead-container h1.main-title {
  margin: 45px 0 10px 43px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.inside-page .inside-masthead .masthead-container nav.link-list {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.inside-page
  .inside-masthead
  .masthead-container
  nav.link-list
  a.link-item
  + a.link-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 19px;
  top: 4px;
  left: 0;
  background-color: rgba(255, 162, 152, 50%);
}
.inside-page .inside-masthead .masthead-container nav.link-list a.link-item {
  display: block;
  padding: 2px 20px;
  color: #ffebe9;
  font-size: 18px;
  position: relative;
}
.inside-page
  .inside-masthead
  .masthead-container
  nav.link-list
  a.link-item.active {
  color: #fff;
}
.inside-page
  .inside-masthead
  .masthead-container
  nav.link-list
  a.link-item.active::after {
  content: "";
  width: calc(100% - 24px);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.inside-page .inside-masthead .masthead-container .inside-content {
  width: calc(100% - 80px);
  padding: 50px 70px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 15%);
  margin: 0 auto;
  margin-top: 30px;
}
.inside-page .inside-masthead .masthead-container .inside-content .filter-bar {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 2px solid #e60000;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-type {
  display: flex;
  align-items: center;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-type
  label {
  margin-bottom: 0;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-type
  .select-group {
  margin-left: 15px;
  position: relative;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-type
  .select-group::after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(../../images/fund/icon/select_arrow_black.svg?b65c4fcb);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-type
  .select-group
  select {
  padding: 0 28px 0 18px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 100%;
  height: 44px;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-type
  .select-group
  select
  option {
  padding: 0;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-keyword {
  display: flex;
  align-items: center;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-keyword
  label {
  margin-bottom: 0;
  white-space: nowrap;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-keyword
  input {
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 140px;
  height: 44px;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .filter-bar
  .filter-keyword
  button {
  width: 50px;
  height: 44px;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #ee5142;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  ul.board-list
  li.board-item
  a.board-link {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e9e5dd;
  position: relative;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  ul.board-list
  li.board-item
  a.board-link::before {
  content: "";
  position: absolute;
  background-color: #e60000;
  transition: all 0.4s ease;
  width: 0%;
  bottom: 0;
  right: 0;
  height: 1px;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  ul.board-list
  li.board-item
  a.board-link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  ul.board-list
  li.board-item
  a.board-link
  .date {
  color: #998a8a;
  width: 110px;
  text-align: left;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  ul.board-list
  li.board-item
  a.board-link
  .tag {
  width: 110px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #e60000;
  border: 1px solid #e60000;
  margin-right: 20px;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  ul.board-list
  li.board-item
  a.board-link
  .content {
  font-size: 18px;
  font-weight: bold;
  color: #544545;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  ul.board-list
  li.board-item
  a.board-link
  .content
  i {
  display: inline-block;
  vertical-align: middle;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .board-pagination {
  padding: 20px 0;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .board-pagination
  ul.pagination {
  justify-content: flex-end;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .board-pagination
  ul.pagination
  li.page-item.active
  a.page-link {
  font-size: 14px;
  background-color: #e60000;
  color: #fff;
  border: 1px solid #e60000;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .board-pagination
  ul.pagination
  li.page-item:first-child
  a {
  border-radius: 4px 0 0 4px;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .board-pagination
  ul.pagination
  li.page-item:last-child
  a {
  border-radius: 0 4px 4px 0;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .board-pagination
  ul.pagination
  li.page-item
  a.page-link {
  border: 1px solid #e9e5dd;
  color: #544545;
  font-size: 14px;
  width: 33px;
  height: 31px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inside-page
  .inside-masthead
  .masthead-container
  .inside-content
  .board-pagination
  ul.pagination
  li.page-item
  a.page-link:focus {
  box-shadow: none;
}
.hover\:text-\[\#e60000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(230 0 0 / var(--tw-text-opacity));
}
@media (min-width: 481px) and (min-height: 428px) {
  .pt\:mr-\[30px\] {
    margin-right: 1.875rem;
  }

  .pt\:mt-\[-28px\] {
    margin-top: -1.75rem;
  }

  .pt\:mt-\[3px\] {
    margin-top: 0.1875rem;
  }

  .pt\:flex {
    display: flex;
  }

  .pt\:hidden {
    display: none;
  }

  .pt\:h-full {
    height: 100%;
  }

  .pt\:w-1\/2 {
    width: 50%;
  }

  .pt\:w-\[13\%\] {
    width: 13%;
  }

  .pt\:w-\[16\%\] {
    width: 16%;
  }

  .pt\:w-\[23\%\] {
    width: 23%;
  }

  .pt\:w-\[25\%\] {
    width: 25%;
  }

  .pt\:w-\[26\%\] {
    width: 26%;
  }

  .pt\:w-\[7\%\] {
    width: 7%;
  }

  .pt\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .pt\:flex-grow {
    flex-grow: 1;
  }

  .pt\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .pt\:flex-col {
    flex-direction: column;
  }

  .pt\:items-center {
    align-items: center;
  }

  .pt\:gap-x-\[8px\] {
    column-gap: 0.5rem;
  }

  .pt\:px-\[10px\] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .pt\:pt-\[30px\] {
    padding-top: 1.875rem;
  }

  .pt\:pt-\[50px\] {
    padding-top: 3.125rem;
  }

  .pt\:text-right {
    text-align: right;
  }

  .pt\:text-\[18px\] {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 64rem;
  }

  .p\:absolute {
    position: absolute;
  }

  .p\:left-1\/2 {
    left: 50%;
  }

  .p\:right-1\/2 {
    right: 50%;
  }

  .p\:right-\[10px\] {
    right: 0.625rem;
  }

  .p\:top-0 {
    top: 0px;
  }

  .p\:top-1\/2 {
    top: 50%;
  }

  .p\:top-\[270px\] {
    top: 16.875rem;
  }

  .p\:top-\[30px\] {
    top: 1.875rem;
  }

  .p\:mx-\[8px\] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .p\:my-\[-16px\] {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .p\:mb-\[10px\] {
    margin-bottom: 0.625rem;
  }

  .p\:mb-\[30px\] {
    margin-bottom: 1.875rem;
  }

  .p\:mb-\[40px\] {
    margin-bottom: 2.5rem;
  }

  .p\:ml-auto {
    margin-left: auto;
  }

  .p\:mr-\[35px\] {
    margin-right: 2.1875rem;
  }

  .p\:mt-\[-40px\] {
    margin-top: -2.5rem;
  }

  .p\:mt-\[10px\] {
    margin-top: 0.625rem;
  }

  .p\:mt-\[15px\] {
    margin-top: 0.9375rem;
  }

  .p\:mt-\[25px\] {
    margin-top: 1.5625rem;
  }

  .p\:mt-\[30px\] {
    margin-top: 1.875rem;
  }

  .p\:mt-\[40px\] {
    margin-top: 2.5rem;
  }

  .p\:block {
    display: block;
  }

  .p\:flex {
    display: flex;
  }

  .p\:hidden {
    display: none;
  }

  .p\:h-\[35px\] {
    height: 2.1875rem;
  }

  .p\:h-\[376px\] {
    height: 23.5rem;
  }

  .p\:h-\[40px\] {
    height: 2.5rem;
  }

  .p\:h-\[80px\] {
    height: 5rem;
  }

  .p\:max-h-\[550px\] {
    max-height: 34.375rem;
  }

  .p\:min-h-\[45px\] {
    min-height: 2.8125rem;
  }

  .p\:w-\[10\%\] {
    width: 10%;
  }

  .p\:w-\[120px\] {
    width: 7.5rem;
  }

  .p\:w-\[14\%\] {
    width: 14%;
  }

  .p\:w-\[140px\] {
    width: 8.75rem;
  }

  .p\:w-\[18\%\] {
    width: 18%;
  }

  .p\:w-\[210px\] {
    width: 13.125rem;
  }

  .p\:w-\[22\%\] {
    width: 22%;
  }

  .p\:w-\[25\%\] {
    width: 25%;
  }

  .p\:w-\[270px\] {
    width: 16.875rem;
  }

  .p\:w-\[30px\] {
    width: 1.875rem;
  }

  .p\:w-\[35px\] {
    width: 2.1875rem;
  }

  .p\:w-\[40px\] {
    width: 2.5rem;
  }

  .p\:w-\[450px\] {
    width: 28.125rem;
  }

  .p\:w-\[532px\] {
    width: 33.25rem;
  }

  .p\:w-\[672px\] {
    width: 42rem;
  }

  .p\:w-\[80px\] {
    width: 5rem;
  }

  .p\:w-\[9\%\] {
    width: 9%;
  }

  .p\:min-w-\[132px\] {
    min-width: 8.25rem;
  }

  .p\:max-w-\[600px\] {
    max-width: 37.5rem;
  }

  .p\:max-w-\[730px\] {
    max-width: 45.625rem;
  }

  .p\:max-w-\[800px\] {
    max-width: 50rem;
  }

  .p\:max-w-\[860px\] {
    max-width: 53.75rem;
  }

  .p\:max-w-\[870px\] {
    max-width: 54.375rem;
  }

  .p\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .p\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .p\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .p\:gap-x-\[10px\] {
    column-gap: 0.625rem;
  }

  .p\:gap-x-\[20px\] {
    column-gap: 1.25rem;
  }

  .p\:gap-x-\[45px\] {
    column-gap: 2.8125rem;
  }

  .p\:space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .p\:rounded-t-\[20px\] {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  .p\:px-\[10px\] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .p\:px-\[40px\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .p\:px-\[55px\] {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .p\:py-\[15px\] {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .p\:py-\[16px\] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p\:py-\[55px\] {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .p\:pb-\[115px\] {
    padding-bottom: 7.1875rem;
  }

  .p\:pb-\[130px\] {
    padding-bottom: 8.125rem;
  }

  .p\:pb-\[15px\] {
    padding-bottom: 0.9375rem;
  }

  .p\:pb-\[30px\] {
    padding-bottom: 1.875rem;
  }

  .p\:pb-\[60px\] {
    padding-bottom: 3.75rem;
  }

  .p\:pb-\[70px\] {
    padding-bottom: 4.375rem;
  }

  .p\:pb-\[80px\] {
    padding-bottom: 5rem;
  }

  .p\:pt-\[44px\] {
    padding-top: 2.75rem;
  }

  .p\:pt-\[50px\] {
    padding-top: 3.125rem;
  }

  .p\:pt-\[60px\] {
    padding-top: 3.75rem;
  }

  .p\:text-\[16px\] {
    font-size: 1rem;
  }

  .p\:text-\[18px\] {
    font-size: 1.125rem;
  }

  .p\:text-\[20px\] {
    font-size: 1.25rem;
  }

  .p\:text-\[22px\] {
    font-size: 1.375rem;
  }

  .p\:text-\[24px\] {
    font-size: 1.5rem;
  }

  .p\:text-\[28px\] {
    font-size: 1.75rem;
  }

  .p\:text-\[54px\] {
    font-size: 3.375rem;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 80rem;
  }

  .pMax\:ml-\[-334px\] {
    margin-left: -20.875rem;
  }

  .pMax\:ml-\[-550px\] {
    margin-left: -34.375rem;
  }

  .pMax\:ml-\[-580px\] {
    margin-left: -36.25rem;
  }

  .pMax\:ml-\[-610px\] {
    margin-left: -38.125rem;
  }

  .pMax\:ml-\[550px\] {
    margin-left: 34.375rem;
  }

  .pMax\:ml-\[580px\] {
    margin-left: 36.25rem;
  }

  .pMax\:ml-\[610px\] {
    margin-left: 38.125rem;
  }

  .pMax\:mr-\[-580px\] {
    margin-right: -36.25rem;
  }

  .pMax\:mt-\[-135px\] {
    margin-top: -8.4375rem;
  }

  .pMax\:mt-\[25px\] {
    margin-top: 1.5625rem;
  }

  .pMax\:mt-\[90px\] {
    margin-top: 5.625rem;
  }

  .pMax\:h-\[178px\] {
    height: 11.125rem;
  }

  .pMax\:h-\[25vw\] {
    height: 25vw;
  }

  .pMax\:h-\[490px\] {
    height: 30.625rem;
  }

  .pMax\:w-\[1080px\] {
    width: 67.5rem;
  }

  .pMax\:w-\[385px\] {
    width: 24.0625rem;
  }

  .pMax\:w-\[650px\] {
    width: 40.625rem;
  }

  .pMax\:w-\[996px\] {
    width: 62.25rem;
  }

  .pMax\:max-w-\[1110px\] {
    max-width: 69.375rem;
  }

  .pMax\:max-w-\[1170px\] {
    max-width: 73.125rem;
  }

  .pMax\:rounded-\[20px\] {
    border-radius: 1.25rem;
  }

  .pMax\:rounded-bl-\[300px\] {
    border-bottom-left-radius: 18.75rem;
  }

  .pMax\:rounded-tr-\[300px\] {
    border-top-right-radius: 18.75rem;
  }

  .pMax\:pb-\[105px\] {
    padding-bottom: 6.5625rem;
  }

  .pMax\:pb-\[140px\] {
    padding-bottom: 8.75rem;
  }

  .pMax\:pb-\[160px\] {
    padding-bottom: 10rem;
  }

  .pMax\:pt-\[110px\] {
    padding-top: 6.875rem;
  }

  .pMax\:pt-\[115px\] {
    padding-top: 7.1875rem;
  }

  .pMax\:pt-\[80px\] {
    padding-top: 5rem;
  }
}
@media (width >= 1024px) and (max-width: 1279px) {
  .pMin\:ml-\[-205px\] {
    margin-left: -12.8125rem;
  }

  .pMin\:ml-\[-320px\] {
    margin-left: -20rem;
  }

  .pMin\:ml-\[-395px\] {
    margin-left: -24.6875rem;
  }

  .pMin\:ml-\[-455px\] {
    margin-left: -28.4375rem;
  }

  .pMin\:ml-\[320px\] {
    margin-left: 20rem;
  }

  .pMin\:ml-\[395px\] {
    margin-left: 24.6875rem;
  }

  .pMin\:ml-\[455px\] {
    margin-left: 28.4375rem;
  }

  .pMin\:mr-\[-470px\] {
    margin-right: -29.375rem;
  }

  .pMin\:mt-\[-75px\] {
    margin-top: -4.6875rem;
  }

  .pMin\:mt-\[30px\] {
    margin-top: 1.875rem;
  }

  .pMin\:h-\[132px\] {
    height: 8.25rem;
  }

  .pMin\:h-\[368px\] {
    height: 23rem;
  }

  .pMin\:h-\[384px\] {
    height: 24rem;
  }

  .pMin\:w-\[415px\] {
    width: 25.9375rem;
  }

  .pMin\:w-\[495px\] {
    width: 30.9375rem;
  }

  .pMin\:w-\[808px\] {
    width: 50.5rem;
  }

  .pMin\:w-\[945px\] {
    width: 59.0625rem;
  }

  .pMin\:max-w-\[590px\] {
    max-width: 36.875rem;
  }

  .pMin\:max-w-\[740px\] {
    max-width: 46.25rem;
  }

  .pMin\:rounded-bl-\[240px\] {
    border-bottom-left-radius: 15rem;
  }

  .pMin\:rounded-tr-\[240px\] {
    border-top-right-radius: 15rem;
  }

  .pMin\:pb-\[120px\] {
    padding-bottom: 7.5rem;
  }

  .pMin\:pb-\[80px\] {
    padding-bottom: 5rem;
  }

  .pMin\:pb-\[95px\] {
    padding-bottom: 5.9375rem;
  }

  .pMin\:pt-\[100px\] {
    padding-top: 6.25rem;
  }

  .pMin\:pt-\[60px\] {
    padding-top: 3.75rem;
  }

  .pMin\:pt-\[70px\] {
    padding-top: 4.375rem;
  }
}
@media (max-width: 1279px),
  (width >= 1024px) and (height <= 1366px) and (orientation: portrait) and (min-device-pixel-ratio: 1.5) {
  .pMintm\:rounded-\[15px\] {
    border-radius: 0.9375rem;
  }
}
@media (width >= 481px) and (width < 1024px) and (height >= 428px),
  (width > 1024px) and (height <= 1366px) and (orientation: portrait) and (min-device-pixel-ratio: 1.5) {
  .t\:right-\[15px\] {
    right: 0.9375rem;
  }

  .t\:top-\[190px\] {
    top: 11.875rem;
  }

  .t\:mb-\[35px\] {
    margin-bottom: 2.1875rem;
  }

  .t\:ml-\[-255px\] {
    margin-left: -15.9375rem;
  }

  .t\:ml-\[-335px\] {
    margin-left: -20.9375rem;
  }

  .t\:ml-\[255px\] {
    margin-left: 15.9375rem;
  }

  .t\:ml-\[335px\] {
    margin-left: 20.9375rem;
  }

  .t\:mr-\[25px\] {
    margin-right: 1.5625rem;
  }

  .t\:mt-\[35px\] {
    margin-top: 2.1875rem;
  }

  .t\:mt-\[8px\] {
    margin-top: 0.5rem;
  }

  .t\:h-\[106px\] {
    height: 6.625rem;
  }

  .t\:h-\[226px\] {
    height: 14.125rem;
  }

  .t\:h-\[256px\] {
    height: 16rem;
  }

  .t\:h-\[368px\] {
    height: 23rem;
  }

  .t\:w-\[11\%\] {
    width: 11%;
  }

  .t\:w-\[115px\] {
    width: 7.1875rem;
  }

  .t\:w-\[12\%\] {
    width: 12%;
  }

  .t\:w-\[13\%\] {
    width: 13%;
  }

  .t\:w-\[130px\] {
    width: 8.125rem;
  }

  .t\:w-\[20\%\] {
    width: 20%;
  }

  .t\:w-\[200px\] {
    width: 12.5rem;
  }

  .t\:w-\[320px\] {
    width: 20rem;
  }

  .t\:w-\[325px\] {
    width: 20.3125rem;
  }

  .t\:w-\[345px\] {
    width: 21.5625rem;
  }

  .t\:w-\[405px\] {
    width: 25.3125rem;
  }

  .t\:w-\[464px\] {
    width: 29rem;
  }

  .t\:w-\[575px\] {
    width: 35.9375rem;
  }

  .t\:w-\[660px\] {
    width: 41.25rem;
  }

  .t\:max-w-\[720px\] {
    max-width: 45rem;
  }

  .t\:gap-x-\[18px\] {
    column-gap: 1.125rem;
  }

  .t\:rounded-t-\[12px\] {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .t\:rounded-bl-\[100px\] {
    border-bottom-left-radius: 6.25rem;
  }

  .t\:px-\[40px\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .t\:px-\[6px\] {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .t\:py-\[25px\] {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .t\:py-\[35px\] {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .t\:py-\[50px\] {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .t\:pb-\[50px\] {
    padding-bottom: 3.125rem;
  }

  .t\:pb-\[52px\] {
    padding-bottom: 3.25rem;
  }

  .t\:pb-\[65px\] {
    padding-bottom: 4.0625rem;
  }

  .t\:pt-\[30px\] {
    padding-top: 1.875rem;
  }
}
@media (width < 1024px),
  (width > 1024px) and (height <= 1366px) and (orientation: portrait) and (min-device-pixel-ratio: 1.5) {
  .tm\:top-\[15px\] {
    top: 0.9375rem;
  }

  .tm\:mx-\[15px\] {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .tm\:my-\[-15px\] {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .tm\:mb-\[20px\] {
    margin-bottom: 1.25rem;
  }

  .tm\:mb-\[5px\] {
    margin-bottom: 0.3125rem;
  }

  .tm\:mt-\[-29px\] {
    margin-top: -1.8125rem;
  }

  .tm\:mt-\[10px\] {
    margin-top: 0.625rem;
  }

  .tm\:mt-\[20px\] {
    margin-top: 1.25rem;
  }

  .tm\:hidden {
    display: none;
  }

  .tm\:h-\[30px\] {
    height: 1.875rem;
  }

  .tm\:h-\[46px\] {
    height: 2.875rem;
  }

  .tm\:w-\[235px\] {
    width: 14.6875rem;
  }

  .tm\:w-\[25\%\] {
    width: 25%;
  }

  .tm\:w-\[28\%\] {
    width: 28%;
  }

  .tm\:w-\[30px\] {
    width: 1.875rem;
  }

  .tm\:w-\[46px\] {
    width: 2.875rem;
  }

  .tm\:min-w-\[96px\] {
    min-width: 6rem;
  }

  .tm\:gap-x-\[5px\] {
    column-gap: 0.3125rem;
  }

  .tm\:gap-y-\[10px\] {
    row-gap: 0.625rem;
  }

  .tm\:space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .tm\:rounded-tr-\[50px\] {
    border-top-right-radius: 3.125rem;
  }

  .tm\:px-\[15px\] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .tm\:px-\[28px\] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .tm\:py-\[12px\] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tm\:py-\[15px\] {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .tm\:pb-\[10px\] {
    padding-bottom: 0.625rem;
  }

  .tm\:pb-\[20px\] {
    padding-bottom: 1.25rem;
  }

  .tm\:pb-\[40px\] {
    padding-bottom: 2.5rem;
  }

  .tm\:pt-\[36px\] {
    padding-top: 2.25rem;
  }

  .tm\:pt-\[40px\] {
    padding-top: 2.5rem;
  }

  .tm\:pt-\[55px\] {
    padding-top: 3.4375rem;
  }

  .tm\:text-center {
    text-align: center;
  }

  .tm\:text-\[14px\] {
    font-size: 0.875rem;
  }

  .tm\:text-\[16px\] {
    font-size: 1rem;
  }

  .tm\:text-\[18px\] {
    font-size: 1.125rem;
  }

  .tm\:text-\[20px\] {
    font-size: 1.25rem;
  }

  .tm\:text-\[22px\] {
    font-size: 1.375rem;
  }

  .tm\:text-\[28px\] {
    font-size: 1.75rem;
  }
}
@media screen and (width <= 1024px) {
  body.hide {
    overflow: hidden;
  }
  .warning {
    padding: 30px 40px;
  }
  .inside-page .inside-masthead {
    min-height: 345px;
    padding-top: 60px;
  }

  .inside-page .inside-masthead::before {
    height: 345px;
    background-image: url(../../images/fund/background/inside_masthead_bg_pad.png?b65c4fcb);
    background-position: 90% bottom;
    background-size: 206px;
  }

  .inside-page .inside-masthead::after {
    height: calc(100% - 345px);
    top: 345px;
  }
  .inside-page .inside-masthead .masthead-container {
    padding: 0;
  }
  .inside-page .inside-masthead .masthead-container h1.main-title {
    margin: 35px 0 10px 20px;
  }
  .inside-page .inside-masthead .masthead-container nav.link-list {
    margin-left: 0;
  }
  .inside-page .inside-masthead .masthead-container .inside-content {
    border-radius: 16px;
    width: calc(100% - 30px);
    padding: 40px 25px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    .board-pagination
    ul.pagination {
    justify-content: center;
  }
}
@media (width <= 999px) and (height <= 428px) and (orientation: landscape),
  (width <= 480px) and (orientation: portrait) {
  .m\:right-\[10px\] {
    right: 0.625rem;
  }

  .m\:top-\[160px\] {
    top: 10rem;
  }

  .m\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .m\:mb-\[15px\] {
    margin-bottom: 0.9375rem;
  }

  .m\:mb-\[20px\] {
    margin-bottom: 1.25rem;
  }

  .m\:ml-\[-160px\] {
    margin-left: -10rem;
  }

  .m\:ml-\[-165px\] {
    margin-left: -10.3125rem;
  }

  .m\:ml-\[160px\] {
    margin-left: 10rem;
  }

  .m\:ml-\[165px\] {
    margin-left: 10.3125rem;
  }

  .m\:mt-\[-82px\] {
    margin-top: -5.125rem;
  }

  .m\:mt-\[30px\] {
    margin-top: 1.875rem;
  }

  .m\:mt-\[5px\] {
    margin-top: 0.3125rem;
  }

  .m\:hidden {
    display: none;
  }

  .m\:h-\[132px\] {
    height: 8.25rem;
  }

  .m\:h-\[150px\] {
    height: 9.375rem;
  }

  .m\:h-\[180px\] {
    height: 11.25rem;
  }

  .m\:h-\[245px\] {
    height: 15.3125rem;
  }

  .m\:w-\[16\.5\%\] {
    width: 16.5%;
  }

  .m\:w-\[17\%\] {
    width: 17%;
  }

  .m\:w-\[18\%\] {
    width: 18%;
  }

  .m\:w-\[22\%\] {
    width: 22%;
  }

  .m\:w-\[25\%\] {
    width: 25%;
  }

  .m\:w-\[26\%\] {
    width: 26%;
  }

  .m\:w-\[275px\] {
    width: 17.1875rem;
  }

  .m\:w-\[290px\] {
    width: 18.125rem;
  }

  .m\:w-\[30\%\] {
    width: 30%;
  }

  .m\:w-\[310px\] {
    width: 19.375rem;
  }

  .m\:w-\[316px\] {
    width: 19.75rem;
  }

  .m\:w-\[33\%\] {
    width: 33%;
  }

  .m\:w-\[330px\] {
    width: 20.625rem;
  }

  .m\:max-w-\[320px\] {
    max-width: 20rem;
  }

  .m\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .m\:justify-center {
    justify-content: center;
  }

  .m\:gap-x-\[4px\] {
    column-gap: 0.25rem;
  }

  .m\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .m\:overflow-hidden {
    overflow: hidden;
  }

  .m\:rounded-t-\[8px\] {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .m\:rounded-bl-\[50px\] {
    border-bottom-left-radius: 3.125rem;
  }

  .m\:px-\[15px\] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .m\:px-\[20px\] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .m\:px-\[25px\] {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .m\:px-\[30px\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .m\:px-\[40px\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .m\:pb-\[10px\] {
    padding-bottom: 0.625rem;
  }

  .m\:pb-\[25px\] {
    padding-bottom: 1.5625rem;
  }

  .m\:pb-\[40px\] {
    padding-bottom: 2.5rem;
  }

  .m\:pb-\[45px\] {
    padding-bottom: 2.8125rem;
  }

  .m\:pt-\[100px\] {
    padding-top: 6.25rem;
  }

  .m\:pt-\[15px\] {
    padding-top: 0.9375rem;
  }

  .m\:pt-\[20px\] {
    padding-top: 1.25rem;
  }

  .m\:pt-\[25px\] {
    padding-top: 1.5625rem;
  }

  .m\:pt-\[35px\] {
    padding-top: 2.1875rem;
  }

  .m\:pt-\[40px\] {
    padding-top: 2.5rem;
  }

  .m\:text-center {
    text-align: center;
  }

  .m\:text-\[16px\] {
    font-size: 1rem;
  }
}
@media screen and (width <= 767px) {
  .inside-page .sidebar {
    display: none;
  }
  .inside-page .inside-masthead {
    padding-top: 50px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    .filter-bar {
    flex-direction: column;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    .filter-bar
    .filter-type {
    margin-bottom: 10px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    .filter-bar
    .filter-type
    label {
    width: 89px;
    font-size: 14px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    .filter-bar
    .filter-type
    .select-group {
    margin-left: 0;
    flex: 1;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    .filter-bar
    .filter-type
    .select-group
    select {
    height: 36px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    .filter-bar
    .filter-keyword
    label {
    width: 89px;
    font-size: 14px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    .filter-bar
    .filter-keyword
    input {
    margin: 0;
    margin-right: 10px;
    flex: 1;
    width: 1px;
    height: 36px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    .filter-bar
    .filter-keyword
    button {
    height: 36px;
  }
}
@media screen and (width <= 575px) {
  .warning {
    padding: 30px 15px;
  }
  .warning .warning-content {
    font-size: 15px;
  }
  ul.breadcrumb {
    padding: 10px 15px;
  }

  ul.breadcrumb li.breadcrumb-item + li.breadcrumb-item {
    padding-left: 5px;
  }

  ul.breadcrumb li.breadcrumb-item + li.breadcrumb-item::before {
    padding-right: 5px;
  }
  ul.breadcrumb li.breadcrumb-item {
    font-size: 12px;
  }
  ul.breadcrumb li.breadcrumb-item a i {
    width: 16px;
  }
  .inside-page .inside-masthead {
    min-height: 207px;
  }

  .inside-page .inside-masthead::before {
    height: 207px;
    background-image: url(../../images/fund/background/inside_masthead_bg_mobile.png?b65c4fcb);
    background-position: 95% bottom;
    background-size: 105px;
  }

  .inside-page .inside-masthead::after {
    height: calc(100% - 207px);
    top: 207px;
  }
  .inside-page .inside-masthead .masthead-container h1.main-title {
    font-size: 24px;
    margin: 10px 0 10px 20px;
  }
  .inside-page .inside-masthead .masthead-container nav.link-list {
    margin-left: 10px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    nav.link-list
    a.link-item
    + a.link-item::before {
    height: 13px;
  }
  .inside-page .inside-masthead .masthead-container nav.link-list a.link-item {
    font-size: 12px;
    padding: 2px 12px;
  }
  .inside-page .inside-masthead .masthead-container .inside-content {
    border-radius: 10px;
    margin-top: 15px;
    padding: 20px 15px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    ul.board-list
    li.board-item
    a.board-link {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    padding: 15px 0;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    ul.board-list
    li.board-item
    a.board-link
    .date {
    width: 95px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    ul.board-list
    li.board-item
    a.board-link
    .tag {
    width: 95px;
    height: 21px;
  }
  .inside-page
    .inside-masthead
    .masthead-container
    .inside-content
    ul.board-list
    li.board-item
    a.board-link
    .content {
    font-size: 14px;
    margin-top: 10px;
  }
}
