a:hover{
    color: inherit;
}
.header-top{
    display: flex;
    align-items: center;
    padding: 6.67vw 4.13vw 0 4.13vw;
}
.header-top .e-header-back {
    display: inline-block;
    position: relative;
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    cursor: pointer;
    margin-right: 3.2vw;
}
.header-top .e-header-back::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/images/icons/icon_angle_right2.png) center no-repeat;
    background-size: cover;
    content: "";
}
header .header-num {
    font-size: 3.2vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.2vw;
    letter-spacing: 0.09vw;
    color: #999999;
    text-align: center;
    padding: 2.53vw 0;
}
.header-top .fundname {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    font-size: 5vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0vw;
    color: #333333;
    flex: 1;
    margin-right: 8.53vw;
}
main{
    background-color: #f8fafd;
    padding-top: 4VW;
}
.e-detail-banner .e-detail-banner__wrapper, .e-detail-section__wrapper {
    margin: 0 4.27VW 5VW 4.27VW;
}
.e-detail-banner .e-detail-banner__container {
    padding: 8.13vw 4.53vw 8vw 4.13vw;
    background-color: #ffffff;
    box-shadow: 0vw 1.07vw 1.33vw 0vw #d7dee8;
}
.e-detail-banner .e-detail-banner__content {
    letter-spacing: 1px;
}
.content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-box span {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: 0.08vw;
    color: #2c3b56;
}
.e-detail-banner .e-detail-banner__content h2 {
    display: inline-block;
    margin: 3.87vw 0 4vw 0;
    color: #ffffff;
    font-size: calc(54 / 750 * 100vw);
    font-weight: bold;
    line-height: 8vw;
    letter-spacing: 0.13vw;
}
.e-detail-banner .e-detail-banner__content h2 span {
    font-size: 5.33vw;
    line-height: 8vw;
    letter-spacing: 0.13vw;
    color: #2c3b56;
    font-weight: 400;
}
.e-detail-section__wrapper{
    background-color: #ffffff;
    box-shadow: 0vw 1.07vw 1.33vw 0vw #d7dee8;
}
.title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
    border-bottom: 1px solid #cacaca;
}
.title-box .title-p {
    font-size: 5.6vw;
    line-height: 5.6vw;
    color: #333333;
}
.icon-glyphicon {
    width: 3.73vw;
    height: 2.4vw;
    background: url(../assets/images/icons/top-1.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}
.icon-glyphicon.on {
    transform: rotate(180deg);
    transition: all .1s ease-in;
}
.title-box, .e-detail-section__container {
    padding-right: 4.13vw;
    padding-left: 4.13vw;
}
.funds-box {
    display: flex;
    justify-content: space-between;
}
#dailyNav .tab-container li:not(:last-child) {
    border-right: none;
}
#dailyNav .totalProTip {
    font-size: 2.93vw;
    font-weight: 400;
    line-height: 6.93vw;
    letter-spacing: 0.09vw;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.67vw;
    text-align: center;
}
#dailyNav .fund-b-msg {
    font-size: 5.33vw;
    line-height: 5.33vw;
    font-weight: 400;
    color: #ee1533;
}
#dailyNav .fund-s-msg {
    font-size: 3.2vw;
    line-height: 3.2vw;
    letter-spacing: 0.09vw;
    color: #333333;
    margin-top: 8vw;
    margin-bottom: 3.6vw;
}
#dailyNav .source-fund {
    color: #999999;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 5.33vw;
    letter-spacing: 0.09vw;
    margin-top: 3.47vw;
}
#dailyNav .tab-container {
    margin-top: 6.67vw;
    margin-bottom: 6.27vw;
    height: auto;
    overflow: hidden;
    font-size: 4vw;
    line-height: 5.33vw;
    letter-spacing: 0vw;
    color: #2c3b56;
    font-weight: 400;
}
#dailyNav .tab-container li {
    text-align: center;
    border: solid 0.13vw #e4e4e4;
    padding-right: 0;
    padding-left: 0;
}
#dailyNav .tab-container li a {
    width: 100%;
    height: 100%;
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
    display: inline-block;
    background-color: #f8fafd;
    font-size: 4vw;
    line-height: 5.33vw;
    letter-spacing: 0vw;
    color: #2c3b56;
    font-weight: 400;
}
#dailyNav .tab-container .active a {
    font-weight: bold;
    color: #ffffff;
    background-color: #005096;
}
#dailyNav .noDataRelative{
    position: relative;
}
#dailyNav .noData {
    position: absolute;
    top: 35%;
    left: calc((100% - 18vw) / 2);
    font-size: 6vw;
    color: #999;
}
#dailyNav .s-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin-top: 4.67vw;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 3.2vw;
    letter-spacing: 0.08vw;
    color: #333333;
}
#dailyNav .s-date>li {
    flex: 2;
    border-right: 0.13vw solid #e4e4e4;
    white-space: nowrap;
    margin-bottom: 4vw;
    cursor: pointer;
    text-align: center;
}
#dailyNav .s-date .click-s.active, #dailyNav .s-date .active a{
    color: #005096;
}
#dailyNav .s-date>li.click-s {
    flex: 5;
    border-right: none;
}
.s-date .icon-li {
    background: url(../assets/images/icons/top-2.png) center;
    background-size: 100%;
    width: 2vw;
    height: 1.33vw;
    margin-left: 1vw;
    display: inline-block;
}
.click-s.on .icon-li {
    position: relative;
    top: -2px;
    transform: rotate(180deg);
    transition: all 0.1s ease-in;
}
#dailyNav .s-date .s-date-ul {
    min-height: 6vw;
    transform-origin: 50% 0;
    -webkit-animation: slide-down 0.5s ease-in;
    transition: max-height 0.2s ease-in;
    width: 40%;
    border-radius: 3px;
    border: 0.13vw solid #7793ab;
    background: #f8fafd;
    display: none;
    position: absolute;
    right: 0;
    top: 66%;
    padding: 10px;
}
#dailyNav .s-date-ul li {
    white-space: nowrap;
    margin-bottom: 4vw;
    cursor: pointer;
}
#dailyNav .s-date-ul li a{
    display: block;
}
#dailyNav .s-date .s-date-ul li.active a {
    color: #005096;
    font-weight: bold;
}
#dailyNav .s-date-ul li:last-child {
    margin-bottom: 1vw;
}
.icon-fork {
    position: absolute;
    top: calc(50% - 40vw);
    right: 5vw;
    z-index: 1000;
    width: 5.2vw;
    height: 5.2vw;
    cursor: pointer;
}
#dailyNav .chart-box.on {
    position: fixed !important;
    top: 50% !important;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 997;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.66);
}
#dailyNav .chart-box.on #totalProChart {
    background-color: #fff;
    border-radius: 2vw;
    width: 96% !important;
    height: 110vw !important;
    z-index: 998;
    left: 2%;
    top: calc((100vh - 88vw) / 2);
}
#dailyNav .chart-box.on #totalProChart > div {
    width: auto !important;
}
#dailyNav .chart-box.on #totalProChart canvas {
    z-index: 999;
    width: 100% !important;
    height: 90vw !important;
    margin-top: 14vw !important;
    padding: 0 4vw 0 1vw !important;
}
#dailyNav .totalProTip img {
    width: 3.47vw;
    height: 3.47vw;
    cursor: pointer;
}
.tab-nav {
    height: 30px;
    font-size: 14px;
}
.tab-s-box .col-xs-6:nth-of-type(1) {
    padding-right: 1.33vw;
    padding-left: 0;
}
.tab-s-box .col-xs-6:nth-of-type(2) {
    padding-left: 1.33vw;
    padding-right: 0;
}
.all-box {
    height: 8vw;
    position: relative;
    background-color: #f8fafd;
    border: solid 0.13vw #d6e1ea;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 2vw;
    padding-right: 7vw;
}
.all-box span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-s-box .ul-box {
    box-shadow: 0 0px 3px 0 rgb(0 0 0 / 40%);
    width: calc(98% - 1.33vw);
    max-height: 33.33vw;
    transform-origin: 50% 0;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-in;
    background: #ffffff;
    overflow: auto;
    position: absolute;
    z-index: 0;
    margin-left: 2px;
}
.tab-s-box .ul-box li {
    width: 100%;
    height: 8vw;
    line-height: 8vw;
    padding: 0px 2vw;
    cursor: pointer;
    background: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-s-box .ul-box li.on {
    color: #005096;
}
.icon-sprite {
    width: 0;
    height: 0;
    border-bottom: 1.33vw solid #005096;
    border-left: 1.33vw solid transparent;
    border-right: 1.33vw solid transparent;
    top: 3vw;
    right: 4vw;
    position: absolute;
    transform: rotate(-180deg);
    transition: all .3 ease-in;
}
.all-box.on .icon-sprite {
    transform: rotate(0deg);
}
.list-txt-notes {
    font-size: 3.2vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4vw;
    letter-spacing: 0.08vw;
    color: #666666;
    padding: 3.6vw 0 0;
}
#product_navTBody>tr {
    border-bottom: 1px solid #dee8f8;
    padding-top: 5.33vw;
    padding-bottom: 5.47vw;
    display: flex;
    flex-direction: column;
}
#product_navTBody>tr>td:first-of-type {
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 6.4vw;
    letter-spacing: 0.11vw;
    color: #333333;
}
#product_navTBody>tr>td:last-of-type {
    margin-top: 3.73vw;
    text-align: right;
    font-size: 3.2vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.2vw;
    letter-spacing: 0.08vw;
    color: #7a7a7a;
}
.switch-box, .slide-up, .click-h {
    font-size: 3.2vw;
    font-weight: normal !important;
    font-stretch: normal;
    line-height: 3.2vw;
    letter-spacing: 0.08vw;
    color: #005096;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    padding-bottom: 8vw;
}
.padding-bottom{
    padding-bottom: 8vw;
}
.click-h{
    padding-top: 4.4vw;
}.click-h span {
    font-size: 4vw;
}
.click-h .icon-glyphicons {
    background: url(../assets/images/icons/top-2.png) center;
    background-size: 100%;
    width: 2vw;
    height: 1.33vw;
    margin-left: 1vw;
}
.click-h.on .icon-glyphicons {
    transform: rotate(180deg);
    transition: all .1s ease-in;
}
.pro-content-body {
    margin-top: 7.87vw;
    line-height: 6.4vw;
    font-size: 4vw;
    max-height: 24.5vw;
    overflow: hidden;
}
.pro-content-body p {
    margin-bottom: 35px;
}
.pro-content-body.on {
    max-height: 100%;
}
.header .btn {
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 30px;
    border-radius: 0;
    padding: 0px;
}
.e-date-picker-group.has-suffix .e-date-picker-group__wrapper {
    display: flex;
    justify-content: space-between;
}
.e-date-picker {
    width: 45%;
}
.e-date-picker-separate {
    font-size: 3.2vw;
    color: #005096;
    line-height: 7vw;
}
.e-date-picker .e-date-picker__wrapper {
    border: none;
    width: 100%;
    height: auto;
}
.e-date-picker .e-date-picker__wrapper input {
    padding: 0 10px 0 5px;
    width: 100%;
    height: 100%;
    color: #999999;
    font-size: 13px;
    border: none;
}
.e-date-picker .e-date-picker__wrapper input {
    padding: 0;
    background-color: #f8fafd;
    font-size: 3.2vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.2vw;
    letter-spacing: 0.08vw;
    color: #999999;
    text-align: center;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #999999 !important;
  border-width: 0 1px 1px 0 !important;
}
.daterangepicker.displayable {
  transform: scaleY(0.8);
  transform-origin: 0% 0%;
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.daterangepicker.displayable.is-display {
  transform: scaleY(1);
  transform-origin: 0% 0%;
  opacity: 1;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    padding: 0 2vw;
}
button{
    border-radius: 0 !important;
}
th,select{
    font:inherit;
}
.btn-primary{
    background-color: #005096;
    border-color: #005096;
}

.e-pagination{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.e-pagination .e-pagination-size-options,.e-pagination .e-pagination-quick-jumper{
    display: none;
}
.e-pagination .e-pagination-simple {
    margin: 0;
    color: #999999;
}
.e-pagination .e-pagination-prev .e-pagination-item-link,
.e-pagination .e-pagination-next .e-pagination-item-link,
.e-pagination .e-pagination-simple{
    font-size: 4vw;
    font-weight: normal;
    font-stretch: normal;
    line-height:4vw;
    letter-spacing: 0.11vw;
}
.e-pagination .e-pagination-simple .e-pagination-simple-current{
    color: #005096;
}
.e-pagination .e-pagination-prev .e-pagination-item-link,
.e-pagination .e-pagination-next .e-pagination-item-link {
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    border: solid 0.27vw #005096;
    color: #005096;
}
.e-pagination .e-pagination-next,
.e-pagination .e-pagination-prev{
    margin: 0;
    min-width: auto;         
    width: 30.67vw;
    height: 10.67vw;
    line-height: 10.67vw;
    border-radius: 0;
}
.e-pagination-next.on button,
.e-pagination-prev.on button{
    background-color: #005096 !important;
    color: #fff !important;
}
.e-pagination .e-pagination-simple .e-pagination-simple-current,.e-pagination .e-pagination-simple .e-pagination-simple-all {
    padding: 0 5px;
}
.e-pagination .e-pagination-prev.is-disabled:hover .e-pagination-item-link, .e-pagination .e-pagination-prev.is-disabled:focus-visible .e-pagination-item-link {
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
    cursor: not-allowed;
}
.e-pagination .e-pagination-prev.is-disabled .e-pagination-item-link, .e-pagination .e-pagination-next.is-disabled .e-pagination-item-link{
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
    cursor: not-allowed;
}
@-webkit-keyframes slide-down {
    0% {
        transform: scale(1, 0)
    }
    25% {
        transform: scale(1, 1.2)
    }
    50% {
        transform: scale(1, 0.85)
    }
    75% {
        transform: scale(1, 1.05)
    }
    100% {
        transform: scale(1, 1)
    }
}