@charset "utf-8"; 

/* --------  -------- CONTENTS --------  -------- */

/*데이터 카테고리*/
/*파일유형*/
.cate.cate_file{/* background: #f0f4ff; */color: #306bff !important;}
.cate.cate_api{background: #f3faf0;color: #59bc27 !important;}
.cate.cate_link{background: #fff6f0;color: #f69045 !important;}
.cate.cate_map{background: #f7f0ff;color: #a45ff1 !important;}
/*파일확장자*/
.cate.rest{color: #c13e36 !important; border:1px solid #eec2ce !important;}
.cate.rss{color: #f06b00 !important;border:1px solid #ffac69 !important;}
.cate.link{color: #f69045 !important;border:1px solid #f8d1b7 !important;} 
.cate.soap{color: #3cbabe !important; border:1px solid #c6ebec !important;}
.cate.csv{color: #306bff !important; border:1px solid #bacffd !important;}
.cate.excel{color: #12ab44 !important;border:1px solid #b1d9bc !important;}
.cate.etc{color: #a964e4 !important;border:1px solid #dec4f5 !important;}



/*데이터상세검색_list*/
.data_set_top {
    width: 100%;
    /* height: 123px; */
    border: 1px solid #e0e2ec;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    padding: 25px 22px 10px 22px;
    font-size: 14px;
    box-shadow: 5px 5px 8px 0px rgba(224, 225, 230, 0.4);
    overflow: hidden;
}

.data_set_top .data_set_Tle {
    color: #4b4b4b;
    font-weight: 600;
    display: block;
    position: absolute;
    top: 2px;
    left: 15px;
    font-size: 13px;
}

.data_set_top .data_set_top1,.data_set_top .data_set_top2,.data_set_top .data_setSearch {
    position: relative;
    height: 100%;
    float: left;
    padding: 27px 10px 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.data_set_top .data_set_top1 {
    width: 100%;
}
/*
.data_set_top .data_set_top1 .data_set_cate {
    width: 100%;
    height: 40px;
    border: 1px solid #e0e2ec;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
     position: relative;
}
 */
.data_set_top .data_set_top1 .data_set_cate > a {
    display: block;
    line-height: 40px;
    font-weight: 500;
    padding: 0 13px;
    background: url(../img/common/icon_select.png) no-repeat center right 8px;
    text-align: left;
}

.data_set_top .data_set_top1 .data_set_cate.data_set_cateOn {
    border-radius: 10px 10px 0 0;
}

.data_set_top .data_set_top1 .data_set_cate.data_set_cateOn .data_set_cateSelect {
    display: block;
}

.data_set_top .data_set_top1 .data_set_cate .data_set_cateSelect li {
    line-height: 30px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.data_set_top .data_set_top1 .data_set_cate .data_set_cateSelect li:nth-child(2n) {
}

.data_set_top .data_set_top1 .data_set_cate .data_set_cateSelect li a {
    display: block;
    font-size: 1.3rem;
    padding: 9px 17px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1;
    margin: 4px  2px;
}



.data_set_top .data_set_top1 .data_set_cate .data_set_cateSelect li.on a {
    background: #000000;
    color: #fff;
    font-weight: 500;
}
.data_set_top .data_set_top1 .data_set_cate .data_set_cateSelect li a:hover {
    background: #000000;
    color: #fff;
}

.data_set_top .data_set_top2 {
    width: 225px;
}

.data_set_top2 .tab {
    width: 100%;
    /* border: 1px solid #e0e2ec; */
    box-sizing: border-box;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.data_set_top2 .tab li {
    float: left;
    width: 25%;
    border-radius: 7px;
    text-align: center;
    line-height: 31px;
    border: 1px solid #e0e2ec;
    border-radius: 0;
    box-sizing: border-box;
}

.data_set_top2 .tab li:not(:last-child) {
    border-right: none;}
    
.data_set_top2 .tab li a {
    color: #67707d;
    display: block;
    font-size: 14px;
}

.data_set_top2 .tab li.on {
    background: #f2f4fc;
    font-weight: 600;
}

.data_set_top2 .tab li.on a {
    background: #000000;
    color: #fff;
    font-size: 14px;
}

.data_set_top .data_setSearch {
    width: calc(100% - 277px);
    float: left;
    margin-left: 15px;
}

.data_set_top .data_setSearch .form {
    font-size: 14px;
    background: #f5f5f5;
    width: calc(100% - 175px);
    height: 33px;
    line-height: 33px;
    border-radius: 0;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
}

.data_set_top #search {
    width: 161px;
    height: 37px;
    background: #2f47d9;
    border-radius: 10px;
    color: #fff;
    border: none;
    letter-spacing: 3px;
    font-weight: 500;
    /* margin-top: 55px; */
    /* float: right; */
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    line-height: 33px;
    float: right;
    /* margin: 0 10px; */
    border-radius: 50px;
    position: absolute;
    top: 24px;
    right: 0;
}

/*검색필터*/
.data_set_top.data_set_top2 {
    height: 82px;
}

.data_set_top.data_set_top2 select.form {
    width: 13%;
    float: left;
    margin: 20px 5px;
}

.data_set_top.data_set_top2 .data_setSearch {
    width: 25%;
    padding: 0;
    float: none;
    display: inline-block;
    margin: 20px 5px;
    height: auto;
}

.data_set_top.data_set_top2 #search {
    margin-top: 20px;
}

.data_set_top.data_set_top2 .data_set_date {
    text-align: left;
    float: left;
    width: 583px;
    margin: 20px 5px;
}

.data_set_top.data_set_top2 .data_set_date .termWrap {
    width: calc(100% - 110px);
}

.data_set_top.data_set_top2 .data_set_date .data_set_Tle {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100px;
    text-align: center;
}

.data_list .data_listWrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.data_list .data_listWrap .data_tree {
    float: left;
    width: 230px;
    min-height: 620px;
    border: 1px solid #e0e2ec;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.data_list .data_listWrap .data_tree > p {
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    background: #4c4f61;
    font-weight: 500;
}

.data_treeCont {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.data_setIn {
    width: 100%;
    float: right;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}

.data_setIn_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 24px;
    margin: 15px 0;
}

.data_setIn .data_setIn_top p {
    float: left;
}

.data_setIn .data_setIn_top p span {
    font-weight: 500;
}

.data_setIn .data_setIn_top p span.num {
    color: #2c3eae;
    font-size: 17px;
    font-weight: 600;
}

.data_setIn .data_setIn_top .tab {
    float: right;
}

.data_setIn .data_setIn_top .tab li {
    float: left;
}

.data_setIn .data_setIn_top .tab li:before {
    content: '';
    width: 1px;
    height: 13px;
    background: #ddd;
    display: inline-block;
    margin: 0 8px;
    vertical-align: 0px;
}

.data_setIn .data_setIn_top .tab li:first-child:before {
    display: none;
}

.data_setIn .data_setIn_top .tab li.on:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #4759e4;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.data_setIn .data_setIn_top .tab li.on a {
    color: #4759e4;
    font-weight: 600;
}

.data_setBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.data_setBox .dataSet {
    width: 100%;
    float: left;
    margin: 0 0px 18px 0;
    border: 1px solid #e0e2ec;
    box-sizing: border-box;
    /* height: 195px; */
    position: relative;
    padding: 18px 30px 13px 30px;
    background: #fafafa;
    border-radius: 4px;
    transition-duration: 0.2s;
    overflow: hidden;
    transition: all .35s ease;
    width: calc((100% - 25px )/2);
    margin-right: 20px;
}
.data_setBox .dataSet:nth-of-type(2n) {margin-right: 0;}


.data_setBox.inner > .dataSet {width: calc((100% - 40px )/3);}
.data_setBox.inner > .dataSet {margin: 0 10px 10px 0;padding: 12px 20px 13px 20px;box-sizing: border-box;}
.data_setBox.inner > .dataSet > .dS_title {
    font-size: 16px;
    margin-bottom: 0;
    color: #6a6a6a;
}
.data_setBox .dataSet:nth-of-type(3n) {/* margin-right: 0; */}
.data_setBox.inner > .dataSet .dS_date {color: #77787a;margin: 0;}
.data_setBox.inner > .dataSet .dS_date b {margin-right: 2px;}

.data_setBox .dataSet:hover {
    border: 1px solid #6f7990;
    background: #fff;
    box-shadow: rgba(140, 140, 140, 0.07) 0px 7px 9px;
}

.data_setBox .dataSet:hover a {text-decoration: underline;}
.data_setBox.inner > .dataSet.selected {
    background: #fff;
    border-color: #a2a9d2;
}
.data_setBox.inner > .dataSet.selected:after {content:'';width:100%;height: 3px;position: absolute;top: 0;left:0;background: #3F51B5;}
.data_setBox.inner > .dataSet.selected  > .dS_title {color:#000}
.data_setBox_detail {
    /* border: 1px solid #e0e2ec; */
    box-sizing: border-box;
    /* padding: 20px; */
    /* border-radius: 4px; */
    /* background: #fafafa; */
    /* border-top: 3px solid #3F51B5; */
    font-size: 14px;
    margin-bottom: 10px;
}
.data_setBox_detail > div > .boardView-tbl {font-size: 14px;}
.dataSet .dS_category {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    background: #ffffff;
    /* border-radius: 30px; */
    border: 1px solid #e0e2ec;
    border-width: 0 0 1px 1px;
    border-radius: 0 0 0 10px;
    box-shadow: 2px 2px 0 #e0e2ec;
}

.dataSet .dS_category span {
    color: #6f7990;
    line-height: 25px;
    display: inline-block;
}

.dataSet .dS_category span.cate {
    padding-right: 45px;
    padding: 0 55px 0 13px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 0;
}

.dataSet .dS_category span.cate2 {
    position: absolute;
    right: 10px;
}

.dataSet .dS_category span.cate:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #c6cee1;
    display: inline-block;
    margin: 0 8px;
    vertical-align: 0px;
}

.dS_category1 {
    color: #767a82;
    font-size: 14px;
    font-weight: 500;
}

.dS_title {
    font-size: 17px;
    font-weight: 500;
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 25px;
    height: 26px;
    margin: 7px 0;
}

.dS_cont {
    color: #737373;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #979da9;
}

.dS_cont a {
    color: #979da9;
}

.dS_date {
    color: #8d8f95;
    font-size: 13px;
    margin: 4px 0 0;
}
.dS_date span i {margin-right: 4px;font-size: 1.35rem;}
.dS_date span {
    margin-left: 20px;
}

.dS_date span:first-child {
    margin-left: 0px;
}

.dS_date i {
    font-size: 12px
}

#linkDataSetListBox .dS_title {
    height: 25px;
    display: block;
    white-space: nowrap;
}

.data_setBox  > .pagination {clear: both;}
.data_setBox  > .pagination { margin: 1rem 0;}
.data_setBox  > .pagination > li a  {border: none;}
.data_setBox  > .pagination > li.pageOn a { background: none;color: #000 !important;font-weight: 800; border-radius: 0;box-sizing: border-box;}


.data_viewList {}



/*타입*/
span.type{display:inline-block;position:relative;z-index:10;/* margin-left: 4px; */font-weight:300;font-size: 14px;line-height:32px;letter-spacing:0;font-weight: 500;}
span.type:before{content: '';display:block;position:absolute;bottom: 6px;left:0;z-index:-10;width:100%;height:10px;border-radius:10px}
span.type.t1{color:#407a09}
span.type.t2{color:#af7900}
span.type.t3{color:#e76d06}
span.type.t4{color:#e20177}
span.type.t5{color:#7559c3}
span.type.t6{color:#0f64ce}
span.type.t7{color:#75402f}
span.type.t1:before{background-color:#ebf6c7}
span.type.t2:before{background-color:#f9f2b5}
span.type.t3:before{background-color:#fee5d8}
span.type.t4:before{background-color:#ffe2f6}
span.type.t5:before{background-color:#f2e2ff}
span.type.t6:before{background-color:#d6efff}
span.type.t7:before{background-color:#f9eddd}




/*데이터상세검색_view*/
.data_view {}
.data_view .btn-download {height: 28px;line-height: 14px;box-sizing: border-box;border: none;background: #6f7990;}
.data_view .boardView-tbl{border-top: none;margin: 0;font-size: 15px;}
.data_view .boardView-tbl .update_file{margin: 0 !important;}
.data_view .boardView-tbl .update_file a:hover{text-decoration: underline;}
.data_view .boardView-tbl .data_view_cont{overflow-y: auto;height: 80px}
.data_view .boardView-tbl thead th{padding: 0 0 15px 0;border-top: none;border-bottom: 2px solid #4d4d4d;/* border-top: 2px solid #4d4d4d; */}
.data_view .boardView-tbl tbody th{padding: 7px 20px;border-top: 1px solid #e6e6e6;font-weight: bold;color:#000;background: none;text-align: left;}
.data_view .boardView-tbl tbody th:after {content: '';display:inline-block;width:1px;height: 15px;/* background: #d5d5d5; */position: absolute;right: 0;top: 14px;}
.data_view .boardView-tbl tbody td{padding: 7px 10px;border-top: 1px solid #e6e6e6;/* line-height: 28px; */}
.data_view_title {/* padding: 23px 30px  18px 30px; *//* background: #fafafa; *//* border-radius: 10px; *//* border: 1px solid #e0e2ec; *//* box-shadow: 5px 5px 8px 0px rgba(224, 225, 230, 0.4); */}
.data_view .boardView-tbl thead th .cate2{vertical-align: top;margin-top: 8px;margin-right: 5px;color: #404040;border: 1px solid #909090;padding: 3px 11px;vertical-align: 4px;border-radius: 30px;background: #fff;font-size: 13px;}
.data_view .boardView-tbl thead .list_tit{overflow: hidden;font-size: 25px;display: block;font-weight: 700;/* text-align: left; */}
.data_view .boardView-tbl .cate{padding: 2px 10px;font-size: 14px;font-weight: 500;border-radius: 30px;}
.data_viewInfo{margin: 0;height: auto;overflow: hidden;font-weight: 400 !important;/* color: #6e6e6e; *//* margin: 7px 0 0; *//* text-align: left; */}
.data_viewInfo span{font-size: 14px;}
.data_viewInfo span:after{content:'';width: 1px;height:10px;background:#ddd;display:inline-block;margin: 0 7px 0 10px;}
.data_viewInfo span:last-child:after{display:none;}
.data_viewInfo b{margin-right: 5px;}
.data_view .boardView-tbl .data_view_cont{overflow-y: auto;}
.data_view .boardView-tbl .cont_area{min-height: 300px;box-sizing: border-box;padding: 20px 0;}





/* 공공데이터 제공신청  */
.minwon-flow{margin-top:20px;background: #f4f5f9;box-sizing: border-box;padding: 25px 65px 20px 65px;/* border: 1px solid #e9e9e9; *//* box-shadow: rgba(140, 140, 140, 0.2) 0px 4px 9px; */}
.minwon-flow li{ margin:30px 0;clear: both;/* overflow: hidden; */height: 67px;position: relative;}
.minwon-flow li h4{ opacity: 0; float:left;position:relative;width: 234px;padding: 13px 32px;background:#fff;border: 1px solid #3e51ea;border-radius: 2px;letter-spacing:-0.06em;text-align:center;box-sizing: border-box;color: #3e51ea;box-sizing: border-box;display: inline-block;box-shadow: rgba(140, 140, 140, 0.2) 0px 4px 9px;z-index: 1;font-size: 16px;}
.minwon-flow li h4:after{ animation:mIb  1.5s ease-out infinite; animation-delay:1.5s; animation-delay:1.5s; content: '';display: block;width: 24px;height: 24px;position: absolute;bottom: -34px;left: 50%;border-radius: 50%;margin-left: -12px;box-sizing: border-box;background-position: 50% 50%;background-image: url(../img/main/arrow02.png);background-repeat: no-repeat;}

.minwon-flow li h4 {}
.minwon-flow li:nth-child(1) h4 {animation:mIb 1.5s ease-out; animation-delay: 0s; animation-fill-mode:forwards}
.minwon-flow li:nth-child(2) h4 {animation:mIb 1.5s ease-out; animation-delay: 0.5s; animation-fill-mode:forwards}
.minwon-flow li:nth-child(3) h4 {animation:mIb 1.5s ease-out; animation-delay: 1s; animation-fill-mode:forwards}

.minwon-flow li h4:before{content: '';display: block;width: 44px;height: 74px;background: white;position: absolute;top: 56px;left: 95px;box-sizing: border-box;background: #d8e3f7;z-index: -1;background: linear-gradient(to bottom, #e3e5eb 0%, #f4f5f9 100%);}
.minwon-flow li:after {content: ''; display: block; clear: both;;}
.minwon-flow li.m-last-li h4{font-weight:600;background: linear-gradient(to right, #6718ce 0%, #2871fa 100%);color: #fff;border-color: #4942e3;}
.minwon-flow li:nth-child(3) h4:before {display:none}
.minwon-flow li p{float:right;width: calc(100% - 268px);box-sizing: border-box;height: 53px;display: inline-block;line-height: 1.65;padding-top: 5px;}
.minwon-flow li:first-child p {padding-top:15px;}
.minwon-flow li:first-child p br {display: none;}
.minwon-flow li:last-child h4:after {display: none;}
.minwon-flow li a.txt-link {
    padding: 5px 15px 5px 17px !important;
    border-color: #8581da;
    box-shadow: rgba(140, 140, 140, 0.2) 0px 4px 9px;
    color: #3328cc;
    letter-spacing: -0.05rem;
}




.txt-link {white-space: nowrap;font-weight: 500;transition-duration: 0.3s;border: 1px solid #e1e1e1;box-sizing: border-box;padding: 2px 13px 2px 14px !important;border-radius: 30px;margin: 0 7px;font-size: 0.85em;background: #ffffff;letter-spacing: 0.0325em;color: #767676;white-space: nowrap;}
.txt-link:hover{color: #573de9;}
.txt-link i {font-size: 1.2rem;color: #573de9; margin-left: 2px;}
.txt-link:hover i{animation: tilt 0.4s 1;}
.scroll_box {overflow-x: auto;}
table * > .txt-link {    white-space: inherit;}
.info_box {position:relative;padding: 2px;margin-top: 20px;/* min-height: 80px; */background: #e7e8ed;border-radius: 10px;}
.info_box:before {content:'';position:absolute;top:0;right:0;width: 32px;height: 32px;background: linear-gradient(to right, #6718ce 0%, #2871fa 100%);border-radius: 0 10px 0 0;}
.info_box  > div {display:table;width:100%;background:#fff;position:relative;/* min-height: 80px; */border-radius: 8px;box-sizing: border-box;padding: 20px 20px 20px 90px;line-height: 1.5;}
.info_box  > div > span {display: inline-block;width: 44px;height: 44px;background: #f4f5f9;border-radius: 100%;text-align: center;line-height: 44px;position: absolute;top: 50%;left: 27px;transform: translateY(-50%);color: #2453cb;}


/*관련사이트*/
.rel_site > li {overflow: hidden;padding: 0;border: 1px solid #e0e2ec;margin: 0 20px 20px 0;border-radius: 13px;height: 259.78px;box-sizing: border-box;width: calc((100% - 61px) / 3);float: left;}
/* .rel_site > li:nth-child(even) {margin-right: 0;} */
.rel_site .s_logo {overflow: hidden;position: relative;display: block;max-width: 200px;height: 54px;margin: 26px auto 14px;}
.rel_site .s_logo > img {position: absolute; top: 50%; left: 50%; /*max-width: 160px;*/  max-height: 50px; transform: translate(-50%, -50%); text-align: center; vertical-align: middle;}
.rel_site .s_content {padding: 0 20px;margin: 0 0 12px 0;/* text-align: center; */}
.rel_site .s_content > a {font-size: 17px;font-weight: 600;display: block;white-space: nowrap;overflow: hidden;margin: 0 0 4px 0;}
.rel_site .s_content > p {color: #959595;min-height: 81px;line-height: 1.3;font-size: 15px;}
.rel_site .s_link_wrap {margin: 8px 0 0 0;background: #f5f5f5;border-top: 1px solid #e0e2ec;padding: 0 20px;text-align: right;}
.rel_site .link {margin-right: 20px;font-size: 14px;display: block;padding: 5px;color: #9799a1;font-weight: 500;}
.rel_site .link:hover {text-decoration: underline;}
.rel_site .btn {padding: 8px 4px 8px 12px;line-height: 40px;border: none;background: none;text-indent: -76px;overflow: hidden;width: 40px;height: 40px;padding: 0;min-width: 40px;color: #ee2e5b;border-radius: 100%;background: #f1f1f1;transition: background-color 0.3s;}
.rel_site .btn:after{content: "\f0c1";font-family: 'Font Awesome 5 Free';font-weight: 900;margin: 0 0 0 20px;}
.rel_site .btn:hover {color: #fff;background-color: #ee2e5b;}



/* /////////////////////북구의하루 oneday color: yellow; */
/* noh  2023.10.24
   cont. css 
   line : 1062 - 1240 

   01_북구의하루.html 
   line : 171 - 569
*/

.contens_body {
    width: 100%;
    height: auto;
  }
  .content_container_oneday {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .content_container_oneday ul {
    display: flex;
    /* 정렬 */
    justify-content: space-between;
    /* 부모넓이로 자동 축소/확장 */
    flex-wrap: wrap;
  }
  .content_container_oneday ul li {
    display: block;
    flex: 0 0 23%;
    flex-direction: row;
    justify-content: flex-start;
    border: 1px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
    width: 212px;
    height: 260px;
    /* margin-right: 10px; */
    margin-bottom: 30px;
  }
  
  .content_container_oneday ul li div {
    text-align: center;
    /* margin-left: 2px; */
  }
  
  .content_container_oneday ul li .content_sub_head {
    display: block;
    box-sizing: border-box;
    height: 92px;
    padding: 18px 2px;
  }
  .content_container_oneday ul li .content_box .twoData {
    display: block;
    box-sizing: border-box;
    height: 92px;
    padding: 10px 2px;
  }
  .content_sub_head .text {
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 170%;
  }
  .content_sub_head .text .text_sub {
    /* (나이) */
    font-size: 12px;
    font-weight: normal;
    padding-left: 2px;
  }
  .content_sub_head .text div {
    font-size: 24px;
  }
  .content_sub_head .text div .today {
    font-size: 24px;
    color: #0066b3;
    font-weight: bold;
  }
  .content_sub_head .text div .text_data {
    font-size: 18px;
    line-height: 90%;
  }
  .content_sub_head .text div .text_data span {
    font-size: 11px;
    color: #0066b3;
  }
  .content_sub_head .text div .text_data .today {
    font-size: 18px;
    color: #0066b3;
    font-weight: bold;
    padding-left: 3px;
  }
  .content_sub_head .text div .two span {
    font-size: 11px;
    color: #c54e4e;
  }
  .content_sub_head .text div .two .today {
    font-size: 18px;
    color: #c54e4e;
    font-weight: bold;
    padding-left: 3px;
  }
  
  .content_container_oneday ul li .content_sub_body {
    white-space: nowrap;
    height: 167px;
    width: auto;
    border-top: 1px solid #eee;
  }
  .content_container_oneday ul li img {
    box-sizing: border-box;
    margin: 19px 0;
  }
  .content_container_oneday .today_date {
    text-align: right;
    padding-right: 18px;
    /* padding-bottom: 14px; */
    font-size: 10pt;
    color: #8e8e8e;
    padding-top: 5px;
  }
  
  /* 1600 추가  */
  @media (max-width: 1600px) {
    .content_container_oneday ul li {
      /* flex-grow, flex-shrink, flex-basis */
      flex: 0 0 23%;
      /* 정렬 */
      justify-content: flex-start;
      /* 부모넓이로 자동 축소/확장 */
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  @media (max-width: 1200px) {
    .content_container_oneday ul li {
      /* flex-grow, flex-shrink, flex-basis */
      flex: 0 0 31%;
    }
  }
  @media (max-width: 1020px) {
    .content_container_oneday ul li {
      /* flex-grow, flex-shrink, flex-basis */
      flex: 0 0 23%;
    }
  }
  @media (max-width: 880px) {
    .content_container_oneday ul li {
      /* flex-grow, flex-shrink, flex-basis */
      flex: 0 0 32%;
      /* margin: 0 auto; */
      margin-bottom: 15px;
      /* margin-left: 2px; */
    }
  }
  @media (max-width: 540px) {
    .content_container_oneday ul li {
      /* flex-grow, flex-shrink, flex-basis */
      flex: 0 0 45%;
      margin: 0 auto;
      margin-bottom: 15px;
      /* margin-left: 2px; */
      min-width: 149px;
    }
    .content_sub_head .text div {
      font-size: 20px;
    }
    .content_sub_head .text div .today {font-size:22px}    
    .content_sub_head .text div .two .today {
      font-size: 16px;
    }
  }
  
  @media (max-width: 360px) {
    .content_container_oneday ul li {
      flex: 0 0 100%;
      max-width: 260px;
    }
  }
  /* 
  @media (max-width: 1600px) 
  @media (max-width: 1200px) 
  @media (max-width: 1020px) 
  @media (max-width: 880px) 
  @media (max-width: 540px)
  @media (max-width: 360px) 
  */
  /* noh 종료 */




  /* 북구의하루 지도 */
.map_wrap {
    margin-top: 2rem;
    justify-conent: center;
}
.map_wrap > .map {width: 100%;text-align: center;}
.map_wrap > .map > div {
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(140, 140, 140, 0.07) 0px 7px 9px;
    box-sizing: border-box;
    padding: 0 80px;
}
.map_wrap > .map > div img {
    max-width: 100%;
}
.map_wrap > .map_data {width: 100%;margin-top: 5rem;}
.map_data_info {text-align: center;margin: 0 0 30px 0;}
.map_data_info b {text-align: right;}
.map_data > dl {
    display: inline-block;
    text-align: center;
    margin: 0 2px 5px 2px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    min-width: 130px;
    border-radius: 5px;
    overflow: hidden;
}
.map_data > dl dt {
    display: block;
    font-weight: 600;
    background: #f4f5f9;
    /* color: #fff; */
    padding: 6px 0 3px 0;
}
.map_data > dl dd {
    /* display: inline-block; */
    /* text-align: right; */
    /* width: 50px; */
    padding: 3px 0 5px 0;
}
.map_data > dl span {
    font-size: 12px;
    margin: 0 0 0 2px;
}



@media (max-width: 1200px) {


    /* 공공데이터 제공신청  */
    .minwon-flow li:before {display: none;}
    .minwon-flow li h4 {float: inherit;width:100%;padding: 8px 21px;}
    .minwon-flow li p {float: inherit;width:100%;text-align: center;padding-top: 16px;font-size: 13px;}
    .minwon-flow li {height: auto;margin: 10px 0;}
    .bus_intro{margin-left: -12px;width: calc(100% + 24px);}
    .minwon-flow li h4:before, .minwon-flow li h4:after {display: none;}





}
@media (max-width: 1020px) {
    .data_set_top {padding: 15px 30px 63px 30px;}
    .data_set_cate { overflow-x: auto; }
    .data_set_top .data_set_top1 .data_set_cate .data_set_cateSelect { /* white-space: nowrap; */ overflow: visible;    }
    .data_set_cate::-webkit-scrollbar { display: none;} 
    .data_set_top .data_set_top1, .data_set_top .data_set_top2, .data_set_top .data_setSearch {margin-bottom: 5px;padding: 27px 3px 0 3px;}
    .data_set_top .data_set_top2 {    max-width: 460px;}
    .data_set_top .data_setSearch {width: 100%;margin-left: 0;}
    .data_set_top .data_set_top1 .data_set_cate .data_set_cateSelect li a {font-size: 12px;padding: 9px 8px;margin: 2px 1px;}
    .data_set_top .data_set_Tle {left:3px}
    .data_set_top2 .tab li {line-height: 26px;}
    .data_set_top2 .tab li a {font-size: 12px;} 
   
    .data_setBox.inner > .dataSet {width: calc(100%);}
    .data_setBox.inner > .dataSet {margin:0 0 8px 0}
    .data_setBox .dataSet:nth-of-type(2n) {margin-right: 0;}
    .dS_title {font-size: 15px;}
    span.type {font-size: 13px;}
    .dS_date span {    margin-left: 5px;    font-size: 12px;}


    .bus_acco_tle{border-top: 1px solid #dee3ec;border-bottom: 1px solid #dee3ec;margin-bottom: -1px;overflow: hidden;margin: 0px 0 8px 0;}
    .bus_acco_tle > h4 {display: block;margin: 0;}
    .bus_acco_tle > h4  a {position: relative;display: block;/* overflow: hidden; */color: #475057;padding: 15px 90px 15px 10px;font-size: 18px;line-height: 24px;background: #fff;}
    .bus_acco_tle > h4 a br {display: none;}
    .bus_acco_tle.show {/* margin: 10px 0; *//* border-top: 1px solid #dee3ec; *//* border-bottom: 1px solid #dee3ec; */}
    .bus_acco_tle.show > h4 a {background: #2c70fd;color: #3323c0;/* background: #f5f7fb; */background: #fff;}
    .bus_acco_tle > h4 a:after {display:block;position:absolute;z-index:2;right: 20px;top: 18.5px;width: 8px;height: 8px;border-width:1px;border-style: solid;border-color: #cecece;border-width: 0 2px 2px 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);content:'';}
    .bus_acco_tle.show > h4 a:after {top: 21.5px;border-width: 2px 0 0 2px;border-color: #475057;}
    .bus_acco_cont{display: none;padding: 15px 10px;background: #fff;border-top: 1px solid #dee3ec;width: calc(100% - 24px);}
    



}
@media (max-width: 1000px){
    .data_set_top .data_set_Tle{top: 13px;}
    .data_set_top .data_set_top1, 
    .data_set_top .data_set_top2, 
    .data_set_top .data_setSearch{padding: 3px 5px 3px 98px;width: 100%;}
    .data_set_top #search {right: 50%;margin-right: -80px;top: 51px;}
    .data_set_top .data_setSearch .form {width:100%;}
    .data_view .boardView-tbl {font-size: 13px !important;}
    .data_view .boardView-tbl > tbody th {width: 140px;padding: 3px 20px;}
    .data_view .boardView-tbl > tbody td {width: calc(100% - 140px);padding: 3px 20px;}
    .data_view .boardView-tbl thead th {padding:0} 
    .map_wrap > .map_data {display: flex;justify-content: center;flex-wrap: wrap;flex-direction: row;margin: 0 auto;text-align: center;}
    .map_wrap > .map_data dl{flex: 0 0 32%;min-width: auto;}
    .map_wrap > .map > div {padding:0;border: none;box-shadow: none;}
    .map_wrap {margin-top:0}
    .map_data_info {text-align: right;box-sizing: border-box;margin: 0 0 10px 0;padding-right: 5%;}
}
@media all and (max-width: 880px){

    .data_set_top .data_set_top1 .data_set_cate .data_set_cateSelect { height: 79px; overflow-y: scroll;}
    .data_setBox .dataSet {padding: 18px 15px 13px 15px;}
    .data_view .boardView-tbl thead .list_tit{font-size: 20px;display: inline;vertical-align: middle;line-height: 27px;}
    .data_viewEx .boardView-tbl thead .list_tit{font-size: 18px;}
    .data_view .boardView-tbl thead .list_tit {display: block;font-size: 18px;}
    .data_view .boardView-tbl thead th .cate2 {font-size: 11px;}
    .data_view_title {padding: 20px 12px 15px 12px;text-align: left;}
    .data_viewInfo span{font-size: 12px;display: block;position: relative;padding: 0 0 0 13px;}
    .data_viewInfo span:after{height: 3px;position: absolute;top: 8px;left: 5px;background: #323232;width: 3px;margin: 0;}
    .data_viewInfo span:last-child:after{display:block;}

    .minwon-flow {padding:20px}
    .info_box > div > span {display: none;}
    .info_box > div {padding: 15px 15px;font-size: 13px;letter-spacing: -0.06em;}

    
    .rel_site > li {width:100%; margin-right: 0;}

    .data_setBox .dataSet {width:100%; margin-right: 0;}

}
@media (max-width: 460px){

    .data_set_top {padding: 12px 12px 68px 12px;}
    .data_set_top .data_set_top1, 
    .data_set_top .data_set_top2, 
    .data_set_top .data_setSearch {padding: 34px 0 0;width: 100%;}
    .data_set_top .data_set_top1 .data_set_cate,
    .data_set_top2 .tab{width: 100%;}
    .data_set_top .data_set_Tle {top: 10px;left: 5px;font-size: 13px;}
    .data_set_top #search{width: 100%;top: 83px;margin-right: 0;right: 0;}
    .data_setBox .dataSet{width: 100%;margin: 0 0 10px!important;}

}


.info_box_n{
    position: relative;    
    /* margin-top: 20px; */
    /* min-height: 80px; */
    /* border: 1px solid #e1e1e1; */
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0px 27px;
    line-height: 1.55;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px 40px 10px 10px;
    box-sizing: border-box;
    background: #fbfbfb;
    box-shadow: rgba(140, 140, 140, 0.07) 0px 7px 9px;
    margin-bottom: 2rem;
    margin-top: 60px;
    }
.info_box_n.no_box {min-height: auto;border:none;box-shadow: none; background: none;}


.info_box_n > .boardSearch2     {float: left;/* display: block; *//* width: 100%; */position: absolute;top: -50px;left: -1px;line-height: 35px;font-size: 13px;box-sizing: border-box;padding: 2px 5px 1px 16px;/* width: 100%; */text-align: left;/* background: #f5f7f8; */margin: 0 0 11px 0;background: #fff;display: inline-block;border: 1px solid #dcdcdc;border-radius: 3px 16px 3px 3px;width: auto;}
.info_box_n > .boardSearch2 select.form{font-size: 24px;font-weight: 600;width: 110px;box-sizing: border-box;float: right;height: auto;line-height: 35px;}
.boardSearch2 select.form option {    font-size: 14px;   }
.info_box_n > .boardSearch2 span {float: left;color: #333333;font-weight: 600;font-size: 1.8rem;line-height: 36px;}

.info_box_n p {margin: 5px 0;display: block;clear: both;}
.info_box02 .ul03  {padding: 0 15px;padding: 2px;margin-top: 20px;padding: 0 12px;margin: 0px 0 9px 0;}
.info_box02 .ul03 li {font-size: 14.3px;line-height: 1.7;}
.info_box02 .ul03 li:before {width: 4px;height: 4px;top: 8px;left: 5px;}



.r_up {color: #6d14c2;position: relative;margin-right: 3px;font-weight: 600;}
.r_down {color: #2d3dbc;position: relative;margin-right: 3px;font-weight: 600;}
.r_up:after, 
.r_down:after {content: '';width:100%;height: 10px;position: absolute;bottom: 0px;left:0;display: inline-block;border-radius: 10px;} 
.r_up:after {background: #7d1ed826;/* animation: tshow 1s ease forwards; */}
.r_down::after {background: #3e51ea1a;}




/*애니메이션*/
@keyframes mIb {
    0%{transform:translateY(-30px); opacity: 0;   }
    60%{transform:translateY(0)  ; opacity: 1;   }
    100%{transform:translateY(0);opacity: 1 }

}


@media all and (max-width: 1020px){   
    .info_box_n > .boardSearch2 {
    height: 36px;
    top: -45px;
}
    .info_box_n > .boardSearch2 select.form{font-size: 17px;line-height: 30px;}
    .info_box_n > .boardSearch2 span {font-size: 14px;line-height: 30px;}
    
}
