@charset "UTF-8";
/**
참고: grid는 clamp 활용한 fr 단위는 지원을 안함.
*/
/**
추가 이유: 원하는 해당 구간에서 원하는 값을 선형적으로 값을 변경하기 위함.
사용 조건: 단위와 list 갯수 같아야함. 0px은 작동되지 않아 0.1px 방식으로 처리 필요.
사용 예시 1:
.dynamic-element {
    @include responsive-property-dynamic(padding, 100px 80px, 40px 60px, 1720px, 1280px);
    @include responsive-property-dynamic(font-size, 100px, 30px, 1720px, 1280px);
}
*/
.sub-pages {
    position: relative;
    line-height: 1.33;
  /* overview P_PR1_2 */
  /* 전략 ETF */
  /* ETF NOW (상품랭킹) */
}

.sub-pages--date-price .sub-pages__util {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sub-pages--date-price .sub-pages__util-left-conts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sub-pages--product-etf-info {
    width: 100%;
    padding: 0;
    background: #f6f6f6;
}

.sub-pages--product-etf-info .hidden-p {
    display: none !important;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .hidden-p {
        display: block !important;
    }
}

.sub-pages--product-etf-info .hidden-m {
    display: block !important;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .hidden-m {
        display: none !important;
    }
}

.sub-pages--product-etf-info.start-load-motion .sub-pages__column--summary {
  /* -webkit-mask-image: linear-gradient(90deg, #f000 0 49.99%, #fff 49.999% 100%);
                mask-image: linear-gradient(90deg, #f000 0 49.99%, #fff 49.999% 100%);
                -webkit-mask-size: 300% 300%;
                mask-size: 300% 300%;
                -webkit-mask-position: -73%;
                mask-position: -73%; */
  /* animation: 1s linear 0s forwards maskGradientFadeIn;

                @keyframes maskGradientFadeIn {
                    0% {
                        transform: translateX(-100%);
                        opacity: 0;
                        -webkit-mask-position: 0;
                        mask-position: 0
                    }

                    40% {
                        -webkit-mask-position: -100%;
                        mask-position: -100%;
                        opacity: 1;
                        transform: translateX(0);
                    }

                    100% {
                        -webkit-mask-position: -200%;
                        mask-position: -200%;
                        opacity: 1;
                        transform: translateX(0);
                    }
                } */
}

.sub-pages--product-etf-info.start-load-motion .summary {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item {
    color: #fff;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item::before, .sub-pages--product-etf-info.start-load-motion .summary__investment-item::after {
    -webkit-animation: 10s dash-board-strategy-point-visible;
    animation: 10s dash-board-strategy-point-visible;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(1) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(1)::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(1)::after {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(2) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(2)::before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(2)::after {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(3) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(3)::before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(3)::after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(4) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(4)::before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item:nth-child(4)::after {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item--one-line:nth-child(1) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item--one-line:nth-child(1)::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item--one-line:nth-child(2) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item--one-line:nth-child(2)::before {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item--one-line:nth-child(3) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item--one-line:nth-child(3)::before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item--one-line:nth-child(4) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.sub-pages--product-etf-info.start-load-motion .summary__investment-item--one-line:nth-child(4)::before {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-webkit-keyframes dash-board-strategy-point-visible {
    0% {
        width: 0;
    }

    4%, 6% {
        width: calc(100% - 26px);
    }

    10%, 100% {
        width: 0%;
    }
}

@keyframes dash-board-strategy-point-visible {
    0% {
        width: 0;
    }

    4%, 6% {
        width: calc(100% - 26px);
    }

    10%, 100% {
        width: 0%;
    }
}

.sub-pages--product-etf-info.start-load-motion .dash-board__item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.sub-pages--product-etf-info.start-load-motion .anchor {
    opacity: 1;
    left: 50%;
}

@media (max-width: 1920px) {
    .sub-pages--product-etf-info.start-load-motion .anchor {
        right: 15px;
        left: auto;
    }
}

.sub-pages--product-etf-info.off-dash-board .dash-board {
    opacity: 0;
    visibility: hidden;
}

.sub-pages--product-etf-info.off-dash-board .dash-board__inner {
    left: -18%;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info.off-dash-board .dash-board__inner {
        left: 0;
    }
}

.sub-pages--product-etf-info.off-dash-board .dash-board__list {
    -webkit-clip-path: polygon(190% -2%, 102% -2%, 102% 102%, 190% 102%);
    clip-path: polygon(190% -2%, 102% -2%, 102% 102%, 190% 102%);
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
}

.sub-pages--product-etf-info.off-dash-board .summary__btn {
    opacity: 1;
    visibility: visible;
}

.sub-pages--product-etf-info .dash-board {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 310;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board {
        position: relative;
    }
}

.sub-pages--product-etf-info .dash-board__inner {
    position: relative;
    left: 0;
    display: grid;
    max-width: 1720px;
    height: 100%;
    grid-template-columns: 424px 1fr;
    margin: 0 auto;
    -webkit-transition: left .5s;
    transition: left .5s;
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .dash-board__inner {
        max-width: 100%;
        grid-template-columns: calc(424 / (1720 + var(--user-scrollbar-width)) * 100vw) 1fr;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__inner {
        display: block;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__left-empty-area {
        display: none;
    }
}

.sub-pages--product-etf-info .dash-board__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 112px 40px 20px 40px;
}

@media (max-width: 1850px) {
    .sub-pages--product-etf-info .dash-board__content-wrap {
        padding-right: 110px;
    }
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .dash-board__content-wrap {
        padding: 108px 16px 16px 16px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__content-wrap {
        padding: 24px 0 0 0;
    }
}

.sub-pages--product-etf-info .dash-board__list {
    display: grid;
    width: 100%;
    height: calc(100vh - 132px);
    max-height: clamp(670px, calc(262.38532vw * (1720 / (1720 - var(--user-scrollbar-width))) + -3557.02752px), 956px);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-clip-path: polygon(-50% -2%, 102% -2%, 102% 102%, -50% 102%);
    clip-path: polygon(-50% -2%, 102% -2%, 102% 102%, -50% 102%);
    grid-template-areas: "etf-content earnings-rate earnings-rate"
 "top10       benchmark     forecast";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: minmax(50px, auto) minmax(50px, 470px);
    grid-template-rows: auto clamp(335px, calc(123.85321vw * (1720 / (1720 - var(--user-scrollbar-width))) + -1660.27523px), 470px);
    gap: clamp(4px, calc(11.00917vw * (1720 / (1720 - var(--user-scrollbar-width))) + -173.3578px), 16px);
    -webkit-transition: -webkit-transform .5s, -webkit-clip-path .5s;
    transition: -webkit-transform .5s, -webkit-clip-path .5s;
    transition: transform .5s, clip-path .5s;
    transition: transform .5s, clip-path .5s, -webkit-transform .5s, -webkit-clip-path .5s;
    overflow: hidden;
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .dash-board__list {
        height: calc(100vh - 124px);
    }
}

.sub-pages--product-etf-info .dash-board__list--no-etf-content {
    grid-template-areas: "earnings-rate earnings-rate earnings-rate"
 "top10         benchmark     forecast";
}

.sub-pages--product-etf-info .dash-board__list--no-etf-content .dash-board__item--etf-content {
    display: none;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        max-height: initial;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
    }
}

.sub-pages--product-etf-info .dash-board__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: clamp(8px, calc(11.92661vw * (1720 / (1720 - var(--user-scrollbar-width))) + -184.13761px), 21px) clamp(8px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -110.23853px), 16px) clamp(8px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -110.23853px), 16px) clamp(8px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -110.23853px), 16px);
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: .5s opacity, .5s transform;
    transition: .5s opacity, .5s transform;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item {
        padding: 24px 20px;
    }
}

.sub-pages--product-etf-info .dash-board__item--etf-content {
    grid-area: etf-content;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    padding: 0;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item--etf-content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__header {
    padding: clamp(5px, calc(11.92661vw * (1720 / (1720 - var(--user-scrollbar-width))) + -187.13761px), 18px) clamp(8px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -110.23853px), 16px) clamp(13px, calc(4.58716vw * (1720 / (1720 - var(--user-scrollbar-width))) + -60.89908px), 18px);
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__header {
        padding: 16px;
    }
}

.sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: #000;
}

.sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__footer {
    background: #fff;
    padding: 10px;
}

@media (min-width: 1921px) {
    .sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__footer {
        padding-top: 10px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__footer {
        padding: 14px 16px 16px;
    }
}

.sub-pages--product-etf-info .dash-board__item--earnings-rate {
    grid-area: earnings-rate;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item--earnings-rate {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.sub-pages--product-etf-info .dash-board__item--earnings-rate .dash-board__header {
    padding-bottom: clamp(9px, calc(6.42202vw * (1720 / (1720 - var(--user-scrollbar-width))) + -94.45872px), 16px);
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item--earnings-rate .dash-board__header {
        padding-bottom: 32px;
    }
}

.sub-pages--product-etf-info .dash-board__item--top10 {
    grid-area: top10;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item--top10 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item--top10 .dash-board__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.sub-pages--product-etf-info .dash-board__item--benchmark {
    grid-area: benchmark;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item--benchmark {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        margin-bottom: 24px;
    }
}

.sub-pages--product-etf-info .dash-board__item--forecast {
    grid-area: forecast;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
    background-color: #f6f6f6;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__item--forecast {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}

.sub-pages--product-etf-info .dash-board__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: clamp(13px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -105.23853px), 21px);
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__header {
        padding-bottom: 32px;
    }
}

.sub-pages--product-etf-info .dash-board__title {
    font-size: clamp(18px, calc(5.50459vw * (1720 / (1720 - var(--user-scrollbar-width))) + -70.6789px), 24px);
    font-weight: 500;
    line-height: 1.3333;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__title {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 375px) {
    .sub-pages--product-etf-info .dash-board__title {
        font-size: MAX(calc(24 / 375 * 100vw), 18px);
        line-height: 1.5;
    }
}

.sub-pages--product-etf-info .dash-board__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 1921px) {
    .sub-pages--product-etf-info .dash-board__footer {
        padding-top: 10px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__footer {
        padding-top: 32px;
    }
}

.sub-pages--product-etf-info .dash-board__btn-more {
    height: 22px;
    padding: 0;
    font-weight: 300;
    color: #000;
    border-bottom: solid 1px #000;
}

.sub-pages--product-etf-info .dash-board__date {
    padding-left: 5px;
    color: #9D9D9C;
    font-size: clamp(12px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -17.55963px), 14px);
    font-weight: 400;
    line-height: 1.5714;
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .dash-board__date {
        font-weight: 300;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__date {
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
    }
}

.sub-pages--product-etf-info .dash-board__etf-content-img-wrap {
    position: relative;
    padding-top: 50.63%;
    width: 100%;
    height: 0;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__etf-content-img-wrap {
        height: auto;
        padding-top: initial;
        aspect-ratio: 16 / 9;
    }
}

.sub-pages--product-etf-info .dash-board__etf-content-img-wrap iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__etf-content-img-wrap iframe {
        position: initial;
        border: none;
    }
}

.sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__report-body {
    position:relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width:100%;
    height: 0;
    padding-bottom:65%;
}


.sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__report-body .dash-board__etf-content-report-wrap {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:calc(100% - 66px);
}

.sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__report-body .dash-board__etf-content-report-wrap img {
    position: relative;
    top: 50%;
    left: 50%;
    width:100%;
    transform: translate(-50%, -50%);
}

.sub-pages--product-etf-info .dash-board__etf-content-report-title {
    position:absolute;
    bottom:0;
    padding: 12px 10px 2px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: #fff;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__etf-content-report-wrap {
        height: auto;
        padding-top: initial;
        aspect-ratio: 16 / 12.2;
    }

    .sub-pages--product-etf-info .dash-board__item--etf-content .dash-board__report-body .dash-board__etf-content-report-wrap {
      height: calc(100% - 50px);
    }

    .sub-pages--product-etf-info .dash-board__etf-content-report-title {
        bottom: -1px;
        width: 100%;
        padding: 14px 16px 2px;
        min-height: 52px;
        font-size: 16px;
        line-height: 24px;
        box-sizing: border-box;
    }
}


.sub-pages--product-etf-info .dash-board__etf-content-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-pages--product-etf-info .dash-board__etf-content-title {
    max-height: calc(26em / 18 * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: clamp(5px, calc(4.58716vw * (1720 / (1720 - var(--user-scrollbar-width))) + -68.89908px), 10px) clamp(8px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -110.23853px), 16px) 0.1px;
    font-size: clamp(15px, calc(2.75229vw * (1720 / (1720 - var(--user-scrollbar-width))) + -29.33945px), 18px);
    font-weight: 500;
    line-height: 1.4444;
}

@media (min-width: 1921px) {
    .sub-pages--product-etf-info .dash-board__etf-content-title {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__etf-content-title {
        display: block;
        max-height: initial;
        overflow: initial;
        text-overflow: initial;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
        margin: 10px 16px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}

.sub-pages--product-etf-info .dash-board__benchmark-banner {
    padding: clamp(8px, calc(9.17431vw * (1720 / (1720 - var(--user-scrollbar-width))) + -139.79817px), 18px) clamp(16px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -13.55963px), 18px);
    color: #fff;
    font-size: clamp(14px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -15.55963px), 16px);
    font-weight: 500;
    line-height: 1.4444;
    background: #060052;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__benchmark-banner {
        padding: 18px;
        font-size: 16px;
        line-height: 24px;
    }
}

.sub-pages--product-etf-info .dash-board__cyan {
    color: #00D4FF;
}

.sub-pages--product-etf-info .dash-board__select-date-list {
    position: relative;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-date-list {
        z-index: 10000000;
        margin-bottom: 24px;
        background-color: #ddd;
    }
}

.sub-pages--product-etf-info .dash-board__select-trigger {
    display: none;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-trigger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8px 24px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-label {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .dash-board__select-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    padding-left: 10px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-icon {
        padding-left: 0;
    }
}

.sub-pages--product-etf-info .dash-board__select-icon::after {
    content: '';
    width: 10px;
    height: 8px;
    background: url(../images/common/pc/icon-btn-more.svg) no-repeat center;
    background-size: contain;
}

.sub-pages--product-etf-info .dash-board__select-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-bottom: clamp(8px, calc(14.6789vw * (1720 / (1720 - var(--user-scrollbar-width))) + -228.47706px), 24px);
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-option {
        position: absolute;
        top: 100%;
        z-index: 10;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-height: 300px;
        padding: 16px 10px;
        margin: 0;
        background: rgba(0, 0, 0, 0.9);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s;
    }
}

.sub-pages--product-etf-info .dash-board__select-option.visible {
    opacity: 1;
    visibility: visible;
}

.sub-pages--product-etf-info .dash-board__select-date-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: clamp(6px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -23.55963px), 8px) clamp(6px, calc(16.51376vw * (1720 / (1720 - var(--user-scrollbar-width))) + -260.0367px), 24px);
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5714;
    background-color: #F6F6F6;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .dash-board__select-date-item {
        font-size: 13px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-date-item {
        font-size: 15px;
        line-height: 1.5333;
        background-color: transparent;
        color: #9d9d9c;
    }
}

.sub-pages--product-etf-info .dash-board__select-date-item.on {
    background-color: #ddd;
    color: #000;
    font-weight: 700;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-date-item.on {
        padding: 8px 0px;
        font-weight: 300;
        background-color: transparent;
        color: #fff;
    }
}

.sub-pages--product-etf-info .dash-board__line-chart {
    width: 100%;
    height: 100%;
}

@media (max-width: 1920px) {
    .sub-pages--product-etf-info .dash-board__line-chart {
        margin-bottom: clamp(10px, calc(5.50459vw * (1720 / (1720 - var(--user-scrollbar-width))) + -78.6789px), 16px);
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__line-chart {
        aspect-ratio: 335 / 277;
        width: 100%;
        max-height: 400px;
        margin-bottom: 0;
    }
}

.sub-pages--product-etf-info .dash-board__donut-chart {
    height: clamp(245px, calc(88.99083vw * (1720 / (1720 - var(--user-scrollbar-width))) + -1188.6422px), 342px);
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__donut-chart {
        width: 100%;
        height: auto;
        aspect-ratio: 335 / 342;
        max-height: 400px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }
}

.sub-pages--product-etf-info .dash-board__select-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: clamp(34px, calc(5.50459vw * (1720 / (1720 - var(--user-scrollbar-width))) + -54.6789px), 40px);
    margin-top: clamp(8px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -110.23853px), 16px);
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-item {
        height: 36px;
        margin-top: 0px;
    }
}

.sub-pages--product-etf-info .dash-board__select-item:first-of-type {
    margin-top: 0;
}

.sub-pages--product-etf-info .dash-board__select-txt {
    font-size: clamp(16px, calc(3.66972vw * (1720 / (1720 - var(--user-scrollbar-width))) + -43.11927px), 20px);
    font-weight: 300;
    line-height: 24px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__select-txt {
        font-size: 18px;
        line-height: 26px;
    }
}

.sub-pages--product-etf-info .dash-board__select-txt--last-line {
    padding-right: 8px;
}

.sub-pages--product-etf-info .dash-board__result-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(10px, calc(3.66972vw * (1720 / (1720 - var(--user-scrollbar-width))) + -49.11927px), 14px);
    margin-top: clamp(27px, calc(19.26606vw * (1720 / (1720 - var(--user-scrollbar-width))) + -283.37615px), 48px);
    padding: clamp(8px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -110.23853px), 16px);
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background-color: #060052;
    color: #fff;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__result-list {
        margin-top: 32px;
        gap: responsive-property(gap, 16px, 8px, 400px, 350px);
        padding: 16px;
    }
}

