.stats_div {
    position: relative;
    width: 100%;
}
.stats_list {
    overflow: hidden;
    width: 1040px;
    margin: 30px auto 0 auto;
}

.stats_list ul li {
    float: left;
    width: 130px;
    text-align: center;
    overflow-wrap: break-word;
    word-break: keep-all;
    height: 138px;
}

.stats_list ul li a {
    font-size: 15px;
    font-family: "NanumBold";
    display: inline-block;
    overflow: hidden;
}

.stats_list ul li a .icon_div {
    background: #f8f8f8;
    display: inline-block;
    width: 86px;
    height: 86px;
    border-radius: 43px;
    border: 1px solid #e0e0e0;
    padding-top: 16px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.stats_list ul li a .icon_div:hover {
    background: #e1eeff;
    border: 1px solid #80b3e6;
}

.stats_category {
    width: 1150px;
    padding: 15px 25px;
    background: #cfe0f0;
    text-align: center;
    border-bottom: 1px solid #86a0ba;
    margin-bottom: 60px;
    overflow: hidden;
}

.stats_category a {
    width: 9%;
    display: block;
    float: left;
    text-align: center;
    font-family: "NanumBold";
}

.stats_category a:last-child {
    margin: 0;
}

.stats_category a img {
    margin: 10px 0;
}

.stats_category a span {
    font-size: 14px;
    line-height: 180%;
    display: block;
}

.stats_category a span.text_over {
    line-height: 120%;
}

.stats_div .stats_title {
    font-family: "NanumBold";
    font-size: 25px;
    border-bottom: 3px solid #1b1b1b;
    color: #1b1b1b;
    float: left;
    padding: 10px 0;
}

.stats_content {
    overflow: hidden;
    padding: 30px 0;
}

.stats_title_s {
    width: 220px;
    float: left;
    padding-left: 30px;
    margin-bottom: 15px;
    background: url("../img/service/img_search_text.gif") no-repeat 0 3px;
    font-family: "NanumBold";
    font-size: 20px;
    color: #535353;
    overflow-wrap: break-word;
    word-break: keep-all;
    line-height: 140%;
    letter-spacing: -1.5px;
}

.stats_title_s span {
    font-size: 18px;
    letter-spacing: -0.5px;
    margin-left: 5px;
}

.stats_img_table {
    float: right;
    width: 950px;
}

.stats_img_table img {
    margin-bottom: 15px;
}

.stats_img_table p {
    text-align: right;
    font-size: 16px;
    margin-bottom: 10px;
}

.stats_img_table table {
    width: 100%;
    border-top: 2px solid #737373;
    border-bottom: 2px solid #737373;
    table-layout: auto !important;
}

.stats_img_table table tr th {
    height: 46px;
    border: 1px solid #ccc;
    background: #f8fbff;
    font-size: 16px;
    font-family: "NanumBold";
}

.stats_img_table table tr td {
    height: 26px;
    padding: 10px 0;
    border: 1px solid #ccc;
    font-size: 16px;
    text-align: center;
}

.stats_img_table table tr td.color {
    background: #fff2f2;
    font-family: "NanumBold";
}

.stats_img_table table tr td.text_left {
    text-align: left;
    padding: 10px 20px;
}

.stats_month {
    margin-bottom: 40px;
}

.stats_month_day {
    width: 100%;
    padding: 25px 0;
    background: #f8fbff;
    text-align: center;
    font-size: 15px;
}

.stats_month_day select {
    width: 120px;
    height: 41px;
    padding-left: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
}

.stats_month_day a {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    border: 1px solid #ccc;
    background: #fff;
}

.stats_month_day a.select {
    color: #fff;
    background: #7361c5;
    border: none;
}

.stats_month_day a.none {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    color: #777;
    cursor: default;
}

.stats_month_category {
    width: 100%;
    padding: 25px 0;
    background: #cfe0f0;
    text-align: center;
    border-bottom: 1px solid #86a0ba;
    margin-bottom: 60px;
}

.stats_month_category a {
    font-family: "NanumBold";
    display: inline-block;
    height: 72px;
    margin-right: 50px;
    overflow: hidden;
}

.stats_month_category a:last-child {
    margin: 0;
}

.stats_month_category a span {
    vertical-align: middle;
    float: right;
    line-height: 72px;
    margin-left: 10px;
    font-size: 16px;
}
.over_hidden {
    overflow: hidden;
}
