.top-ul {
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 24px;
}

.top-ul .name-ul {
    display: flex;
    align-items: center;
    padding-left: 30px;
    background-color: #014E9E;
}

.top-ul .name-ul div {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 18px;
    font-family: 'DM Sans-Bold';
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #ffffff;
}

.top-ul li .strategy, .top-ul li .strategy-row, .top-ul li .table-ul .bottom-ul .bottom-flex .icon-spot, .top-ul .table-ul .bottom-ul .bottom-flex li .icon-spot {
    width: 38%;
    max-width: 463px;
}

.top-ul li .style, .top-ul li .style-row {
    width: 15%;
    max-width: 276px;
}

.top-ul li .scope, .top-ul li .scope-row {
    width: 20%;
    max-width: 150px;
}

.top-ul li .date, .top-ul li .date-row {
    width: 19.697%;
    max-width: 154px;
}

.top-ul li .icon, .top-ul li .icon-row {
    flex: 1;
    text-align: right;
}

.top-ul li .icon-row {
    cursor: pointer;
}

.top-ul .table-ul {
    border: 1px solid #DADADA;
    border-top: none;
}

.top-ul .table-ul .titles {
    font-family: 'DM Sans-Bold';
    font-size: 18px;
    letter-spacing: -0.18px;
}

.top-ul .table-ul .tabletop-ul {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-ul .table-ul .tabletop-ul .name-row .name {
    font-size: 14px;
    letter-spacing: -0.14px;
    line-height: 22px;
    color: #005096;
    margin-top: 10px;
}

.top-ul .table-ul .tabletop-ul li {
    padding-right: 30px;
}

.top-ul .table-ul .bottom-ul {
    border-top: #f8fafd solid 1px;
    display: none;
    background-color: #f8fafd;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    letter-spacing: -0.16px;
}

.top-ul .table-ul .bottom-ul .bottom-flex {
    display: flex;
    align-items: flex-start;
}

.top-ul .table-ul .bottom-ul .bottom-flex .ul-li {
    flex: 1;
    display: flex;

    align-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 30px;
}
.top-ul .table-ul .bottom-ul .bottom-flex .ul-li>div.li-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;}
.top-ul .table-ul .bottom-ul .bottom-flex .icon-spot {
    position: relative;
    padding-left: 17px;
}
.top-ul .table-ul .bottom-ul .bottom-flex .icon-spot a{
    color: #23527c;
}

.top-ul .table-ul .bottom-ul .bottom-flex .icon-spot::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #197FCF;
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.top-ul .table-ul .bottom-ul .bottom-flex .txt-bold {
    font-family: 'DM Sans-Regular';
    width: 18%;
}
.top-ul .table-ul .bottom-ul .bottom-flex .txt-bold:nth-of-type(1){
    width: 25%;
}
.top-ul .table-ul .bottom-ul .bottom-flex .txt-bold:nth-of-type(2){
    width: 18%;
}
.top-ul .table-ul .bottom-ul .bottom-flex .txt-bold:nth-of-type(3){
    width: 19%;
}
.top-ul .table-ul .bottom-ul .bottom-flex .txt-bold-download{
    padding-left: 3px;
}
.top-ul .table-ul .bottom-ul .bottom-flex .txt-bold-download a{
    color: #005096;
    padding-left: 54px;position: relative;}
.top-ul .table-ul .bottom-ul .bottom-flex .txt-bold-download a img{
    width: 20px;margin-right: 8px;
    position: absolute;bottom: 2px;left: 25px;}
.top-ul .table-ul .bottom-ul .bottom-flex .num {
    margin-top: 12px;
}

.top-ul .table-ul .bottom-ul .bottom-flex .icon-data {
    margin-top: 16px;
    height: 16px;
}

.top-ul .table-ul .bottom-ul .bottom-flex .icon-data i {
    display: inline-block;
    background: url("../assets/images/strategy_common/icon_1.png") no-repeat center;
    width: 16px;
    height: 100%;
}

.top-ul .table-ul .bottom-ul .bottom-flex .icon-data i:not(:last-child) {
    padding-right: 6px;
}

.top-ul .table-ul .bottom-ul .bottom-flex .icon-pdf {
    text-align: center;
    margin-top: 8px;
}

.top-ul .table-ul .bottom-ul .bottom-flex .icon-pdf a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../assets/images/strategy_investing/icon_ptf.png") no-repeat;
    background-size: contain;
}

.top-ul .table-ul.on .tabletop-ul {
    background-color: #ccdcec;
}

.top-ul .table-ul.on .bottom-ul {
    background-color: #f1f2f7;
}

.top-ul .table-ul.on .icon-row img {
    transition: all .3s;
    transform: rotate(180deg);
}
