@charset "UTF-8";
/*==============================================================
	SAFE_CASTER
==============================================================*/

/* ----------------------- SafeCaster ----------------------- */

/* setting */
/*=================================*/
.section-safeCaster *,
.section-safeCaster *:before,
.section-safeCaster *:after {
    box-sizing: border-box;
}

.section-safeCaster {
    padding-top: 40px;
}

.section-safeCaster * {
    letter-spacing: -.2px;
}

.section-safeCaster b {
    font-weight: bold;
}

.section-safeCaster .color-point,
.section-safeCaster .color-point>*,
.section-safeCaster .border-underline {
    position: relative;
    display: inline-block;
    color: #3892EB;
}

.section-safeCaster .border-underline:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    display: inline-block;
    border-bottom: 1px solid #3892EB;
}

.section-safeCaster [class^='row'] {
    position: relative;
}

.section-safeCaster [class^='row']:after {
    content: '';
    display: block;
    clear: both;
}

.section-safeCaster [class^='col-'] {
    position: relative;
    float: left;
}

.section-safeCaster input[type="text"]::placeholder {
    font-family: 'Noto Sans KR', 'Noto Sans', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', sans-serif;
    color: #ABAFBE;
}


/* tab-wrap */
/*=================================*/
.section-safeCaster .tab-wrap {
    position: relative;
    margin-top: 100px;
    min-height: 370px;
}

.section-safeCaster .tab-group {
    position: relative;
}

.section-safeCaster .tab-group .tab-cont {
    display: none;
}

.section-safeCaster .tab-group .tab-cont.active--click {
    display: block;
}

/* tabs-style--underline */
.section-safeCaster .tabs-style--underline {
    height: 50px;
    font-size: 0;
}

.section-safeCaster .tabs-style--underline>li.flex-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px;
}

.section-safeCaster .tabs-style--underline>li.flex-item>a {
    position: relative;
    display: inline-block;
    padding: 13px 0;
    line-height: 1.2;
    width: 100%;
    font-size: 18px;
    color: #ABAFBE;
    transition: opacity .2s ease;
}



.section-safeCaster .tabs-style--underline>li.flex-item.active--click>a {
    color: #3892EB;
}


.section-safeCaster .tabs-style--underline>li.flex-item>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 100%;
    border-bottom: 2px solid #3892EB;
    opacity: 0;
    transition: left .3s ease, right .3s ease, opacity .2s ease;
}

.section-safeCaster .tabs-style--underline>li.flex-item.active--click>a:before {
    left: 0;
    right: 0;
    opacity: 1;
    transition-delay: .15s;
}

.section-safeCaster .tabs-style--underline>li.flex-item>a:after {
    content: '';
    display: inline-block;
    vertical-align: top;
}

.section-safeCaster .tabs-style--underline>li.flex-item:nth-child(1)>a:after {
    width: 21px;
    height: 21px;
    margin: 0 0 0 9px;
    background: url('../../images/2021/safe_caster/icn_vaccine_off.png') no-repeat top center;
    background-size: 100%;
}

.section-safeCaster .tabs-style--underline>li.flex-item:nth-child(2)>a:after {
    width: 22px;
    height: 22px;
    margin: -1px 0 0 9px;
    background: url('../../images/2021/safe_caster/icn_cases_off.png') no-repeat top center;
    background-size: 100%;
}

.section-safeCaster .tabs-style--underline>li.flex-item:nth-child(3)>a:after {
    width: 14px;
    height: 22px;
    margin: 0 0 0 10px;
    background: url('../../images/2021/safe_caster/icn_district_off.png') no-repeat top center;
    background-size: 100%;
}

.section-safeCaster .tabs-style--underline>li.flex-item:nth-child(1).active--click>a:after {
    background: url('../../images/2021/safe_caster/icn_vaccine_on.png') no-repeat top center;
    background-size: 100%;
}

.section-safeCaster .tabs-style--underline>li.flex-item:nth-child(2).active--click>a:after {
    background: url('../../images/2021/safe_caster/icn_cases_on.png') no-repeat top center;
    background-size: 100%;
}

.section-safeCaster .tabs-style--underline>li.flex-item:nth-child(3).active--click>a:after {
    background: url('../../images/2021/safe_caster/icn_district_on.png') no-repeat top center;
    background-size: 100%;
}




/* tabs-style--box*/
.section-safeCaster .tabs-style--box {
    text-align: center;
    height: 60px;
    font-size: 0;
    border-radius: 5px;
}

.section-safeCaster .tabs-style--box>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100%/3);
    height: 60px;
    line-height: 59px;
    border: 1px solid #5491E4;
    border-radius: 5px;
    transition: background-color .2s ease;
}

.section-safeCaster .tabs-style--box>li+li {
    border-left: none;
}

.section-safeCaster .tabs-style--box>li:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

.section-safeCaster .tabs-style--box>li:nth-child(2) {
    border-radius: 0;
}

.section-safeCaster .tabs-style--box>li:nth-child(3) {
    border-radius: 0 5px 5px 0;
}

.section-safeCaster .tabs-style--box>li>a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #3892EB;
    transition: opacity .2s ease;
}

.section-safeCaster .tabs-style--box>li.active--click {
    background-color: #3892EB;
}

.section-safeCaster .tabs-style--box>li.active--click>a {
    color: #fff;
}

.section-safeCaster .tab-cont .status-area {
    position: relative;
    margin-top: 45px;
}




/* text-cont */
/*=================================*/
.section-safeCaster .bullet-circle {
    position: relative;
    padding-left: 7px;
}

.section-safeCaster .bullet-circle:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #707070;
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: 5px;
}

.section-safeCaster .bullet-star {
    position: relative;
    padding-left: 9px;
}

.section-safeCaster .bullet-star:before {
    content: '*';
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 0;
}

.section-safeCaster .text-cont ul>li,
.section-safeCaster .text-cont p {
    font-size: 14px;
    line-height: 1.5;
}

.section-safeCaster .text-cont ul {}

.section-safeCaster .text-cont ul>li,
.section-safeCaster .text-cont p {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #707070;
}

.section-safeCaster .text-cont ul>li+li {
    margin-top: 7px;
}

.section-safeCaster .text-cont .row {
    margin-top: 25px;
}

.section-safeCaster .text-cont .row+.row {
    margin-top: 20px;
}

.section-safeCaster .text-cont .row>b {
    display: block;
    color: #191A1C;
}

.section-safeCaster .text-cont .row>b+b {
    margin-top: 15px;
}

.section-safeCaster .text-cont .row>p {
    margin-top: 5px;
}

.section-safeCaster .text-info-line {
    position: relative;
    margin-top: 8px;
    text-align: right;
}

.section-safeCaster .text-info-line>span {
    font-size: 12px;
    color: #ABAFBE;
}

/*=================================*/



.section-safeCaster .cont-title {
    text-align: center;
}

.section-safeCaster .cont-title h2 {
    font-size: 36px;
    font-weight: 300;
    color: #191A1C;
    letter-spacing: -.5px;
}

.section-safeCaster .section-inner {
    padding: 0;
    width: 1020px;
    max-width: 1020px;
}

.section-safeCaster [class^='safeCaster-cont'] {
    position: relative;
}

.section-safeCaster [class^='safeCaster-cont']+[class^='safeCaster-cont'] {
    margin-top: 100px;
}


.section-safeCaster .search-box-inner>.row {}

.section-safeCaster .search-box-inner>.row.is-result {}

.section-safeCaster .search-box-inner>.row.is-result .result-cont {
    display: block;
}


.section-safeCaster .search-box-inner>.row.is-result .input-field input[type="text"] {
    border-radius: 5px 5px 0 0;
}

.section-safeCaster .search-box-inner .col-2:nth-child(1) {
    width: calc(100% - 295px);
}

.section-safeCaster .search-box-inner .btn-current-location {
    position: absolute;
    right: 295px;
    top: -28px;
    font-size: 14px;
    color: #ABAFBE;
}

.section-safeCaster .search-box-inner .btn-current-location:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 3px 3px 0 0;
    width: 14px;
    height: 14px;
    background: url('../../images/2021/safe_caster/icn_positon@2x.png') no-repeat top center;
    background-size: 100%;
}

.section-safeCaster .search-box-inner .input-field {
    position: relative;
    width: 100%;
}

.section-safeCaster .search-box-inner .input-field input[type="text"] {
    display: inline-block;
    padding: 0 30px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 1px solid #F0F1F4;
    background-color: #F0F1F4;
    border-radius: 20px;
    font-size: 16px;
    color: #000;
}

/* 20210715//(Ina)주소 리스트와 뱁이 소개 문구 겹쳐보이는 현상 수정(s) */
.section-safeCaster .search-box-inner .result-cont {
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    height: auto;
    border: 1px solid #D5D8E3;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    display: none;
    z-index: 1;
}

/* 20210715//(Ina)주소 리스트와 뱁이 소개 문구 겹쳐보이는 현상 수정(e) */


.section-safeCaster .search-box-inner .result-cont .list-result {}

.section-safeCaster .search-box-inner .result-cont .list-result li {
    overflow: hidden;
    font-size: 0;
    border-bottom: 1px solid #EFF1F3;
}

.section-safeCaster .search-box-inner .result-cont .list-result li>a {
    display: table;
    padding: 20px;
    width: 100%;
}

.section-safeCaster .search-box-inner .result-cont .list-result li [class^='txt-'] {
    display: table-cell;
    vertical-align: middle;
}

.section-safeCaster .search-box-inner .result-cont .list-result li .txt-location {
    font-size: 14px;
    color: #191A1C;
}

.section-safeCaster .search-box-inner .result-cont .list-result li .txt-location>strong {
    font-weight: 400;
}

