@charset "UTF-8";

main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left_sec {
    background: url(/roda/images/admin/left_bg.png) no-repeat center/cover;
    display: block;
    width: 45%;
    height: 790px;
    border-radius: 0 0 50px 0;
}

.left_sec .lf_container {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.lf_wrap {
    width: 100%;
}

.big_title_wrap h3 {
    font-size: 2.0625rem;
    font-family: 'GmarketSans';
    font-weight: 500;
    margin-bottom: 20px;
}

.big_title_wrap h2 {
    font-family: 'GmarketSans';
    font-size: 3rem;
    font-weight: 700;
}

.big_title_wrap h2 span {
    color: #894CB8;
}

.search_wrap {
    position: relative;
    width: 590px;
}

.search_wrap .data_searchBox {
    border: none;
    background-color: transparent;
    border-bottom: 6px solid #894CB8;
    width: 100%;
    margin-top: 40px;
    font-size: 1.5625rem;
    padding: 0 16px;
}

.search_wrap .data_searchBox::-webkit-input-placeholder {
    font-size: 1.125rem;
    color: #7E7E7E;
}

.search_wrap .data_searchBox:-moz-placeholder {
    font-size: 1.125rem;
    color: #7E7E7E;
}

.search_wrap .data_searchBox::-moz-placeholder {
    font-size: 1.125rem;
    color: #7E7E7E;
}

.search_wrap .data_searchBox:-ms-input-placeholder {
    font-size: 1.125rem;
    color: #7E7E7E;
}

.search_wrap .data_searchBox::-ms-input-placeholder {
    font-size: 1.125rem;
    color: #7E7E7E;
}

.search_wrap .data_searchBox::placeholder {
    font-size: 1.125rem;
    color: #7E7E7E;
}

.search_iconBox {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.search_iconBox .search_icon {
    background: url(/roda/images/admin/search_icon.png) no-repeat center/contain;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.slide_wrap {
    width: 590px;
    position: relative;
    margin-top: 40px;
}

.graph_slide {
    width: 478px;
}

.graph_wrap {
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #E1E1E1;
}

.graph_wrap h2 {
    color: #828282;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 10px;
}

.graph_box {
    text-align: center;
    height: 100px;
    overflow: hidden;
}

.lf_wrap .swiper-button-next {
    background: url(/roda/images/admin/l_next_btn.png) no-repeat center/cover;
}

.lf_wrap .swiper-button-prev {
    background: url(/roda/images/admin/l_prev_btn.png) no-repeat center/cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.tab-content {display: none; margin-bottom: 0;}
.tab-content.current {display: block;}

@media (min-width: 1581px) and (max-width: 1919px) {
	.lf_wrap {
		max-width: 520px;
		margin: 0 auto;
	}
	
    .left_sec .lf_container {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0 40px;
    }

    .big_title_wrap h3 {
        font-size: 1.75rem;
        font-family: 'GmarketSans';
        font-weight: 500;
        margin-bottom: 20px;
    }

    .big_title_wrap h2 {
        font-family: 'GmarketSans';
        font-size: 2.625rem;
        font-weight: 700;
    }

    .search_wrap {
        position: relative;
        width: 510px;
    }

    .search_wrap .data_searchBox {
        border: none;
        background-color: transparent;
        border-bottom: 6px solid #894CB8;
        width: 100%;
        margin-top: 40px;
        font-size: 1.375rem;
        padding: 0 10px;
    }

    .search_wrap .data_searchBox::-webkit-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .slide_wrap {
        width: 510px;
        position: relative;
        margin-top: 40px;
    }

    .graph_slide {
        width: 430px;
    }

}

@media all and (max-width: 1581px) {
    .left_sec .lf_container {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0 40px;
    }

    .big_title_wrap h3 {
        font-size: 1.75rem;
        font-family: 'GmarketSans';
        font-weight: 500;
        margin-bottom: 20px;
    }

    .big_title_wrap h2 {
        font-family: 'GmarketSans';
        font-size: 2.625rem;
        font-weight: 700;
    }

    .search_wrap {
        position: relative;
        width: 510px;
    }

    .search_wrap .data_searchBox {
        border: none;
        background-color: transparent;
        border-bottom: 6px solid #894CB8;
        width: 100%;
        margin-top: 40px;
        font-size: 1.375rem;
        padding: 0 16px;
    }

    .search_wrap .data_searchBox::-webkit-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .slide_wrap {
        width: 510px;
        position: relative;
        margin-top: 40px;
    }

    .graph_slide {
        width: 430px;
    }
}

@media all and (max-width: 1441px) {
    .left_sec {
        height: 738px;
    }

    .big_title_wrap h3 {
        font-size: 1.625rem;
        font-family: 'GmarketSans';
        font-weight: 500;
        margin-bottom: 20px;
    }

    .big_title_wrap h2 {
        font-family: 'GmarketSans';
        font-size: 2.375rem;
        font-weight: 700;
    }

    .search_wrap {
        position: relative;
        width: 480px;
    }

    .search_wrap .data_searchBox {
        border: none;
        background-color: transparent;
        border-bottom: 6px solid #894CB8;
        width: 100%;
        margin-top: 40px;
        font-size: 1.375rem;
        padding: 0 16px;
    }

    .search_wrap .data_searchBox::-webkit-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .slide_wrap {
        width: 480px;
        position: relative;
        margin-top: 40px;
    }

    .graph_slide {
        width: 400px;
    }
}

@media all and (max-width: 1281px) {
    .left_sec .lf_container {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .lf_wrap {
        width: 100%;
    }

    .big_title_wrap h3 {
        font-size: 22px;
        font-family: 'GmarketSans';
        font-weight: 500;
        margin-bottom: 16px;
    }

    .big_title_wrap h2 {
        font-family: 'GmarketSans';
        font-size: 2.3125rem;
        font-weight: 700;
    }

    .search_wrap {
        position: relative;
        width: 450px;
    }

    .search_wrap .data_searchBox {
        border: none;
        background-color: transparent;
        border-bottom: 6px solid #894CB8;
        width: 100%;
        margin-top: 30px;
        font-size: 1.375rem;
        padding: 16px 70px 16px 10px;
    }

    .search_wrap .data_searchBox::-webkit-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_iconBox {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .slide_wrap {
        width: 470px;
        position: relative;
        margin-top: 40px;
    }

    .graph_slide {
        width: 378px;
    }

    .graph_wrap {
        background-color: #fff;
        padding: 20px;
        margin: 0 auto;
        border: 1px solid #E1E1E1;
    }

    .graph_wrap h2 {
        color: #828282;
        font-size: 0.875rem;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 1279px) {
    main {
        display: block;
    }

    .left_sec {
        background: url(/roda/images/admin/left_bg.png) no-repeat center/cover;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0 0 50px 50px;
    }

    .left_sec .lf_container {
        width: 100%;
        margin-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 40px 0;
    }

    .lf_wrap {
        width: 100%;
    }

    .big_title_wrap h3 {
        font-size: 22px;
        font-family: 'GmarketSans';
        font-weight: 500;
        text-align: center;
        margin-bottom: 16px;
    }

    .big_title_wrap h2 {
        font-family: 'GmarketSans';
        font-size: 2.3125rem;
        font-weight: 700;
        text-align: center;

    }

    .search_wrap {
        position: relative;
        width: 450px;
        margin: 0 auto;
    }

    .search_wrap .data_searchBox {
        border: none;
        background-color: transparent;
        border-bottom: 6px solid #894CB8;
        width: 100%;
        margin-top: 30px;
        font-size: 1.375rem;
        padding: 0 16px;
    }

    .search_wrap .data_searchBox::-webkit-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .slide_wrap {
        width: 470px;
        position: relative;
        margin: 40px auto 0 auto;
    }

    .graph_slide {
        width: 378px;
    }

    .graph_wrap {
        background-color: #fff;
        padding: 20px;
        margin: 0 auto;
        border: 1px solid #E1E1E1;
    }

    .graph_wrap h2 {
        color: #828282;
        font-size: 0.875rem;
        text-align: center;
        margin-bottom: 10px;
    }
}


@media all and (max-width: 885px) {
    .big_title_wrap h3 {
        font-size: 1.25rem;
        font-family: 'GmarketSans';
        font-weight: 500;
        text-align: center;
        margin-bottom: 10px;
    }

    .big_title_wrap h2 {
        font-family: 'GmarketSans';
        font-size: 1.875rem;
        font-weight: 700;
        text-align: center;
    }

    .search_wrap {
        position: relative;
        width: 400px;
        margin: 0 auto;
    }

    .search_wrap .data_searchBox {
        border: none;
        background-color: transparent;
        border-bottom: 6px solid #894CB8;
        width: 100%;
        margin-top: 30px;
        font-size: 1.375rem;
        padding: 10px 50px 10px 0;
    }

    .search_wrap .data_searchBox::-webkit-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-moz-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-ms-input-placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::placeholder {
        font-size: 1.375rem;
        color: #7E7E7E;
    }

    .slide_wrap {
        width: 470px;
        position: relative;
        margin: 40px auto 0 auto;
    }

    .graph_slide {
        width: 378px;
    }

    .graph_wrap {
        background-color: #fff;
        padding: 20px;
        margin: 0 auto;
        border: 1px solid #E1E1E1;
    }

    .graph_wrap h2 {
        color: #828282;
        font-size: 0.875rem;
        text-align: center;
        margin-bottom: 10px;
    }
}



@media all and (max-width: 481px) {
    .big_title_wrap h3 {
        font-size: 1.125rem;
        font-family: 'GmarketSans';
        font-weight: 500;
        text-align: center;
        margin-bottom: 10px;
    }

    .big_title_wrap h2 {
        font-family: 'GmarketSans';
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
    }

    .search_wrap {
        position: relative;
        width: 290px;
        margin: 0 auto;
    }

    .search_wrap .data_searchBox {
        border: none;
        background-color: transparent;
        border-bottom: 4px solid #894CB8;
        width: 100%;
        margin-top: 20px;
        font-size: 1rem;
        padding: 10px 50px 10px 0;
    }

    .search_iconBox {
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .search_wrap .data_searchBox::-webkit-input-placeholder {
        font-size: 1rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-moz-placeholder {
        font-size: 1rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-moz-placeholder {
        font-size: 1rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox:-ms-input-placeholder {
        font-size: 1rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::-ms-input-placeholder {
        font-size: 1rem;
        color: #7E7E7E;
    }

    .search_wrap .data_searchBox::placeholder {
        font-size: 1rem;
        color: #7E7E7E;
    }

    .slide_wrap {
        width: 320px;
        position: relative;
        margin: 40px auto 0 auto;
    }

    .graph_slide {
        width: 210px;
    }

    .graph_wrap {
        background-color: #fff;
        padding: 20px;
        margin: 0 auto;
        border: 1px solid #E1E1E1;
    }

    .graph_wrap h2 {
        color: #828282;
        font-size: 0.875rem;
        text-align: center;
        margin-bottom: 10px;
    }
}

/* -----------------------left END ------------------------- */


.right_sec {
    width: 55%;
    background: url(/roda/images/admin/right_bg.png) no-repeat bottom right;
    padding: 20px 0 0 20px;
}

.rt_container {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
}

.data_ctgBox {

    background-color: #F7F7F7;

    border-radius: 30px;
}

.data_ctg_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.data_ctg_wrap .data_ctg_title {
    background: url(/roda/images/admin/right_cont_bg.png) no-repeat left/contain;
    height: 275px;
    width: 213px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.data_ctg_wrap .data_ctg_title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.data_ctg_wrap .data_ctg_title h3 span {
    color: #894CB8;
}

.data_ctg_wrap .ctg_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
    width: calc(100% - 260px);
    margin-right: 30px;
}

.data_ctg_wrap .ctg_box li {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
    margin: 0 auto;
}

.data_ctg_wrap .ctg_box li:hover .ctg_icon_wrap,
.data_ctg_wrap .ctg_box li:hover .all_more_icon_wrap {
    border: 2px solid rgba(236, 83, 83, 0.20);
}

.data_ctg_wrap .ctg_box li:hover .ctg_iconBox p {
    color: #EC5353;
    font-weight: 600;
}

.ctg_iconBox {}

.ctg_iconBox .ctg_icon_wrap,
.all_more_icon_wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
    margin: 0 auto;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctg_iconBox .ctg_icon {
    width: 47px;
    height: 47px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.ctg_iconBox .ctg_icon_wrap .ctg_icon.ctg_icon01 {
    background-image: url(/roda/images/admin/category_01.png);
}

.ctg_iconBox .ctg_icon_wrap .ctg_icon.ctg_icon02 {
    background-image: url(/roda/images/admin/category_02.png);
}

.ctg_iconBox .ctg_icon_wrap .ctg_icon.ctg_icon03 {
    background-image: url(/roda/images/admin/category_03.png);
}

.ctg_iconBox .ctg_icon_wrap .ctg_icon.ctg_icon04 {
    background-image: url(/roda/images/admin/category_04.png);
}

.ctg_iconBox .ctg_icon_wrap .ctg_icon.ctg_icon05 {
    background-image: url(/roda/images/admin/category_05.png);
}

.ctg_iconBox .ctg_icon_wrap .ctg_icon.ctg_icon06 {
    background-image: url(/roda/images/admin/category_06.png);
}

.ctg_iconBox .ctg_icon_wrap .ctg_icon.ctg_icon07 {
    background-image: url(/roda/images/admin/category_07.png);
}

.ctg_iconBox .ctg_icon_wrap .ctg_icon.ctg_icon08 {
    background-image: url(/roda/images/admin/category_08.png);
}

.ctg_iconBox .ctg_icon_wrap .ctg_icon.ctg_icon09 {
    background-image: url(/roda/images/admin/category_09.png);
}

.ctg_iconBox p {
    text-align: center;
    margin-top: 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.all_moreBox .all_more_icon_wrap .all_more_icon {
    background-image: url(/roda/images/admin/all_more_icon.png);
    width: 30px;
    height: 30px;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.data_ctg_wrap .ctg_box li:hover .all_more_icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.all_moreBox p {
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 1442px) and (max-width: 1919px) {
    .right_sec {
        background: url(/roda/images/admin/right_bg.png) no-repeat bottom right;
    }

    .rt_container {
        width: 100%;
        padding: 0 20px;
    }

    .data_ctgBox {
        background-color: #F7F7F7;
        border-radius: 30px;
    }

  /*   .data_ctg_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    } */

    .data_ctg_wrap .data_ctg_title h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
    }

    .data_ctg_wrap .data_ctg_title h3 span {
        color: #894CB8;
    }

    /* .data_ctg_wrap .ctg_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 0;
        width: 600px;
    } */

    .data_ctg_wrap .ctg_box li {
        width: 20%;
        margin: 0 auto;
    }

    .data_ctg_wrap .ctg_box li:hover .ctg_icon_wrap,
    .data_ctg_wrap .ctg_box li:hover .all_more_icon_wrap {
        border: 2px solid rgba(236, 83, 83, 0.20);
    }

    .data_ctg_wrap .ctg_box li:hover .ctg_iconBox p {
        color: #EC5353;
        font-weight: 600;
    }


    .ctg_iconBox .ctg_icon_wrap,
    .all_more_icon_wrap {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
        margin: 0 auto;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ctg_iconBox .ctg_icon {
        width: 47px;
        height: 47px;
    }

    .ctg_iconBox p {
        text-align: center;
        margin-top: 10px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

    .all_moreBox .all_more_icon_wrap .all_more_icon {
        background-image: url(/roda/images/admin/all_more_icon.png);
        width: 30px;
        height: 30px;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .data_ctg_wrap .ctg_box li:hover .all_more_icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .all_moreBox p {
        text-align: center;
        margin-top: 10px;
    }
}
@media all and (max-width: 1640px) {
	.data_ctg_wrap .ctg_box {
		width: calc(100% - 180px);
    	margin-right: 0;
    }
}
@media all and (max-width: 1441px) {
    .right_sec {
        background: url(/img/right_bg.png) no-repeat bottom right/contain;
        -webkit-background-size: auto 20%;
        background-size: auto 20%;
    }

    .rt_container {
        width: 100%;
        padding: 0 20px;
    }

    .data_ctg_wrap .data_ctg_title {
        height: 229px;
        width: 180px;
    }
    .data_ctg_wrap .ctg_box {
    	margin-right: 0;
    	gap: 5px 0;
    	width: calc(100% - 180px);
    }

}

@media all and (max-width: 1279px) {
    .right_sec {
        background: url(/roda/images/admin/right_bg.png) no-repeat bottom right/contain;
        width: 100%;
        padding: 20px 0;
        -webkit-background-size: auto 20%;
                background-size: auto 20%;
    }

    .rt_container {
        width: 100%;
        padding: 0 20px;
    }

    .data_ctgBox {
        background-color: #F7F7F7;
        border-radius: 30px;
    }

    .data_ctg_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .data_ctg_wrap .data_ctg_title {
        height: 295px;
        width: 294px;
    }

    .data_ctg_wrap .data_ctg_title h3 {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.3;
    }

    .data_ctg_wrap .ctg_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 0;
        width: 100%;
    }

    .data_ctg_wrap .ctg_box li {
        width: 20%;
        margin: 0 auto;
    }

    .data_ctg_wrap .ctg_box li:hover .ctg_icon_wrap,
    .data_ctg_wrap .ctg_box li:hover .all_more_icon_wrap {
        border: 2px solid rgba(236, 83, 83, 0.20);
    }

    .data_ctg_wrap .ctg_box li:hover .ctg_iconBox p {
        color: #EC5353;
        font-weight: 600;
    }

    .ctg_iconBox .ctg_icon_wrap,
    .all_more_icon_wrap {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
        margin: 0 auto;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ctg_iconBox .ctg_icon {
        width: 47px;
        height: 47px;
    }

    .ctg_iconBox p {
        text-align: center;
        margin-top: 10px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

    .all_moreBox p {
        text-align: center;
        margin-top: 10px;
    }
}


@media (max-width: 885px) {
    .right_sec {
        background: url(/roda/images/admin/right_bg.png) no-repeat bottom right/contain;
        width: 100%;
        padding: 20px 0;   -webkit-background-size: auto 20%;
        background-size: auto 20%;
    }

    .rt_container {
        width: 100%;
        padding: 0 20px;
    }

    .data_ctgBox {
        background-color: #F7F7F7;
        border-radius: 30px;
    }

    .data_ctg_wrap .data_ctg_title {
        height: 282px;
        width: 279px;
    }

    .data_ctg_wrap .data_ctg_title h3 {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.3;
    }

    .data_ctg_wrap .ctg_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 0;
        width: 100%;
    }

    .data_ctg_wrap .ctg_box li {
        width: -webkit-calc(100% / 5);
        width: -moz-calc(100% / 5);
        width: calc(100% / 5);
        margin: 0 auto;
    }

    .data_ctg_wrap .ctg_box li:hover .ctg_icon_wrap,
    .data_ctg_wrap .ctg_box li:hover .all_more_icon_wrap {
        border: 2px solid rgba(236, 83, 83, 0.20);
    }

    .data_ctg_wrap .ctg_box li:hover .ctg_iconBox p {
        color: #EC5353;
        font-weight: 600;
    }

    .ctg_iconBox .ctg_icon_wrap,
    .all_more_icon_wrap {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
        margin: 0 auto;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ctg_iconBox .ctg_icon {
        width: 47px;
        height: 47px;
    }

    .ctg_iconBox p {
        text-align: center;
        margin-top: 10px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

    .all_moreBox p {
        text-align: center;
        margin-top: 10px;
    }
}


@media (max-width: 769px) {
    .right_sec {
        -webkit-background-size: auto 130px;
        background-size: auto 130px;
    }

    .rt_container {
        width: 100%;
        padding: 0;
    }

    .data_ctgBox {
        background-color: #fff;
        border-radius: 30px;
    }

    .data_ctg_wrap {
        display: block;
        height: auto;
        padding: 20px;
        background: url(/roda/images/admin/right_cont_bg_t.png) no-repeat bottom/contain;
    }

    .data_ctg_wrap .data_ctg_title {
        height: auto;
        width: 100%;
        background: none;
    }

    .data_ctg_wrap .data_ctg_title h3 {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 40px;
    }

    .data_ctg_wrap .ctg_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 0;
        width: 100%;
    }

    .data_ctg_wrap .ctg_box li {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        margin: 0 auto;
    }

    .data_ctg_wrap .ctg_box li:hover .ctg_icon_wrap,
    .data_ctg_wrap .ctg_box li:hover .all_more_icon_wrap {
        border: 2px solid rgba(236, 83, 83, 0.20);
    }

    .data_ctg_wrap .ctg_box li:hover .ctg_iconBox p {
        color: #EC5353;
        font-weight: 600;
    }

    .sm_hidden {
        display: none;
    }
}


@media (max-width: 481px) {
    .right_sec {
        -webkit-background-size: auto 90px;
        background-size: auto 90px;
    }

    .rt_container {
        width: 100%;
        padding: 0;
    }

    .data_ctg_wrap .data_ctg_title h3 {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 30px;
    }

    .data_ctg_wrap .ctg_box {
        gap: 10px 0;
        width: 100%;
    }

    .data_ctg_wrap .ctg_box li {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        margin: 0 auto;
    }


    .ctg_iconBox .ctg_icon_wrap,
    .all_more_icon_wrap {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
        margin: 0 auto;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ctg_iconBox .ctg_icon {
        width: 30px;
        height: 30px;
    }


    .data_ctg_wrap .ctg_box li:hover .ctg_icon_wrap,
    .data_ctg_wrap .ctg_box li:hover .all_more_icon_wrap {
        border: 2px solid rgba(236, 83, 83, 0.20);
    }

    .data_ctg_wrap .ctg_box li:hover .ctg_iconBox p {
        color: #EC5353;
        font-weight: 600;
        font-size: 0.875rem;
    }

    .sm_hidden {
        display: none;
    }
}

/* -------------------------------영동군 데이터 분야 END -------------------------------- */

.data_list {
    margin-top: 40px;

}

.data_list_title_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.list_title_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list_title_box li {
    margin-right: 15px;
}

.list_title_box li:last-child {
    margin: 0;
}

.list_title_box li a {
    font-family: 'GmarketSans';
    font-size: 1.25rem;
    color: #A0A0A0;
    display: block;
}

.list_title_box li a::after {
    content: "";
    border-right: 3px solid #a0a0a0;
    padding-right: 15px;
}

.list_title_box li:last-child a::after {
    border: none;
}


.list_title_box li.tab-link.current a {
    font-family: 'GmarketSans';
    font-size: 1.25rem;
    color: #894CB8;
    font-weight: 700;
}

.swiper_btn_wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper_btn_wrap .swiper-button-next {
    background-image: url(/roda/images/admin/next_btn.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    margin-top: 0 !important;
}

.swiper_btn_wrap .swiper-button-prev {
    background-image: url(/roda/images/admin/prev_btn.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    margin-top: 0 !important;
}

.swiper_btn_wrap .swiper_middle {
    background-image: url(/roda/images/admin/swiper_middle.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.s_more_btnBox {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s_more_btnBox .s_more_btn {
    background: url(/roda/images/admin/s_more_icon.png) no-repeat center/contain;
    display: block;
    width: 21px;
    height: 21px;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.s_more_btnBox:hover .s_more_btn {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mySwiper {
	overflow: hidden;
	margin: 0 auto;
	}

#PopularData {
    display: none;
}

.data_swiper_conts a {
    display: block;
    padding: 20px 0;
}

.new_data_card_wrap,
.popular_card_wrap,
.notice_card_wrap,
.archive_card_wrap {
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(187, 187, 187, 0.25);
    box-shadow: 4px 4px 4px 0px rgba(187, 187, 187, 0.25);
    padding: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.new_data_card_wrap:hover,
.popular_card_wrap:hover,
.notice_card_wrap:hover,
.archive_card_wrap:hover {
    border: 1px solid #894CB8;
    background: #FEF8FF;
}

.new_data_cardBox {}

.card_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.card_info>div {
    font-size: 0.875rem;
    font-weight: 300;
}

.ctg_mini {
    margin-right: 6px;
    color: #B5AD92;
    background-color: #FBF7E9;
    text-align: center;
    padding: 10px;
}

.file_name {
    color: #85B567;
    background-color: #D1EAD5;
    text-align: center;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}

.card_title {
    margin-top: 0;
}

.new_data_cardBox>.card_title,
.popular_cardBox>.card_title {
    margin-top: 20px;
}

.card_title h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 1.2;
}

.card_conts {
    margin-top: 20px;
    height: 20px;
}

.card_conts p {
    color: #828282;
    font-size: 0.875rem;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card_date {
    margin-top: 20px;
    color: #BCBCBC;
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card_date .calendar {
    background: url(/roda/images/admin/calendar.png) no-repeat center/contain;
    width: 13px;
    height: 11px;
    display: block;
    margin-right: 6px;
}



@media (max-width: 769px) {
    .data_list {
        margin-top: 40px;
        padding: 0 20px;
    }

    .data_swiper_conts a {
        display: block;
        padding: 20px 0;
    }

    .new_data_card_wrap,
    .popular_card_wrap,
    .notice_card_wrap,
    .archive_card_wrap {
        padding: 14px;
    }

    .card_info>div {
        font-size: 0.875rem;
        font-weight: 300;
    }

    .ctg_mini {
        margin-right: 6px;
        color: #B5AD92;
        background-color: #FBF7E9;
        text-align: center;
        padding: 8px;
    }

    .file_name {
        color: #85B567;
        background-color: #D1EAD5;
        text-align: center;
        padding: 8px;
        font-family: 'Montserrat', sans-serif;
    }

    .card_title {
        margin-top: 0;
    }

    .new_data_cardBox>.card_title,
    .popular_cardBox>.card_title {
        margin-top: 16px;
    }

    .new_data_cardBox>.card_title h2 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
    }

    .card_title h2 {
        font-size: 1.125rem;
        line-height: 1.2;
    }

    .card_conts {
        margin-top: 20px;
    }

    .card_conts p {
        color: #828282;
        font-size: 0.875rem;
        line-height: 1.2;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .card_date {
        margin-top: 20px;
        color: #BCBCBC;
        font-size: 0.875rem;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .card_date .calendar {
        background: url(/roda/images/admin/calendar.png) no-repeat center/contain;
        width: 13px;
        height: 11px;
        display: block;
        margin-right: 6px;
    }
}


@media (max-width: 481px) {
    .data_list {
        margin-top: 30px;
        padding: 0 20px;
    }

    .list_title_box li {
        margin-right: 6px;
    }

    .list_title_box li a {
        font-family: 'GmarketSans';
        font-size: 1.125rem;
        color: #A0A0A0;
        display: block;
    }

    .list_title_box li a::after {
        content: "";
        border-right: 1px solid #a0a0a0;
        padding-right: 6px;
    }

    .list_title_box li:last-child a::after {
        border: none;
    }


    .list_title_box li a.data_tapNav_active {
        font-family: 'GmarketSans';
        font-size: 1.125rem;
        
    }

    .data_swiper_conts a {
        display: block;
        padding: 10px 0;
    }

    .card_info>div {
        font-size: 0.75rem;
        font-weight: 300;
    }

    .ctg_mini {
        margin-right: 6px;
        color: #B5AD92;
        background-color: #FBF7E9;
        text-align: center;
        padding: 4px;
    }

    .file_name {
        color: #85B567;
        background-color: #D1EAD5;
        text-align: center;
        padding: 4px;
        font-family: 'Montserrat', sans-serif;
    }

    .new_data_cardBox>.card_title,
    .popular_cardBox>.card_title {
        margin-top: 10px;
    }

    .card_title h2 {
        font-size: 1rem;
    }

    .card_conts {
        margin-top: 10px;
    }

    .card_conts p {
        font-size: 0.75rem;
    }

    .card_date {
        margin-top: 20px;
        color: #BCBCBC;
        font-size: 0.75rem;
        font-family: 'Montserrat', sans-serif;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}


/* ------------최신데이터, 인기데이터 END ---------------- */

#Archive {
    display: none;
}

.notice_list {
    margin-top: 20px;
}

.notice_list_title_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 30px;
}

.sgis {
	margin:20px 0;
	min-height:138px;
	border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(187, 187, 187, 0.25);
    box-shadow: 4px 4px 4px 0px rgba(187, 187, 187, 0.25);
    padding: 20px 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.swiper_btn_wrap.noti_btn {display: none;}

.sgis ul{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;	
} 
.sgis ul li {
	position: relative;
	width: 25%;
	padding: 8px 10px;
}
.sgis ul li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0px;
	width: 4px;
	height: 4px;
	background: #535353;
	border-radius: 2px;
}
.sgis ul li .link {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left:6px;
	background: url(/roda/images/front/link_icon.png) no-repeat;
}
.sgis ul li:hover a {color: #894CB8;; text-decoration: underline;}
.sgis ul li:hover:before {background: #894CB8;}
.sgis ul li:hover .link{background: url(/roda/images/front/link_icon_c.png) no-repeat;}

@media (max-width: 1420px) {
	.sgis {margin: 15px 0 12px; padding: 10px 30px;}
	.sgis ul li {width: 33%}
}

@media (max-width: 1280px) {
	.sgis {margin: 15px 0 0; padding: 10px 30px;}
	.sgis ul li {width: 25%}
}

@media (max-width: 769px) {
    .notice_list {
        margin-top: 20px;
        padding: 0 20px;
    }

    .notice_list_title_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .list_title_box li a.Notice_tapNav_active {
        font-family: 'GmarketSans';
        font-size: 1.25rem;
    }
    
    .sgis ul li {width: 33%}

}

@media (max-width: 600px) {
	.swiper_middle {display: none;}
	.swiper-button-prev.dt_btn {display: none;}
	.swiper-button-next.dt_btn {display: none;}
	.swiper-button-prev.nt_btn {display: none;}
	.swiper-button-next.nt_btn {display: none;}
	
	.sgis {padding: 10px 0 10px 20px; }
	.sgis ul li {width: 50%}
}

@media (max-width: 500px) {
	.s_more_btnBox {margin-top: -6px;}
}

.gotoDb {
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 120px;
    height: 120px;
    background: #894CB8;
    box-shadow: 2px 2px 2px rgba(38, 0, 68, 0.15);
    border-radius: 60px;
    padding: 45px 20px 10px;
    text-align: center;
    color: #fff;
    font-family: 'GmarketSans';
    z-index: 20;
}

.gotoDb .img {
    background: url(/roda/images/front/goto_db.png);
    width: 85px;
    height: 66px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -42px;
}

.gotoDb span.tit {
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
}

.gotoDb span.sub {
    font-size: 14px;
    color: #E3BEFF
}

.gotoDb .arrow {
    background: url(/roda/images/front/go_arrow.png)#EC5353 no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 15px;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
}

.gotoDb:hover {
    animation: gotoDb 0.4s;
}

@keyframes gotoDb {
    0% {bottom: 54px;}
    10% {bottom: 50px;}
    20% {bottom: 53px;}
    40% {bottom: 50px;}
    50% {bottom: 52px;}
    60% {bottom: 50px;}
    70% {bottom: 51px;}
    80% {bottom: 50px;}
}

@media (max-width: 1279px) {
	.gotoDb {display: none;}
}



/* 챗봇 */
.chat_btn {
    position: fixed;
    right: 40px;
    bottom: 200px;
    width: 120px;
    height: 120px;
    background: #0085FF;
    box-shadow: 2px 2px 2px rgba(38, 0, 68, 0.15);
    border-radius: 60px;
    padding: 45px 10px 10px;
    text-align: center;
    color: #fff;
    font-family: 'GmarketSans';
    z-index: 20;
    cursor: pointer;
}

.chat_btn:hover {
    animation: chat_btn 0.5s;
}

@keyframes chat_btn {
    0% {bottom: 204px;}
    10% {bottom: 200px;}
    20% {bottom: 203px;}
    40% {bottom: 200px;}
    50% {bottom: 202px;}
    60% {bottom: 200px;}
    70% {bottom: 201px;}
    80% {bottom: 200px;}
}

.chat_btn .img {
    background: url(/roda/images/front/chatbot.png);
    width: 78px;
    height: 65px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -39px;
}

.chat_btn p.tit {
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
}

.chat_btn p.sub {
    font-size: 14px;
    color: #B8DDFF
}

#chat-container {
    position: fixed;
    right: 170px;
    bottom: 190px;
    width: 400px;
    height: auto;
    max-height: 600px;
    min-height: 300px;
    display: none;
    background: #fff;
    flex-direction: column;
    border: 1px solid #0085FF;
    border-radius: 10px;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.chat_hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    background: #0085FF;
    padding: 10px 15px;
    color: #fff;
}

.chat_hd p {
    padding: 2px 5px;
    font-size: 1.125rem;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.chat_hd .closed {
    width: 30px;
    height: 30px;
    background: none;
    background: url(/roda/images/front/close_w.png);
    background-size: cover;
}


.chatbot .chatbox {
    overflow-y: auto;
    height: 510px;
    padding: 20px 20px 100px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
    width: 6px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 25px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.chatbox .chat {
    display: flex;
    list-style: none;
}

.chatbox .outgoing {
    margin-bottom: 10px;
    justify-content: flex-end;
}

.chatbox .chat.incoming {
    margin-bottom: 10px;
}


.chatbox .chat p {
    white-space: pre-wrap;
    padding: 12px 16px;
    border-radius: 10px 0 10px 10px;
    max-width: 75%;
    font-size: 0.95rem;
    background: #E1F1FF;
    word-break: break-all;
}

.chatbox .incoming p {
    border-radius: 0 10px 10px 10px;
}

.chatbox .chat p.error {
    color: #721c24;
    background: #f8d7da;
}

.chatbox .incoming p {
    color: #000;
    background: #f2f2f2;
}

.chatbot .chat-input_area {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.chatbot .chat-input {
    display: flex;
    gap: 5px;
    width: 100%;
    background: #eee;
    padding: 3px 5px 3px 20px;

}

.chat-input textarea {
    height: 35px;
    width: 100%;
    background: #eee;
    border: none;
    outline: none;
    resize: none;
    max-height: 180px;
    padding: 8px 15px 5px 0;
    font-size: 0.95rem;
    min-height: 35px;
    overflow: auto;
}

.chat-input span {
    background: url(/roda/images/front/send.png) no-repeat center;
    width: 45px;
    align-self: flex-end;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    visibility: hidden;
    font-size: 1.35rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin-bottom: 1px
}

.chat-input textarea:valid ~ span {
    visibility: visible;
}

@media all and (max-width: 1279px) {
    .gotoDb {display: none;}
    
    .chat_btn {
        position: fixed;
        right: 0px;
        bottom: 30px;
        width: 50px;
        height: 48px;
        background: #0085FF;
        box-shadow: none;
        border-radius: 25px 0 0 25px;
        padding: 0px;
    }
    
    .chat_btn:hover {
        animation: none;
    }

    .chat_btn .img {
        background: url(/roda/images/front/chatbot.png) no-repeat;
        background-size: 100%;
        width: 35px;
        height: 40px;
        position: absolute;
        top: 8px;
        left: unset;
        right: 5px;
        margin-left: -39px;
    }

    .chat_btn p.tit {
        display: none;
    }

    .chat_btn p.sub {
        display: none;
    }
    
    #chat-container {
        position: fixed;
        right: 60px;
        bottom: 30px;
        width: 400px;
        height: auto;
    }
    
}

@media all and (max-width: 500px) {
    #chat-container {
        position: fixed;
        right: unset;
        bottom: unset;
        top: 0;left: 0;
        width: 100%;
        height: 100vh;
        max-height: unset;
        min-height: unset;
        border-radius: 0px;
        overflow: hidden;
    }
    .chatbot .chatbox {height: 100%;}
}