.sub-pages--product-etf-info .dash-board__result-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.sub-pages--product-etf-info .dash-board__result-txt {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .dash-board__result-txt {
        font-size: 13px;
        line-height: 21px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__result-txt {
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .dash-board__result-num-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4px;
    gap: 3px;
}

.sub-pages--product-etf-info .dash-board__result-num {
    margin-bottom: 3px;
    font-size: 23px;
    line-height: 1.3333;
    font-weight: 500;
}

@media (max-width: 1850px) {
    .sub-pages--product-etf-info .dash-board__result-num {
        font-size: 20px;
    }
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .dash-board__result-num {
        font-size: clamp(16px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -102.23853px), 24px);
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__result-num {
        margin-bottom: 0;
        font-size: clamp(20px, calc(8vw * (400 / (400 - var(--user-scrollbar-width))) + -8px), 24px);
        font-weight: 500;
        line-height: 1.5;
    }
}

.sub-pages--product-etf-info .dash-board__result-unit {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5714;
    white-space: nowrap;
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .dash-board__result-unit {
        font-size: 13px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__result-unit {
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .dash-board__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(0.1px, calc(7.24771vw * (1720 / (1720 - var(--user-scrollbar-width))) + -116.66055px), 8px);
    padding: clamp(8px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -110.23853px), 16px);
    background-color: #fff;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__copy {
        padding: 16px;
    }
}

.sub-pages--product-etf-info .dash-board__copy-product {
    position: relative;
    padding-left: 29px;
    color: #00D4FF;
    font-size: clamp(16px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -102.23853px), 24px);
    font-weight: 600;
    line-height: 1.3333;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__copy-product {
        padding-left: 28px;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
    }
}

.sub-pages--product-etf-info .dash-board__copy-product::before {
    content: '';
    position: absolute;
    top: calc(2em / 24);
    left: 0;
    width: 1em;
    height: 1em;
    background: url(../images/product/pc/icon-simple-bag.svg) center no-repeat;
    background-size: contain;
}

.sub-pages--product-etf-info .dash-board__copy-txt {
    font-size: clamp(14.8px, calc(2.75229vw * (1720 / (1720 - var(--user-scrollbar-width))) + -29.53945px), 17.8px);
    font-weight: 500;
    line-height: 1.4606;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .dash-board__copy-txt {
        font-size: 18px;
        line-height: 26px;
    }
}

.sub-pages--product-etf-info .dash-board__txt-up {
    color: #ff6c6c;
}

.sub-pages--product-etf-info .dash-board__txt-down {
    color: #527fff;
}

.sub-pages--product-etf-info .sub-pages__column-wrap {
    display: grid;
    max-width: 1720px;
    grid-template-columns: 424px 1fr;
    margin: 0 auto;
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .sub-pages__column-wrap {
        max-width: 100%;
        grid-template-columns: calc(424 / (1720 + var(--user-scrollbar-width)) * 100vw) 1fr;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__column-wrap {
        display: block;
        padding: 0;
    }
}

.sub-pages--product-etf-info .sub-pages__column--summary {
    z-index: 320;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__column--summary {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.sub-pages--product-etf-info .summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 0px clamp(16px, calc(22.01835vw * (1720 / (1720 - var(--user-scrollbar-width))) + -338.7156px), 40px) clamp(16px, calc(22.01835vw * (1720 / (1720 - var(--user-scrollbar-width))) + -338.7156px), 40px);
    color: #fff;
    background-color: #060052;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary {
        position: static;
        width: 100%;
        height: auto;
        padding: 80px 24px 0;
    }
}

.sub-pages--product-etf-info .summary__classification-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 130px;
}

@media (min-width: 1921px) {
    .sub-pages--product-etf-info .summary__classification-list {
        padding-top: 146px;
    }
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .summary__classification-list {
        padding-top: 115px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__classification-list {
        padding-top: 0;
    }
}

.sub-pages--product-etf-info .summary__classification-item {
    color: #9d9d9c;
    font-size: clamp(12px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -17.55963px), 14px);
    font-weight: 500;
    line-height: 1.5714;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__classification-item {
        font-size: 14px;
    }
}

.sub-pages--product-etf-info .summary__classification-item + li {
    position: relative;
    padding-left: 17px;
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .summary__classification-item + li {
        padding-left: calc(17em / 14);
    }
}

.sub-pages--product-etf-info .summary__classification-item + li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(8em / 14);
    width: 1px;
    height: calc(12em / 14);
    background-color: #9D9D9C;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-pages--product-etf-info .summary__eyebrow {
    margin-top: clamp(8px, calc(14.6789vw * (1720 / (1720 - var(--user-scrollbar-width))) + -228.47706px), 24px);
    font-size: clamp(16px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -13.55963px), 18px);
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__eyebrow {
        margin-top: 24px;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }
}

.sub-pages--product-etf-info .summary__title-area {
    display: inline-block;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: clamp(24px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -94.23853px), 32px);
    margin-top: clamp(4px, calc(11.00917vw * (1720 / (1720 - var(--user-scrollbar-width))) + -173.3578px), 16px);
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__title-area {
        margin-top: 8px;
        font-size: 34px;
    }
}

.sub-pages--product-etf-info .summary__title-area .c-tooltip--summary-title {
    opacity: 0;
}

.sub-pages--product-etf-info .summary__title-area .c-tooltip--summary-title.active {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.sub-pages--product-etf-info .summary__product-code {
    margin-top: clamp(4px, calc(11.00917vw * (1720 / (1720 - var(--user-scrollbar-width))) + -173.3578px), 16px);
    font-size: clamp(14px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -15.55963px), 16px);
    color: #9d9d9c;
    font-weight: 300;
    line-height: 1.125;
}

.sub-pages--product-etf-info .summary__print {
  margin-top: 3.5%;
}

.sub-pages--product-etf-info .summary__print-button {
  position: relative;
  padding: 0 0 5px 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  border-bottom: 1px #fff solid;
}

.sub-pages--product-etf-info .summary__print-button:after {
  content: '';
  position: absolute;
  margin-left: 9px;
  width: 16px;
  height: 16px;
  background: url(../images/main/pc/icon-main-kv-arrow-white.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
}


@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__product-code {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .sub-pages--product-etf-info .summary__print {
      display: none;
    }
}

.sub-pages--product-etf-info .summary__sub-copy {
    margin-top: 16px;
    font-size: 18px;
    margin-top: clamp(4px, calc(11.00917vw * (1720 / (1720 - var(--user-scrollbar-width))) + -173.3578px), 16px);
    font-size: clamp(14px, calc(3.66972vw * (1720 / (1720 - var(--user-scrollbar-width))) + -45.11927px), 18px);
    font-weight: 500;
    line-height: 1.4444;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__sub-copy {
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }
}

.sub-pages--product-etf-info .summary__investment-area {
    margin-top: clamp(8px, calc(14.6789vw * (1720 / (1720 - var(--user-scrollbar-width))) + -228.47706px), 24px);
    padding: clamp(10px, calc(5.50459vw * (1720 / (1720 - var(--user-scrollbar-width))) + -78.6789px), 16px) clamp(16px, calc(3.66972vw * (1720 / (1720 - var(--user-scrollbar-width))) + -43.11927px), 20px) clamp(16px, calc(3.66972vw * (1720 / (1720 - var(--user-scrollbar-width))) + -43.11927px), 20px) clamp(10px, calc(5.50459vw * (1720 / (1720 - var(--user-scrollbar-width))) + -78.6789px), 16px);
    background-color: #0C2377;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__investment-area {
        margin-top: 24px;
        padding: 16px 20px 20px 16px;
    }
}

.sub-pages--product-etf-info .summary__investment-title {
    color: #00d4ff;
    font-size: clamp(16px, calc(3.66972vw * (1720 / (1720 - var(--user-scrollbar-width))) + -43.11927px), 20px);
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__investment-title {
        font-size: 18px;
        line-height: 26px;
    }
}

