@charset "utf-8";
/* CSS Document */
.chart {
    padding: 0 0 30px 0;
}

.chart .row {
    margin: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.chart .title {
    text-align: center;
    padding: 15px 0;
}
.chart .title .title_ch span {
    font-size: 165%;
    font-weight: bold;
    padding: 0 10px;
    border-right: 1px #b0b0b0 solid;
    color: #35073e;
}

.chart .title .title_ch span:nth-child(2n+2) {
    color: #773683;
}
.chart .title .title_en{
    color: #187096;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
}
.chart .title p {
  margin: 0;
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
}
.chart .more {
    text-align: center;
}
.chart .more a::before {content: "";width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 9px;border-color: transparent transparent transparent #6b6b6b;position: absolute;right: 15px;top: 50%;}

.chart .more a {
    color: #6c6c6c;
    padding: 20px 40px 10px 40px;
    display: inline-block;
    border-bottom: 1px #b9b9b9 solid;
    position: relative;
    letter-spacing: 2px;
    text-decoration: none;
}

.chart .more a:hover {
    color: #773683;
}

.chart .more a:hover::after {content: "";width: 100%;}

.chart .more a::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #773683;
    display: block;
    right: 0;
    bottom: -1px;
    width: 0;
    transition: all 200ms ease-out;
}
.chart .more a:hover::before {border-color: transparent transparent transparent #773683;}

.chart_slider {
    width: 100%;
}

.chart .box {
    padding: 10px;
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    height: 100%;
}

.chart .box.info {
    padding: 0;
}

.chart .box.info .stitle {
    background-color: #773683;
    color: #fff;
    font-weight: 500;
    font-size: 104%;
    letter-spacing: 2px;
    padding: 10px;
    text-align: center;
}

.chart .box.info .txt {
    padding: 10px;
    line-height: 160%;
}
.chart .slick-dots {
    position: relative;
    bottom: inherit;
    margin: 0 0 20px 0;
}