.section-safeCaster .search-box-inner .result-cont .list-result li .txt-address {
    margin-top: 2px;
    width: 240px;
    font-size: 12px;
    color: #ABAFBE;
    text-align: right;
}

.section-safeCaster .search-box-inner .result-cont .btn-result-more {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.section-safeCaster .search-box-inner .result-cont .btn-result-more>span {
    font-size: 12px;
    color: #707070;
}

.section-safeCaster .search-box-inner .result-cont .btn-result-more .ico-result-more {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 5px;
    width: 10px;
    height: 5px;
    background: url('../../images/2021/safe_caster/icn_result_more@2x.png') no-repeat top center;
    background-size: 100%;
}


.section-safeCaster .search-box-inner .btn-search {
    position: relative;
    display: inline-block;
    width: 136px;
    height: 70px;
    line-height: 70px;
    background-color: #3892EB;
    border-radius: 20px;
    margin-left: 15px;
    margin-top: 0;
}

.section-safeCaster .search-box-inner .btn-search:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -5px;
    background: url('../../images/2021/safe_caster/inc_balloon_tail.png') no-repeat top center;
    background-size: 100%;
}

.section-safeCaster .search-box-inner .ico-emo-search {
    display: inline-block;
    width: 144px;
    height: 144px;
    position: absolute;
    top: -58px;
    right: -147px;
    background: url('../../images/2021/safe_caster/icn_emo_search.png') no-repeat top center;
    background-size: 100%;
}

.section-safeCaster .search-box-inner .btn-search>span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: bold;
}


.section-safeCaster .search-box-inner .input-search_clear {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    width: 15px;
    height: 15px;
    z-index: 300;
    display: none;
    background: url('../../images/2021/safe_caster/icn_input_clear_01@2x.png?bust=20210712') no-repeat top center;
    background-size: 100%;
}


.section-safeCaster .search-box-inner .text-info-line {
    position: absolute;
    right: 0;
    bottom: -47px;
    font-weight: 400;
    margin-top: 0;
}

.section-safeCaster .search-box-inner .text-info-line:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -4px;
    left: -20px;
    background: url('../../images/2021/safe_caster/icn_serach_info.png') no-repeat top center;
    background-size: 100%;
}

.section-safeCaster .search-box-inner .text-info-line>a {
    font-size: 15px;
}




/* safeCaster-cont--status */
/*=================================*/
.safeCaster-cont--status .search-box-inner {
    margin-top: 80px;
}



.safeCaster-cont--status .tab-wrap {}

.safeCaster-cont--status .status-area {}

.safeCaster-cont--status .status-area [class^='status-cont']+[class^='status-cont'] {
    margin-top: 50px;
}


.safeCaster-cont--status .status-area .flex-container {}


.safeCaster-cont--status .status-area .date {
    display: block;
    margin: 0 0 15px 0;
    min-height: 20px;
    font-size: 12px;
    color: #ABAFBE;
}

.safeCaster-cont--status .status-area .date>* {
    display: inline-block;
    vertical-align: top;
}

.safeCaster-cont--status .status-area .date>strong {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #707070;
}

.safeCaster-cont--status .status-area .date>em {
    margin-top: 6px;
}

.safeCaster-cont--status .status-area .data-info {
    position: relative;
}


.safeCaster-cont--status .info-total-summary {}

.safeCaster-cont--status .info-total-summary+.info-total-summary {
    margin-top: 20px;
}

.safeCaster-cont--status .info-total-summary .table-field {
    overflow: hidden;
    table-layout: fixed;
    border-collapse: inherit;
    border-radius: 5px;
}

.safeCaster-cont--status .info-total-summary .table-field thead tr th,
.safeCaster-cont--status .info-total-summary .table-field tbody tr td {
    position: relative;
}