.sub-pages--product-etf-info .summary__investment-item {
    position: relative;
    max-height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: clamp(10px, calc(5.50459vw * (1720 / (1720 - var(--user-scrollbar-width))) + -78.6789px), 16px);
    padding-left: 26px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: transparent;
    background: url(../images/common/pc/icon-bullet-check-cyan.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 0px 3px;
    -webkit-transition: .3s color;
    transition: .3s color;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__investment-item {
        margin-top: 8px;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .summary__investment-item::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    top: calc(1em / 16);
    left: 26px;
    width: 0%;
    height: calc(50% - 3em / 16);
    background-color: rgba(246, 246, 246, 0.3);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.sub-pages--product-etf-info .summary__investment-item::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 26px;
    width: 0%;
    height: calc(50% - 2em / 16);
    background-color: rgba(246, 246, 246, 0.3);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.sub-pages--product-etf-info .summary__investment-item--one-line::before {
    top: calc(50% - 1em / 16);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: calc(100% - 4em / 16);
}

.sub-pages--product-etf-info .summary__investment-item--one-line::after {
    display: none;
}

.sub-pages--product-etf-info .summary__earnings-txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: clamp(9px, calc(13.76147vw * (1720 / (1720 - var(--user-scrollbar-width))) + -212.69725px), 24px);
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__earnings-txt-wrap {
        margin-top: 24px;
    }
}

.sub-pages--product-etf-info .summary__earnings-txt {
    font-size: clamp(14px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -15.55963px), 16px);
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.5;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__earnings-txt {
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .summary__earnings-help {
    margin-left: calc(54em / 14);
    color: #9d9d9c;
    font-size: clamp(13px, calc(0.91743vw * (1720 / (1720 - var(--user-scrollbar-width))) + -1.77982px), 14px);
    font-weight: 400;
    line-height: 1.5714;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__earnings-help {
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .summary__earnings-num-wrap {
    margin-top: 4px;
    color: #00D4FF;
    font-size: clamp(24px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -94.23853px), 32px);
    line-height: 1.25;
    font-weight: 500;
    opacity: 0;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__earnings-num-wrap {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }
}

.sub-pages--product-etf-info .summary__etc-info-wrap {
    margin-top: clamp(12px, calc(11.00917vw * (1720 / (1720 - var(--user-scrollbar-width))) + -165.3578px), 24px);
    font-size: clamp(14px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -15.55963px), 16px);
    font-weight: 300;
    line-height: 1.5;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__etc-info-wrap {
        margin-top: 8px;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .summary__etc-info-item {
    margin-top: 4px;
}

.sub-pages--product-etf-info .summary__net-worth-txt {
    font-weight: 500;
}

.sub-pages--product-etf-info .summary__net-worth-num {
    margin-left: calc(19em / 14);
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__net-worth-num {
        margin-left: calc(28em / 14);
    }
}

.sub-pages--product-etf-info .summary__benchmark-num {
    margin-left: calc(50em / 16);
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__benchmark-num {
        margin-left: calc(52em / 14);
    }
}

.sub-pages--product-etf-info .summary__date-wrap {
    margin-top: 16px;
    color: #9d9d9c;
    font-size: clamp(13px, calc(0.91743vw * (1720 / (1720 - var(--user-scrollbar-width))) + -1.77982px), 14px);
    font-weight: 400;
    line-height: 1.375;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__date-wrap {
        margin-top: 8px;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .summary__btn {
    display: none;
    position: relative;
    margin: clamp(15px, calc(9.17431vw * (1720 / (1720 - var(--user-scrollbar-width))) + -132.79817px), 25px) 0px 0px auto;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(12px, calc(1.83486vw * (1720 / (1720 - var(--user-scrollbar-width))) + -17.55963px), 14px);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .7s, visibility .7s;
    transition: opacity .7s, visibility .7s;
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .summary__btn {
        display: block;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .summary__btn {
        display: none;
    }
}

.sub-pages--product-etf-info .summary__btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(24em / 14);
    height: calc(24em / 14);
    background: url(../images/common/pc/icon-right-arrow-type1.svg) center no-repeat;
    background-size: contain;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.sub-pages--product-etf-info .summary__btn-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(24em / 14);
    margin-right: calc(32em / 14);
    padding-bottom: calc(4em / 14);
    color: #fff;
    font-weight: 300;
    line-height: normal;
    border-bottom: solid 1px #fff;
}

.sub-pages--product-etf-info .sub-pages__column--content {
    padding: 0 56px 0 40px;
}

@media (max-width: 1850px) {
    .sub-pages--product-etf-info .sub-pages__column--content {
        padding: 0 110px 0 40px;
    }
}

@media (max-width: 1720px) and (max-width: 1920px) {
    .sub-pages--product-etf-info .sub-pages__column--content {
        padding: 0 calc(40 / (1920 + var(--user-scrollbar-width)) * 100vw) 0;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__column--content {
        padding: 0;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__column--content .secured-assets .sub-pages__section-header {
        display: block;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__column--content .rate-of-return .sub-pages__section-header {
        display: block;
    }
}

.sub-pages--product-etf-info .sub-pages__section {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section {
        max-width: 100%;
        margin-top: 24px;
    }
}

.sub-pages--product-etf-info .sub-pages__section:last-child {
    padding-bottom: 40px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section:last-child {
        padding-bottom: 80px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--dash-board {
    height: 1px;
    margin: 0;
    padding: 0;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information {
    position: relative;
    z-index: 10;
    margin-top: 120px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information {
        margin-top: 24px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    gap: 16px;
}

@media (max-width: 1500px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--list:nth-of-type(1) {
    background-color: #fff;
    -webkit-flex-basis: 794px;
    -ms-flex-preferred-size: 794px;
    flex-basis: 794px;
}

@media (max-width: 1500px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--list:nth-of-type(1) {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--list:nth-of-type(2) {
    -webkit-flex-basis: 390px;
    -ms-flex-preferred-size: 390px;
    flex-basis: 390px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}

@media (max-width: 1500px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--list:nth-of-type(2) {
        margin-top: 40px;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        gap: 40px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--list:nth-of-type(2) {
        margin-top: 24px;
        gap: 24px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information {
    padding: 24px 24px 0;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information {
        padding: 20px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__inspect-info {
    padding: 8px 16px;
    color: #9D9D9C;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__inspect-info {
        font-size: 13px;
        line-height: 21px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__devidend-area {
    padding: 16px 16px 15px 16px;
    color: #fff;
    background-color: #060052;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__devidend-area {
        padding: 16px 16px 24px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__devidend-txt-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__devidend-txt-area {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 26px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__devidend-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__devidend-help {
    margin-left: 10px;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__devidend-help {
        margin-left: 0;
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__devidend-linker {
    margin-top: 40px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    border-bottom: solid 1px #fff;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-list {
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    width: calc((100% - 8px) / 2);
    padding: 13px 16px;
    background-color: #EDEDED;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-item {
        width: 100%;
        padding: 8px 16px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-list--three-column {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 1300px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-list--three-column {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-list--three-column .sub-pages__base-index-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 3);
    padding: 10px 16px;
}

@media (max-width: 1300px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-list--three-column .sub-pages__base-index-item {
        width: 100%;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-list--three-column .sub-pages__base-index-item {
        padding: 8px 16px;
    }
}

@media (max-width: 1500px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-list--three-column .sub-pages__base-index-item:last-child .c-tooltip__content {
        right: 26px;
        left: auto;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-list--three-column .sub-pages__base-index-item:last-child .c-tooltip__content {
        right: initial;
        left: initial;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-information .sub-pages__base-index-num-wrap {
    text-align: right;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide {
    height: 100%;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__basic-index-linker {
    width: 24px;
    height: 24px;
    background: url(../images/common/pc/icon-new-tab.svg) center no-repeat;
    background-size: contain;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__basic-index-title {
    color: #3C3C3B;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__basic-index-title {
        color: #000;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__basic-index-desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__basic-index-footer {
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 48px;
    padding: 8px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__basic-index-footer {
        margin-top: 16px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__basic-index-organization {
    color: #3c3c3b;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__basic-index-organization {
        color: #000;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--basic-index-guide .sub-pages__basic-index-date {
    color: #9d9d9c;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--related-data li {
    margin-bottom: 12px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--related-data li {
        margin-bottom: 8px;
        text-align: center;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--related-data li:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--related-data li:last-of-type {
        margin-bottom: 0;
    }
}

.sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--related-data li a {
    display: block;
    padding: 0 16px;
    color: #3c3c3b;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    background: #ededed;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--basic-information .sub-pages__content--related-data li a {
        padding: 0 24px;
        color: #000;
        font-size: 14px;
        line-height: 44px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-header {
    margin-bottom: 10px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-header .sub-pages__composition-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-header {
        height: 30px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__graph--composition-items {
    margin-bottom: 20px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__graph--composition-items {
        margin-bottom: 16px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 4px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-title {
        font-size: 14px;
        line-height: 22px;
        overflow: auto;
    }
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-num {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-num {
        font-size: 20px;
        line-height: 28px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
    height: 88px;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item {
    position: relative;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: calc(100% + 4px);
    height: 24px;
    background-color: #fff;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(1) {
    background-color: #ACFF2F;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(2) {
    background-color: #FFCE00;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(3) {
    background-color: #FF8C5F;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(4) {
    background-color: #58E5FB;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(5) {
    background-color: #9085FF;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(6) {
    background-color: #00E0BA;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(7) {
    background-color: #FF97DA;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(8) {
    background-color: #527FFF;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(9) {
    background-color: #00B8D6;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item:nth-child(10) {
    background-color: #FF6C6C;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-item.on::before {
    height: 0;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-footer {
        gap: 16px 8px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label {
    -webkit-flex-basis: calc((100% - 64px) / 5);
    -ms-flex-preferred-size: calc((100% - 64px) / 5);
    flex-basis: calc((100% - 64px) / 5);
    position: relative;
    padding-left: 20px;
    color: #3c3c3b;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    white-space: nowrap;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 106px;
        font-size: 12px;
        line-height: 12px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(1)::after {
    background-color: #ACFF2F;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(2)::after {
    background-color: #FFCE00;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(3)::after {
    background-color: #FF8C5F;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(4)::after {
    background-color: #58E5FB;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(5)::after {
    background-color: #9085FF;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(6)::after {
    background-color: #00E0BA;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(7)::after {
    background-color: #FF97DA;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(8)::after {
    background-color: #527FFF;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(9)::after {
    background-color: #00B8D6;
}

.sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__composition-label:nth-child(10)::after {
    background-color: #FF6C6C;
}

.sub-pages--product-etf-info .sub-pages__graph-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #999;
    text-align: right;
}

.sub-pages--product-etf-info .sub-pages__graph-desc.mt0 {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .sub-pages--product-etf-info .sub-pages__graph-desc {
        margin-top: 25px;
        margin-bottom: 16px;
        font-size: 12px;
        text-align: left;
    }
}

.sub-pages--product-etf-info .sub-pages__section-inner {
    width: 100%;
    padding: 0;
}

.sub-pages--product-etf-info .sub-pages__section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section-header {
        margin-bottom: 24px;
    }
}

.sub-pages--product-etf-info .sub-pages__content {
    padding: 24px;
    background: #fff;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__content {
        padding: 24px 20px;
    }
}

.sub-pages--product-etf-info .sub-pages__content--table {
    overflow: hidden;
    overflow-x: auto;
}

.sub-pages--product-etf-info .sub-pages__content--description {
    margin-top: 40px;
    background: none;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__content--description {
        margin-top: 24px;
    }
}

.sub-pages--product-etf-info .sub-pages__content--description .sub-pages__section-list-item {
    position: relative;
    margin-bottom: 8px;
    padding-left: 11px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #999;
}

.sub-pages--product-etf-info .sub-pages__content--description .sub-pages__section-list-item:last-of-type {
    margin-bottom: 0;
}

.sub-pages--product-etf-info .sub-pages__content--description .sub-pages__section-list-item::after {
    content: '';
    position: absolute;
    top: 0.63em;
    left: 0;
    width: 3px;
    height: 3px;
    background: #999;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__content--description .sub-pages__section-list-item {
        margin-bottom: 4px;
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
        color: #9D9D9C;
    }

    .sub-pages--product-etf-info .sub-pages__content--description .sub-pages__section-list-item:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__content .c-button--more {
        margin-top: 13px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__content .c-button--more button {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }

    .sub-pages--product-etf-info .sub-pages__content .c-button--more button::before {
        right: -17px;
    }
}

.sub-pages--product-etf-info .sub-pages__section-title {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
    }
}

@media (max-width: 375px) {
    .sub-pages--product-etf-info .sub-pages__section-title {
        font-size: clamp(12px, calc(3.2vw * (375 / (375 - var(--user-scrollbar-width))) + 12px), 24px);
        line-height: 1.5;
    }
}

.sub-pages--product-etf-info .sub-pages__section-button {
    display: block;
    margin-left: 8px;
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    background: #9D9D9C;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section-button {
        padding: 0 24px;
        font-size: 14px;
        line-height: 44px;
    }
}

@media (max-width: 375px) {
    .sub-pages--product-etf-info .sub-pages__section-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 44px;
        padding: 0px clamp(0.1px, calc(6.37333vw * (375 / (375 - var(--user-scrollbar-width))) + 0.1px), 24px);
        font-size: clamp(12px, calc(0.53333vw * (375 / (375 - var(--user-scrollbar-width))) + 12px), 14px);
        line-height: 1.5714;
    }
}

@media (max-width: 320px) {
    .sub-pages--product-etf-info .sub-pages__section-button {
        padding: 0 5px;
    }
}

.sub-pages--product-etf-info .sub-pages__section-des {
    position: relative;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #999;
}

.sub-pages--product-etf-info .sub-pages__section-des::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 3px;
    background: #999;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section-des {
        margin-top: 8px;
    }
}

.sub-pages--product-etf-info .sub-pages__section-date-picker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section-date-picker {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__section-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--composition-items .sub-pages__section-date-picker {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 24px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--insight-etf .sub-pages__content {
    padding-bottom: 0;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__section-header {
        display: block;
        height: 100%;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__section-date-picker {
        display: block;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .c-date-picker--wrap {
        margin: 24px 0 16px 0;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .c-date-picker {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .c-date-picker .c-date-picker__input {
        line-height: 38px;
        background: none;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__section-button {
        margin-left: 0;
        width: 100%;
    }
}

.sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-date-list {
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-date-list {
        z-index: 10000000;
        margin-bottom: 16px;
        background-color: #DDD;
    }
}

.sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-trigger {
    display: none;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-trigger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 24px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

.sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-icon::after {
    content: '';
    width: 10px;
    height: 8px;
    background: url(../images/common/pc/icon-btn-more.svg) no-repeat center;
    background-size: contain;
}

.sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-option {
        position: absolute;
        top: 100%;
        z-index: 10;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-height: 300px;
        padding: 16px 10px;
        background: rgba(0, 0, 0, 0.9);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s;
    }
}

.sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-option.visible {
    opacity: 1;
    visibility: visible;
}

.sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-date-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    color: #3C3C3B;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    background-color: #F6F6F6;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-date-item {
        font-size: 15px;
        line-height: 1.5333;
        background-color: transparent;
        color: #9d9d9c;
    }
}

.sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-date-item.on {
    font-weight: 700;
    color: #000;
    background-color: #ddd;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__select-date-item.on {
        padding: 8px 0px;
        background-color: transparent;
        font-weight: 300;
        color: #fff;
    }
}

.sub-pages--product-etf-info .sub-pages__section--rate-of-return .sub-pages__content--rate-of-return-graph {
    width: 100%;
    height: 281px;
}

.sub-pages--product-etf-info .sub-pages__section--index-composition {
  /* gt.yang : multi pie chart resize bug fixed */
  /* // gt.yang : multi pie chart resize bug fixed */
}

.sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__index-composition-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding-top: 24px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__index-composition-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        gap: 40px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__index-composition-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    width: calc((100% - 16px) / 3);
    padding: 24px 24px 32px 24px;
}

@media (max-width: 1920px) {
    .sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__index-composition-item {
        padding: calc(24 / (1920 + var(--user-scrollbar-width)) * 100vw) calc(24 / (1920 + var(--user-scrollbar-width)) * 100vw) calc(32 / (1920 + var(--user-scrollbar-width)) * 100vw) calc(24 / (1920 + var(--user-scrollbar-width)) * 100vw);
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__index-composition-item {
        width: 100%;
        padding: 0;
    }
}

.sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__index-composition-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__index-composition-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__index-composition-desc {
    color: #9D9D9C;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__index-composition-desc {
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__graph-wrap {
    position: relative;
    width: 100%;
    margin-top: 40px;
    height: 320px;
}

@media (max-width: 1920px) {
    .sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__graph-wrap {
        height: calc(320 / (1920 + var(--user-scrollbar-width)) * 100vw);
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__graph-wrap {
        height: 320px;
        margin-top: 0;
        padding: 11px 8px 0;
    }
}

.sub-pages--product-etf-info .sub-pages__section--index-composition .sub-pages__graph {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.sub-pages--product-etf-info .sub-pages__section--futures-leverage {
    position: relative;
    width: calc(100% - 48px);
    height: 360px;
    padding: 0 24px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--futures-leverage {
        width: calc(100% - 40px);
        height: calc(320 / 375 * 100vw);
        max-height: 600px;
        padding: 0 20px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__section-inner {
    position: relative;
    height: 100%;
}

.sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__bg {
        width: 100%;
    }
}

.sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__content {
    height: 100%;
    padding: 0;
}

.sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__txt-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 360px;
    height: 100%;
    padding: 32px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

@media (max-width: 1920px) {
    .sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__txt-area {
        width: MAX(calc(360 / (1920 + var(--user-scrollbar-width)) * 100vw), 200px);
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__txt-area {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 24px;
        height: auto;
        max-height: 220px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__eye-brow {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__title {
    margin-top: 8px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__title {
        margin-top: 0;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
    }
}

.sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__desc {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__desc {
        margin-top: 16px;
        text-align: center;
        font-weight: 400;
    }
}

.sub-pages--product-etf-info .sub-pages__section--futures-leverage .sub-pages__linker {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    border-bottom: solid 1px #fff;
}

.sub-pages--product-etf-info .sub-pages__section--notice {
    max-width: initial;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #111;
}

.sub-pages--product-etf-info .sub-pages__section--notice .sub-pages__section-inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 120px 0 120px;
}

@media (max-width: 1920px) {
    .sub-pages--product-etf-info .sub-pages__section--notice .sub-pages__section-inner {
        padding: calc(100 / 1920* 100%) calc(120 / 1920* 100%) 0 calc(120 / 1920* 100%);
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--notice .sub-pages__section-inner {
        margin-top: 80px;
        padding: 72px 20px 0;
    }
}

.sub-pages--product-etf-info .sub-pages__section--notice .c-back-to-top {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.sub-pages--product-etf-info .sub-pages__section--notice li {
    position: relative;
    padding-left: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #999;
}

.sub-pages--product-etf-info .sub-pages__section--notice li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--notice li {
        font-size: 12px;
        line-height: 20px;
    }
}

.sub-pages--product-etf-info .sub-pages__section--notice li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #999;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .sub-pages__section--notice li::after {
        top: 0.90em;
    }
}

.sub-pages--product-etf-info .c-date-picker {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 165px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    border-bottom: 2px solid #000;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .c-date-picker {
        width: 144px;
        height: 40px;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
}

.sub-pages--product-etf-info .c-date-picker::after {
    content: '';
    position: absolute;
    top: 44%;
    right: 8px;
    width: 12px;
    height: 8px;
    background: url(../images/common/pc/icon-arr-black.svg) center center no-repeat;
    background-size: 12px 8px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: .3s transform;
    transition: .3s transform;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .c-date-picker::after {
        top: 40%;
        width: 9px;
        height: 8px;
        background-size: 9px 8px;
    }
}

.sub-pages--product-etf-info .c-date-picker--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.sub-pages--product-etf-info .c-date-picker--wrap .hyphen {
    display: block;
    width: 8px;
    height: 2px;
    background: #000;
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .c-date-picker--wrap {
        margin-right: 0;
    }
}

.sub-pages--product-etf-info .c-date-picker .c-date-picker__input {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    background: none;
}

.sub-pages--product-etf-info .c-date-picker .c-date-picker__icon--calendar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/common/pc/icon-calendar.svg) no-repeat center;
    background-size: 24px 24px;
}

.sub-pages--product-etf-info .c-date-picker.on::after {
    -webkit-transform: scaleY(1) rotate(180deg);
    -ms-transform: scaleY(1) rotate(180deg);
    transform: scaleY(1) rotate(180deg);
}

.sub-pages--product-etf-info .anchor {
    position: fixed;
    left: calc(50% + 81px);
    z-index: 320;
    -webkit-transform: translateX(calc(-50% + 901px));
    -ms-transform: translateX(calc(-50% + 901px));
    transform: translateX(calc(-50% + 901px));
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 81px;
    bottom: 54px;
    opacity: 0;
    -webkit-transition: left .4s, right .4s, opacity .4s;
    transition: left .4s, right .4s, opacity .4s;
}

@media (max-width: 1920px) {
    .sub-pages--product-etf-info .anchor {
        right: -66px;
        left: auto;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
}

@media (max-width: 1720px) {
    .sub-pages--product-etf-info .anchor {
        display: none;
    }
}

.sub-pages--product-etf-info .anchor__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 78px;
    gap: 16px;
}

.sub-pages--product-etf-info .anchor__item.on .anchor__bar {
    background-color: #00D4FF;
}

.sub-pages--product-etf-info .anchor__item.on .anchor__text {
    color: #00D4FF;
}

.sub-pages--product-etf-info .anchor__bar {
    width: 4px;
    height: 100%;
    background-color: #3C3C3B;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.sub-pages--product-etf-info .anchor__text {
    padding: 16px 0;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.sub-pages--product-etf-info-theme1 .summary {
    background-color: #00222D;
}

.sub-pages--product-etf-info-theme1 .summary__investment-area {
    background-color: #093B46;
}

.sub-pages--product-etf-info-theme1 .summary__investment-title {
    color: #00E3AA;
}

.sub-pages--product-etf-info-theme1 .summary__investment-item {
    background: url(../images/common/pc/icon-bullet-check-green.svg) no-repeat;
    background-size: 16px 16px;
}

.sub-pages--product-etf-info-theme1 .summary__earnings-num-wrap {
    color: #00E3AA;
}

.sub-pages--product-etf-info-theme1 .dash-board__benchmark-banner {
    background-color: #00222D;
}

.sub-pages--product-etf-info-theme1 .dash-board__cyan {
    color: #00E3AA;
}

.sub-pages--product-etf-info-theme1 .dash-board__copy-product {
    color: #00E3AA;
}

.sub-pages--product-etf-info-theme1 .dash-board__copy-product::before {
    background: url(../images/product/pc/icon-simple-bag-green.svg) center no-repeat;
    background-size: contain;
}

.sub-pages--product-etf-info-theme1 .dash-board__result-list {
    background-color: #00222D;
    color: #fff;
}

.sub-pages--product-etf-info-theme1 .anchor__item.on .anchor__bar {
    background-color: #00E3AA;
}

.sub-pages--product-etf-info-theme1 .anchor__item.on .anchor__text {
    color: #00E3AA;
}

.sub-pages--product-etf-info-theme2 .summary {
    background-color: #280052;
}

.sub-pages--product-etf-info-theme2 .summary__investment-area {
    background-color: #37097F;
}

.sub-pages--product-etf-info-theme2 .summary__investment-title {
    color: #9C95FF;
}

.sub-pages--product-etf-info-theme2 .summary__investment-item {
    background: url(../images/common/pc/icon-bullet-check-purple.svg) no-repeat;
    background-size: 16px 16px;
}

.sub-pages--product-etf-info-theme2 .summary__earnings-num-wrap {
    color: #9C95FF;
}

.sub-pages--product-etf-info-theme2 .dash-board__benchmark-banner {
    background-color: #280052;
}

.sub-pages--product-etf-info-theme2 .dash-board__cyan {
    color: #9C95FF;
}

.sub-pages--product-etf-info-theme2 .dash-board__copy-product {
    color: #527FFF;
}

.sub-pages--product-etf-info-theme2 .dash-board__copy-product::before {
    background: url(../images/product/pc/icon-simple-bag-blue.svg) center no-repeat;
    background-size: contain;
}

.sub-pages--product-etf-info-theme2 .dash-board__result-list {
    background-color: #280052;
    color: #fff;
}

.sub-pages--product-etf-info-theme2 .anchor__item.on .anchor__bar {
    background-color: #9C95FF;
}

.sub-pages--product-etf-info-theme2 .anchor__item.on .anchor__text {
    color: #9C95FF;
}

.sub-pages--product-etf-info-theme2 .anchor__item--scroll.on::after {
    background: url(../images/common/pc/icon-arrow-down-purple.svg) center no-repeat;
    background-size: contain;
}

.sub-pages--product-etf-info-theme3 .summary {
    background-color: #222;
}

.sub-pages--product-etf-info-theme3 .summary__investment-area {
    background-color: #343434;
}

.sub-pages--product-etf-info-theme3 .summary__investment-title {
    color: #9C95FF;
}

.sub-pages--product-etf-info-theme3 .summary__investment-item {
    background: url(../images/common/pc/icon-bullet-check-purple.svg) no-repeat;
    background-size: 16px 16px;
}

.sub-pages--product-etf-info-theme3 .summary__earnings-num-wrap {
    color: #9C95FF;
}

.sub-pages--product-etf-info-theme3 .dash-board__benchmark-banner {
    background-color: #3C3C3B;
}

.sub-pages--product-etf-info-theme3 .dash-board__cyan {
    color: #9C95FF;
}

.sub-pages--product-etf-info-theme3 .dash-board__copy-product {
    color: #9C95FF;
}

.sub-pages--product-etf-info-theme3 .dash-board__copy-product::before {
    background: url(../images/product/pc/icon-simple-bag-blue.svg) center no-repeat;
    background-size: contain;
}

.sub-pages--product-etf-info-theme3 .dash-board__result-list {
    background-color: #3C3C3B;
    color: #fff;
}

.sub-pages--product-etf-info-theme3 .anchor__item.on .anchor__bar {
    background-color: #9C95FF;
}

.sub-pages--product-etf-info-theme3 .anchor__item.on .anchor__text {
    color: #9C95FF;
}

.sub-pages--product-etf-info-theme3 .anchor__item--scroll.on::after {
    background: url(../images/common/pc/icon-arrow-down-purple.svg) center no-repeat;
    background-size: contain;
}

.sub-pages--base-price-by-date-detail {
    background: #fff;
}

.sub-pages--base-price-by-date-detail .sub-pages__content--table {
    margin-top: 40px;
}

@media (max-width: 1023px) {
    .sub-pages--base-price-by-date-detail .sub-pages__content--table {
        margin-top: 24px;
    }
}

@media (max-width: 1023px) {
    .sub-pages--base-price-by-date-detail .c-date-picker--wrap {
        margin-bottom: 24px;
    }
}

.sub-pages--base-price-by-date-detail .sub-pages__section-date-picker {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .sub-pages--base-price-by-date-detail .sub-pages__section-date-picker {
        display: block;
    }
}

@media screen and (min-width: 375px) and (max-width: 500px) {
    .sub-pages--base-price-by-date-detail .sub-pages__content {
        padding: 0;
    }

    .sub-pages--base-price-by-date-detail .c-date-picker--wrap {
        gap: 8px;
    }

    .sub-pages--base-price-by-date-detail .c-date-picker {
        width: 120px;
        font-size: 12px;
    }

    .sub-pages--base-price-by-date-detail .c-date-picker__icon--calendar::before {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }

    .sub-pages--base-price-by-date-detail .sub-pages__section-button {
        padding: 0 16px;
    }
}

.sub-pages__overview {
    background-color: #111;
}

.sub-pages__overview .sub-pages__title {
    color: #fff;
}

.sub-pages__overview .c-masonry-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 11px;
}

@media (max-width: 1023px) {
    .sub-pages__overview .c-masonry-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sub-pages__overview .c-masonry-des {
    position: relative;
    margin-bottom: 16px;
    padding-left: 11px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.28px;
    color: #999;
}

.sub-pages__overview .c-masonry-des::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #999;
}

.sub-pages__overview .c-masonry-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sub-pages__overview .c-masonry-item {
    background-color: #222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sub-pages__overview .c-masonry-item .c-masonry-header {
    padding: 24px 40px;
    font-weight: bold;
    border-bottom: 2px solid #3C3C3B;
    background: #000;
}

.sub-pages__overview .c-masonry-item .c-masonry-header p a {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
}

.sub-pages__overview .c-masonry-item .c-masonry-header p a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/common/pc/icon-detail-next.svg) no-repeat center;
    background-size: contain;
}

.sub-pages__overview .c-masonry-item .c-masonry-header:hover p a {
    color: #9C95FF;
}

.sub-pages__overview .c-masonry-item .c-masonry-header:hover p a::before {
    background: url(../images/common/pc/icon-detail-next-lilac.svg) no-repeat center;
    background-size: contain;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .sub-pages__overview .c-masonry-item .c-masonry-header {
        padding: 24px 15px;
    }

    .sub-pages__overview .c-masonry-item .c-masonry-header p a {
        font-size: 24px;
    }
}

@media (max-width: 1023px) {
    .sub-pages__overview .c-masonry-item .c-masonry-header {
        padding: 16px 20px;
    }

    .sub-pages__overview .c-masonry-item .c-masonry-header p a {
        font-size: 24px;
    }
}

.sub-pages__overview .c-masonry-item .c-masonry-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 24px 40px;
}

.sub-pages__overview .c-masonry-item .c-masonry-content ul li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    gap: 4px;
}

.sub-pages__overview .c-masonry-item .c-masonry-content ul li a i {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.sub-pages__overview .c-masonry-item .c-masonry-content ul li a i::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/pc/icon-detail-next.svg) no-repeat center;
    background-size: contain;
}

.sub-pages__overview .c-masonry-item .c-masonry-content ul li:hover a {
    position: relative;
    color: #9C95FF;
}

.sub-pages__overview .c-masonry-item .c-masonry-content ul li:hover a i::before {
    background: url(../images/common/pc/icon-detail-next-lilac.svg) no-repeat center;
    background-size: contain;
}

.sub-pages__overview .c-masonry-item .c-masonry-content ul li:hover a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #9C95FF;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .sub-pages__overview .c-masonry-item .c-masonry-content ul {
        padding: 24px 15px;
    }
}

@media (max-width: 1023px) {
    .sub-pages__overview .c-masonry-item .c-masonry-content ul {
        padding: 24px 20px;
    }
}

.sub-pages__overview .c-masonry-item:hover {
    background: #3C3C3B;
}

.sub-pages__overview .c-masonry-item:hover .c-masonry-header {
    border-bottom: 2px solid #9D9D9C;
    background: #222;
}

.sub-pages__find .c-breadcrumb__current {
    color: #000;
    font-weight: 500;
    line-height: 22px;
}

.sub-pages__find .etf-find-search-bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    height: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 2px solid #000;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-search-bar {
        margin-bottom: 24px;
    }
}

.sub-pages__find .etf-find-search-bar input {
    width: calc(100% - 66px);
    border: none;
    padding: 0px 16px;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #000;
    background-color: transparent;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-search-bar input {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        padding: 4px 8px;
    }
}

.sub-pages__find .etf-find-search-bar .btn {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    padding: 0;
    background: url(../images/common/pc/icon-search-black.png) no-repeat center;
    background-size: contain;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-search-bar .btn {
        right: 16px;
    }
}

.sub-pages__find .etf-find-search-bar .btn svg {
    overflow: visible;
    height: 24px;
    width: 24px;
}

.sub-pages__find .etf-find-search .tags {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
    background: #F2F2F2;
}

.sub-pages__find .etf-find-search .tags::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    z-index: -1;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-search .tags {
        padding: 16px;
    }
}

.sub-pages__find .etf-find-search .tags .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-search .tags .title {
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-pages__find .etf-find-search .tags .tags-list {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 24px;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-search .tags .tags-list {
        gap: 8px 16px;
    }
}

.sub-pages__find .etf-find-search .tags .tags-list .tag {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #3C3C3B;
    word-break: keep-all;
}

.sub-pages__find .etf-find-search .tags .tags-list .tag:before {
    content: '#';
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-search .tags .tags-list .tag {
        font-size: 18px;
        line-height: 26px;
    }
}

.sub-pages__find .etf-find-search .association-search {
    top: 64px;
}

.sub-pages__find .etf-find-search .association-search--list {
    width: 100%;
}

.sub-pages__find .etf-find-result h3 {
    margin: 80px 0;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-result h3 {
        margin: 40px 0;
    }
}

.sub-pages__find .etf-find-result .title {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-result .title {
        font-size: 24px;
        font-weight: 300;
        line-height: 36px;
    }
}

.sub-pages__find .etf-find-result .title span {
    font-weight: 600;
}

.sub-pages__find .etf-find-result .c-button--more {
    margin: 40px 0 120px 0;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-result .c-button--more {
        margin-top: 24px;
    }
}

.sub-pages__find .etf-find-result .c-button--more a {
    width: 120px;
}

.sub-pages__find .etf-find-result .c-button--more a span:first-child:before {
    content: '(';
}

.sub-pages__find .etf-find-result .c-button--more a span:last-child:after {
    content: ')';
}

.sub-pages__find .etf-find-result.ty02 h3 {
    margin-top: 0;
    margin-bottom: 24px;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-result.ty02 h3 {
        margin-bottom: 8px;
    }
}

.sub-pages__find .etf-find-result.ty02 .hope-product__title {
    margin: 0;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-result.ty02 .hope-product__title {
        margin: 0;
    }
}

.sub-pages__find .etf-find-result.ty02 .check {
    position: relative;
    padding-top: 16px;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-result.ty02 .check {
        padding-top: 0;
    }
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-result.ty02 .check-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sub-pages__find .etf-find-result.ty02 .check .check-point {
    position: absolute;
    right: 0;
    top: -58px;
    width: 50%;
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-result.ty02 .check .check-point {
        position: unset;
    }
}

@media (max-width: 1023px) {
    .sub-pages__find .etf-find-result.ty02 .c-button--more {
        margin-bottom: 80px;
    }
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .sub-pages__title {
        margin-bottom: 24px;
    }
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .sub-pages__title-desc {
        padding: 0;
    }
}

.sub-pages--strategy-etf .product-wrap .cont-list {
    margin-bottom: 120px;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .cont-list {
        margin-bottom: 80px;
    }
}

.sub-pages--strategy-etf .product-wrap .txt-wrap {
    position: relative;
    margin-bottom: 16px;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap h2 {
    position: absolute;
    top: 24px;
    left: 24px;
    font-family: 'Indivisible';
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 4.8px;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .txt-wrap h2 {
        position: inherit;
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 2.4px;
    }
}

.sub-pages--strategy-etf .product-wrap .txt-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .txt-wrap ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sub-pages--strategy-etf .product-wrap .txt-wrap .txt-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
    width: 500px;
    padding: 24px;
    color: #fff;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap .txt-box p {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap .txt-box span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .txt-wrap .txt-box {
        display: block;
        width: 100%;
    }

    .sub-pages--strategy-etf .product-wrap .txt-wrap .txt-box p {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 26px;
    }

    .sub-pages--strategy-etf .product-wrap .txt-wrap .txt-box span {
        font-size: 14px;
        line-height: 22px;
    }
}

.sub-pages--strategy-etf .product-wrap .txt-wrap .img-box {
    width: 700px;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .txt-wrap .img-box {
        width: 100%;
    }
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--aerospace-defense h2 {
    color: #ACFF2F;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--aerospace-defense .txt-box {
    background: #00232F;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--rare-earth h2 {
    color: #9C95FF;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--rare-earth .txt-box {
    background: #310060;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--ai-semiconductor h2 {
    color: #00E0BA;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--ai-semiconductor .txt-box {
    background: #310060;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--renewable-energy h2 {
    color: #00B8D6;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--renewable-energy .txt-box {
    background: #060055;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--monthlydividend-incometype h2 {
    color: #00E0BA;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--monthlydividend-incometype .txt-box {
    background: #00232F;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--bond-stable h2 {
    color: #9C95FF;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--bond-stable .txt-box {
    background: #310060;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--marketrepresentative-indextype h2 {
    color: #FF6C6C;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--marketrepresentative-indextype .txt-box {
    background: #060055;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--others h2 {
    color: #fff;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--others .txt-box {
    background: #1C1C1C;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--others .txt-box .btn {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--others .txt-box .btn span {
    position: relative;
    padding-right: 24px;
}

.sub-pages--strategy-etf .product-wrap .txt-wrap--others .txt-box .btn span::after {
    content: '';
    position: absolute;
    top: 57%;
    right: 0;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/main/pc/icon-main-arrow-white.svg) no-repeat center;
    background-size: 6.667px 12.667px;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > thead > tr:nth-child(2) th {
    width: calc(520px / 6);
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > thead > tr:nth-child(2) th span {
    display: inline-block;
    margin: 2px 0 0 4px;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr {
    cursor: pointer;
    border-bottom: 16px solid transparent;
    z-index: 11;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr td {
    height: 82px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr td:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr td:after {
        content: none;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr td:first-child:after {
    content: '';
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr td:last-child:after {
    content: none;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr td {
        height: auto;
    }

    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr td:first-child:after {
        content: none;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr .profit-plus {
    color: #FF6C6C;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr .profit-minus {
    color: #527FFF;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) {
    width: 328px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 16px 24px;
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) {
        font-size: 16px;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .category span {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #999;
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .category span {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .category span {
        font-size: 13px;
        line-height: 21px;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .category span:after {
    content: '|';
    margin: 0 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .category span:after {
        margin: 0 2px;
    }
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .category span:after {
        margin: 0 6px;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .category span:last-child:after {
    content: '';
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .etf-product-list__linker {
    display: block;
    color: inherit;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 9px;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title .desc {
    display: inline-block;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title .desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p {
        font-size: 14px;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p span:last-child {
    border: 1px solid #000;
    color: rgba(0, 0, 0, 0.7);
    padding: 0 4px;
    margin-left: 4px;
    line-height: 24px;
    opacity: .7;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p:nth-child(2) {
    display: none;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p:nth-child(2) {
        display: block;
        opacity: 1;
    }

    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p:nth-child(2) a {
        border-bottom: 1px solid #000;
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
        padding: 4px 0;
        color: #000;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view {
    display: none;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price, .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month {
    width: 100%;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price label, .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month label {
    color: #999;
    line-height: 20px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -1px;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price p, .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price, .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price {
    max-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price label, .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price label {
    max-width: 60px;
    width: 100%;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price {
    margin-top: 16px;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price p:after {
    content: '원';
    font-size: 12px;
    padding-left: 4px;
    font-weight: 500;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price {
    margin-bottom: 16px;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price p:after {
    content: '억원';
    font-size: 12px;
    padding-left: 4px;
    font-weight: 500;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month {
    text-align: right;
    width: 100%;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month label {
    width: 100%;
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p.profit-plus {
    color: #FF6C6C;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p.profit-minus {
    color: #527FFF;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p:after {
    content: '%';
    padding-left: 4px;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month {
        width: 98px;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(2) {
    width: 100px;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(2) {
        display: none;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(2) > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(2) .std-price {
    border-bottom: 1px solid #EDEDED;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(3) {
        display: none;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(4), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(5), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(6), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(7), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(8), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(9) {
    width: calc(522px / 6);
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(4), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(5), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(6), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(7), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(8), .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(9) {
        display: none;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(10) .icon-download {
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr > td:nth-child(10) {
        display: none;
    }
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr:hover td {
    background-color: #E2E6ED;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr:hover td:after {
    border-right: 1px solid #999;
}

.sub-pages--strategy-etf .product-wrap .etf-product-list > tbody > tr:hover > td:nth-child(1):after {
    border-right: 1px solid #999;
}

.sub-pages--strategy-etf .product-wrap .c-button--more {
    margin: 40px 0 0;
}

@media (max-width: 1023px) {
    .sub-pages--strategy-etf .product-wrap .c-button--more {
        margin-top: 8px;
    }
}

.sub-pages--strategy-etf .product-wrap .c-button--more a {
    width: 120px;
}

.sub-pages--strategy-etf .product-wrap .c-button--more a span:first-child:before {
    content: '(';
}

.sub-pages--strategy-etf .product-wrap .c-button--more a span:last-child:after {
    content: ')';
}

.sub-pages--strategy-etf .etf-prod-navigation {
    margin-bottom: 80px;
}

.sub-pages--strategy-etf .etf-prod-navigation button {
    width: 100%;
}

.sub-pages--etf-now {
    background-color: #111;
}

.sub-pages--etf-now .sub-pages__title {
    color: #fff;
}

.sub-pages--etf-now .hope-product {
    overflow: hidden;
    overflow-x: auto;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .hope-product {
        margin-bottom: 80px;
    }
}

.sub-pages--etf-now .hope-product__list {
    gap: 8px;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .hope-product__list {
        padding: 0;
        margin-bottom: 0;
        padding-bottom: 8px;
    }
}

.sub-pages--etf-now .hope-product__item {
    width: calc((100% - 24px)/ 4);
    height: 452px;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .hope-product__item {
        min-width: 294px;
    }
}

.sub-pages--etf-now .hope-product__ranking {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
}

.sub-pages--etf-now .etf-product-list > thead > tr:nth-child(2) th {
    width: calc(520px / 6);
}

.sub-pages--etf-now .etf-product-list > thead > tr:nth-child(2) th span {
    display: inline-block;
    margin: 2px 0 0 4px;
}

.sub-pages--etf-now .etf-product-list > tbody > tr {
    cursor: pointer;
    border-bottom: 16px solid transparent;
    z-index: 11;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sub-pages--etf-now .etf-product-list > tbody > tr td {
    height: 82px;
    position: relative;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr td {
        height: auto;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr td:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr td:after {
        content: none;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr td:last-child:after {
    content: none;
}

.sub-pages--etf-now .etf-product-list > tbody > tr .profit-plus {
    color: #FF6C6C;
}

.sub-pages--etf-now .etf-product-list > tbody > tr .profit-minus {
    color: #527FFF;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) {
    width: 328px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 16px 24px;
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) {
        font-size: 16px;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .category span {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #999;
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .category span {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .category span {
        font-size: 13px;
        line-height: 21px;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .category span:after {
    content: '|';
    margin: 0 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .category span:after {
        margin: 0 2px;
    }
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .category span:after {
        margin: 0 6px;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .category span:last-child:after {
    content: '';
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .etf-product-list__linker {
    display: block;
    color: inherit;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 9px;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title .desc {
    display: inline-block;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title .desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p {
        font-size: 14px;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p span:last-child {
    background: #000;
    color: #fff;
    padding: 2px 4px;
    margin-left: 4px;
    opacity: .7;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p:nth-child(2) {
    display: none;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p:nth-child(2) {
        display: block;
        opacity: 1;
    }

    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .title .desc p:nth-child(2) a {
        border-bottom: 1px solid #fff;
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
        padding: 4px 0;
        color: #fff;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view {
    display: none;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price, .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month {
    width: 100%;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price label, .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month label {
    color: #999;
    line-height: 20px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -1px;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price p, .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price, .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price {
    max-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price label, .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price label {
    max-width: 60px;
    width: 100%;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price {
    margin-top: 16px;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price p:after {
    content: '원';
    font-size: 12px;
    padding-left: 4px;
    font-weight: 500;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price {
    margin-bottom: 16px;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price p:after {
    content: '억원';
    font-size: 12px;
    padding-left: 4px;
    font-weight: 500;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month {
    text-align: right;
    width: 100%;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month label {
    width: 100%;
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p.profit-plus {
    color: #FF6C6C;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p.profit-minus {
    color: #527FFF;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month p:after {
    content: '%';
    padding-left: 4px;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(1) .mobile-view .profit-month {
        width: 98px;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(2) {
    width: 100px;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(2) {
        display: none;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(2) > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(2) .std-price {
    border-bottom: 1px solid #EDEDED;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(3) {
        display: none;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(4), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(5), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(6), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(7), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(8), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(9) {
    width: calc(522px / 6);
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(4), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(5), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(6), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(7), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(8), .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(9) {
        display: none;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(10) .icon-download-white {
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .etf-product-list > tbody > tr > td:nth-child(10) {
        display: none;
    }
}

.sub-pages--etf-now .etf-product-list > tbody > tr:hover {
    background-color: #3C3C3B;
}

.sub-pages--etf-now .etf-product-list > tbody > tr:hover td:after {
    border-right: 1px solid #999;
}

.sub-pages--etf-now .etf-product-list > tbody > tr:hover > td:nth-child(1):after {
    border-right: 1px solid #999;
}

.sub-pages--etf-now .sub-tit-wrap h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .sub-tit-wrap {
        position: relative;
    }

    .sub-pages--etf-now .sub-tit-wrap:first-child h2 {
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
    }
}

@media (max-width: 1023px) and (max-width: 1023px) {
    .sub-pages--etf-now .sub-tit-wrap:first-child h2 {
        width: 100%;
        margin-bottom: 0;
    }
}

.sub-pages--etf-now .sub-tit-wrap .sub-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #fff;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .sub-tit-wrap .sub-tit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 16px;
    }
}

.sub-pages--etf-now .sub-tit-wrap .sub-dec {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #9D9D9C;
    text-align: right;
}

.sub-pages--etf-now .check {
    margin: 0;
    color: #fff;
    border-bottom: 2px solid #fff;
    width: 92px;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .check {
        width: 92px;
    }
}

.sub-pages--etf-now .check .list-sorting {
    position: relative;
    width: 100%;
    display: block;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .check .list-sorting {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin: 0;
    }
}

.sub-pages--etf-now .check .list-sorting .options {
    position: relative;
    width: 100%;
}

.sub-pages--etf-now .check .list-sorting .options .trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 92px;
    height: 40px;
    padding: 0 8px 0 0;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .check .list-sorting .options .trigger {
        padding: 4px 8px;
    }
}

.sub-pages--etf-now .check .list-sorting .options .trigger_txt {
    margin-right: 0;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .check .list-sorting .options .trigger_txt {
        font-size: 14px;
    }
}

.sub-pages--etf-now .check .list-sorting .options .option {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 42px;
    padding: 16px 0;
    background-color: #000;
    z-index: 99;
}

.sub-pages--etf-now .check .list-sorting .options .option li {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    padding: 8px 10px;
    cursor: pointer;
    list-style: none;
    color: #9D9D9C;
}

.sub-pages--etf-now .check .list-sorting .options .option li:hover {
    color: #fff;
}

.sub-pages--etf-now .check .list-sorting .options.active .trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sub-pages--etf-now .check .list-sorting .options.active .option {
    display: block;
}

.sub-pages--etf-now .check .list-sorting .sorting-direction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-pages--etf-now .check .list-sorting .sorting-direction .btn {
    background-color: #fff;
    color: #000;
    min-width: 70px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 16px;
}

.sub-pages--etf-now .check .list-sorting .sorting-direction .btn.active {
    background-color: #000;
    color: #fff;
}

.sub-pages--etf-now .check .list-sorting.active .icon-arr-blk {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sub-pages--etf-now .check .check-point {
    width: 100%;
    display: block;
    color: #9D9D9C;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 16px;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .check .check-point {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
}

.sub-pages--etf-now .check .icon-arr-blk {
    background: url(../images/common/pc/icon-arr-white.svg) no-repeat;
    width: 9px;
    height: 8px;
    background-size: contain;
    margin: 5px 0 3px 10px;
}

.sub-pages--etf-now .c-button--more {
    margin: 40px 0 120px 0;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .c-button--more {
        display: block;
        margin-top: 24px;
    }
}

.sub-pages--etf-now .c-button--more a {
    width: 120px;
    color: #fff;
}

.sub-pages--etf-now .c-button--more a span:first-child:before {
    content: '(';
}

.sub-pages--etf-now .c-button--more a span:last-child:after {
    content: ')';
}

.sub-pages--etf-now .c-button--more a::before {
    background: url(../images/common/pc/icon-arr-white.svg) no-repeat center;
}

.sub-pages--etf-now .weekly-keyword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.sub-pages--etf-now .weekly-keyword ul {
    display: inline-block;
}

.sub-pages--etf-now .weekly-keyword li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 161px;
    margin-right: 24px;
    min-height: 80px;
}

.sub-pages--etf-now .weekly-keyword li:last-child {
    margin-right: 0;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .weekly-keyword li {
        display: block;
        min-height: auto;
        margin-right: 0;
    }
}

.sub-pages--etf-now .weekly-keyword li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    background: #3C3C3B;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sub-pages--etf-now .weekly-keyword li a:hover {
    background: #222;
    padding: 24px 16px;
}

.sub-pages--etf-now .weekly-keyword li a:hover .keyword-ranking {
    background: #9C95FF;
}

.sub-pages--etf-now .weekly-keyword li a:hover .keyword-name {
    color: #9C95FF;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .weekly-keyword li a {
        width: 100%;
        margin-bottom: 16px;
    }

    .sub-pages--etf-now .weekly-keyword li a:hover {
        background: #3C3C3B;
        padding: 8px 16px;
    }

    .sub-pages--etf-now .weekly-keyword li a:hover .keyword-ranking {
        background: #222;
    }

    .sub-pages--etf-now .weekly-keyword li a:hover .keyword-name {
        color: #fff;
    }
}

.sub-pages--etf-now .weekly-keyword li .keyword-ranking {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #222;
}

.sub-pages--etf-now .weekly-keyword li .keyword-name {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}

@media (max-width: 1023px) {
    .sub-pages--etf-now .weekly-keyword li .keyword-name {
        font-size: 20px;
    }
}

.sub-pages--etf-now .weekly-keyword li .change-rank {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    vertical-align: middle;
    color: #fff;
}

.sub-pages--etf-now .weekly-keyword li .change-rank.up {
    padding-left: 40px;
}

.sub-pages--etf-now .weekly-keyword li .change-rank.up::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/common/pc/icon-change-rank-up.svg) no-repeat center;
    background-size: 9px 8px;
}

.sub-pages--etf-now .weekly-keyword li .change-rank.down {
    padding-left: 40px;
}

.sub-pages--etf-now .weekly-keyword li .change-rank.down::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/common/pc/icon-change-rank-down.svg) no-repeat center;
    background-size: 9px 8px;
}

.sub-pages--etf-now .weekly-keyword li .change-rank.zero {
    padding-left: 24px;
}

.sub-pages--etf-now .weekly-keyword li .change-rank.zero::after {
    content: '-';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

/* *********************************
* Table
********************************* */
.c-table {
    border-collapse: collapse;
  /* 대시보드 기준가 */
  /* 구성종목 (PDF) */
  /* 수익률 */
  /* 일자별기준 가격 */
  /* 분배금 지급현황 */
  /* 거래 상대방 정보 */
  /* 거래상대방 위험평가 */
  /* 담보자산내역 */
}

.c-table--dash-board {
    width: 100%;
    margin-top: clamp(8px, calc(7.33945vw * (1720 / (1720 - var(--user-scrollbar-width))) + -110.23853px), 16px);
}

@media (max-width: 1279px) {
    .c-table--dash-board {
        margin-top: 32px;
    }
}

.c-table--dash-board .c-table__cell--header {
    padding: 14px 4px;
    padding: clamp(7.5px, calc(5.9633vw * (1720 / (1720 - var(--user-scrollbar-width))) + -88.56881px), 14px) 4px;
    font-size: clamp(13px, calc(0.91743vw * (1720 / (1720 - var(--user-scrollbar-width))) + -1.77982px), 14px);
    font-weight: 500;
    line-height: clamp(21px, calc(0.91743vw * (1720 / (1720 - var(--user-scrollbar-width))) + 6.22018px), 22px);
    background-color: #EDEDED;
}

@media (max-width: 1279px) {
    .c-table--dash-board .c-table__cell--header {
        padding: 9.5px;
        font-size: 13px;
        font-weight: 500;
        line-height: 21px;
    }
}

.c-table--dash-board .c-table__cell--header:nth-child(1) {
    width: calc(100% / 3);
}

.c-table--dash-board .c-table__cell--header:nth-child(2) {
    width: calc(100% / 3);
}

.c-table--dash-board .c-table__cell--header:nth-child(3) {
    width: calc(100% / 3);
}

.c-table--dash-board .c-table__cell--body {
    padding: clamp(6px, calc(2.75229vw * (1720 / (1720 - var(--user-scrollbar-width))) + -38.33945px), 9px) 4px;
    font-size: clamp(12px, calc(3.66972vw * (1720 / (1720 - var(--user-scrollbar-width))) + -47.11927px), 16px);
    line-height: clamp(20px, calc(3.66972vw * (1720 / (1720 - var(--user-scrollbar-width))) + -39.11927px), 24px);
    font-weight: 300;
    border-bottom: solid 1px #ededed;
}

@media (max-width: 1279px) {
    .c-table--dash-board .c-table__cell--body {
        padding: 9.5px;
        font-size: 13px;
        font-weight: 500;
        line-height: 21px;
    }
}

.c-table--dash-board .c-table__cell--body:nth-child(1) {
    width: calc(100% / 3);
}

.c-table--dash-board .c-table__cell--body:nth-child(2) {
    width: calc(100% / 3);
}

.c-table--dash-board .c-table__cell--body:nth-child(3) {
    width: calc(100% / 3);
}

.c-table--dash-board .c-table__cell {
    text-align: center;
}

.c-table--product-table {
    table-layout: fixed;
    color: #000;
}

@media (max-width: 1279px) {
    .c-table--product-table {
        min-width: 100%;
    }
}

.c-table--product-table .c-table__cell {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1279px) {
    .c-table--product-table .c-table__cell {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
}

.c-table--product-table .c-table__header {
    display: block;
}

@media (max-width: 1279px) {
    .c-table--product-table .c-table__header {
        display: inherit;
    }
}

.c-table--product-table .c-table__cell--header {
    padding: 15px;
    border-left: solid 1px #fff;
}

.c-table--product-table .c-table__cell--header:first-child {
    border-left: 0;
}

@media (max-width: 1279px) {
    .c-table--product-table .c-table__cell--header {
        padding: 12px;
    }
}

.c-table--product-table .c-table__row--header {
    background-color: #f6f6f6;
}

.c-table--product-table .c-table__body {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 1279px) {
    .c-table--product-table .c-table__body {
        display: inherit;
    }
}

.c-table--product-table .c-table__body::-webkit-scrollbar {
    width: 4px;
}

.c-table--product-table .c-table__body::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 2px;
}

.c-table--product-table .c-table__body::-webkit-scrollbar-track {
    background-color: transparent;
}

.c-table--product-table .c-table__cell--body {
    height: 100%;
    max-height: 200px;
    padding: 16px 12px;
    border-bottom: 2px solid #ededed;
}

@media (max-width: 1279px) {
    .c-table--product-table .c-table__cell--body {
        padding: 12px;
    }
}

.c-table--product-table .c-table__cell--tooltip .c-tooltip {
    top: calc(-2em / 16);
}

@media (max-width: 1279px) {
    .c-table--product-table .c-table__cell--tooltip .c-tooltip {
        top: calc(-2em / 12);
        margin-left: 3px;
    }
}

.c-table--product-table .plus {
    color: #EC2C4E;
}

.c-table--product-table .minus {
    color: #231FC8;
}

.c-table--composition-items .c-table__cell--header {
    width: 288px;
    border-bottom: 1px solid #fff;
}

.c-table--composition-items .c-table__cell--header:nth-child(1) {
    width: 48px;
}

@media (max-width: 1279px) {
    .c-table--composition-items .c-table__cell--header:nth-child(1) {
        min-width: 48px;
    }
}

@media (max-width: 1279px) {
    .c-table--composition-items .c-table__cell--header:nth-child(2), .c-table--composition-items .c-table__cell--header:nth-child(3), .c-table--composition-items .c-table__cell--header:nth-child(4), .c-table--composition-items .c-table__cell--header:nth-child(5) {
        min-width: 96px;
    }
}

.c-table--composition-items .c-table__cell--body {
    width: 288px;
    word-break: break-all;
}

.c-table--composition-items .c-table__cell--body:nth-child(1) {
    width: 48px;
}

@media (max-width: 1279px) {
    .c-table--composition-items .c-table__cell--body:nth-child(1) {
        min-width: 48px;
    }
}

@media (max-width: 1279px) {
    .c-table--composition-items .c-table__cell--body:nth-child(2), .c-table--composition-items .c-table__cell--body:nth-child(3), .c-table--composition-items .c-table__cell--body:nth-child(4), .c-table--composition-items .c-table__cell--body:nth-child(5) {
        min-width: 96px;
    }
}

.c-table--composition-items .c-table__body--no-data {
    height: 160px;
    border-bottom: 2px solid #ededed;
}

@media (max-width: 1279px) {
    .c-table--composition-items .c-table__body--no-data {
        height: 80px;
    }
}

.c-table--composition-items .c-table__body--no-data .c-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.c-table--composition-items .c-table__body--no-data .c-table__cell {
    width: 100%;
    height: initial;
    border-bottom: none;
}

.c-table--rate-of-return .c-table__cell--header {
    border-bottom: 1px solid #fff;
}

.c-table--rate-of-return .c-table__cell--width1 {
    min-width: 170px;
    width: 170px;
}

@media (max-width: 1279px) {
    .c-table--rate-of-return .c-table__cell--width1 {
        min-width: 134px;
    }
}

.c-table--rate-of-return .c-table__cell--width2,
.c-table--rate-of-return .c-table__cell--width3,
.c-table--rate-of-return .c-table__cell--width4,
.c-table--rate-of-return .c-table__cell--width5,
.c-table--rate-of-return .c-table__cell--width6,
.c-table--rate-of-return .c-table__cell--width7 {
    width: 172px;
}

.c-table--rate-of-return .c-table__cell--header.c-table__cell--width2 {
  border-left: 1px #fff solid;
}

@media (max-width: 1279px) {
    .c-table--rate-of-return .c-table__cell--width2,
  .c-table--rate-of-return .c-table__cell--width3,
  .c-table--rate-of-return .c-table__cell--width4,
  .c-table--rate-of-return .c-table__cell--width5,
  .c-table--rate-of-return .c-table__cell--width6,
  .c-table--rate-of-return .c-table__cell--width7 {
        min-width: 80px;
    }
}

.c-table--rate-of-return .c-table__cell--body:nth-child(1) {
    min-width: 170px;
    width: 170px;
}

@media (max-width: 1279px) {
    .c-table--rate-of-return .c-table__cell--body:nth-child(1) {
        min-width: 134px;
    }
}

.c-table--rate-of-return .c-table__cell--body:nth-child(2),
.c-table--rate-of-return .c-table__cell--body:nth-child(3),
.c-table--rate-of-return .c-table__cell--body:nth-child(4),
.c-table--rate-of-return .c-table__cell--body:nth-child(5),
.c-table--rate-of-return .c-table__cell--body:nth-child(6),
.c-table--rate-of-return .c-table__cell--body:nth-child(7) {
    width: 172px;
}

@media (max-width: 1279px) {
    .c-table--rate-of-return .c-table__cell--body:nth-child(2),
  .c-table--rate-of-return .c-table__cell--body:nth-child(3),
  .c-table--rate-of-return .c-table__cell--body:nth-child(4),
  .c-table--rate-of-return .c-table__cell--body:nth-child(5),
  .c-table--rate-of-return .c-table__cell--body:nth-child(6),
  .c-table--rate-of-return .c-table__cell--body:nth-child(7) {
        min-width: 80px;
    }
}

.c-table--rate-of-return .c-table__cell--tooltip .c-tooltip__content {
    top: -60px;
    max-width: 500px;
}

.c-table--base-price-by-date .c-table__cell--header {
    border-bottom: 1px solid #fff;
}

.c-table--base-price-by-date .c-table__cell--width1 {
    width: 120px;
}

@media (max-width: 1279px) {
    .c-table--base-price-by-date .c-table__cell--width1 {
        min-width: 120px;
    }
}

.c-table--base-price-by-date .c-table__cell--width2 {
    width: 208px;
}

.c-table--base-price-by-date .c-table__cell--width2 {
    width: 208px;
}

.c-table--base-price-by-date .c-table__cell--width2,
.c-table--base-price-by-date .c-table__cell--width3,
.c-table--base-price-by-date .c-table__cell--width4,
.c-table--base-price-by-date .c-table__cell--width5 {
    width: 208px;
}

.c-table--base-price-by-date .c-table__cell--header.c-table__cell--width2 {
  border-left: 1px #fff solid;
}

@media (max-width: 1279px) {
    .c-table--base-price-by-date .c-table__cell--width2,
  .c-table--base-price-by-date .c-table__cell--width3,
  .c-table--base-price-by-date .c-table__cell--width4,
  .c-table--base-price-by-date .c-table__cell--width5 {
        min-width: 120px;
    }
}

.c-table--base-price-by-date .c-table__cell--width6 {
    width: 200px;
}

@media (max-width: 1279px) {
    .c-table--base-price-by-date .c-table__cell--width6 {
        min-width: 120px;
    }
}

.c-table--base-price-by-date .c-table__cell--width6 .c-tooltip__content {
    right: 26px;
    left: auto !important;
}

.c-table--base-price-by-date .c-table__cell--body:nth-child(1) {
    width: 120px;
}

@media (max-width: 1279px) {
    .c-table--base-price-by-date .c-table__cell--body:nth-child(1) {
        min-width: 120px;
    }
}

.c-table--base-price-by-date .c-table__cell--body:nth-child(2) {
    width: 208px;
}

.c-table--base-price-by-date .c-table__cell--body:nth-child(2) {
    width: 208px;
}

.c-table--base-price-by-date .c-table__cell--body:nth-child(2),
.c-table--base-price-by-date .c-table__cell--body:nth-child(3),
.c-table--base-price-by-date .c-table__cell--body:nth-child(4),
.c-table--base-price-by-date .c-table__cell--body:nth-child(5) {
    width: 208px;
}

@media (max-width: 1279px) {
    .c-table--base-price-by-date .c-table__cell--body:nth-child(2),
  .c-table--base-price-by-date .c-table__cell--body:nth-child(3),
  .c-table--base-price-by-date .c-table__cell--body:nth-child(4),
  .c-table--base-price-by-date .c-table__cell--body:nth-child(5) {
        min-width: 120px;
    }
}

.c-table--base-price-by-date .c-table__cell--body:nth-child(4) {
    width: 208px;
}

.c-table--base-price-by-date .c-table__cell--body:nth-child(5) {
    width: 208px;
}

.c-table--base-price-by-date .c-table__cell--body:nth-child(4) {
    width: 208px;
}

.c-table--base-price-by-date .c-table__cell--body:nth-child(5) {
    width: 208px;
}

.c-table--base-price-by-date .c-table__cell--body:nth-child(6) {
    width: 200px;
}

@media (max-width: 1279px) {
    .c-table--base-price-by-date .c-table__cell--body:nth-child(6) {
        min-width: 120px;
    }
}

.c-table--base-price-by-date .c-table__cell--tooltip .c-tooltip__content {
    max-width: 335px;
}

.c-table--base-price-by-date .c-table__cell--tooltip .c-tooltip--base-price .c-tooltip__content {
    max-width: 335px;
}

.c-table--distribution-payment-status .c-table__cell--header {
    width: 288px;
}

@media (max-width: 1279px) {
    .c-table--distribution-payment-status .c-table__cell--header {
        min-width: 120px;
    }
}

.c-table--distribution-payment-status .c-table__cell--body {
    width: 288px;
}

@media (max-width: 1279px) {
    .c-table--distribution-payment-status .c-table__cell--body {
        min-width: 120px;
    }
}

.c-table--distribution-payment-status .c-table__body--no-data {
    height: 160px;
    border-bottom: 2px solid #ededed;
}

@media (max-width: 1279px) {
    .c-table--distribution-payment-status .c-table__body--no-data {
        width: 480px;
        height: 80px;
    }
}

.c-table--distribution-payment-status .c-table__body--no-data .c-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.c-table--distribution-payment-status .c-table__body--no-data .c-table__cell {
    width: 100%;
    height: initial;
    border-bottom: none;
}

.c-table--counterparty-information .c-table__cell--header {
    padding: 15px;
    border-right: solid 1px #fff;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--header {
        padding: 12px;
    }
}

.c-table--counterparty-information .c-table__cell--header:nth-child(1) {
    width: 160px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--header:nth-child(1) {
        min-width: 120px;
    }
}

.c-table--counterparty-information .c-table__cell--header:nth-child(2) {
    width: 280px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--header:nth-child(2) {
        min-width: 240px;
    }
}

.c-table--counterparty-information .c-table__cell--header:nth-child(3) {
    width: 180px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--header:nth-child(3) {
        min-width: 120px;
    }
}

.c-table--counterparty-information .c-table__cell--header:nth-child(4) {
    width: 266px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--header:nth-child(4) {
        min-width: 144px;
    }
}

.c-table--counterparty-information .c-table__cell--header:nth-child(5) {
    width: 266px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--header:nth-child(5) {
        min-width: 200px;
    }
}

.c-table--counterparty-information .c-table__cell--body:nth-child(1) {
    width: 160px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--body:nth-child(1) {
        min-width: 120px;
    }
}

.c-table--counterparty-information .c-table__cell--body:nth-child(2) {
    width: 280px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--body:nth-child(2) {
        min-width: 240px;
    }
}

.c-table--counterparty-information .c-table__cell--body:nth-child(3) {
    width: 180px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--body:nth-child(3) {
        min-width: 120px;
    }
}

.c-table--counterparty-information .c-table__cell--body:nth-child(4) {
    width: 266px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--body:nth-child(4) {
        min-width: 144px;
    }
}

.c-table--counterparty-information .c-table__cell--body:nth-child(5) {
    width: 266px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-information .c-table__cell--body:nth-child(5) {
        min-width: 200px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--header {
    padding: 8px 0;
    border-right: solid 1px #fff;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--header {
        padding: 12px;
    }
}

.c-table--counterparty-risk-assessment .c-table__body--no-data {
    display: inline-table;
}

.c-table--counterparty-risk-assessment .c-table__cell--width1 {
    width: 120px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--width1 {
        min-width: 120px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--width2 {
    width: 136px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--width2 {
        min-width: 120px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--width3 {
    width: 112px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--width3 {
        min-width: 120px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--width4 {
    width: 88px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--width4 {
        min-width: 128px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--width5,
.c-table--counterparty-risk-assessment .c-table__cell--width6,
.c-table--counterparty-risk-assessment .c-table__cell--width7,
.c-table--counterparty-risk-assessment .c-table__cell--width8 {
    width: 128px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--width5,
  .c-table--counterparty-risk-assessment .c-table__cell--width6,
  .c-table--counterparty-risk-assessment .c-table__cell--width7,
  .c-table--counterparty-risk-assessment .c-table__cell--width8 {
        min-width: 128px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--width9,
.c-table--counterparty-risk-assessment .c-table__cell--width10 {
    width: 92px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--width9,
  .c-table--counterparty-risk-assessment .c-table__cell--width10 {
        min-width: 128px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--body {
    padding: 8px 0;
    word-break: break-word;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--body {
        padding: 12px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(1) {
    width: 120px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(1) {
        min-width: 120px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(2) {
    width: 136px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(2) {
        min-width: 120px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(3) {
    width: 112px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(3) {
        min-width: 120px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(4) {
    width: 88px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(4) {
        min-width: 128px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(5), .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(6), .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(7), .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(8) {
    width: 128px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(5), .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(6), .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(7), .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(8) {
        min-width: 128px;
    }
}

.c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(9), .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(10) {
    width: 92px;
}

@media (max-width: 1279px) {
    .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(9), .c-table--counterparty-risk-assessment .c-table__cell--body:nth-child(10) {
        min-width: 128px;
    }
}

.c-table--secured-assets .c-table__cell--header:nth-child(1) {
    width: 120px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--header:nth-child(1) {
        min-width: 120px;
    }
}

.c-table--secured-assets .c-table__cell--header:nth-child(2) {
    width: 160px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--header:nth-child(2) {
        min-width: 120px;
    }
}

.c-table--secured-assets .c-table__cell--header:nth-child(3) {
    width: 160px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--header:nth-child(3) {
        min-width: 96px;
    }
}

.c-table--secured-assets .c-table__cell--header:nth-child(4) {
    width: 276px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--header:nth-child(4) {
        min-width: 280px;
    }
}

.c-table--secured-assets .c-table__cell--header:nth-child(5) {
    width: 276px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--header:nth-child(5) {
        min-width: 160px;
    }
}

.c-table--secured-assets .c-table__cell--header:nth-child(6) {
    width: 160px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--header:nth-child(6) {
        min-width: 80px;
    }
}

.c-table--secured-assets .c-table__cell--body {
    word-break: break-all;
}

.c-table--secured-assets .c-table__cell--body:nth-child(1) {
    width: 120px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--body:nth-child(1) {
        min-width: 120px;
    }
}

.c-table--secured-assets .c-table__cell--body:nth-child(2) {
    width: 160px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--body:nth-child(2) {
        min-width: 120px;
    }
}

.c-table--secured-assets .c-table__cell--body:nth-child(3) {
    width: 160px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--body:nth-child(3) {
        min-width: 96px;
    }
}

.c-table--secured-assets .c-table__cell--body:nth-child(4) {
    width: 276px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--body:nth-child(4) {
        min-width: 280px;
    }
}

.c-table--secured-assets .c-table__cell--body:nth-child(5) {
    width: 276px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--body:nth-child(5) {
        min-width: 160px;
    }
}

.c-table--secured-assets .c-table__cell--body:nth-child(6) {
    width: 160px;
}

@media (max-width: 1279px) {
    .c-table--secured-assets .c-table__cell--body:nth-child(6) {
        min-width: 80px;
    }
}

.related-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 508px;
    gap: 1px;
    overflow: hidden;
    color: #fff;
}

@media (max-width: 1279px) {
    .related-products {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.related-products__item-body {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 24px;
}

@media (max-width: 1279px) {
    .related-products__item-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        height: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 16px 24px;
        -webkit-transition: padding .4s;
        transition: padding .4s;
    }
}

.related-products__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    height: calc(360 / 508 * 100%);
    -webkit-transform: translate3d(0, calc(208 / 508 * 100%), 0);
    transform: translate3d(0, calc(208 / 508 * 100%), 0);
    width: 118px;
    color: #fff;
    -webkit-transition: height .7s, width .7s, -webkit-transform .7s;
    transition: height .7s, width .7s, -webkit-transform .7s;
    transition: height .7s, width .7s, transform .7s;
    transition: height .7s, width .7s, transform .7s, -webkit-transform .7s;
}

@media (max-width: 1279px) {
    .related-products__item {
        width: 100%;
        height: 84px;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
}

.related-products__item--on {
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: calc(100% - 118 * 3px);
}

@media (max-width: 1279px) {
    .related-products__item--on {
        width: 100%;
        height: 179px !important;
    }
}

.related-products__item--on .related-products__item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
}

@media (max-width: 1920px) {
    .related-products__item--on .related-products__item-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: calc(40 / (1920 + var(--user-scrollbar-width)) * 100vw);
    }
}

@media (max-width: 1279px) {
    .related-products__item--on .related-products__item-body {
        margin: 0;
        padding: 24px;
    }
}

.related-products__item--on .related-products__blur {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}

.related-products__item--on .related-products__eyebrow {
    top: 0;
    color: #9C95FF;
}

@media (max-width: 1279px) {
    .related-products__item--on .related-products__eyebrow {
        top: 24px;
    }
}

.related-products__item--on .related-products__title {
    max-height: 160px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 32px;
    line-height: 42px;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

@media (max-width: 1920px) {
    .related-products__item--on .related-products__title {
        font-size: MAX(calc(32 / (1920 + var(--user-scrollbar-width)) * 100vw), 25px);
        line-height: 1.3125;
    }
}

@media (max-width: 1279px) {
    .related-products__item--on .related-products__title {
        max-height: 56px;
        -webkit-line-clamp: 2;
        margin: 29px 0 24px;
        padding: 0;
        white-space: initial;
        font-size: 20px;
        line-height: 28px;
    }
}

.related-products__item--on .related-products__eyebrow,
.related-products__item--on .related-products__title,
.related-products__item--on .related-products__date,
.related-products__item--on .related-products__hash-tag-list {
    visibility: visible;
    -webkit-animation: 1s related-products-visible;
    animation: 1s related-products-visible;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes related-products-visible {
    0%, 80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes related-products-visible {
    0%, 80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.related-products__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    width: -webkit-fill-available;
    height: 100%;
    height: -webkit-fill-available;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.related-products__blur {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 34.09%, rgba(0, 0, 0, 0) 64.28%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 34.09%, rgba(0, 0, 0, 0) 64.28%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: background-color .4s, -webkit-backdrop-filter .4s;
    transition: background-color .4s, -webkit-backdrop-filter .4s;
    transition: background-color .4s, backdrop-filter .4s;
    transition: background-color .4s, backdrop-filter .4s, -webkit-backdrop-filter .4s;
}

.related-products__header {
    width: 100%;
}

.related-products__linker {
    color: #fff;
}

.related-products__eyebrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    opacity: 0;
    -webkit-animation: 1s related-products-title-shrink;
    animation: 1s related-products-title-shrink;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media (max-width: 1279px) {
    .related-products__eyebrow {
        position: absolute;
        top: 16px;
        font-size: 12px;
        line-height: 20px;
    }
}

.related-products__title {
    max-height: 120px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: 0;
    -webkit-animation: 1s related-products-title-shrink;
    animation: 1s related-products-title-shrink;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media (max-width: 1279px) {
    .related-products__title {
        display: block;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
        width: 100%;
        margin: 0;
        padding-top: 29px;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
}

.related-products__date {
    position: relative;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1279px) {
    .related-products__date {
        position: absolute;
        top: 0;
        right: 24px;
        margin-top: 24px;
        color: #9D9D9C;
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
    }
}

.related-products__hash-tag-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: calc(24em * 2 / 16);
    width: calc(100% + 11px);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
}

.related-products__hash-tag-item {
    position: relative;
    margin-right: 11px;
    padding-left: 10px;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: color .4s, padding .4s;
    transition: color .4s, padding .4s;
}

@media (max-width: 1279px) {
    .related-products__hash-tag-item {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
}

.related-products__hash-tag-item::before {
    content: '#';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@-webkit-keyframes related-products-title-shrink {
    0%, 80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes related-products-title-shrink {
    0%, 80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 미디어쿼리 */
@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .sub-pages--product-etf-info .c-table {
        width: 100%;
    }

    .sub-pages--product-etf-info .c-table--product-table .c-table__header {
        width: 1152px;
    }

    .sub-pages--product-etf-info .c-table--product-table .c-table__body {
        width: 1152px;
    }
}

@media (max-width: 1279px) {
    .sub-pages--product-etf-info .c-table--product-table .c-table__header {
        width: 100%;
    }

    .sub-pages--product-etf-info .c-table--product-table .c-table__body {
        width: 100%;
    }
}

/* *********************************
* Compare Layer
********************************* */
.compare-layer {
    background: rgba(6, 0, 82, 0.9);
    width: 100%;
    height: auto;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.compare-layer__inner {
    padding: 40px 0;
    height: 100%;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .compare-layer__inner {
        width: 100%;
        padding: 24px 20px;
        min-width: 100%;
    }
}

.compare-layer__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px 16px;
}

@media (max-width: 1023px) {
    .compare-layer__header {
        padding: 0;
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end;
    }
}

.compare-layer__header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1023px) {
    .compare-layer__header-left {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 50;
        max-width: 200px;
    }
}

.compare-layer__header-left h3 {
    font-size: 16px;
    font-weight: 500;
    margin-right: 16px;
    color: #fff;
}

@media (max-width: 1023px) {
    .compare-layer__header-left h3 {
        margin: 0 16px 8px 0;
    }
}

.compare-layer__header-left .btn-compare-item-slot {
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    background-color: #060052;
    color: #9D9D9C;
}

.compare-layer__header-left .btn-compare-item-slot.in {
    color: #00D4FF;
}

.compare-layer__header-left .btn-compare-item-slot:last-child {
    margin-right: 0;
}

.compare-layer__header-left .btn-compare-item-reset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #9D9D9C;
    margin-left: 24px;
}

.compare-layer__header-left .btn-compare-item-reset span {
    margin-left: 8px;
    width: 16px;
}

@media (max-width: 1023px) {
    .compare-layer__header-left .btn-compare-item-reset {
        margin-left: 0;
        padding: 0;
        line-height: 32px;
    }
}

@media (max-width: 1023px) {
    .compare-layer__header-left--slot {
        margin-bottom: 8px;
    }
}

.compare-layer__header-right .compare-layer__compare--btn {
    font-size: 16px;
    font-weight: 500;
    background: none;
    color: #fff;
    padding: 4px 2px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    .compare-layer__header-right .compare-layer__compare--btn {
        padding: 0px 2px;
    }
}

.compare-layer.toggle {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.compare-layer.toggle .compare-layer__inner {
    padding: 24px 20px;
}

@media (max-width: 1023px) {
    .compare-layer.toggle .compare-layer__inner {
        padding: 16px 20px;
    }
}

.compare-layer.toggle .compare-layer__header {
    padding: 0 40px;
}

@media (max-width: 1023px) {
    .compare-layer.toggle .compare-layer__header {
        display: block;
        padding: 0;
    }
}

.compare-layer.toggle .compare-layer__header .btn-compare-item-reset {
    display: none;
    opacity: 0;
}

.compare-layer.toggle .compare-layer__header-right {
    z-index: -1;
}

.compare-layer.toggle .compare-layer__header-right .after {
    display: none;
    position: relative;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    background: #fff;
}

.compare-layer.toggle .compare-layer__header-right .compare-layer__compare--btn {
    display: none;
}

.compare-layer.toggle .compare-layer__header-right .compare-layer__compare--btn.toggle {
    display: block;
    padding: 0;
}

.compare-layer.toggle .compare-layer__body {
    display: none;
}

.compare-layer.toggle .compare-layer__item-title p {
    display: none !important;
}

.compare-layer.toggle .compare-layer__item-assume {
    display: none !important;
}

.compare-layer.toggle.active .compare-layer__inner {
    padding: 0;
}

@media (max-width: 1023px) {
    .compare-layer.toggle.active .compare-layer__inner {
        padding: 16px 20px;
    }
}

.compare-layer.toggle.active .compare-layer__header {
    z-index: 999;
    padding: 24px 40px 16px;
}

@media (max-width: 1023px) {
    .compare-layer.toggle.active .compare-layer__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 24px 0;
    }
}

.compare-layer.toggle.active .compare-layer__header .btn-compare-item-reset {
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
}

.compare-layer.toggle.active .compare-layer__header-right {
    z-index: 999;
}

.compare-layer.toggle.active .compare-layer__header-right .before {
    display: none;
}

.compare-layer.toggle.active .compare-layer__header-right .after {
    display: block;
}

.compare-layer.toggle.active .compare-layer__body {
    display: block;
    padding: 0 0 24px;
}

@media (max-width: 1023px) {
    .compare-layer.toggle.active .compare-layer__body {
        padding: 0;
    }
}

.compare-layer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .compare-layer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}

.compare-layer__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3);
    max-width: 360px;
    height: 26px;
    gap: 8px;
}

@media (max-width: 1023px) {
    .compare-layer__item {
        max-width: 100%;
        height: auto;
    }
}

.compare-layer__item.in .compare-layer__item-order {
    color: #00D4FE;
}

.compare-layer__item.in .compare-layer__item-assume {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.compare-layer__item.in .compare-layer__item-category {
    display: none;
}

@media (max-width: 1023px) {
    .compare-layer__item.in .compare-layer__item-category {
        display: none;
    }
}

.compare-layer__item.in .compare-layer__item-remove span {
    background-image: url("../images/common/pc/icon-btn-close-white.svg");
}

.compare-layer__item.in .compare-layer__item-title h3 {
    font-size: 16px;
    color: #fff;
}

.compare-layer__item.in .compare-layer__item-title p {
    display: block;
}

@media (max-width: 1023px) {
    .compare-layer__item {
        width: 100%;
    }
}

.compare-layer__item-order {
    width: 32px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

@media (max-width: 1023px) {
    .compare-layer__item-order {
        text-align: left;
    }
}

.compare-layer__item-order.in {
    color: #00D4FE;
}

.compare-layer__item-remove {
    width: 24px;
    text-align: center;
}

.compare-layer__item-remove span {
    width: 24px;
    height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-image: url("../images/common/pc/icon-close-gray.svg");
    background-size: contain;
    display: block;
}

@media (max-width: 1023px) {
    .compare-layer__item-remove span {
        width: 16px;
        height: 16px;
    }
}

.compare-layer__item-product {
    width: 288px;
}

@media (max-width: 1023px) {
    .compare-layer__item-product {
        width: 100%;
    }
}

.compare-layer__item-category {
    display: none;
    margin-bottom: 8px;
}

.compare-layer__item-category span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.compare-layer__item-category span:first-child {
    margin-right: 8px;
}

@media (max-width: 1023px) {
    .compare-layer__item-category span:first-child {
        margin-right: 4px;
    }
}

.compare-layer__item-category span:after {
    content: '|';
    margin: 0 8px;
}

@media (max-width: 1023px) {
    .compare-layer__item-category span:after {
        margin: 0 4px;
    }
}

.compare-layer__item-category span:last-child:after {
    content: '';
}

.compare-layer__item-title {
    margin: 8px 0;
}

.compare-layer__item-title h3 {
    font-size: 16px;
    font-weight: 500;
    color: #9D9D9C;
    margin-bottom: 4px;
}

.compare-layer__item-title p {
    display: none;
    color: #fff;
    font-size: 16px;
    opacity: .7;
}

.compare-layer__item-assume {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.compare-layer__item-assume input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 0;
    line-height: 24px;
    width: 100%;
    color: #fff;
}

.compare-layer__item-assume-percentage {
    width: 30%;
    position: relative;
}

.compare-layer__item-assume-percentage:after {
    content: '%';
    font-size: 16px;
    position: absolute;
    right: 0;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.compare-layer__item-assume-price {
    width: 60%;
    position: relative;
}

.compare-layer__item-assume-price:after {
    content: '원';
    position: absolute;
    font-size: 16px;
    right: 0;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* *********************************
* Marquee
********************************* */
.etf-marquees {
    margin: 80px 0;
}

@media (max-width: 1023px) {
    .etf-marquees {
        margin: 0;
    }
}

.etf-marquees .section-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #000;
    margin: 40px 0 0;
}

@media (max-width: 1023px) {
    .etf-marquees .section-title {
        padding: 24px 0;
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }
}

.etf-marquees .marquee-wrap {
    position: inherit;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

.etf-marquees .marquee__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.etf-marquees .marquee__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.etf-marquees .marquee__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 8px 0;
    border: none;
    background-color: inherit;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__item {
        margin: 0 8px;
    }
}

.etf-marquees .marquee__item::after {
    content: none;
}

.etf-marquees .marquee__item:hover, .etf-marquees .marquee__item:focus {
    background-color: inherit;
}

.etf-marquees .marquee__item:hover::after, .etf-marquees .marquee__item:focus::after {
    opacity: 1;
    visibility: visible;
}

.etf-marquees .marquee__item:hover .etf-marquees .marquee__thumbnail, .etf-marquees .marquee__item:focus .etf-marquees .marquee__thumbnail {
    -webkit-filter: none;
    filter: none;
}

.etf-marquees .marquee__item:hover .etf-marquees .marquee__txt, .etf-marquees .marquee__item:focus .etf-marquees .marquee__txt {
    color: #fff;
    padding-right: 0;
    padding: 8px 16px;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__item:hover .etf-marquees .marquee__txt, .etf-marquees .marquee__item:focus .etf-marquees .marquee__txt {
        padding-right: 0;
        padding: 0 16px;
    }
}

.etf-marquees .marquee__thumbnail {
    width: 48px;
    height: 48px;
    -webkit-filter: inherit;
    filter: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__thumbnail {
        width: 40px;
        height: 40px;
    }
}

.etf-marquees .marquee__txt {
    position: relative;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    -webkit-transition: color .4s, padding .4s;
    transition: color .4s, padding .4s;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__txt {
        font-size: 18px;
        font-weight: 300;
        line-height: 40px;
        padding: 0 16px;
    }
}

.etf-marquees .marquee__txt::before {
    content: none;
}

.etf-marquees .marquee__txt.icon-bx-kr {
    background-color: #00222D;
    color: #fff;
    padding-right: 0;
    padding: 8px 16px;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__txt.icon-bx-kr {
        padding-right: 0;
        padding: 0 16px;
    }
}

.etf-marquees .marquee__txt.icon-bx-b1 {
    background-color: #280052;
    color: #fff;
    padding-right: 0;
    padding: 8px 16px;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__txt.icon-bx-b1 {
        padding-right: 0;
        padding: 0 16px;
    }
}

.etf-marquees .marquee__txt.icon-bx-di {
    background-color: #060052;
    color: #fff;
    padding-right: 0;
    padding: 8px 16px;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__txt.icon-bx-di {
        padding-right: 0;
        padding: 0 16px;
    }
}

.etf-marquees .marquee__txt.icon-bx-b2 {
    background-color: #060052;
    color: #fff;
    padding-right: 0;
    padding: 8px 16px;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__txt.icon-bx-b2 {
        padding-right: 0;
        padding: 0 16px;
    }
}

.etf-marquees .marquee__txt.icon-bx-b3 {
    background-color: #00222D;
    color: #fff;
    padding-right: 0;
    padding: 8px 16px;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__txt.icon-bx-b3 {
        padding-right: 0;
        padding: 0 16px;
    }
}

.etf-marquees .marquee__txt.icon-bx-aa {
    background-color: #280052;
    color: #fff;
    padding-right: 0;
    padding: 8px 16px;
}

@media (max-width: 1023px) {
    .etf-marquees .marquee__txt.icon-bx-aa {
        padding-right: 0;
        padding: 0 16px;
    }
}

.etf-marquees .marquee--default .marquee__list.active {
    -webkit-animation: marquee linear infinite;
    animation: marquee linear infinite;
}

@keyframes marquee {
    from {
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
    }

    to {
        -webkit-transform: translate3d(-100%, 0%, 0);
        transform: translate3d(-100%, 0%, 0);
    }
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translate3d(0%, 0%, 0);
    }

    to {
        -webkit-transform: translate3d(-100%, 0%, 0);
    }
}

/* *********************************
* etf product navigation
********************************* */
.etf-prod-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .etf-prod-navigation {
        margin: 40px 0 0;
    }
}

.etf-prod-navigation button {
    width: 50%;
    height: 56px;
    padding: 8px 40px;
}

@media (max-width: 1023px) {
    .etf-prod-navigation button {
        height: 48px;
        padding: 0;
    }
}

.etf-prod-navigation button span {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
}

@media (max-width: 1023px) {
    .etf-prod-navigation button span {
        font-size: 14px;
        line-height: 22px;
    }
}

.etf-prod-navigation button:first-child {
    background-color: #fff;
    color: #000;
    text-align: left;
}

.etf-prod-navigation button:first-child span {
    padding-left: 32px;
}

.etf-prod-navigation button:first-child span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/main/pc/icon-main-arrow.svg) no-repeat center;
    background-size: contain;
}

@media (max-width: 1023px) {
    .etf-prod-navigation button:first-child {
        padding-left: 24px;
    }
}

.etf-prod-navigation button:last-child {
    background-color: #000;
    color: #fff;
    text-align: right;
}

.etf-prod-navigation button:last-child span {
    padding-right: 32px;
}

.etf-prod-navigation button:last-child span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/main/pc/icon-main-arrow-white.svg) no-repeat center;
    background-size: contain;
}

@media (max-width: 1023px) {
    .etf-prod-navigation button:last-child {
        padding-right: 24px;
    }
}

/* *********************************
* tempelate bg
********************************* */
.bg-header {
    background-size: contain;
    max-width: 100%;
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 40px auto 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) and (max-width: 1075px) {
    .bg-header {
        height: 480px;
    }
}

@media (max-width: 1023px) {
    .bg-header {
        height: 225px;
        width: 100vw;
        margin: 0 auto;
    }
}

.bg-header .bg-header-image {
    height: 480px;
    position: absolute;
    top: 0;
    right: -200%;
    bottom: 0;
    left: -200%;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

@media (max-width: 1023px) {
    .bg-header .bg-header-image {
        height: 225px;
    }
}

@media screen and (min-width: 360px) and (max-width: 600px) {
    .bg-header .bg-header-image {
        left: -218%;
    }
}

.bg-header.lilac .bg-header-image {
    background-image: url("../images/sub/pc/bg-dmr-type1.jpg");
}

.bg-header.lilac .c-breadcrumb__current {
    color: #9C95FF;
}

.bg-header.lilac .c-breadcrumb--default .c-breadcrumb__item + li::before {
    background-color: #999;
}

.bg-header.aqua .bg-header-image {
    background-image: url("../images/sub/pc/bg-dmr-type2.jpg");
}

.bg-header.aqua .c-breadcrumb__current {
    color: #00E3AA;
}

.bg-header.aqua .c-breadcrumb--default .c-breadcrumb__item + li::before {
    background-color: #999;
}

.bg-header.cyan .bg-header-image {
    background-image: url("../images/sub/pc/bg-dmr-type3.jpg");
}

.bg-header.cyan .c-breadcrumb__current {
    color: #00D4FF;
}

.bg-header.cyan .c-breadcrumb--default .c-breadcrumb__item + li::before {
    background-color: #999;
}

.bg-header .container {
    z-index: 11;
}

@media (max-width: 1023px) {
    .bg-header .container {
        width: calc(100% - 40px);
    }
}

.bg-header .c-breadcrumb {
    padding: 0;
    margin-bottom: 40px;
}

.bg-header .c-breadcrumb__item a {
    color: #999;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.bg-header .c-breadcrumb__current {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.bg-header .sub-pages__title {
    z-index: 11;
    font-size: 62px;
    font-weight: 700;
    line-height: 80px;
    margin: 0 0 24px;
    color: #fff;
}

@media (max-width: 1023px) {
    .bg-header .sub-pages__title {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
    }
}

.bg-header .sub-pages__desc {
    z-index: 11;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
}

@media (max-width: 1023px) {
    .bg-header .sub-pages__desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
}

.bg-header + div.container {
    padding: 80px 40px 120px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .bg-header + div.container {
        width: 100%;
        padding: 40px 20px;
    }
}

.etf-marquees {
    margin: 0;
}

.etf-marquees .section-title {
    margin: 0;
}

/* *********************************
* c-button-more-with-num
********************************* */
.c-button--more-with-num {
    padding: 40px 0 80px;
    margin: 0;
}

.c-button--more-with-num a {
    position: relative;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 120px;
}

.c-button--more-with-num a::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/common/pc/icon-btn-more.svg) no-repeat center;
}

.c-button--more-with-num a span {
    display: inline-block;
}

.c-button--more-with-num a span:first-child:before {
    content: '(';
}

.c-button--more-with-num a span:last-child {
    margin-right: 8px;
}

.c-button--more-with-num a span:last-child:after {
    content: ')';
}

@media (max-width: 1023px) {
    .c-button--more-with-num {
        padding: 24px 0;
    }
}

/* *********************************
* compare result layer
********************************* */
.compare-result-layer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2000;
}

.compare-result-layer.active {
    visibility: visible;
    opacity: 1;
}

.compare-result-layer .inner {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-height: calc(100vh - 80px);
    max-width: 1200px;
    overflow: auto;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner {
        width: 100%;
        max-width: 100;
        max-height: 100%;
        height: 100%;
        overflow: scroll;
    }
}

.compare-result-layer .inner .compare-result-layer__header {
    position: relative;
    padding: 32px 48px;
    border-bottom: 1px solid #EDEDED;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer__header {
        padding: 16px 20px;
    }
}

.compare-result-layer .inner .compare-result-layer__header h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer__header h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

.compare-result-layer .inner .compare-result-layer__body {
    overflow: auto;
    padding: 48px;
    height: calc(var(--user-window-inner-height) - 212px);
}

.compare-result-layer .inner .compare-result-layer__body::-webkit-scrollbar {
    width: 4px;
}

.compare-result-layer .inner .compare-result-layer__body::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 2px;
}

.compare-result-layer .inner .compare-result-layer__body::-webkit-scrollbar-track {
    background-color: transparent;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer__body {
        padding: 32px 20px;
    }
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting {
    position: relative;
    display: none;
    width: 100%;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-line-chart .list-sorting {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin: 0 0 32px;
    }
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting .options {
    width: 100%;
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting .options .trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 4px 8px;
    background-color: #DDD;
    cursor: pointer;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting .options .trigger_txt {
    margin-right: 10px;
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting .options .option {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #f6f6f6;
    z-index: 99;
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting .options .option li {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
    list-style: none;
    color: #9D9D9C;
    text-align: center;
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting .options .option li:hover {
    color: #000;
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting .options.active .trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting .options.active .option {
    display: block;
    font-weight: 700;
}

.compare-result-layer .inner .compare-result-layer-line-chart .list-sorting.active .icon-arr-blk {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.compare-result-layer .inner .compare-result-layer-line-chart .chart-term-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-line-chart .chart-term-btn {
        display: none;
    }
}

.compare-result-layer .inner .compare-result-layer-line-chart .chart-term-btn .btn-term {
    width: calc(100% / 6);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #3C3C3B;
    text-align: center;
    padding: 8px 24px;
    background-color: #F6F6F6;
}

.compare-result-layer .inner .compare-result-layer-line-chart .chart-term-btn .btn-term.active, .compare-result-layer .inner .compare-result-layer-line-chart .chart-term-btn .btn-term:hover {
    color: #000;
    font-weight: 700;
    background-color: #ddd;
}

.compare-result-layer .inner .compare-result-layer-chart-line {
    height: 192px;
    width: 100%;
    max-width: 1100px;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-chart-line {
        width: 100%;
        min-width: auto;
    }
}

.compare-result-layer .inner .compare-result-layer-chart-line .tooltip-box {
    padding: 4px;
}

.compare-result-layer .inner .compare-result-layer-chart-line .tooltip-box span {
    border-radius: 0 !important;
}

.compare-result-layer .inner .compare-result-layer-chart-line .tooltip-box p {
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
}

.compare-result-layer .inner .compare-result-layer-chart-line .tooltip-box p:nth-child(2) {
    padding-top: 10px;
}

.compare-result-layer .inner .compare-result-layer-table {
    margin: 40px 0 80px;
    overflow-x: auto;
}

.compare-result-layer .inner .compare-result-layer-table::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.compare-result-layer .inner .compare-result-layer-table::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 2px;
}

.compare-result-layer .inner .compare-result-layer-table::-webkit-scrollbar-track {
    background-color: transparent;
}

.compare-result-layer .inner .compare-result-layer-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-table table {
        width: 200vw;
    }
}

.compare-result-layer .inner .compare-result-layer-table table thead th {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-right: 1px solid #fff;
    width: 20%;
    background-color: #F6F6F6;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 56px;
    line-height: 24px;
    vertical-align: middle;
}

.compare-result-layer .inner .compare-result-layer-table table thead th:after {
    border-right: 0;
}

.compare-result-layer .inner .compare-result-layer-table table thead th:nth-child(1) {
    min-width: 120px;
}

.compare-result-layer .inner .compare-result-layer-table table thead th:not(:first-of-type) {
    min-width: 176px;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-table table thead th {
        font-size: 12px;
        height: 45px;
        line-height: 20px;
    }
}

.compare-result-layer .inner .compare-result-layer-table table tbody tr td {
    text-align: center;
    border-bottom: 1px solid #EDEDED;
    font-size: 16px;
    font-weight: 400;
    height: 56px;
    padding: 8px;
    line-height: 24px;
    vertical-align: middle;
}

.compare-result-layer .inner .compare-result-layer-table table tbody tr td span {
    position: relative;
    padding-left: 20px;
}

.compare-result-layer .inner .compare-result-layer-table table tbody tr td span::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-table table tbody tr td span::before {
        top: 1px;
    }
}

.compare-result-layer .inner .compare-result-layer-table table tbody tr td:nth-child(1) {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-table table tbody tr td {
        font-size: 12px;
        height: 80px;
        line-height: 20px;
    }
}

.compare-result-layer .inner .compare-result-layer-table table tbody tr:nth-child(1) td:nth-child(1) span::before {
    background: #9C95FF;
}

.compare-result-layer .inner .compare-result-layer-table table tbody tr:nth-child(2) td:nth-child(1) span::before {
    background: #00D4FF;
}

.compare-result-layer .inner .compare-result-layer-table table tbody tr:nth-child(3) td:nth-child(1) span::before {
    background: #00E3AA;
}

.compare-result-layer .inner .compare-result-layer-pi-charts .compare-result-layer-pi-charts-section-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 35px;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-pi-charts .compare-result-layer-pi-charts-section-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 24px;
    }
}

.compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi.hide {
    visibility: hidden;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi.hide {
        display: none;
    }
}

.compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi {
    background-color: #f2f2f2;
    padding: 24px;
    width: calc(100% / 3);
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi {
        margin: 0 0 24px;
    }
}

.compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi:nth-child(2) {
    margin: 0 18px;
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi:nth-child(2) {
        margin: 0 0 24px;
    }
}

.compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi h3 {
    width: 100%;
    height: 56px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi h3 {
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
}

.compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi > div {
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin-top: 24px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .compare-result-layer .inner .compare-result-layer-pi-charts .pi-charts-list .chart-pi > div {
        margin-top: 0;
    }
}

.pro--tab--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
}

.pro--tab--cont {
    color: #000;
    margin-bottom: 120px;
    max-width: 896px;
}

@media (max-width: 1023px) {
    .pro--tab--cont:first-child {
        padding: 0 20px 40px 20px;
    }
}

.pro--tab--cont:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.pro--tab--cont .list-tit-box {
    max-width: 896px;
}

@media screen and (max-width: 1240px) {
    .pro--tab--cont {
        max-width: 97%;
    }

    .pro--tab--cont .list-tit-box {
        width: 97%;
    }
}

@media (max-width: 1023px) {
    .pro--tab--cont {
        margin-bottom: 0;
        padding: 40px 20px;
        width: 100%;
        max-width: 1023px;
    }
}

.pro--tab--cont__tit {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .pro--tab--cont__tit {
        margin-bottom: 8px;
        font-size: 24px;
    }
}

.pro--tab--cont__txt {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .pro--tab--cont__txt {
        margin-bottom: 0;
    }
}

.pro--tab--cont__txt span {
    display: block;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 1023px) {
    .pro--tab--cont__txt span {
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box {
    margin-top: 40px;
    padding: 32px;
    background-color: #fff;
}

.pro--tab--cont__wrap-box .mo-img-wrap {
    padding: 0 15px;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box {
        margin-top: 24px;
        padding: 24px 16px;
    }

    .pro--tab--cont__wrap-box .mo-img-wrap {
        overflow: hidden;
    }

    .pro--tab--cont__wrap-box .mo-img-wrap__cont {
        overflow-x: scroll;
    }

    .pro--tab--cont__wrap-box .mo-img-wrap__cont::-webkit-scrollbar {
        height: 4px;
    }

    .pro--tab--cont__wrap-box .mo-img-wrap__cont::-webkit-scrollbar-thumb {
        background-color: #ededed;
        border-radius: 2px;
    }

    .pro--tab--cont__wrap-box .mo-img-wrap__cont::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .pro--tab--cont__wrap-box .mo-img-wrap__cont-box {
        width: 155%;
        margin-bottom: 4px;
    }
}

.pro--tab--cont__wrap-box .annuity-table {
    margin-top: 48px;
    border: 1px solid #DDD;
}

.pro--tab--cont__wrap-box .annuity-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.6;
}

.pro--tab--cont__wrap-box .annuity-table table > thead th {
    border-left: 1px solid #fff;
    color: #000;
    width: 208px;
    height: 56px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .annuity-table table > thead th {
        padding: 8px;
        width: 75px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .annuity-table table > thead th:nth-child(1) {
    border-left: none;
    background-color: #E2E6ED;
}

.pro--tab--cont__wrap-box .annuity-table table > thead th:nth-child(2) {
    background-color: #B2AAFF;
}

.pro--tab--cont__wrap-box .annuity-table table > thead th:nth-child(3) {
    background-color: #D3CEFF;
}

.pro--tab--cont__wrap-box .annuity-table table > thead th:nth-child(4) {
    background-color: #E9E7FF;
}

.pro--tab--cont__wrap-box .annuity-table table > tbody tr td {
    height: 56px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .annuity-table table > tbody tr td {
        padding: 8px;
        width: 75px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .annuity-table table > tbody tr td:nth-child(2) {
    border-left: none;
}

.pro--tab--cont__wrap-box .annuity-table table > tbody tr th {
    height: 56px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #fff;
    background-color: #E2E6ED;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .annuity-table table > tbody tr th {
        padding: 8px;
        width: 75px;
        height: 76px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .invest-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .invest-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pro--tab--cont__wrap-box .invest-list li:first-child {
        margin-top: 0;
    }
}

.pro--tab--cont__wrap-box .invest-list li {
    width: 33.3%;
    height: 354px;
    margin-left: 16px;
    padding: 40px 24px;
    background-color: #eef3ff;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .invest-list li {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 16px 0 0 0;
        padding: 8px 16px 24px;
    }
}

.pro--tab--cont__wrap-box .invest-list li strong {
    position: relative;
    display: block;
    padding: 67px 0 35px;
    color: #9C95FF;
    border-bottom: 1px solid #9C95FF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .invest-list li strong {
        padding: 67px 0 16px;
        color: #527FFF;
        font-size: 18px;
    }
}

.pro--tab--cont__wrap-box .invest-list li strong::before {
    position: absolute;
    content: '';
    display: block;
    top: 30px;
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .invest-list li strong::before {
        top: 28px;
        width: 32px;
        height: 32px;
    }
}

.pro--tab--cont__wrap-box .invest-list li span {
    display: block;
    margin-top: 24px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .invest-list li span {
        margin-top: 16px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .invest-list li:nth-child(1) {
    margin-left: 0;
}

.pro--tab--cont__wrap-box .invest-list li:nth-child(1) strong::before {
    background: url(../images/product/pc/icon-long-plus.svg) no-repeat 0 0;
    background-size: cover;
}

.pro--tab--cont__wrap-box .invest-list li:nth-child(2) strong::before {
    background: url(../images/product/pc/icon-high-trans.svg) no-repeat 0 0;
    background-size: cover;
}

.pro--tab--cont__wrap-box .invest-list li:nth-child(3) strong::before {
    background: url(../images/product/pc/icon-high-refund.svg) no-repeat 0 0;
    background-size: cover;
}

.pro--tab--cont__wrap-box .check-benefit {
    margin-top: 16px;
}

.pro--tab--cont__wrap-box .check-benefit > li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.pro--tab--cont__wrap-box .check-benefit > li::before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 12px;
    height: 10px;
    background: url(../images/sub/pc/icon-long-check.svg) no-repeat 0 0;
    background-size: contain;
}

.pro--tab--cont__wrap-box .check-benefit > li p {
    font-weight: 300;
}

.pro--tab--cont__wrap-box .check-benefit > li p strong {
    font-weight: 600;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .check-benefit > li p {
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .check-benefit > li .circle-bullet {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    padding: 2px 15px;
    color: #999;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .check-benefit > li .circle-bullet {
        font-size: 13px;
    }
}

.pro--tab--cont__wrap-box .check-benefit > li .circle-bullet::before {
    content: '';
    position: absolute;
    top: .85em;
    left: 0;
    width: 3px;
    height: 3px;
    background: #999;
}

.pro--tab--cont__wrap-box .check-benefit > li .circle-bullet li {
    margin-left: 16px;
    list-style: decimal;
}

.pro--tab--cont__wrap-box .check-benefit.ty02 {
    margin-top: 48px;
}

.pro--tab--cont__wrap-box .year-tax-table {
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table {
        overflow-x: auto;
    }

    .pro--tab--cont__wrap-box .year-tax-table::-webkit-scrollbar {
        height: 4px;
    }

    .pro--tab--cont__wrap-box .year-tax-table::-webkit-scrollbar-thumb {
        background-color: #ededed;
        border-radius: 2px;
    }

    .pro--tab--cont__wrap-box .year-tax-table::-webkit-scrollbar-track {
        background-color: transparent;
    }
}

.pro--tab--cont__wrap-box .year-tax-table table {
    margin-top: 48px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.pro--tab--cont__wrap-box .year-tax-table table br {
    display: inline-block;
    content: " ";
    padding: 0 2px;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table table {
        width: 100%;
        min-width: 480px;
        margin-bottom: 4px;
    }

    .pro--tab--cont__wrap-box .year-tax-table table br {
        display: block;
    }
}

.pro--tab--cont__wrap-box .year-tax-table table > thead th {
    border-left: 1px solid #fff;
    color: #fff;
    width: 295px;
    height: 82px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.pro--tab--cont__wrap-box .year-tax-table table > thead th span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table table > thead th {
        height: 128px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table table > thead th:nth-child(1) {
    width: 240px;
    color: #000;
    border-left: none;
    background-color: #E2E6ED;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table table > thead th:nth-child(1) {
        width: 110px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table table > thead th:nth-child(2) {
    background-color: #527FFF;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table table > thead th:nth-child(2) {
        width: 156px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table table > thead th:nth-child(3) {
    background-color: #9C95FF;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table table > thead th:nth-child(3) {
        width: 156px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table table > tbody td {
    height: 80px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-left: 1px solid #fff;
    border-top: 1px solid #DDD;
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table table > tbody td {
        height: 82px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table table > tbody th {
    height: 80px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    border-left: none;
    border-top: 1px solid #fff;
    background-color: #E2E6ED;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table table > tbody th {
        height: 82px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table table > tbody td:nth-child(2) {
    border-left: none;
}

.pro--tab--cont__wrap-box .year-tax-table table > tbody td:nth-child(2).color-change {
    color: #527FFF;
    font-size: 20px;
    font-weight: 600;
    background: -webkit-linear-gradient(#fff, #dee7ff);
    background: linear-gradient(#fff, #dee7ff);
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table table > tbody td:nth-child(2).color-change {
        font-size: 18px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table table > tbody td:nth-child(3).color-change {
    color: #9085FF;
    font-size: 20px;
    font-weight: 600;
    background: -webkit-linear-gradient(#fff, #ebeaff);
    background: linear-gradient(#fff, #ebeaff);
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table table > tbody td:nth-child(3).color-change {
        font-size: 18px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table02 {
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table02 {
        overflow-x: auto;
    }

    .pro--tab--cont__wrap-box .year-tax-table02::-webkit-scrollbar {
        height: 4px;
    }

    .pro--tab--cont__wrap-box .year-tax-table02::-webkit-scrollbar-thumb {
        background-color: #ededed;
        border-radius: 2px;
    }

    .pro--tab--cont__wrap-box .year-tax-table02::-webkit-scrollbar-track {
        background-color: transparent;
    }
}

.pro--tab--cont__wrap-box .year-tax-table02 table {
    margin-top: 48px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #DDD;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table02 table {
        width: 100%;
        min-width: 820px;
        margin-bottom: 4px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table02 table > thead th {
    color: #000;
    height: 56px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #E2E6ED;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.pro--tab--cont__wrap-box .year-tax-table02 table > thead th span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table02 table > thead th {
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table02 table > thead th:nth-child(1) {
    width: 204px;
}

.pro--tab--cont__wrap-box .year-tax-table02 table > thead th:nth-child(2) {
    width: 202px;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table02 table > thead th:nth-child(2) {
        width: 179px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table02 table > thead th:nth-child(3) {
    width: 157px;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table02 table > thead th:nth-child(3) {
        width: 70px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table02 table > thead th:nth-child(3) {
    width: 132.5px;
}

.pro--tab--cont__wrap-box .year-tax-table02 table > thead th:nth-child(4) {
    width: 132.5px;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table02 table > thead th:nth-child(4) {
        width: 99px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table02 table > thead th.bg-blue {
    color: #fff;
    background-color: #527FFF;
}

.pro--tab--cont__wrap-box .year-tax-table02 table > tbody td {
    height: 104px;
    padding: 16px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table02 table > tbody td {
        height: 88px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table02 table > tbody .ft-l-blue {
    color: #527FFF;
    font-size: 20px;
    font-weight: 600;
    background-color: #eef3ff;
}

.pro--tab--cont__wrap-box .year-tax-table02 table > tbody th {
    height: 104px;
    padding: 16px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-top: 1px solid #fff;
    background-color: #E2E6ED;
    font-weight: 600;
}

.pro--tab--cont__wrap-box .year-tax-table02 table > tbody th span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table02 table > tbody th {
        height: 88px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table03 {
    margin-top: 48px;
    border-top: 1px solid #DDD;
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table03 {
        overflow-x: auto;
    }

    .pro--tab--cont__wrap-box .year-tax-table03::-webkit-scrollbar {
        height: 4px;
    }

    .pro--tab--cont__wrap-box .year-tax-table03::-webkit-scrollbar-thumb {
        background-color: #ededed;
        border-radius: 2px;
    }

    .pro--tab--cont__wrap-box .year-tax-table03::-webkit-scrollbar-track {
        background-color: transparent;
    }
}

.pro--tab--cont__wrap-box .year-tax-table03 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 4px;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table03 table {
        width: 100%;
        min-width: 575px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table03 table > thead th {
    color: #000;
    height: 56px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #E2E6ED;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.pro--tab--cont__wrap-box .year-tax-table03 table > thead th span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table03 table > thead th {
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table03 table > thead th:nth-child(1) {
    width: 190px;
    border-left: 1px solid #ddd;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table03 table > thead th:nth-child(1) {
        width: 149px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table03 table > thead th:nth-child(2) {
    width: 321px;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table03 table > thead th:nth-child(2) {
        width: 258px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table03 table > thead th:nth-child(3) {
    width: 321px;
    border-right: 1px solid #ddd;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table03 table > thead th:nth-child(3) {
        width: 170px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table03 table > tbody td {
    height: 80px;
    padding: 16px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    line-height: 1.6;
    white-space: nowrap;
}

.pro--tab--cont__wrap-box .year-tax-table03 table > tbody td span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table03 table > tbody td {
        height: 76px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table03 table > tbody th {
    padding: 16px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #fff;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background-color: #E2E6ED;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table03 table > tbody th {
        min-height: 76px;
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table03 table > tbody > tr:nth-child(2) tbody th {
    border-bottom: 1px solid #DDD;
}

.pro--tab--cont__wrap-box .year-tax-table04 {
    margin-top: 48px;
    border-top: 1px solid #DDD;
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table04 {
        overflow-x: auto;
        margin-top: 0;
    }

    .pro--tab--cont__wrap-box .year-tax-table04::-webkit-scrollbar {
        height: 4px;
    }

    .pro--tab--cont__wrap-box .year-tax-table04::-webkit-scrollbar-thumb {
        background-color: #ededed;
        border-radius: 2px;
    }

    .pro--tab--cont__wrap-box .year-tax-table04::-webkit-scrollbar-track {
        background-color: transparent;
    }
}

.pro--tab--cont__wrap-box .year-tax-table04 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 4px;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table04 table {
        width: 100%;
        min-width: 630px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table04 table > thead th {
    color: #000;
    height: 56px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #E2E6ED;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.pro--tab--cont__wrap-box .year-tax-table04 table > thead th span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table04 table > thead th {
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table04 table > thead th:nth-child(1) {
    width: 240px;
    border-left: 1px solid #ddd;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table04 table > thead th:nth-child(1) {
        width: 112px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table04 table > thead th:nth-child(2) {
    width: 592px;
    border-right: 1px solid #ddd;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table04 table > thead th:nth-child(2) {
        width: 520px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table04 table > tbody td {
    padding: 24px;
    height: 104px;
    vertical-align: middle;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table04 table > tbody td {
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table04 table > tbody th {
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #fff;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background-color: #E2E6ED;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .year-tax-table04 table > tbody th {
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .year-tax-table04 table > tbody > tr:last-child tbody th {
    border-bottom: 1px solid #DDD;
}

.pro--tab--cont__wrap-box .annuity__list li {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    line-height: 1.5;
}

.pro--tab--cont__wrap-box .annuity__list li span {
    display: inline-block;
}

.pro--tab--cont__wrap-box .annuity__list li .number {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    background-color: #E2E6ED;
}

.pro--tab--cont__wrap-box .annuity__list li .detail {
    margin-left: 8px;
    width: 100%;
}

@media (max-width: 1023px) {
    .pro--tab--cont__wrap-box .annuity__list li .detail {
        font-size: 14px;
    }
}

.pro--tab--cont__wrap-box .ft-s-purple {
    color: #9C95FF;
    font-size: 20px;
    font-weight: 600;
}

.pro--tab--cont__wrap-box .ft-m-purple {
    color: #9C95FF;
    font-weight: 600;
}

.pro--tab--cont__wrap-box .link-red {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #FF6C6C;
    cursor: pointer;
}

.pro--tab--cont .please-read-it {
    padding: 32px 0 0;
}

.pro--tab--cont .please-read-it.pad-top-half {
    padding-top: 16px;
}

.pro--tab--cont .please-read-it.pad-top-half li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .pro--tab--cont .please-read-it.pad-top-half li:before {
        margin-top: -2px;
    }
}

@media (max-width: 1023px) {
    .pro--tab--cont .please-read-it {
        padding: 24px 0 0;
    }
}

.pro--tab--cont .please-read-it ul li {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    color: #999;
    margin-bottom: 8px;
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .pro--tab--cont .please-read-it ul li {
        font-size: 13px;
        font-weight: 400;
    }
}

.pro--tab--cont .please-read-it ul li:before {
    content: '';
    position: absolute;
    top: .7em;
    left: 0;
    width: 3px;
    height: 3px;
    background: #999;
}

.pro--tab--cont .etf-product-list.annuity {
    width: 100%;
}

.pro--tab--cont .etf-product-list.annuity > thead > tr:nth-child(1) th {
    border-bottom: 0;
    color: #000;
    background-color: #fff;
    border-right: 1px solid #ddd;
}

.pro--tab--cont .etf-product-list.annuity > thead > tr:nth-child(1) th:nth-child(1) {
    width: 278px;
}

.pro--tab--cont .etf-product-list.annuity > thead > tr:nth-child(1) th:nth-child(2) {
    width: 88px;
}

.pro--tab--cont .etf-product-list.annuity > thead > tr:nth-child(1) th:nth-child(3) {
    width: 458px;
}

.pro--tab--cont .etf-product-list.annuity > thead > tr:nth-child(1) th:nth-child(4) {
    width: 72px;
    border-right: 0;
}

.pro--tab--cont .etf-product-list.annuity > thead > tr:nth-child(2) th {
    color: #000;
    background-color: #fff;
    border-right: 1px solid #ddd;
    width: calc(458px / 6);
    border-top: 1px solid #ddd;
}

.pro--tab--cont .etf-product-list.annuity > thead > tr:nth-child(2) th:last-child {
    border-right: 1px solid #ddd;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr {
    cursor: pointer;
    border-bottom: 16px solid transparent;
    z-index: 11;
    position: relative;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr:last-child {
    border-bottom: 0;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr.in td {
    background-color: #E2E6ED !important;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr td {
    color: #000;
    height: 82px;
    position: relative;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr td {
        height: auto;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr td:after {
    content: '';
    position: absolute;
    border-right: 1px solid #ddd;
    width: 1px;
    height: 94px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 0;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr td:after {
        content: none;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr td:first-child:after, .pro--tab--cont .etf-product-list.annuity > tbody > tr td:last-child:after {
    content: none;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr .profit-plus {
    color: #FF6C6C;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr .profit-minus {
    color: #527FFF;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td {
    position: relative;
    padding: 8px 8px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    position: relative;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) {
    padding: 16px 16px 6px;
    width: 278px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) {
        padding: 16px;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1):after {
    content: '';
    position: absolute;
    border-right: 1px solid #ddd;
    width: 1px;
    height: 94px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 0;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1):after {
        content: none;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .category span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    padding-right: 18px;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #999;
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .category span {
        padding-right: 10px;
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .category span {
        font-size: 13px;
        line-height: 21px;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .category span:after {
    position: absolute;
    content: "";
    top: 28%;
    left: -9px;
    width: 1px;
    height: 10px;
    background-color: #999;
}

@media screen and (min-width: 1024px) and (max-width: 1210px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .category span:after {
        left: -6px;
    }
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .category span:after {
        left: -9px;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .category span:first-child::after {
    content: none;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .etf-product-list__linker {
    display: block;
    color: inherit;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title h3 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 9px;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title .desc {
    display: inline-block;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title .desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title .desc p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title .desc p {
        font-size: 14px;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title .desc p span:last-child {
    margin-left: 4px;
    padding: 0 4px;
    border: 1px solid #000;
    display: block;
    opacity: .7;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title .desc p:nth-child(2) {
    display: none;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title .desc p:nth-child(2) {
        display: block;
    }

    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .title .desc p:nth-child(2) a {
        border-bottom: 1px solid #000;
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
        padding: 4px 0;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view {
    display: none;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price, .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month {
    width: 100%;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price label, .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month label {
    color: #3C3C3B;
    line-height: 20px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -1px;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price p, .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price, .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price {
    max-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price label, .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price label {
    max-width: 60px;
    width: 100%;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price {
    margin-top: 16px;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price .std-price p:after {
    content: '원';
    font-size: 12px;
    padding-left: 4px;
    font-weight: 500;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price {
    margin-bottom: 16px;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-price .net-price p:after {
    content: '억원';
    font-size: 12px;
    padding-left: 4px;
    font-weight: 500;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month {
    text-align: right;
    width: 100%;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month label {
    width: 100%;
    display: inline-block;
    color: #3C3C3B;
    font-size: 12px;
    line-height: 20px;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month p {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month p.profit-plus {
    color: #FF6C6C;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month p.profit-minus {
    color: #527FFF;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month p:after {
    content: '%';
    padding-left: 4px;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(1) .mobile-view .profit-month {
        width: 98px;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(2) {
    width: 100px;
    font-size: 18px;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(2) .fit-money {
    height: 94px;
    line-height: 94px;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(2) .fit-money li {
    position: relative;
    display: block;
    height: 47px;
    line-height: 47px;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(2) .fit-money li:first-child::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 57px;
    height: 1px;
    background-color: #ddd;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(2) {
        display: none;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(2) > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(2) .std-price {
    border-bottom: 1px solid #EDEDED;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(3) {
        display: none;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(3), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(4), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(5), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(6), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(7), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(8) {
    width: calc(458px / 6);
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(3), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(4), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(5), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(6), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(7), .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(8) {
        display: none;
    }
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(9) {
    width: 72px;
}

.pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(9) .icon-download {
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .pro--tab--cont .etf-product-list.annuity > tbody > tr > td:nth-child(9) {
        display: none;
    }
}

.pro--tab--cont .section-title {
    margin-top: 80px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #000;
}

@media (max-width: 1023px) {
    .pro--tab--cont .section-title {
        padding: 0 0 24px;
        font-size: 20px;
        line-height: 28px;
    }
}

.pro--tab--cont.graph {
    margin-bottom: 40px !important;
}

.pro--tab--btm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro--tab--btm__box button {
    width: 100%;
}

.etf-prod-navigation.pro--tab--btm__box button:last-child {
    text-align: left;
    color: #000;
    background-color: #fff;
}

@media (max-width: 1023px) {
    .etf-prod-navigation.pro--tab--btm__box button:last-child {
        text-align: left;
        padding-left: 24px;
    }
}

.pro--tab--wrap {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.pro--tab--wrap .hope-product {
    overflow: hidden;
}

@media (max-width: 1023px) {
    .pro--tab--wrap .hope-product {
        width: 100%;
    }
}

.pro--tab--wrap .hope-product__list {
    width: 100%;
    margin-bottom: 0;
    overflow-x: auto;
    gap: 8px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.pro--tab--wrap .hope-product__list::-webkit-scrollbar {
    height: 4px;
}

.pro--tab--wrap .hope-product__list::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 2px;
}

.pro--tab--wrap .hope-product__list::-webkit-scrollbar-track {
    background-color: transparent;
}

@media (max-width: 1023px) {
    .pro--tab--wrap .hope-product__list {
        padding: 0;
        width: 100%;
    }
}

.pro--tab--wrap .hope-product__item {
    margin-bottom: 4px;
    height: 452px;
    width: 294px;
}

.pro--tab--wrap .hope-product__item:last-child {
    margin-right: 20px;
}

@media (max-width: 1023px) {
    .pro--tab--wrap .hope-product__item {
        max-width: 294px;
    }
}

.pro--tab--wrap .hope-product__ranking {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
}

.pro--tab--wrap .hope-product__linker {
    width: 294px !important;
}

.sub-pages__section.annuity-wrap {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.sub-pages__section.annuity-wrap .sub-pages__section-inner {
    max-width: 1280px;
}

@media screen and (max-width: 1050px) {
    .sub-pages__section.annuity-wrap .sub-pages__section-inner {
        padding: 0 10px 0 20px;
    }
}

@media (max-width: 1023px) {
    .sub-pages__section.annuity-wrap .sub-pages__section-inner {
        padding: 0;
    }
}

.sub-pages__section.annuity-wrap .c-menu-choice {
    max-width: 304px;
}

.sub-pages__section.annuity-wrap .pro--tab--cont.annuity-graph {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-right: 0;
}

.sub-pages__section.annuity-wrap .pro--tab--cont.annuity-graph .check {
    width: 100%;
    position: relative;
}

.sub-pages__section.annuity-wrap .pro--tab--cont.annuity-graph .check .check-point {
    position: absolute;
    right: 0;
    top: -58px;
    width: 50%;
    color: #9d9d9c;
}

@media (max-width: 1023px) {
    .sub-pages__section.annuity-wrap .pro--tab--cont.annuity-graph .check .check-point {
        position: unset;
        margin: 0 0 8px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        text-align: left;
    }
}

@media (max-width: 1023px) {
    .sub-pages--annuity {
        overflow-x: hidden;
    }
}

/* modal print */
.c-modal--print .sub-pages__section {
  margin-bottom: 55px;
}

.c-modal--print .c-modal__btn-wrap {
  padding-top: 0;
  text-align: right;
}

.c-modal--print .c-modal__btn-wrap + .c-modal__table-wrap {
  margin-top: 40px;
}

.c-modal--print .c-modal__table-wrap + .c-modal__btn-wrap {
  margin-top: 10px;
  text-align: center;
}

.c-modal--print .sub-pages__section-title {
  margin-bottom: 15px;
}

.c-modal--print .c-table--product-table {
  width: 100%;
}

.c-modal--print .c-table--product-table .c-table__header {
  display: table-header-group;
}

.c-modal--print .c-table--product-table .c-table__header th,
.c-modal--print .c-table--product-table .c-table__header td {
  background: #f6f6f6;
}

.c-modal--print .c-table--product-table .c-table__body {
  display: table-row-group;
}

.c-modal--print .c-modal__btn {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  background: #9D9D9C;
}

.c-modal--print .c-modal__btn--print {
  padding-right: 45px;
}

.c-modal--print .c-modal__btn--print:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon-print.png) no-repeat center;
  transform: translateY(-50%);
  z-index: 1;
}

@media print {
  .c-modal--print .c-modal__btn--print {
    display: none;
  }

  .c-modal--print .c-table--product-table .c-table__cell--tooltip .c-tooltip {
    display: none;
  }

  .c-modal--print .c-table__cell--header {
    border-color: #ededed !important;
    border-top: 1px #ededed solid;
    border-bottom: 1px #ededed solid;
  }
}
