.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;
}

.border-none {
    border: none;
}

.fund_search .fund_keyword .icon_search {
    position: absolute;
    content: "";
    top: 10px;
    right: 4px;
}

.qc_list-radio {
    display: flex;
}
 
.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%;
}

.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;
}

.qc_search-chart {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

.qc_tab_list_chart {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0px !important;
}

.qc_u-c-red1 {
    color: #d9340a !important;
}

.qc_tab_list_chart .qc_tab_item_chart.qc_is-action {
    color: #d9340a;
    font-weight: 400;
}

.qc_tab_list_chart .qc_tab_item_chart {
    padding: 16px 10px 15px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.qc_form-select {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #000000de;
    margin-bottom: 1em;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
}

.chart_04 {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.qc_u-lg-d-n {
    display: none;
}

.qc_select-items div,
.qc_select-selected {
    color: var(--monochrome-000000, #000);
    padding: 8px 32px 8px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}

.qc_select-selected {
    background-color: var(--black-006, rgba(0, 0, 0, 0.06));
    border-radius: 4px 4px 0px 0px;
    height: 40px !important;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.qc_select-hide {
    display: none;
}

.content_box {
    padding: 0px;
}

.qc_select-items {
    height: 200px;
    border-radius: 0px 0px 0px 4px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
    top: 100%;
    left: 2px;
    right: 2px;
    z-index: 99;
    width: max-content;
    min-width: 100%;
}

.qc_select-items div {
    min-height: 40px;
    line-height: 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.qc_select-items div,
.qc_select-selected {
    color: var(--monochrome-000000, #000);
    padding: 8px 32px 8px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}

.qc_select-selected {
    background-color: var(--black-006, rgba(0, 0, 0, 0.06));
    border-radius: 4px 4px 0px 0px;
    height: 40px !important;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.qc_same-as-selected {
    color: #d9340a !important;
    background-color: rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.qc_chart-display-period {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.qc_form-radio-outer-circle {
    display: flex;
}

.qc_form-radio-outer-circle input[type="radio"] {
    position: absolute;
    opacity: 0;
    /* box-sizing: border-box; */
}

.qc_form-radio-outer-circle .qc_radio-label {
    font-size: 14px !important;
    white-space: nowrap;
}

.qc_form-radio-outer-circle .qc_radio-label {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.qc_form-radio-outer-circle .qc_radio-label:before {
    margin-right: 10px !important;
}

.qc_form-radio-outer-circle input[type="radio"]:checked+.qc_radio-label:before {
    background-color: #d9340a;
    border-color: #d9340a;
    box-shadow: inset 0 0 0 3.5px #fff;
}

.qc_form-radio-outer-circle .qc_radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 2px solid #0000008a;
    display: inline-block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    position: relative;
    top: 0;
    margin-right: 16px;
    margin-left: 6px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.qc_list-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    min-height: 40px;
    padding-left: 20px;
}

.qc_list-button .qc_auto-update {
    display: grid;
    padding-left: 0px;
    grid-template-columns: auto auto;
    justify-content: end;
    align-items: center;
    grid-gap: 10px;
}

.qc_btn-on-off__container {
    display: flex;
    width: 89px;
    align-items: center;
    gap: 14px;
}

.qc_form-switch-outer .qc_switch-label {
    position: relative;
    display: inline-block;
    line-height: 0;
    font-size: 16px;
}

.qc_form-switch-outer .qc_switch-label input {
    margin: 0;
    margin-right: 10px;
    visibility: hidden;
    width: 30px;
    height: 24px;
    vertical-align: middle;
}

.qc_form-switch-outer .qc_switch-label input:checked+.qc_switch-slider {
    background-color: #d9340a;
}

.qc_form-switch-outer .qc_switch-label .qc_switch-slider {
    content: "";
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 24px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--black-038, rgba(0, 0, 0, 0.38));
    -webkit-transition: 0.4s;
    border-radius: 14px;
    transition: all 80ms linear;
    transition-delay: 50ms;
}

.qc_form-switch-outer .qc_switch-label input:checked+.qc_switch-slider:after {
    background-color: #fff;
    -webkit-transform: translateX(27px);
    transform: translateX(25px);
}

.qc_form-switch-outer .qc_switch-label .qc_switch-slider:after {
    cursor: pointer;
    content: "";
    position: absolute;
    background-color: #fff;
    height: 20px;
    width: 20px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: all 80ms linear;
}

.qc_btn-status {
    color: rgba(0, 0, 0, 0.6);
}

.qc_switch-square {
    display: flex;
    cursor: pointer;
}

.qc_switch-square .qc_switch-line:not(.qc_switch-action),
.qc_switch-square .qc_switch-candle:not(.qc_switch-action) {
    background: white;
}

.qc_switch-square .qc_switch-line.qc_switch-action,
.qc_switch-square .qc_switch-candle.qc_switch-action {
    background: #d9340a;
}

.qc_switch-square .qc_switch-line.qc_switch-action path,
.qc_switch-square .qc_switch-candle.qc_switch-action path {
  fill: white;
}

.qc_switch-square .qc_switch-line:not(.qc_switch-action),
.qc_switch-square .qc_switch-candle:not(.qc_switch-action) {
  background: white;
}

.qc_switch-square .qc_switch-line {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-right: none;
}

.qc_switch-square .qc_switch-candle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.qc_switch-square .qc_switch-line,
.qc_switch-square .qc_switch-candle {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    width: 40px;
    height: 30px;
    box-sizing: border-box;
}

.qc_switch-square .qc_switch-line svg,
.qc_switch-square .qc_switch-candle svg {
    width: 18px;
    height: 18px;
}

.qc_switch-square .qc_switch-line:not(.qc_switch-action) path,
.qc_switch-square .qc_switch-candle:not(.qc_switch-action) path {
    fill: #777777;
}

.qc_switch-square.qc_disable{
    cursor: default;
}

.qc_form-select select {
    display: none;
}

.qc_select-selected:after,
.qc_form-select.qc_disabled>.qc_select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--black-054, rgba(0, 0, 0, 0.54)) transparent transparent transparent;
}

#qc_panel-search-chart {
    background: rgb(245, 245, 245);
    padding: 20px 20px;
    margin: 30px 0;
}

.qc_chart-row {
    margin: 30px 0px;
    display: flex;
    gap: 30px;
}

.qc_chart-row .qc_chart-col {
    flex: 1 0 0;
}

.qc_txt-title-search {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.qc_u-flex-align-c {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.qc_chart-row .qc_form-select {
    width: 160px;
}

.qc-chart-legend-inner {
    display: inline-block;
    font-size: 11px !important;
    line-height: 11px !important;
}

.qc-chart-legend-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px !important;
    padding: 0 0 1px 15px !important;
}

.qc-chart-legend-item-color {
    display: inline-block;
    width: 11px !important;
    height: 11px !important;
    margin-right: 1px !important;
}

.fs_16 {
    font-size: 16px !important;
}

.qc-chart-legend-item-label {
    display: inline-block;
    vertical-align: top;
    color: #000000;
}

#qc_chart_legend {
    line-height: 9px !important;
    margin-top: 3px;
}

.qc_form-select {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #000000de;
    margin-bottom: 1em;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
}

.qc_form-select.qc_disabled,
.qc_form-select.qc_disabled>.qc_select-selected {
    color: #969696 !important;
    background-color: #f4f4f4;
    border: none;
}

.qc_form-select.qc_disabled>.qc_select-selected:after {
    border-color: #969696 transparent transparent transparent !important;
}

.qc_form-radio-outer-circle input[type="radio"]:disabled + .qc_radio-label {
    color: #969696;
}

.qc_form-radio-outer-circle input[type="radio"]:disabled + .qc_radio-label:before {
    border-color: #969696;
    background: #fff;
}


.qc_plane-input {
    position: relative;
}

.qc_plane-input_body[disabled] {
    background: #fff;
}

.qc_plane-input_body {
    color: #000000;
}

.qc_plane-input_body--cust {
    padding: 8px 12px;
}

.qc_plane-input_body {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    /* padding: 17px 11px; */
    outline: 0;
    color: var(--color-gray1, #777);
}

.qc_plane-input_icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.qc_u-d-b {
    display: none;
}

.qc_button-form-chart {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.qc_search-button {
    border: none;
    width: 160px;
    justify-content: center;
    padding: 10px 0;
    line-height: 2.1rem;
    border-radius: 4px;
    background: #680718;
    color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.20);
}

.qc_search-button:hover {
    opacity: 0.8;
}

.table_uc_dsc {
    width: 50%;
    /* min-width: 314px; */
    color: #000;
    font-size: 1.2rem;
    box-sizing: border-box;
}

table,
td,
th {
    border: solid 1px #CCCCCC;
    border-collapse: collapse;
}

.tb_uc_header {
    background-color: #ece7de;
    text-align: left;
    width: 34%;
}

td,
th {
    padding: 4px;
    height: 18px;
}

.qc_tab_inf {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qc_inf_sec {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
}

.qc_inf_tab {
    display: flex;
    width: 55%;
}

.qc_price__container {
    display: flex;
    grid-gap: 7px;
    align-items: center;
    flex-wrap: wrap;
}

.qc_label {
    display: flex;
    padding: 3px 8px;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #8EB922;
    background: var(--color-white1);
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #000;
    white-space: nowrap;
}

.qc_price__wrapper .qc_price {
    margin-right: 10px;
}

.qc_price {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 8px;
    align-items: center;
}

.qc_price>p {
    margin: 0;
}

.qc_arrow_down {
    width: 24px;
    height: 24px;
    background-position: right center;
    display: inline-block;
    margin-left: 0;
    background-size: 24px 24px;
}

.qc_rate-change {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto;
    margin-right: 10px;
}

.qc_u-c-minus {
    color: #2868bf;
}

.qc_price-rate_date-time {
    margin-left: 49px;
    color: #777777;
}

#uc_tb-1 {
    opacity: 0;
}

.qc_news {
    font-size: 1.2rem;
    line-height: 1.3;
}

.qc_news_list:first-child {
    border-top: 1px solid #e6e6e6;
}

.qc_news_item {
    border-bottom: 1px solid #e6e6e6;
}

.qc_news_link:link {
    text-decoration: none !important;
}

.select_type {
    width: 132px;
    height: 46px;
    border: 1px solid #CCCCCC;
    margin: 10px 15px;
    font-size: 14px;
    font-weight: normal;
}

.qc_news_link {
    display: block;
    text-align: left;
    margin: 10px;
}

.col_tick{
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.qc_sub_li {
    max-width: 200px;
}

.tab_mkt_chart.qc_tab_inf-1-tbl .qc_inf_tab {
    width: 50% !important;
}

.tab_mkt_chart.qc_tab_inf-1-tbl .table_uc_dsc {
    width: 85% !important;
}

.tab_mkt_chart.qc_tab_inf-1-tbl .table_uc_dsc td{
    height: 32px;
    box-sizing: border-box;
}

@media screen and (max-width: 767.9px) {
    .about-ds {
        font-size: 1.4rem !important;
    }

    .table_uc_dsc td,
    .table_uc_dsc th {
        padding: 4px;
        height: 42px;
        line-height: 16px;
        font-size: 11px !important;
        padding: 4px !important;
        box-sizing: border-box;
    }

    .tb_uc_header {
        width: 42%;
    }

    .qc_search-chart {
        border-bottom: none;
        padding-top: 15px;
        gap: 10px;
    }
    .qc_tab_list_chart, 
    .qc_chart-display-period {
        display: none;
    }
    .qc_search-chart .qc_form-select {
        width: 46% !important;
    }
    .qc_u-d-b {
        display: block !important;
    }
    .qc_chart-row .qc_chart-col {
        width: 100%;
    }
    .qc_chart-row {
        display: block;
    }
    .qc_tab_inf {
        gap: 3%;
    }
    .qc_inf_sec {
        padding: 10px 20px;
        margin-bottom: 10px;
        min-width: 86%;
        width: 100%;
    }
    .qc_inf_tab {
        width: 100%;
    }

    .qc_search-chart .qc_form-select {
        width: 46%;
    }

    #uc_tb-1 {
        opacity: 1;
    }
    
    .search_box .search_all {
        display: grid;
        grid-template-columns: 3fr 1fr;
        grid-auto-rows: 50px;
        grid-gap: 10px;
    }

    .search_all .fund_keyword, .search_all .fund_btn {
        width: 100%;
    }

    .search_all .fund_btn {
        padding-left: 0px;
    }

    .fund_search .fund_select {
        order: 3;
        width: 100%;
        padding-left: 0;
    }

    .search_all .select_type {
        margin-left: 0px;
        width: 50%;
    }

    .tab_mkt_chart.qc_tab_inf-1-tbl .qc_inf_tab {
        width: 100% !important;
    }

    .tab_mkt_chart.qc_tab_inf-1-tbl .table_uc_dsc {
        width: 100% !important;
    }
}

/* cmcss */
.fw-nor {
    font-weight: normal;
}
.w45 {
    width: 45%;
}
.sub-ds {
    margin: 30px 15px 0;
    line-height: 1.5;
}

.qc-flex-1 {
    flex: 1;
}

.qc_u-mb0 {
    margin-bottom: 0px !important;
}

.qc_u-ml30 {
    margin-left: 30px !important;
}
.qc_u-ml26 {
    margin-left: 26px !important;
}
.qc_u-ml20 {
    margin-left: 20px !important;
}
.qc_u-mt30 {
    margin-top: 30px !important;
}

.qc_u-mr10 {
    margin-right: 10px !important;
}

.qc_nowrap {
    white-space: nowrap;
}

.qc_u-lh21 {
    line-height: 2.1rem !important;
}

.qc_u-fs14 {
    font-size: 1.4rem !important;
}

.qc_u-fs16 {
    font-size: 1.6rem !important;
}

.qc_u-fs24 {
    font-size: 2.4rem !important;
}

.qc_u-ml10 {
    margin-left: 10px !important;
}

.qc_u-ml20 {
    margin-left: 20px !important;
}

.qc_u-mb10 {
    margin-bottom: 10px !important;
}

.qc_u-mb15 {
    margin-bottom: 15px !important;
}

.qc_disabled {
    color: #969696;
    font-weight: normal !important;
}

.qc_op-0 {
    opacity: 0 !important;
}

.qc_pl-0 {
    padding: 8px 32px 8px 0px !important;
}

.qc_height-fit-content {
    height: fit-content;
}

.qc_w25 {
    width: 25%;
}
.qc_u-fs21 {
    font-size: 2.1rem;
}
.qc_tab_inf-1-tbl {
    gap: unset;
}

.qc_tab_inf-1-tbl .qc_inf_tab {
    justify-content: flex-end;
    width: 55%;
    margin-left: auto;
}

.qc_tab_inf-1-tbl .qc_inf_sec {
    width: fit-content;
    height: fit-content;
    padding: 6px;
    flex-direction: column;
    align-content: unset;
}

.qc_tab_inf-1-tbl .qc_inf_tab .table_uc_dsc {
    width: 50%;
}

.qc_tab_inf-1-tbl .qc_price__container {
    flex-wrap: unset;
}

.qc_tab_inf-1-tbl .qc_label {
    align-self: baseline;
    margin-top: 6px;
}

@media screen and (max-width: 767.9px) {
    .qc_tab_inf-1-tbl {
        flex-direction: column;
    }

    .qc_tab_inf-1-tbl .qc_inf_sec {
        width: fit-content;
    }

    .qc_tab_inf-1-tbl .qc_inf_tab {
        margin-left: unset;
        justify-content: flex-start;
        width: 100%;
    }

    .qc_tab_inf-1-tbl .qc_inf_tab .table_uc_dsc {
        width: 100%;
    }
    .fund_search .fund_keyword .fund_input {
        font-size: 1.2rem;
    }
}

.qc_price-rate {
    display: flex;
    align-items: center;
    column-gap: 7px;
    flex-wrap: wrap;
}

.up {
	color: #D0021B;
}

.down {
	color: #3366CC;
}

#infor_stock_price > .qc_inf_tab > .table_uc_dsc:first-child,
#infor_stock_price > .qc_inf_tab > .table_uc_dsc:first-child tr td:last-child,
#infor_chart > .qc_inf_tab > .table_uc_dsc:first-child,
#infor_chart > .qc_inf_tab > .table_uc_dsc:first-child tr td:last-child{
    border-right: none !important;
}