.safeCaster-cont--status .info-total-summary .table-field thead tr th {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #F0F1F4;
    font-size: 16px;
    color: #707070;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td {
    border-bottom: 1px solid #D5D8E3;
    text-align: center;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td+td {}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td:first-child {
    border-radius: 0 0 0 5px;
    border-left: 1px solid #D5D8E3;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td:last-child {
    border-radius: 0 0 5px 0;
    border-right: 1px solid #D5D8E3;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td+td:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 1px solid #E5E7EF;
    height: 60px;
    transform: translate(0%, -50%);
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td>[class^='summary-'] {
    display: block;
    line-height: 1;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td>[class^='summary-'] .txt-summary {
    font-size: 14px;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td>.summary-yesterday .txt-summary {
    color: #EF3155;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td>.summary-accumulate .txt-summary {
    color: #707070;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .txt-data {
    position: relative;
    display: block;
    font-size: 30px;
    color: #191A1C;
    font-weight: bold;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .txt-data>em {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 300;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type'] {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 20px;
    min-width: 80px;
    border-radius: 14px;
    height: 28px;
    line-height: 25px;
    border: 1px solid #F0F1F4;
    font-size: 12px;
    color: #ABAFBE;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 23px;
    transform: translate(-50%, -50%);
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type'] .txt-num {
    color: #191A1C;
    font-weight: bold;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type']:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 2px;
    background-color: #ABAFBE;
    margin-top: 11px;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type--arrow-'] {
    min-width: 100px;
    padding: 0 12px;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type--arrow-']:after {
    margin-left: 6px;
    right: 13px;
    border: solid transparent;
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    background-color: transparent;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .label-type--arrow-up:after {
    margin-top: 5px;
    border-bottom: 8px solid #EF3155;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .label-type--arrow-down:after {
    margin-top: 9px;
    border-top: 8px solid #EF3155;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .label-type--arrow-up.is-release:after {
    border-bottom: 8px solid #3892EB;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .label-type--arrow-down.is-release:after {
    border-top: 8px solid #3892EB;
}


.safeCaster-cont--status .info-chart {
    margin-left: 20px;
    border-radius: 5px;
    border: 1px solid #D5D8E3;
}

/* 20211201//(Ina)추가(s) */
.safeCaster-cont--status .info-counting {
    margin-left: 20px;
    border-radius: 5px;
    border: 1px solid #D5D8E3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.safeCaster-cont--status .info-counting>dl {
    position: relative;
    padding: 0 40px;
}

.safeCaster-cont--status .info-counting>dl>dt {
    font-size: 28px;
    color: #191A1C;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.safeCaster-cont--status .info-counting>dl>dd {
    margin: 25px auto 0;
    text-align: center;
}

.safeCaster-cont--status .info-counting>dl>dd>.ico-info-counting {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    background: url('../../images/2021/safe_caster/icn_info_counting@2x.png') no-repeat top center;
    background-size: 100%;
}

/* 반응형*/
@media (max-width: 768px) {
    .safeCaster-cont--status .info-counting {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .safeCaster-cont--status .info-counting>dl>dt {
        font-size: 20px;
    }
}

/* 20211201//(Ina)추가(e) */


/* status--vaccine */
.safeCaster-cont--status .status--vaccine {}

.safeCaster-cont--status .status--vaccine .flex-container .flex-item:nth-child(1) {
    flex: 3;
}

.safeCaster-cont--status .status--vaccine .flex-container .flex-item:nth-child(2) {
    flex: 4;
}

.safeCaster-cont--status .status--vaccine .info-total-summary .table-field tbody tr td {
    height: calc(140px - 40px);
}

.safeCaster-cont--status .status--vaccine .info-chart {
    height: 300px;
}

.safeCaster-cont--status .status--vaccine .info-chart>.echarts-box {
    height: 300px;
}

.safeCaster-cont--status .status--vaccine .info-counting {
    height: 300px;
}


/* status--cases */
.safeCaster-cont--status .status--cases {}

.safeCaster-cont--status .status--cases .flex-container .flex-item:nth-child(1) {
    flex: 4;
}

.safeCaster-cont--status .status--cases .flex-container .flex-item:nth-child(2) {
    flex: 3;
}

.safeCaster-cont--status .status--cases .info-total-summary .table-field tbody tr td {
    height: calc(260px - 40px);
}

.safeCaster-cont--status .status--cases .info-total-summary .table-field tbody tr td .txt-data {
    margin-top: -40px;
}

.safeCaster-cont--status .status--cases .info-chart {
    /*min-width:398px;*/
    height: 260px;
}

.safeCaster-cont--status .status--cases .info-chart>.echarts-box {
    height: 260px;
}

.safeCaster-cont--status .status--cases .info-counting {
    height: 260px;
}


.safeCaster-cont--status .district-cont {
    position: relative;
    display: block;
    height: 554px;
    border: 1px solid #D5D8E3;
    border-radius: 5px;
    background-color: #EEF9FF;
}

.safeCaster-cont--status .district-map-wrap {
    position: relative;
    height: 100%;
}

.safeCaster-cont--status .district-map-wrap [class^='district-map--'] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.safeCaster-cont--status .district-map-wrap [class^='district-map--'] .item-num {
    display: inline-block;
    width: 48px;
    height: 17px;
    line-height: 17px;
    background-color: rgba(205, 80, 31, 0.8);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
}

.safeCaster-cont--status .district-map-wrap [class^='district-map--'] .item-title {
    display: block;
    margin-top: 0;
    font-size: 13px;
    color: #176487;
    letter-spacing: -.5px;
    word-break: break-word;
}

.safeCaster-cont--status .district-map-wrap .district-map--all {
    margin-top: 30px;
    margin-left: -8%;
    max-width: 564px;
    width: 100%;
    height: 100%;
}

.safeCaster-cont--status .district-map-wrap .district-map--etc {
    width: 144px;
    height: 64px;
    margin-left: 63.5%;
    margin-top: 34.5%;
    text-align: center;
}

.safeCaster-cont--status .district-map-wrap .district-map--etc .img-cont {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.safeCaster-cont--status .district-map-wrap .district-map--etc .item-title,
.safeCaster-cont--status .district-map-wrap .district-map--etc .item-num {
    display: inline-block;
    vertical-align: top;
    margin-top: 15.5%;
}

.safeCaster-cont--status .district-map-wrap .district-map--etc .item-title {
    margin-right: 7px;
}

.safeCaster-cont--status .district-map-wrap [class^='district-item-'] {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 48px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.safeCaster-cont--status [class^='district-map--'] .ko-districtMap .text-cont {
    cursor: pointer;
}

/* 20210716//(Ina)영문 지도영역 글씨크기 수정(s) */
/* 영문 */
.en .safeCaster-cont--status .district-map-wrap [class^='district-item-'] {
    width: 66px;
}

.en .safeCaster-cont--status .district-map-wrap [class^='district-map--'] .item-title {
    font-size: 11px;
    line-height: 1.2;
    word-break: normal;
}

.en .safeCaster-cont--status .district-map-wrap .district-map--etc .item-title {
    margin-top: 17px;
}

/* 20210716//(Ina)영문 지도영역 글씨크기 수정(e) */

/* 종로구 */
.safeCaster-cont--status .district-map-wrap .district-item-01 {
    margin-left: .7%;
    margin-top: -14.5%;
}

/* 강서구 */
.safeCaster-cont--status .district-map-wrap .district-item-02 {
    margin-left: -35.5%;
    margin-top: -7.7%;
}

/* 성북구 */
.safeCaster-cont--status .district-map-wrap .district-item-03 {
    margin-left: 10.2%;
    margin-top: -18.9%;
}

/* 서대문구 */
.safeCaster-cont--status .district-map-wrap .district-item-04 {
    margin-top: -12.4%;
    margin-left: -9.8%;
}

/* 성동구 */
.safeCaster-cont--status .district-map-wrap .district-item-05 {
    margin-top: -5%;
    margin-left: 14.3%;
}

/* 서초구 */
.safeCaster-cont--status .district-map-wrap .district-item-06 {
    margin-top: 15%;
    margin-left: 7.6%;
}

/* 중랑구 */
.safeCaster-cont--status .district-map-wrap .district-item-07 {
    margin-top: -17.7%;
    margin-left: 26.8%;
}

/* 강동구 */
.safeCaster-cont--status .district-map-wrap .district-item-08 {
    margin-left: 37.6%;
    margin-top: -4.7%;
}

/* 구로구 */
.safeCaster-cont--status .district-map-wrap .district-item-09 {
    margin-left: -31.5%;
    margin-top: 12.5%;
}

/* 송파구 */
.safeCaster-cont--status .district-map-wrap .district-item-10 {
    margin-left: 31.9%;
    margin-top: 8.8%;
}

/* 마포구 */
.safeCaster-cont--status .district-map-wrap .district-item-11 {
    margin-top: -5%;
    margin-left: -13.9%;
}

/* 은평구 */
.safeCaster-cont--status .district-map-wrap .district-item-12 {
    margin-left: -11.1%;
    margin-top: -25%;
}

/* 관악구 */
.safeCaster-cont--status .district-map-wrap .district-item-13 {
    margin-left: -6.4%;
    margin-top: 19.4%;
}

/* 금천구 */
.safeCaster-cont--status .district-map-wrap .district-item-14 {
    margin-left: -17.8%;
    margin-top: 22.1%;
}

/* 중구 */
.safeCaster-cont--status .district-map-wrap .district-item-15 {
    margin-left: 4%;
    margin-top: -7.3%;
}

/* 용산구 */
.safeCaster-cont--status .district-map-wrap .district-item-16 {
    margin-left: .6%;
    margin-top: .9%;
}

/* 광진구 */
.safeCaster-cont--status .district-map-wrap .district-item-17 {
    margin-left: 25.7%;
    margin-top: -3%;
}

/* 동대문구 */
.safeCaster-cont--status .district-map-wrap .district-item-18 {
    margin-left: 17.7%;
    margin-top: -14.2%;
}

/* 강북구 */
.safeCaster-cont--status .district-map-wrap .district-item-19 {
    margin-top: -29.7%;
    margin-left: 8.9%;
}

/* 도봉구 */
.safeCaster-cont--status .district-map-wrap .district-item-20 {
    margin-left: 13.5%;
    margin-top: -36.6%;
}

/* 노원구 */
.safeCaster-cont--status .district-map-wrap .district-item-21 {
    margin-left: 22.5%;
    margin-top: -31.4%;
}

/* 양천구 */
.safeCaster-cont--status .district-map-wrap .district-item-22 {
    margin-left: -28.2%;
    margin-top: 3.9%;
}

/* 영등포구 */
.safeCaster-cont--status .district-map-wrap .district-item-23 {
    margin-left: -16%;
    margin-top: 4.5%;
}

/* 동작구 */
.safeCaster-cont--status .district-map-wrap .district-item-24 {
    margin-left: -5.5%;
    margin-top: 8.1%;
}

/* 강남구 */
.safeCaster-cont--status .district-map-wrap .district-item-25 {
    margin-left: 18.5%;
    margin-top: 10.6%;
}

/*=================================*/



/* safeCaster-cont--coronaGuide */
/*=================================*/
.safeCaster-cont--coronaGuide {}

.safeCaster-cont--coronaGuide .coronaGuide-cont {
    margin-top: 90px;
}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont {
    position: relative;
    width: 100%;
    height: 103px;
    border: 2px solid #3892EB;
}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont+.banner-cont {
    margin-top: 40px;
}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont .btn-more {
    overflow: hidden;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 168px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background-color: #2492FF;
    z-index: 9;
    transform: translateY(-50%);
}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont .btn-more .arrow-right {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    z-index: 10;
    transform: translateY(-50%);

}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont .btn-more .arrow-right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 2px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    z-index: 10;

    transform: rotate(315deg);
}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont .btn-more em {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont.banner-01 {
    background: #E7F2FE url('../../images/2021/safe_caster/img_coronaGuide_custom_01@2x.png') no-repeat left 20px bottom;
    background-size: 183px 87px;
}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont.banner-02 {
    background: #E7F2FE url('../../images/2021/safe_caster/img_coronaGuide_custom_02@2x.png') no-repeat left 20px bottom;
    background-size: 167px 83px;
}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont strong {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 27px 0 27px 246px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont span.color-point {
    color: #FB2F47;
}

.floating-coronaGuide-div {
    position: fixed;
    right: 200px;
    bottom: 80px;

    display: inline-block;
    width: 149px;
    height: 150px;
    text-align: center;
    background: url('../../images/2021/safe_caster/icn_coronaGuide_floating@2x.png') no-repeat center center;
    background-size: 100%;
    z-index: 90;
}

.floating-coronaGuide-div>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.floating-coronaGuide-div .btn-close {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 8px;
    width: 20px;
    height: 20px;
    z-index: 11;
}

.floating-coronaGuide-div .btn-close:before,
.floating-coronaGuide-div .btn-close:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 1px;
    height: 18px;
    width: 1px;
    background-color: #636363;
}

.floating-coronaGuide-div .btn-close:before {
    transform: rotate(45deg);
}

.floating-coronaGuide-div .btn-close:after {
    transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .safeCaster-cont--coronaGuide .coronaGuide-cont {
        margin-top: 10%;
    }

    .safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont.banner-01,
    .safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont.banner-02 {
        background: #E7F2FE;
    }

    .safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont strong {
        padding: 23px 0 23px 16px;
        font-size: 22px;
        word-break: keep-all;
        max-width: 260px;
        line-height: 1.2;
    }

    .safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont .btn-more {
        right: 16px;
        width: 131px;
        height: 45px;
        line-height: 43px;
    }

    .safeCaster-cont--coronaGuide .coronaGuide-cont .banner-cont .btn-more>em {
        font-size: 14px;
    }

    .floating-coronaGuide-div {
        right: 20px;
        bottom: 190px;
        width: 108px;
        height: 100px;
        background: url('../../images/2021/safe_caster/icn_coronaGuide_floating_mo@2x.png') no-repeat center center;
        background-size: 100%;
        transform: none;
    }

    .floating-coronaGuide-div .btn-close {
        top: 3px;
        right: 3px;
    }

    .floating-coronaGuide-div .btn-close:before,
    .floating-coronaGuide-div .btn-close:after {
        width: 2px;
        height: 16px;
    }

}



/* safeCaster-cont--safeTravel */
/*=================================*/
.safeCaster-cont--safeTravel {}

.safeCaster-cont--safeTravel .safeTravel-area {
    position: relative;
    margin-top: 50px;
}

.safeCaster-cont--safeTravel .area-title {
    position: relative;
}

.safeCaster-cont--safeTravel .area-title h4 {
    font-size: 20px;
    color: #191A1C;
}

.safeCaster-cont--safeTravel .area-title h4>b.border-underline {
    font-size: 20px;
}

.safeCaster-cont--safeTravel .safeTravel-area .btn-info-corona {
    position: relative;
    display: inline-block;
    width: 359px;
    height: 45px;
    line-height: 46px;
    font-size: 16px;
    color: #EF3155;
    letter-spacing: -.5px;
    background-color: #F4F4F4;
    border-radius: 23px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -7px;
    z-index: 1;
}

.safeCaster-cont--safeTravel .safeTravel-area .btn-info-corona:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 23px;
    top: 11px;
    width: 15px;
    height: 20px;
    background: url('../../images/2021/safe_caster/icn_safeTravel_corona_mark@2x.png') no-repeat top center;
    background-size: 100%;
}

.safeCaster-cont--safeTravel .safeTravel-area .btn-info-corona:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -5px;
    border: solid #EF3155;
    border-width: 0 1px 1px 0;
    padding: 4px;
    z-index: 1;
    transform: rotate(-45deg);
}



.safeCaster-cont--safeTravel .safeTravel-cont {
    margin-top: 23px;
    padding-top: 23px;
    border-top: 1px solid #F0F1F4;
}

.safeCaster-cont--safeTravel .safeTravel-cont .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}

.safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item {
    width: calc(50% - 30px);
    margin-bottom: 30px;
}

/* .safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item:nth-child(2n) {margin-left:60px;} */
.safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item:nth-child(1) {
    margin-right: 30px;
}

.safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item:nth-child(2) {
    margin-left: 30px;
}

.safeCaster-cont--safeTravel .safeTravel-cont dl>dt {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #191A1C;
}

.safeCaster-cont--safeTravel .safeTravel-cont dl>dd.item-bg {
    min-height: 200px;
    border-radius: 5px;
    border: 1px solid #d6d8e2;
}

.safeCaster-cont--safeTravel .safeTravel-cont .text-cont {
    padding: 25px 0;
    min-height: 140px;
}

.safeCaster-cont--safeTravel .safeTravel-cont .text-cont b {
    font-size: 16px;
}

.safeCaster-cont--safeTravel .pos-table-field {
    position: relative;
    overflow-x: auto;
}

.safeCaster-cont--safeTravel .table-field {
    margin: 25px 0 10px;
}

.safeCaster-cont--safeTravel .table-field {}

.safeCaster-cont--safeTravel .table-field {
    table-layout: fixed;
    border-collapse: collapse;
    border-collapse: inherit;
    border-spacing: 0;
    word-wrap: break-word;
    width: 100%;
}

.safeCaster-cont--safeTravel .table-field caption {
    display: none;
}

.safeCaster-cont--safeTravel .table-field tr th,
.safeCaster-cont--safeTravel .table-field tr td {
    position: relative;
    border-top: 0;
    border-left: 0;
    text-align: center;
    vertical-align: middle;
    padding: 9px 5px;
    color: #1b1a1a;
    font-weight: 400;
}

.safeCaster-cont--safeTravel .table-field tr th:first-child {
    border-radius: 5px 0 0 0;
}

.safeCaster-cont--safeTravel .table-field tr th:last-child {
    border-radius: 0 5px 0 0;
}

.safeCaster-cont--safeTravel .table-field tr th {
    padding: 10px;
    background-color: #3892EB;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.safeCaster-cont--safeTravel .table-field tr td {
    word-break: keep-all;
    font-size: 12px;
    color: #707070;
    border-left: 1px solid #EFF1F3;
    border-bottom: 1px solid #EFF1F3;
}

.safeCaster-cont--safeTravel .table-field tr td:first-child {
    font-weight: bold;
}

.safeCaster-cont--safeTravel .table-field tr td:last-child {
    border-right: 1px solid #EFF1F3;
}

.safeCaster-cont--safeTravel .table-field tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

.safeCaster-cont--safeTravel .table-field tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.safeCaster-cont--safeTravel .table-field b {
    color: #191A1C;
    font-size: 12px !important;
    font-weight: 400;
}


.safeCaster-cont--safeTravel .table-field tbody tr td [class^='label-type'] {
    position: relative;
}

.safeCaster-cont--safeTravel .table-field tbody tr td [class^='label-type']:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 2px;
    background-color: #ABAFBE;
}

.safeCaster-cont--safeTravel .table-field tbody tr td [class^='label-type--arrow-']:after {
    right: 13px;
    border: solid transparent;
    height: 0;
    width: 0;
    margin-left: 3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    background-color: transparent;
}

.safeCaster-cont--safeTravel .table-field tbody tr td .label-type--arrow-up:after {
    margin-top: 2px;
    border-bottom: 8px solid #EF3155;
}

.safeCaster-cont--safeTravel .table-field tbody tr td .label-type--arrow-down:after {
    margin-top: 6px;
    border-top: 8px solid #3892EB;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type'] {
    position: absolute;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type']:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 2px;
    background-color: #ABAFBE;
    margin-top: 11px;
    margin-left: 23px;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type--arrow-'] {
    min-width: 110px;
    text-align: center;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type--arrow-']:after {
    /* margin-left:6px; */
    right: 13px;
    border: solid transparent;
    height: 0;
    width: 0;
    margin-left: 7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    background-color: transparent;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .label-type--arrow-up:after {
    margin-top: 5px;
    border-bottom: 8px solid #EF3155;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .label-type--arrow-down:after {
    margin-top: 8px;
    border-top: 8px solid #EF3155;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .label-type--arrow-up.is-release:after {
    border-bottom: 8px solid #3892EB;
}

.safeCaster-cont--status .info-total-summary .table-field tbody tr td .label-type--arrow-down.is-release:after {
    border-top: 8px solid #3892EB;
}


.safeCaster-cont--status .status--cases .info-chart>.echarts-box {
    height: 260px;
}



.en .safeCaster-cont--status {}

.en .safeCaster-cont--safeTravel .table-area {
    position: relative;
    width: 662px;
    margin: 0 auto;
}

.en .safeCaster-cont--safeTravel .table-area .pos-table-field {}

.en .safeCaster-cont--safeTravel .table-area .table-field {
    margin: 0;
}

.en .safeCaster-cont--safeTravel .table-area .table-field tr th {
    padding: 16px 10px;
}

.en .safeCaster-cont--safeTravel .table-area .table-field tr td {
    padding: 17px 17px 18px;
    line-height: 1.45;
}

.en .safeCaster-cont--safeTravel .table-area .table-field tbody tr td [class^='label-type--arrow-']:after {
    position: absolute;
    right: auto;
    left: -17px;
    top: 0;
    margin-top: 4px;
}

.en .safeCaster-cont--safeTravel .table-area .table-field tbody tr td .label-type--arrow-up:after {
    margin-top: 1px;
}

.en .safeCaster-cont--safeTravel .table-area .border-underline {
    margin-top: 13px;
}

.en .safeCaster-cont--safeTravel .border-underline {
    font-size: 13px;
}

/*=================================*/


/* safeCaster-cont--title */
/*=================================*/
.safeCaster-cont--title {
    font-size: 16px;
    color: #191A1C;
    line-height: 1.5;
}

/*=================================*/

/* safeCaster-cont--search */
/*=================================*/
.safeCaster-cont--search .row--search {}

.row--search .flex-container {
    justify-content: space-between;
}

.row--search .flex-container .flex-item:nth-child(1) {
    width: 600px;
}

.row--search .flex-container .flex-item:nth-child(2) {}

.row--search .search-box-inner .btn-current-location {
    right: 90px;
    display: none;
}

.row--search .search-box-inner .col-2:nth-child(1) {
    width: calc(100% - 90px);
}

.row--search .search-box-inner .input-field input[type="text"] {
    padding: 0 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
}

.row--search .search-box-inner .btn-search {
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-left: 10px;
}

.row--search .search-box-inner .btn-search:before {
    display: none;
}

.row--search .search-box-inner .btn-search>span {
    font-size: 14px;
}

.row--search .search-box-inner .result-cont {
    top: 39px;
    border-radius: 0 0 3px 3px;
}

.row--search .search-box-inner .result-cont .list-result li>a {
    padding: 15px;
}

.row--search .search-box-inner .result-cont .list-result li .txt-address {
    width: 220px;
}

.row--search .search-box-inner>.row.is-result .input-field input[type="text"] {
    border-radius: 3px 3px 0 0;
}

.row--search .search-box-inner .input-search_clear {
    right: 15px;
}

.row--search .pos-search-btn {
    position: relative;
    font-size: 0;
}

.row--search .pos-search-btn>[class^='btn-'] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    min-width: 140px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}

.row--search .pos-search-btn>[class^='btn-']:before {
    content: '';
    display: inline-block;
    vertical-align: top;
}

.row--search .pos-search-btn>.btn-link {
    color: #707070;
    background-color: #fff;
    border: 1px solid #D5D8E3;
}

.row--search .pos-search-btn>.btn-link:before {
    margin: 16px 8px 0 0;
    width: 16.5px;
    height: 6px;
    background: url('../../images/2021/safe_caster/icn_share_01@2x.png') no-repeat top center;
    background-size: 100%;

}

.row--search .pos-search-btn>.btn-home {
    margin-left: 10px;
    color: #fff;
    background-color: #707070;
    border: 1px solid #707070;
}

.row--search .pos-search-btn>.btn-home:before {
    margin: 13px 8px 0 0;
    width: 12.5px;
    height: 11px;
    background: url('../../images/2021/safe_caster/icn_home@2x.png') no-repeat top center;
    background-size: 100%;

}

.safeCaster-cont--search .row--search-info {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 25px 35px;
    background-color: #F5F5F5;
}

.safeCaster-cont--search .row--search-info>* {
    letter-spacing: 0;
}

.safeCaster-cont--search .row--search-info p {
    font-size: 15px;
    color: #191A1C;
    font-weight: 500;
    line-height: 1.8;
}


.safeCaster-cont--search .row--search-location {}

.row--search-location .location-map-title {
    margin-top: 50px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.row--search-location .location-map-title>* {
    display: table-cell;
    vertical-align: bottom;
}

.row--search-location .location-map-title>strong {
    font-size: 28px;
    color: #191A1C;
    font-weight: 300;
    line-height: 1;
}

.row--search-location .location-map-title>em {
    margin-top: 12px;
    width: 230px;
    color: #707070;
    text-align: right;
}

.row--search-location .location-map-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    height: 340px;
    z-index: 0;
}

.row--search-location .location-map-wrap .location-map-bg {
    border-radius: 5px;
    border: 1px solid #d6d8e2;
    height: 100%;
}


.safeCaster-cont--search .row--search-safety {
    margin-top: 50px;
}

.row--search-safety .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}

.row--search-safety [class^='flex-item--'] {
    min-height: 310px;
}

.row--search-safety dl {}

.row--search-safety dl>dt {
    text-align: left;
}

.row--search-safety dl>dt>strong {
    font-size: 20px;
    font-weight: 300;
    color: #191A1C;
    line-height: 1.5;
}

.row--search-safety dl>dd {}


.row--search-safety .progress-circle {
    position: relative;
}

.row--search-safety .progress-circle>canvas {
    overflow: hidden;
    border-radius: 100%;
}

.row--search-safety .progress-circle.safety-status--a>canvas {
    background-color: #ECF8F5;
}

.row--search-safety .progress-circle.safety-status--a>.pos-value [class^='value-'] {
    color: #23BE9F;
}

.row--search-safety .progress-circle.safety-status--a>.pos-value .value-status-emo .ico-emo {
    background: url('../../images/2021/safe_caster/icn_emo_great.gif') no-repeat top center;
    background-size: 100%;
}

.row--search-safety .progress-circle.safety-status--b>canvas {
    background-color: #ECF8F5;
}

.row--search-safety .progress-circle.safety-status--b>.pos-value [class^='value-'] {
    color: #23BE9F;
}

.row--search-safety .progress-circle.safety-status--b>.pos-value .value-status-emo .ico-emo {
    background: url('../../images/2021/safe_caster/icn_emo_good.gif') no-repeat top center;
    background-size: 100%;
}

.row--search-safety .progress-circle.safety-status--c>canvas {
    background-color: #FFF6EB;
}

.row--search-safety .progress-circle.safety-status--c>.pos-value [class^='value-'] {
    color: #F8A80B;
}

.row--search-safety .progress-circle.safety-status--c>.pos-value .value-status-emo .ico-emo {
    background: url('../../images/2021/safe_caster/icn_emo_soso.gif') no-repeat top center;
    background-size: 100%;
}

.row--search-safety .progress-circle.safety-status--d>canvas {
    background-color: #FFF6EB;
}

.row--search-safety .progress-circle.safety-status--d>.pos-value [class^='value-'] {
    color: #F8A80B;
}

.row--search-safety .progress-circle.safety-status--d>.pos-value .value-status-emo .ico-emo {
    background: url('../../images/2021/safe_caster/icn_emo_notgood.gif') no-repeat top center;
    background-size: 100%;
}

.row--search-safety .progress-circle.safety-status--e>canvas {
    background-color: #FFEDEF;
}

.row--search-safety .progress-circle.safety-status--e>.pos-value [class^='value-'] {
    color: #F53D5A;
}

.row--search-safety .progress-circle.safety-status--e>.pos-value .value-status-emo .ico-emo {
    background: url('../../images/2021/safe_caster/icn_emo_bad.gif') no-repeat top center;
    background-size: 100%;
}

.row--search-safety .safety-status--a,
.row--search-safety .safety-status--b {
    color: #2fdb9d !important;
}

.row--search-safety .safety-status--c,
.row--search-safety .safety-status--d {
    color: #F0A43C !important;
}

.row--search-safety .safety-status--e {
    color: #ff637b !important;
}

.row--search-safety .safety-status--f {
    color: #FAE522 !important;
}

.row--search-safety .progress-bar.safety-status--a>span,
.row--search-safety .progress-bar.safety-status--b>span {
    background-color: #2fdb9d !important;
}

.row--search-safety .progress-bar.safety-status--c>span,
.row--search-safety .progress-bar.safety-status--d>span {
    background-color: #F0A43C !important;
}

.row--search-safety .progress-bar.safety-status--e>span {
    background-color: #ff637b !important;
}

.row--search-safety .progress-bar.safety-status--f>span {
    background-color: #FAE522 !important;
}




.row--search-safety .flex-item--current {
    width: 205px;
}

.row--search-safety .flex-item--current>dt strong {}

.row--search-safety .flex-item--current>dd {}

.row--search-safety .flex-item--current>dd .text-info-line.first {
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 23px;
    margin-top: 0;
    font-weight: 400;
}

.row--search-safety .flex-item--current>dd .text-info-line.first:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -10px;
    left: 0;
    background: url('../../images/2021/safe_caster/icn_current_info@2x.png') no-repeat top center;
    background-size: 100%;
}

.row--search-safety .flex-item--current>dd .text-info-line.second {
    position: absolute;
    bottom: -71px;
    right: 0;
    margin-top: 0;
}

.row--search-safety .flex-item--current>dd .text-info-line.second>span {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    margin-right: 10px;
}

.row--search-safety .flex-item--current>dd .text-info-line.second>img {
    width: 100px;
    height: auto;
}

.row--search-safety .flex-item--current>dd .current-progress-cont {
    padding: 15px 0 0 0;
}

.row--search-safety .flex-item--current>dd .progress-circle {
    position: relative;
    margin: 0 auto;
    width: 205px;
    height: 205px;
    border-radius: 100%;
}

.row--search-safety .flex-item--current>dd .progress-circle>canvas {
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row--search-safety .flex-item--current>dd .progress-circle>.pos-value {
    text-align: center;
    padding-top: 25px;
}

.row--search-safety .flex-item--current>dd .progress-circle>.pos-value [class^='value-'] {
    position: relative;
    display: block;
    font-weight: bold;
    z-index: 2;
}

.row--search-safety .flex-item--current>dd .progress-circle>.pos-value .value-date {
    font-size: 12px;
}

.row--search-safety .flex-item--current>dd .progress-circle>.pos-value .value-status-emo {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 18px auto 0;
    z-index: 1;
}

.row--search-safety .flex-item--current>dd .progress-circle>.pos-value .value-status-emo .ico-emo {
    display: block;
    width: 130px;
    height: 130px;
}

.row--search-safety .flex-item--current>dd .progress-circle>.pos-value .value-status-text {
    position: absolute;
    top: 30px;
    right: 24%;
    font-size: 18px;
    z-index: 2;
}



.row--search-safety .flex-item--timeYear {
    margin-left: 0;
    width: 360px;
}

.row--search-safety .flex-item--timeYear>dt {
    overflow: hidden;
}

.row--search-safety .flex-item--timeYear>dd {
    position: relative;
    margin-top: 20px;
}

.row--search-safety .flex-item--timeYear>dd .item-title {
    font-size: 12px;
    color: #191A1C;
}

.row--search-safety .flex-item--timeYear>dd .item-title b {
    font-size: 12px;
    color: #191A1C;
}

.row--search-safety .flex-item--timeYear>dd .set-date {
    position: relative;
    float: right;
}

.row--search-safety .flex-item--timeYear>dd .set-date button {
    position: relative;
}

.row--search-safety .flex-item--timeYear>dd .set-date button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.row--search-safety .flex-item--timeYear>dd .set-date .btn-date-prev:before {
    background: url('../../images/2021/safe_caster/icn_date_prev@2x.png') no-repeat top center;
    background-size: 5px 10px;

}

.row--search-safety .flex-item--timeYear>dd .set-date .btn-date-next:before {
    background: url('../../images/2021/safe_caster/icn_date_next@2x.png') no-repeat top center;
    background-size: 5px 10px;
}

.row--search-safety .flex-item--timeYear>dd .set-date .txt-date {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 12px;
    color: #191A1C;
    font-weight: 400;
}



.row--search-safety .flex-item--timeYear>dd.time-cont {}

.row--search-safety .flex-item--timeYear>dd.year-cont {
    margin-top: 40px;
}

.row--search-safety .flex-item--timeYear>dd .info-chart {
    margin-top: 65px;
    height: 100px;
}

.row--search-safety .flex-item--timeYear>dd .info-chart .echarts-box {
    height: 100px;
}

.row--search-safety .flex-item--timeYear>dd .current-label {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100px;
    z-index: 90;
    background: url('../../images/2021/safe_caster/icn_current_line.png') repeat-y center center;
    background-size: 100%;
}

/* 20210716//(Ina)검색결과 페이지 그래프영역 글씨위치 공통으로 적용되도록 수정(s) */
.row--search-safety .flex-item--timeYear>dd .current-label .curent-text {
    position: absolute;
    bottom: -20px;
    left: -17px;
    display: inline-block;
    padding: 0 6px;
    min-width: 34px;
    height: 16px;
    line-height: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
}

/* 20210716//(Ina)검색결과 페이지 그래프영역 글씨위치 공통으로 적용되도록 수정(e) */


.row--search-safety .flex-item--timeYear>dd .time-progress-cont {
    width: 340px;
    margin: 15px auto 0;
    display: inline-block;
    position: relative;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont:before {
    content: '';
    display: block;
    clear: both;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont [class$='-txt-label'] {}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont .y-txt-label {
    float: left;
    margin-top: -4px;
    width: 29px;
    height: 100px;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont .y-txt-label li {
    min-height: 22px;
    color: #111;
    font-size: 10px;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont .x-txt-label {
    position: absolute;
    left: 33px;
    bottom: -35px;
    width: 340px;
    height: 30px;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont .x-txt-label li {
    display: inline-block;
    vertical-align: top;
    color: #ABAFBE;
    font-size: 10px;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont .x-txt-label li+li {
    margin-left: 2.5%;
}

/* .row--search-safety .flex-item--timeYear > dd .time-progress-cont .x-txt-label li:last-child {margin-left:5%;} */


.row--search-safety .flex-item--timeYear>dd .time-progress-cont .time-progress-bar {
    overflow: hidden;
    font-size: 0;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont .time-progress-bar li {
    position: relative;
    display: inline-block;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont .time-progress-bar li+li {
    margin-left: 5px;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont .time-progress-bar .progress-bar {
    display: inline-block;
    width: 8px;
    height: 100px;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.row--search-safety .flex-item--timeYear>dd .time-progress-cont .time-progress-bar .progress-bar>span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 100%;
    border-radius: 5px;
    transition: height .8s ease;
    /* transition-delay: 0.15s; */
}

.row--search-safety .flex-item--timeYear>dd .year-progress-cont {
    position: relative;
    margin: 12px auto 0;
    width: 335px;
    text-align: center;
}

.row--search-safety .flex-item--timeYear>dd .year-progress-cont .current-label {
    width: 34px;
    height: 16px;
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.row--search-safety .flex-item--timeYear>dd .year-progress-cont .current-label .curent-text {
    top: 0;
    bottom: auto;
    left: 0;
}

.row--search-safety .flex-item--timeYear>dd .year-progress-cont .pos-value {
    position: absolute;
    top: 3px;
    left: 0;
    width: 26px;
    height: 26px;
    z-index: 90;
}

.row--search-safety .flex-item--timeYear>dd .year-progress-cont .pos-value .value-status-num {
    font-size: 9px;
}

.row--search-safety .flex-item--timeYear>dd .year-progress-cont .text-year {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #707070;
}


.row--search-safety .flex-item--end {
    width: 320px;
}

.row--search-safety .flex-item--end>dd p {
    font-size: 16px;
    color: #707070;
    line-height: 1.6;
    /* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical; */
    word-break: keep-all;
}

.row--search-safety .flex-item--end>dd b {
    font-size: 16px;
}

.row--search-safety .flex-item--end>dd .end-progress-cont {
    margin: 20px auto 0;
    width: 340px;
}

.row--search-safety .flex-item--end>dd .end-progress-cont .end-progress-bar {}

.row--search-safety .flex-item--end>dd .end-progress-cont .end-progress-bar .flex-container {
    flex-wrap: nowrap;
    align-items: center;
}

.row--search-safety .flex-item--end>dd .end-progress-cont .end-progress-bar .flex-container .txt-label {
    flex: 0 1 7.25rem;
    line-height: 1.125rem;
    font-size: 14px;
    color: #ABAFBE;
    font-weight: 300;
}

.row--search-safety .flex-item--end>dd .end-progress-cont .end-progress-bar .flex-container .progress-bar {
    overflow: hidden;
    position: relative;
    flex: 1 1 auto;
    height: 8px;
    background-color: #E5E7EF;
    border-radius: 5px;
}

.row--search-safety .flex-item--end>dd .end-progress-cont .end-progress-bar .flex-container .progress-bar>span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 5px;
    transition: width .8s ease;
    /* transition-delay: 0.15s; */
}

.row--search-safety .flex-item--end>dd .end-progress-cont .end-progress-bar .flex-container+.flex-container {
    margin-top: 20px;
}




.row--search-safety--type2 {}

.row--search-safety--type2>.flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row--search-safety--type2 .flex-item {
    position: relative;
}

.row--search-safety--type2 .flex-item:first-child {}

.row--search-safety--type2 .flex-item:last-child {
    width: 480px;
}

.row--search-safety--type2 dl>dt,
.row--search-safety--type2 dl>dd {
    position: relative;
}

.row--search-safety--type2 dl>dt>strong {
    font-size: 20px;
    font-weight: bold;
    color: #191A1C;
}

.row--search-safety--type2 [class^='flex-item--'] {
    min-height: auto;
}

.row--search-safety--type2 .flex-item--current {
    width: 100%;
}

.row--search-safety--type2 .flex-item--current>dt {
    position: relative;
    height: 80px;
    border-bottom: 1px solid #EFF1F3;
}

.row--search-safety--type2 .flex-item--current>dt:after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 24px;
    background: url('../../images/2021/safe_caster/icn_emo_current_title@2x.png') repeat-y center center;
    background-size: 100%;
}

.row--search-safety--type2 .flex-item--current>dd {}

.row--search-safety--type2 .flex-item--current>dd .current-progress-cont {
    padding: 120px 0 0 0;
}

.row--search-safety--type2 .flex-item--current>dd .progress-circle {
    width: 430px;
    height: 430px;
}

.row--search-safety--type2 .flex-item--current>dd .progress-circle>canvas {
    max-width: 100%;
    max-height: 100%;
}

.row--search-safety--type2 .flex-item--current>dd .progress-circle>.pos-value .value-status-text {
    margin-left: auto;
    top: 35px;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 7px 0;
    display: inline-block;
    width: 107px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.row--search-safety--type2 .flex-item--current>dd .progress-circle.safety-status--a>.pos-value .value-status-text,
.row--search-safety--type2 .flex-item--current>dd .progress-circle.safety-status--b>.pos-value .value-status-text {
    background-color: #23BE9F;
}

.row--search-safety--type2 .flex-item--current>dd .progress-circle.safety-status--c>.pos-value .value-status-text,
.row--search-safety--type2 .flex-item--current>dd .progress-circle.safety-status--d>.pos-value .value-status-text {
    background-color: #F8A80B;
}

.row--search-safety--type2 .flex-item--current>dd .progress-circle.safety-status--e>.pos-value .value-status-text {
    background-color: #F53D5A;
}

.row--search-safety--type2 .flex-item--current>dd .progress-circle>.pos-value .value-status-emo {
    margin: 60px auto 0;
    width: 280px;
    height: 280px;
}

.row--search-safety--type2 .flex-item--current>dd .progress-circle>.pos-value .value-status-emo .ico-emo {
    width: 280px;
    height: 280px;
    margin: 0 auto;
}

.row--search-safety--type2 .flex-item--info {}

.row--search-safety--type2 .flex-item--info {
    width: 100%;
}

.row--search-safety--type2 .flex-item--info>dt {
    position: relative;
    padding-bottom: 8px;
    height: 65px;
    text-align: center;
    /*border-bottom:1px solid #EFF1F3;*/
}

.row--search-safety--type2 .flex-item--info>dt:after {
    content: '';
    width: 62px;
    height: 62px;
    position: absolute;
    right: 0;
    top: 3px;
    background: url('../../images/2021/safe_caster/icn_emo_info_title@2x.png') repeat-y center center;
    background-size: 100%;
}

.row--search-safety--type2 .flex-item--info>dt strong {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 52px;
    width: calc(100% - 110px);
}

.row--search-safety--type2 .flex-item--info>dt strong>b {
    font-size: 30px;
}

.row--search-safety--type2 .flex-item--info>dt strong:before {
    content: '';
    width: 396px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: -1;
    background: url('../../images/2021/safe_caster/icn_info_boolean@2x.png') repeat-y center center;
    background-size: 100%;
}


.row--search-safety--type2 .flex-item--info .text-cont {
    padding: 0;
    border-radius: 5px;
    margin-top: 15px;
    padding: 16px 15px;
    background-color: rgba(56, 146, 235, 5%);
}

.row--search-safety--type2 .flex-item--info .text-cont .row {
    margin-top: 0;
}

.row--search-safety--type2 .flex-item--info .text-cont .row+.row {}

.row--search-safety--type2 .flex-item--info .text-cont .row p {
    margin-top: 0;
    font-size: 17px;
    color: #707070;
    font-weight: 300;
    letter-spacing: -.8px;
}

.row--search-safety--type2 .flex-item--info .text-cont .row em {
    display: block;
    margin-top: 10px;
    color: #ABAFBE;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -.8px;
}




.row--search-safety--type2 .flex-item--end {
    width: 100%;
}

.row--search-safety--type2 .flex-item--end>dd .end-progress-cont {
    width: 100%;
}

.row--search-safety--type2 .flex-item--end>dd .end-progress-cont .end-progress-bar .flex-container .txt-label {
    flex: 0 1 10rem;
}

.row--search-safety--type2 .flex-item--end .text-cont .row {
    margin-top: 30px;
}

.row--search-safety--type2 .flex-item--end .text-cont .row:last-child p {
    font-size: 12px;
    letter-spacing: -.5px;
}

.row--search-safety--type2 .flex-item--end .text-cont .row+.row {
    margin-top: 10px;
}

.row--search-safety--type2 .flex-item--timeYear {
    width: 100%;
    margin-top: 30px;
}

.row--search-safety--type2 .flex-item--timeYear .set-btn {
    position: relative;
}

.row--search-safety--type2 .flex-item--timeYear .set-btn>li {
    display: inline-block;
}

.row--search-safety--type2 .flex-item--timeYear .set-btn>li+li {
    margin-left: 4px;
}

.row--search-safety--type2 .flex-item--timeYear .set-btn>li>a {
    display: inline-block;
    width: 60px;
    height: 28px;
    line-height: 26px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #EFF1F3;
    background-color: #EFF1F3;
    color: #ABAFBE;
    font-size: 14px;
}


.row--search-safety--type2 .flex-item--timeYear .set-btn>li.active--click a {
    border: 1px solid #707070;
    background-color: #fff;
    color: #191A1C;
}



.row--search-safety--type2 .flex-item--timeYear>dd {
    min-height: 200px;
}

/*
.row--search-safety--type2 .flex-item--timeYear > dd {display:none;}
.row--search-safety--type2 .flex-item--timeYear > dd.active--click {display:block;}
*/

.row--search-safety--type2 .flex-item--timeYear>dd .cont-title {
    overflow: hidden;
}

.row--search-safety--type2 .flex-item--timeYear>dd .cont-title>strong {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #8E8E8E;
}



.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont {
    display: inline-block;
    width: 100%;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .y-txt-label {
    width: 60px;
    height: auto;
    text-align: left;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .y-txt-label>ul {
    padding-top: 3px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .y-txt-label li {
    font-size: 12px;
    min-height: 31px;
}


.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .pos-time-progress-bar {
    position: absolute;
    left: 60px;
    top: 0;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar {
    width: 100%;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar .progress-bar {
    height: 135px;
    width: 10px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar .progress-bar>span {
    width: 10px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar li {
    margin-left: 0;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar li+li {
    margin-left: 7px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .x-txt-label {
    width: 100%;
    left: 0px;
    bottom: -20px;
    padding-left: 55px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .x-txt-label li+li {
    margin-left: 38px;
}

/* .row--search-safety--type2 .flex-item--timeYear > dd .time-progress-cont .x-txt-label li:last-child {margin-left:31px;} */

.row--search-safety--type2 .flex-item--timeYear>dd .current-label {
    height: 135px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .current-label .curent-text {
    bottom: -24px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .progress-bar>span {
    background-color: #499dff;
}

.row--search-safety--type2 .flex-item--timeYear>dd.year-cont {
    margin-top: 30px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont {
    display: inline-block;
    width: 100%;
    margin: 15px auto 0;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .pos-year-progress-bar {
    position: absolute;
    left: 60px;
    top: 0;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar {
    overflow: hidden;
    font-size: 0;
    text-align: left;
    max-width: 420px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar li {
    position: relative;
    display: inline-block;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar li+li {
    margin-left: 18.5px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar .progress-bar {
    display: inline-block;
    width: 41px;
    height: 135px;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar .progress-bar>span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 41px;
    height: 100%;
    border-radius: 5px;
    transition: height .8s ease;
    /* transition-delay: 0.15s; */
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont [class$='-txt-label'] {}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .y-txt-label {
    float: left;
    margin-top: -4px;
    width: 60px;
    height: auto;
    text-align: left;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .y-txt-label>ul {
    padding-top: 3px;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .y-txt-label li {
    font-size: 12px;
    min-height: 31px;
    color: #111;
}

/* 20210716//(Ina)검색결과 페이지 그래프영역 글씨위치 공통으로 적용되도록 수정(s) */
.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .x-txt-label {
    position: absolute;
    left: 0;
    padding-left: 49px;
    bottom: -5px;
    width: 100%;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .x-txt-label ul {
    max-width: 420px;
    font-size: 0;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .x-txt-label li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 7);
    color: #ABAFBE;
    font-size: 10px;
    text-align: center;
}

/* .row--search-safety--type2 .flex-item--timeYear > dd .year-progress-cont .x-txt-label li + li {margin-left:48px;} */
/* .row--search-safety--type2 .flex-item--timeYear > dd .year-progress-cont .x-txt-label li:last-child {margin-left:48px;} */
/* 20210716//(Ina)검색결과 페이지 그래프영역 글씨위치 공통으로 적용되도록 수정(e) */


.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .current-label {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 135px;
    z-index: 90;
    background: url('../../images/2021/safe_caster/icn_current_line.png') repeat-y center center;
    background-size: 100%;
}

.row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .current-label .curent-text {
    top: auto;
    bottom: -24px;
    left: -17px;
}


/* 링크공유 팝업 */
/*=================================*/
.popup-linkShare {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 60;
    width: 160px;
    height: 160px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    opacity: 0;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}

.popup-linkShare .ico-link {
    display: block;
    margin: 45px auto 0;
    width: 44px;
    height: 14px;
    background: url('../../images/2021/safe_caster/icn_share_02.png') no-repeat top center;
    background-size: 100%;
}

.popup-linkShare .txt-desc {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}

.popup-linkShare.active--popup {
    display: block;
    animation: showPopup 0.3s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}

.popup-linkShare.active--popup .ico-link {
    animation: bounceIn 0.34s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
}

@keyframes showPopup {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translateZ(0);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.3);
    }

    80% {
        opacity: 1;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
}

/*=================================*/


/* 반응형*/
/*=================================*/

/*1119px*/
@media (max-width: 1119px) {
    .sub-contents--safeCaster .sub-contents-inner.wide {
        padding: 0 30px;
    }

    .section-safeCaster .section-inner {
        width: 100%;
        max-width: 100%;
    }

    .section-safeCaster .tab-cont .status-area {
        margin-top: 5%;
    }

    .section-safeCaster .tabs-style--underline>li.flex-item {
        margin: 0 4%;
    }

    .safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item:nth-child(2n) {
        margin-left: 30px;
    }

    .safeCaster-cont--status .district-map-wrap .district-map--etc {
        margin-left: 57.5%;
    }

    .safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item {
        width: 47%;
    }

    .safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item:nth-child(1) {
        margin-right: 1.5%;
    }

    .safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item:nth-child(2) {
        margin-left: 1.5%;
    }


    /* safeCaster-cont--safeTravel */
    .safeCaster-cont--search {}

    .safeCaster-cont--search .row--search-safety {
        margin-top: 40px;
    }

    .row--search .flex-container .flex-item:nth-child(1) {
        width: calc(100% - 390px);
    }

    .row--search-safety .flex-container {}

    .row--search-safety [class^='flex-item--'] {
        width: 50%;
        margin-bottom: 5%;
        width: 340px;
    }

    .row--search-safety [class^='flex-item--']:nth-child(2n) {
        width: 370px;
    }

    .row--search-safety .flex-item--current {}

    .row--search-safety .flex-item--current>dd .progress-circle {
        margin: 0;
    }

    .row--search-safety .flex-item--timeYear {}

    .row--search-safety .flex-item--end {}


    /* .row--search-safety--type2 */
    .row--search-safety--type2 {}


    .row--search-safety--type2 [class^='flex-item--'] {
        width: 100%;
        margin-bottom: 0;
    }

    .row--search-safety--type2 [class^='flex-item--']:nth-child(2n) {
        width: 100%;
    }



    .row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar,
    .row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar {
        max-width: 100%;
    }

    .row--search-safety--type2>.flex-item {
        width: 47%;
    }

    .row--search-safety--type2>.flex-item:first-child {
        margin-right: 1.5%;
    }

    .row--search-safety--type2>.flex-item:last-child {
        margin-left: 1.5%;
    }



    .row--search-safety--type2 .flex-item--current>dd .progress-circle>.pos-value .value-status-text {
        width: 90px;
        font-size: 20px;
        padding: 5px 0 6px;
    }

}

@media (max-width:986px) {
    .row--search-safety--type2 .flex-item:first-child {
        margin-bottom: 20%;
    }
}

@media (max-width: 768px) {
    .sub-contents--safeCaster .sub-contents-inner.wide {
        padding: 0 30px;
    }

    .section-safeCaster .text-info-line>span {
        font-size: 11px;
    }

    .section-safeCaster .tab-wrap {
        margin-top: 10%;
    }

    .section-safeCaster .tab-cont .status-area {
        margin-top: 10%;
    }

    .section-safeCaster .cont-title h2 {
        font-size: 28px;
    }

    .section-safeCaster .search-box-inner .btn-current-location {
        right: 0;
    }

    .section-safeCaster .search-box-inner .btn-current-location:before {
        margin: 2px 3px 0 0;
    }

    .section-safeCaster .search-box-inner .col-2:nth-child(1) {
        width: calc(100% - 105px);
    }

    .section-safeCaster .search-box-inner .input-field input[type="text"] {
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .section-safeCaster .search-box-inner .btn-search {
        margin-left: 10px;
    }

    .section-safeCaster .search-box-inner .btn-search>span {}

    .section-safeCaster .search-box-inner .ico-emo-search,
    .section-safeCaster .search-box-inner .btn-search:before,
    .section-safeCaster .search-box-inner .text-info-line,
    .section-safeCaster .tabs-style--underline>li.flex-item:nth-child(1)>a:after,
    .section-safeCaster .tabs-style--underline>li.flex-item:nth-child(2)>a:after,
    .section-safeCaster .tabs-style--underline>li.flex-item:nth-child(3)>a:after {
        display: none;
    }


    .section-safeCaster .search-box-inner .result-cont {
        top: 49px;
    }

    .section-safeCaster .search-box-inner .result-cont .list-result li [class^='txt-'] {
        display: block;
        width: 100%;
        text-align: left;
    }

    .section-safeCaster .search-box-inner .result-cont .list-result li .txt-address {
        margin-top: 5px;
    }

    .section-safeCaster .search-box-inner .btn-search {
        width: 95px;
        height: 50px;
        line-height: 50px;
    }

    .section-safeCaster .search-box-inner .btn-search>span {
        font-size: 14px;
    }

    .section-safeCaster .tabs-style--underline>li.flex-item {
        margin: 0 5.5%;
        text-align: center;
    }

    .section-safeCaster .tabs-style--underline>li.flex-item>a {
        font-size: 17px;
    }

    .en .section-safeCaster .tabs-style--box>li>a {
        font-size: 13px;
    }


    .safeCaster-cont--status .status-area [class^='status-cont']+[class^='status-cont'] {
        margin-top: 30px;
    }

    .safeCaster-cont--status .search-box-inner {
        margin-top: 12%;
    }

    .safeCaster-cont--status .status-area .flex-container {
        flex-direction: column;
    }

    .safeCaster-cont--status .info-chart {
        margin-left: 0;
        margin-top: 20px;
    }

    .safeCaster-cont--status .status-area .date>strong {
        font-size: 16px;
        margin-right: 8px;
    }

    .safeCaster-cont--status .status-area .date>em {
        margin-top: 4px;
    }

    .safeCaster-cont--status .info-total-summary .table-field thead tr th {
        font-size: 14px;
    }

    .safeCaster-cont--status .info-total-summary .table-field tbody tr td .txt-data {
        font-size: 26px;
    }

    .safeCaster-cont--status .info-total-summary .table-field tbody tr td [class^='label-type--arrow-'] {
        min-width: 90px;
    }

    .safeCaster-cont--safeTravel .safeTravel-area .btn-info-corona {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 10px;
        width: 100%;
        font-size: 13px;
    }

    .safeCaster-cont--safeTravel .area-title h4,
    .safeCaster-cont--safeTravel .area-title h4>b.border-underline {
        font-size: 18px;
    }

    .safeCaster-cont--safeTravel .safeTravel-cont .flex-container {
        justify-content: unset;
        flex-direction: column;
    }

    .safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item {
        margin-bottom: 0;
        width: 100%;
    }

    .safeCaster-cont--safeTravel .safeTravel-cont dl.flex-item:nth-child(2n) {
        margin-left: 0;
    }

    .safeCaster-cont--safeTravel .safeTravel-cont dl>dt {
        font-size: 16px;
    }

    .safeCaster-cont--status .district-cont {
        height: 387px;
    }

    .safeCaster-cont--status .district-map-wrap .district-map--all {
        max-width: 400px;
        margin-left: -5%;
        margin-top: 3%;
    }

    .safeCaster-cont--status .district-map-wrap .district-map--etc {
        width: 100px;
        height: 45px;
        margin-left: 43%;
    }

    .safeCaster-cont--status .district-map-wrap [class^='district-map--'] .item-num {
        width: 40px;
        height: 13px;
        line-height: 13px;
        font-size: 9px;
    }

    .safeCaster-cont--status .district-map-wrap [class^='district-map--'] .item-title {
        margin-right: 3px;
        font-size: 9px;
    }

    .row--search-location .location-map-title>strong {
        font-size: 24px;
    }

    .en .safeCaster-cont--safeTravel .table-area {
        width: 100%;
        margin: 0;
    }

    .en .safeCaster-cont--safeTravel .table-area .flex-item {
        width: 100%;
    }

    .en .safeCaster-cont--safeTravel .table-area .pos-table-field {}

    .en .safeCaster-cont--safeTravel .table-area .table-field tr td {
        padding: 17px 1% 18px;
    }

    .en .safeCaster-cont--safeTravel .table-area .border-underline {
        font-size: 13px;
    }


    /* safeCaster-cont--safeTravel */
    .row--search>.flex-container {
        flex-direction: column;
    }

    .row--search .flex-container .flex-item:nth-child(1) {
        width: 100%;
    }

    .row--search .flex-container .flex-item:nth-child(2) {
        margin-top: 20px;
    }

    .row--search .search-box-inner .col-2:nth-child(1) {
        width: calc(100% - 90px);
    }

    .row--search .search-box-inner .input-field input[type="text"] {
        height: 40px;
        line-height: 40px;
    }

    .row--search .search-box-inner .result-cont {
        top: 39px;
    }

    .row--search .search-box-inner .btn-search {
        width: 80px;
        height: 40px;
        line-height: 40px;
    }

    .row--search .search-box-inner .btn-search>span {
        font-size: 14px;
    }

    .row--search-safety>.flex-container {
        flex-direction: column;
    }



    .row--search-safety [class^='flex-item--'] {
        width: 340px;
    }


    .row--search .pos-search-btn {
        display: flex;
        justify-content: space-between;
    }

    .row--search-safety>.flex-container>[class^='flex-item--']+[class^='flex-item--'] {
        margin-top: 10%;
    }

    .row--search-safety .flex-item--end .text-cont .row {
        margin-top: 10%;
    }

    .row--search .pos-search-btn>.btn-link {
        width: 40%;
    }

    .row--search .pos-search-btn>.btn-home {
        width: calc(60% - 10px);
    }

    /* .row--search-safety .flex-item--timeYear {margin-left:0;}
	.row--search-safety .flex-item--timeYear > dd .time-progress-cont {width:370px;margin:45px auto 0;} */
    .row--search-safety .flex-item--timeYear {
        margin-left: 0;
    }




    /* .row--search-safety--type2 */
    .row--search-safety--type2 .flex-container {
        width: 340px;
        margin: 0 auto;
    }

    .row--search-safety--type2 .flex-container .flex-item {
        width: 100%;
    }

    .row--search-safety--type2 .flex-container .flex-item:first-child {
        margin-bottom: 33%
    }


    .row--search-safety--type2 .flex-container .flex-item+.flex-item {
        margin-top: 10%;
        margin-left: 0;
    }

    .row--search-safety--type2 dl>dt>strong {
        font-size: 18px;
    }

    .row--search-safety--type2 .flex-item--current>dt {
        height: 90px;
    }

    .row--search-safety--type2 .flex-item--current>dt:after {
        right: 0;
        top: 35px;
    }

    .row--search-safety--type2 .flex-item--info>dt:after {
        right: 0;
        top: 2px;
    }

    .row--search-safety--type2 .flex-item--current>dd .current-progress-cont {
        padding-top: 100px;
    }

    .row--search-safety--type2 .flex-item--current>dd .progress-circle {
        width: 340px;
        height: 340px;
    }

    .row--search-safety--type2 .flex-item--current>dd .progress-circle>.pos-value .value-status-emo {
        margin: 50px auto 0;
        width: 220px;
        height: 220px;
    }

    .row--search-safety--type2 .flex-item--current>dd .progress-circle>.pos-value .value-status-emo .ico-emo {
        width: 220px;
        height: 220px;
    }


    .row--search-safety--type2 .flex-item--info>dt strong {
        width: calc(100% - 88px);
        line-height: 54px;
    }

    .row--search-safety--type2 .flex-item--info>dt strong:before {
        width: 278.5px;
        height: 52px;
        background: url('../../images/2021/safe_caster/icn_info_boolean_mo@2x.png') repeat-y center center;
        background-size: 100%;
    }


    .en .row--search-safety--type2 .flex-item--info>dt strong {
        line-height: 1.2;
        padding-top: 2px;
    }

    .en .row--search-safety--type2 .flex-item--info>dt strong:before {
        width: 278.5px;
        height: 66px;
        top: -4px;
        background: url('../../images/2021/safe_caster/icn_info_boolean_mo_en@2x.png') repeat-y center center;
        background-size: 100%;
    }


    .row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar {
        max-width: 100%;
    }

    .row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar {
        max-width: 100%;
    }


    .row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar .progress-bar {
        width: 7px;
    }

    .row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar li+li {
        margin-left: 4.8px;
    }

    .row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .time-progress-bar .progress-bar>span {
        width: 7px;
    }

    .row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .y-txt-label {
        width: 60px;
    }

    .row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar .progress-bar {
        width: 30px;
    }

    .row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar .progress-bar>span {
        width: 30px;
    }

    .row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .year-progress-bar li+li {
        margin-left: 11px;
    }

    .row--search-safety--type2 .flex-item--timeYear>dd .time-progress-cont .x-txt-label li+li {
        margin-left: 19px;
    }

    /* .row--search-safety--type2 .flex-item--timeYear > dd .time-progress-cont .x-txt-label li:last-child {margin-left:6.5%;} */


    /* 20210716//(Ina)검색결과 페이지 그래프영역 글씨위치 공통으로 적용되도록 수정(s) */
    .row--search-safety--type2 .flex-item--timeYear>dd .year-progress-cont .x-txt-label {
        padding-left: 55px;
    }

    /* .row--search-safety--type2 .flex-item--timeYear > dd .year-progress-cont .x-txt-label li + li {margin-left:29px;} */
    /* .row--search-safety--type2 .flex-item--timeYear > dd .year-progress-cont .x-txt-label li:last-child {margin-left:10.2%;} */
    /* 20210716//(Ina)검색결과 페이지 그래프영역 글씨위치 공통으로 적용되도록 수정(e) */

    .row--search-safety--type2 .flex-item--timeYear>dd .current-label .curent-text {
        line-height: 17px;
    }
}

@media (max-width: 480px) {
    .sub-contents--safeCaster .sub-contents-inner.wide {
        padding: 0 15px;
    }

    .section-safeCaster .tabs-style--underline {
        justify-content: space-between;
    }

    .section-safeCaster .tabs-style--underline>li.flex-item {
        margin: 0;
    }

    .section-safeCaster .tabs-style--underline>li.flex-item>a {
        font-size: 16px;
    }

    .section-safeCaster .tabs-style--box>li {
        height: 50px;
        line-height: 49px;
    }

    .section-safeCaster .tabs-style--box>li>a {
        font-size: 14px;
    }

    .safeCaster-cont--status .info-total-summary .table-field tbody tr td .txt-data {
        font-size: 24px;
    }

    .safeCaster-cont--status .district-cont {
        height: 256px;
    }

    .safeCaster-cont--status .district-map-wrap .district-map--all {
        width: 263px;
        margin-left: -6%;
        margin-top: 2.5%;
    }

    .safeCaster-cont--status .district-map-wrap .district-map--etc {
        width: 90px;
        height: 44px;
        margin-left: 46%;
        margin-top: 35%;
    }

    .safeCaster-cont--status .district-map-wrap [class^='district-map--'] .item-num {
        width: 40px;
        height: 13px;
        line-height: 13px;
        font-size: 9px;
    }

    .safeCaster-cont--status .district-map-wrap [class^='district-map--'] .item-title {
        font-size: 9px;
    }

    /* safeCaster-cont--safeTravel */

}

/*=================================*/