
.search_box {
	margin: 0 0px 15px;
	padding: 15px 20px 15px;
	background: #eaecf0;
}

.fund_search {
    display: flex;
	align-items: center;
    width: 100%;
}

.fund_search .fund_keyword {
  width: 75%;
  position: relative;
}

.fund_search .fund_keyword .icon_search{
	position: absolute;
	content: "";
	top: 10px;
	right: 4px;
}

.fund_search .fund_keyword .fund_input{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8px;
	padding-right: 28px;
    height: 44px;
}

.fund_search .fund_btn{
	width: 25%;
	padding-left: 20px;
}

.fund_search .fund_btn .btn_primary {
	width: 100%;
}

.content_box {
    padding: 0px
}

.btn_primary {
	display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 18px 0 17px;
    border: 0;
    border-radius: 3px;
    background: #680718;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.btn_primary:hover {
    background-color: #863945;
}
.about-ds{
    font-size: 1.6rem;
    color: #777;
    margin-bottom: 0;
    text-wrap: nowrap;
}
.row_updatetm {
    width: 100%;
    margin-top: 10px;
    text-align: right;
}
.col_updatetm {
    color: #777;
}
.watchlistbox {
    height: 31px;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.bt_watchlist {
    color: #FFF;
    padding: 0px 8px;
    height: 29px;
    line-height: 29px;
    cursor: pointer;
}
.bt_button {
    background-color: #680717;
    color: white;
    height: 29px;
    margin-left: 15px;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 3px;
    transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.bt_button:hover {
    background: #863945;
}

.border-none {
    border: none;
}

.pdt-2 {
    padding-top: 2px !important;
}
.chart_04 {
    width: 100%;
    min-height: 480px;
    margin: 20px 0;
    text-align: center;
    position: relative;
}

.chart_04 .QIKchartArrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #29477C;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    margin: 0;
}

div.QIKtooltip {
    display: none;
    margin: auto;
    position: absolute;
    z-index: 9999;
}
div.QIKtooltip::after {
    position: absolute;
}

div.QIKtooltip p {
	margin: 0;
}

div.QIKtooltip p span {
	background: #29477C;
	display: block;
	padding: 3px 5px 3px 5px;
	margin-bottom: 6px;
	color: #fff;
    width: 220px;
    font-size: 14px;
}
.QIKtooltip::after {
    content: "";
    position: absolute;
    color: #29477C;
    background: #29477C;
    width: 12px;
    height: 12px;
    bottom: 3px;
    left: 50.5%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.pagination {
    margin-bottom: 30px;
}
ul.tab-tabh-01 {
    margin: 0px;
    display: flex;
}
ul.tab-tabh-01 li.li_act {
    background-color: #680717;
    border: solid 1px #680717;
}
ul.tab-tabh-01 li.li_act > a {
    cursor: default !important;
}
ul.tab-tabh-01 li {
    margin-top: 10px;
    margin-top: 0px;
    height: 30px;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #eaeaea;
    font-size: 1.4rem;
}
ul.tab-tabh-01 li a {
    color: #000000;
    text-decoration: none;
}
ul.tab-tabh-01 li.li_act a {
    color: #ffffff;
}
ul,
div {
    zoom: 1;
}
.path-list > a {
    color: inherit;
    text-decoration: none;
}
ul.tab-tabh-01 li div {
    padding: 7px 0px;
}
div.tab-tabh-01-02 {
    width: 100%;
    height: 2px;
    background: #680717;
}
ul.tab-tabh-01 li:hover:not(li.li_act) {
    opacity: 0.7;
    cursor: pointer;
    text-decoration: underline;
    background-color: #e6e6e6;
}
div.tab-tabh-01-01 {
    clear: both;
}

table.tbl-data-12 {
    font-size: 14px;
}

table.tbl-data-12 thead th {
    background-color: #ece7de;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
table.tbl-data-12 td {
    border-width: 0 1px 1px 0;
    border-color: #cbcbcb;
    border-style: solid;
}
table th,
table td {
    padding: 3px 6px;
    border-width: 0 1px 1px 0;
    border-color: #c3c3c3;
    border-style: solid;
    font-weight: normal;
    text-align: left;
}
table.tbl-data-12 tbody td {
    padding: 4px 8px;
    height: 42px;
}

.tbl-data-12 tbody tr.tr_even {
    background-color: #ECE7DE;
}

table.tbl-data-12 tbody td span.cate_org {
    color: #ff6600 !important;
    border-color: #ff6600 !important;
}

.chart_04 .QIKchartArrow.cate_org {
    color: #ff6600 !important;
    border-bottom: 6px solid #ff6600;
}

div.QIKtooltip.cate_org p span {
	background: #ff6600;
}

.QIKtooltip.cate_org::after {
    color: #ff6600 !important;
    background: #ff6600 !important;
}

table.tbl-data-12 tbody td span.cate_cyn {
    color: #29477C;
    border-color: #29477C !important;
}
table.tbl-data-12 tbody td span.cate {
    width: -webkit-fill-available;
    font-size: 14px;
    text-align: center;
    border: solid 2px #000000;
    display: block;
    margin: 2px auto;
}
.tbl-data-12 a:link {
    color: #3535b4;
    /* text-decoration: underline; */
}
.tab-tabh-01 > li:not(:first-child) {
    margin-left: 10px;
    border-bottom: 2px solid #eaeaea;
}
.tab-tabh-01 > li {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 4px 8px;
}

.mb-0 {
    margin-bottom: 0px !important;
}
@media screen and (max-width: 767.9px) {
    .chart_04 {
        min-height: 300px;
    }
    .about-ds{
        font-size: 1.4rem !important;
    }
    .table_uc_dsc {
        min-width: 100% !important;
    }

    ul.tab-tabh-01 li a div {
       font-size: 11px !important;
    }
    .tab-tabh-01 > li {
        padding: 2px 2px;
    }
    .tab-tabh-01 > li:not(:first-child) {
        margin-left: 2px;
    } 

    table.tbl-data-12 {
        font-size: 12px;
    }

    .tbl-data-12 th,
    .tbl-data-12 td {
       font-size: 10px;
    }

    ul.tab-tabh-01 li {
        height: 28px;
        width: 60px;
    }
    .fund_search .fund_keyword .fund_input {
        font-size: 1.2rem;
    }
    table.tbl-data-12 tbody td span.cate {
        width: 66px;
        font-size: 11px;
    }
    table.tbl-data-12 tbody td {
        padding: 4px 4px;
    }
    .break_word {
        word-break: break-word !important;
    }
    p.QIKchartArrow {
		display: none;
	}

	p#QIKchartArrowOn {
		display: none;
	}

    ul.tab-tabh-01 li:hover {
        opacity: 1;
    }
}
/* cm */
.fw-nor {
    font-weight: normal;
}
.sub-ds {
    margin: 30px 15px 0;
    line-height: 1.5;
}
.w-11 {
    width: 11%;
}
