	/* -box-sizing:border-box; */
	box-sizi.f_wrapper .touch {
	display: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
	background: url("../images/contents/ico_flicking.png") no-repeat left;
	padding: 5px 0 5px 30px
}

.indent {
	display: inline-block;
	text-indent: -99999px
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1; /* 250725 지역일자리 지표비교 페이지 기존 9999 > 1로 수정 (ej) */
	background-color: #fff
}
.tbl-left.sticky {  background-color: transparent;}  /* 251217 (ej) */

.blind {
	position: absolute;
	left: -99999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden
}

pre {
	white-space: pre-line
}

.btn_file {
	position: relative;
	border-bottom: 1px solid #555;
	margin-right: 24px;
	color: #555
}

.btn_file::before {
	position: absolute;
	top: 4px;
	content: '';
	display: inline-block;
	right: -24px;
	background: url("../images/contents/ico_file.png") no-repeat right;
	width: 15px;
	height: 16px
}

.btn_file2 {
	position: relative;
	padding-left: 22px;
	color: #555
}

.btn_file2::before {
	position: absolute;
	top: 4px;
	content: '';
	display: inline-block;
	left: 0;
	background: url("../images/contents/ico_file.png") no-repeat right;
	width: 15px;
	height: 16px
}

.wrn-txt {
	font-size: 14px;
	line-height: 20px;
	margin-top: 7px;
	padding-left: 9px;
	position: relative;
	color: #f42c2c;
	font-weight: 400
}

.wrn-txt::before {
	content: '*';
	position: absolute;
	left: 0;
	top: 3px
}

.btn {
	display: inline-block;
	min-width: 120px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #666;
	background-color: #eee;
	padding: 6px 5px 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px
}

.btn.info {
	padding-left: 27px;
	background: #ffeccd url("../images/common/ico_info2.png") no-repeat 13px
		center;
	border-color: #ffc96a
}

.btn.download {
	font-size: 14px;
	padding-left: 40px;
	padding-right: 20px;
	color: #333;
	background: transparent url("../images/contents/ico_download.png")
		no-repeat 18px center;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	border-radius: 100px;
	margin-left: 0
}

.btn.download:hover {
	background-color: #f5f5f5
}

.btn.btn1 {
	color: #fff;
	border-color: transparent;
	background-color: #666
}

.btn.btn2 {
	color: #fff;
	background-color: #ffa000;
	border-color: transparent
}

.btn.exel {
	background: url("../images/contents/ico_exel.png") no-repeat 5px center;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	border-radius: 3px;
	padding: 9px 11px 9px 40px;
	font-weight: 500;
	min-width: auto
}

.btn.img {
	background: url("../images/contents/ico_img.png") no-repeat 10px center;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	border-radius: 3px;
	padding: 9px 11px 9px 40px;
	font-weight: 500;
	min-width: auto
}

.btn.more-board {
	max-width: 180px;
	height: 63px;
	padding: 0 10px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	background-color: #3a7ee1;
	color: #fff;
	border-radius: 0;
	border-color: transparent
}

.btn.more-board::before {
	background-color: #005fbd;
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url("../images/contents/ico_list.png") no-repeat center;
	margin-right: 6px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.btn.round {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	border-radius: 100px;
	font-size: 26px;
	font-weight: 600;
	min-width: 260px;
	position: relative;
	border-color: transparent;
	color: #fff;
	vertical-align: middle;
	background-color: #ffa000;
	margin: 0 20px 20px;
	padding: 14px 7px
}

.btn.round::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 14px;
	background: url("../images/contents/ico_arrow2.png") no-repeat center;
	vertical-align: middle;
	margin-left: 10px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.btn.round:hover {
	background-color: #476dca
}

.contents-wrap h3, .contents-wrap h4 {
	margin-top: 120px;
	font-weight: 600;
	color: #000;
	font-family: "Gmarket Sans";
	text-align: center;
	font-size: 30px
}

.f_wrapper .touch {
	display: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
	background: #f9f9f9 url("../images/common/ico_flicking.png") no-repeat
		5px;
	padding: 10px 10px 10px 40px
}

table.tbl-list {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #d9d9d9
}

table.tbl-list th {
	vertical-align: middle;
	background-color: #f0f3f7;
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-right: 0;
	padding: 10px 10px;
	font-weight: 300;
	color: #333
}

table.tbl-list td {
	padding: 10px 10px;
	color: #666;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	border-right: 0;
	vertical-align: middle
}

table.tbl-list tr th:first-child {
	border-left: 0
}

table.tbl-list tr td:first-child {
	border-left: 0
}

table.tbl-list.type2 th {
	padding: 19px 10px
}

table.tbl-list.type2 td {
	padding: 19px 10px
}

table.tbl-view {
	border-top: 2px solid #005fbd;
	margin-top: 25px;
	width: 100%;
	text-align: center
}

table.tbl-view th {
	vertical-align: middle;
	background-color: #f0f3f7;
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-right: 0;
	padding: 10px 10px;
	font-weight: 300;
	color: #333
}

table.tbl-view td {
	vertical-align: middle;
	text-align: left;
	padding: 10px 10px;
	color: #666;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	border-right: 0
}

table.tbl-view tr th:first-child {
	border-left: 0
}

table.tbl-view tr td:first-child {
	border-left: 0
}

table.tbl-view.type2 th {
	padding: 19px 10px
}

table.tbl-view.type2 td {
	padding: 19px 10px
}

table.tbl-view.type3 th {
	padding: 5px 10px;
	font-size: 13px
}

table.tbl-view.type3 td {
	padding: 5px 10px;
	font-size: 13px
}

table.tbl-view.bor {
	border-top: 1px solid #d9d9d9
}

div.tbl-view {
	display: table;
	width: 100%;
	border-top: 2px solid #005fbd;
	margin-top: 25px
}

div.tbl-view .tbl-group {
	display: table-row-group
}

div.tbl-view .tr {
	display: table-row
}

div.tbl-view .th {
	border-bottom: 1px solid #d9d9d9;
	min-width: 180px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	background-color: #f0f3f7;
	color: #333;
	padding: 10px 20px;
	height: 60px;
	vertical-align: middle
}

div.tbl-view .td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	display: table-cell;
	padding: 10px 20px;
	height: 60px;
	vertical-align: middle
}

div.tbl-view .inp {
	color: #767676
}

div.tbl-view .inp-group {
	margin-top: 0
}

div.tbl-view .inp-group button {
	display: block;
	width: 160px
}

div.tbl-view.td2 .td {
	width: 330px
}

div.tbl-list {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #d9d9d9;
	display: table;
	border-top: 2px solid #005fbd
}

div.tbl-list .tbl-group, div.tbl-list .tr {
	display: table;
	width: 100%
}

div.tbl-list .th {
	display: table-cell;
	vertical-align: middle;
	background-color: #f0f3f7;
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 10px 10px;
	color: #333;
	font-weight: 400
}

div.tbl-list .td {
	display: table-cell;
	padding: 10px 10px;
	color: #666;
	border-bottom: 1px solid #d9d9d9;
	background-color: #fff;
	border-top: 0;
	vertical-align: middle
}

div.tbl-list .tr .th:first-child {
	border-left: 0
}

div.tbl-list .tr .td:first-child {
	border-left: 0
}

div.tbl-list.type2 .th {
	padding: 19px 10px
}

div.tbl-list.type2 .td {
	padding: 19px 10px
}

.board-list {
	margin-top: 50px;
	border-top: 2px solid #3a7ee1;
	width: 100%;
	text-align: center
}

.board-list th {
	word-break: keep-all;
	vertical-align: middle;
	background-color: #eee;
	border-bottom: 1px solid #d9d9d9;
	border-top: 0;
	padding: 17px 10px;
	font-weight: 600;
	color: #333;
	font-size: 17px
}

.board-list td {
	vertical-align: middle;
	font-size: 14px;
	padding: 9px 10px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	border-bottom: 1px solid #d9d9d9;
	background-color: #fff;
	vertical-align: middle;
	font-weight: 500
}

.board-list.type2 th {
	padding: 19px 10px
}

.board-list.type2 td {
	padding: 19px 10px
}

.board-list .list-tit {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 50px);
	display: inline-block;
	white-space: nowrap;
	word-break: break-all;
	vertical-align: middle
}

.board-list .list-tit:hover {
	text-decoration: underline
}

.board-list .ico-priv {
	display: inline-block;
	text-indent: -99999px;
	width: 13px;
	height: 16px;
	background: url("../images/contents/ico_priv.png") no-repeat;
	margin: 0 3px
}

.board-list .ico-file {
	display: inline-block;
	text-indent: -99999px;
	width: 15px;
	height: 16px;
	background: url("../images/contents/ico_file.png") no-repeat;
	margin: 0 3px
}

.board-list .notice td, .board-list .notice .td {
	background-color: #f5f5f5
}

.board-list .notice .list-tit {
	color: #ff5252
}

.board-list .ico-notice {
	width: 100%;
	max-width: 60px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 3px;
	border-radius: 3px;
	color: #ff5252;
	border: 1px solid #eac6c6;
	background-color: #faeaeb;
	font-size: 14px;
	font-weight: 600
}

.board-list .td-tit {
	display: none
}

.paging {
	font-size: 0;
	text-align: center;
	margin-top: 30px
}

.paging ul {
	display: inline-block;
	font-size: 0
}

.paging ul li {
	display: inline-block
}

.paging a {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	display: inline-block;
	font-size: 15px;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	color: #767676
}

.paging a:hover {
	background-color: #e7f1ff
}

.paging a.on {
	background-color: #3a7ee1;
	color: #fff;
	font-weight: 400
}

.paging .p-prev, .paging .prev, .paging .next, .paging .n-next {
	text-indent: -99999px;
	background: url("../images/contents/paging_sp.png") no-repeat
}

.paging .prev {
	background-position: -34px 0
}

.paging .next {
	background-position: -68px 0
}

.paging .n-next {
	background-position: -102px 0
}

.board-detail-wrap {
	border: 2px solid #3a7ee1;
	border-left: 0;
	border-right: 0
}

.board-detail-wrap .board-top {
	font-size: 12px;
	padding: 15px 20px 5px;
	text-align: right;
	background-color: #eee
}

.board-detail-wrap .board-top .date, .board-detail-wrap .board-top .view
	{
	color: #666;
	padding-left: 26px;
	margin-left: 30px
}

.board-detail-wrap .board-top .date {
	margin-left: 0;
	display: inline-block;
	background: url("../images/contents/ico_time.png") no-repeat 0 center
}

.board-detail-wrap .board-top .view {
	display: inline-block;
	background: url("../images/contents/ico_view.png") no-repeat 0 60%
}

.board-detail-wrap .board-top .time {
	margin-left: 7px
}

.board-detail-wrap .board-tit {
	font-size: 30px;
	font-weight: 600;
	margin-top: 0;
	text-align: center;
	padding: 0 30px 20px;
	background-color: #eee;
	border-bottom: 1px solid #d3d3d3;
	color: #444
}

.board-detail-wrap .board-cont {
	margin-top: 36px;
	min-height: 300px;
	padding: 0 30px 30px;
	border-bottom: 1px solid #d3d3d3;
	white-space: normal;
	text-align: left
}

.board-detail-wrap .board-bottom {
	padding: 14px 20px;
	background-color: #eee
}

.board-detail-wrap .board-bottom .writer {
	display: inline-block;
	font-size: 12px;
	margin-top: 7px
}

.board-detail-wrap .board-bottom .writer span {
	font-weight: 600;
	color: #333
}

.board-detail-wrap .board-bottom::after {
	content: '';
	display: block;
	clear: both
}

.board-detail-wrap .file-box {
	display: inline-block;
	width: calc(100% - 160px);
	text-align: right;
	float: right;
	font-size: 0;
	margin-top: 5px
}

.board-detail-wrap .file-box a {
	display: inline-block;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 27px;
	border-radius: 100px;
	padding-right: 5px
}

.board-detail-wrap .file-box a:hover {
	background-color: #f1e4ce
}

.board-detail-wrap .file-box a::before {
	left: 5px
}

.board-detail-wrap .btn_file2 {
	margin-left: 24px;
	color: #444
}

.board-detail-wrap .btn_file2:first-child {
	margin-left: 0
}

.board-prev-box {
	margin-top: 30px
}

.board-prev-box a {
	display: block
}

.board-prev-box .item {
	height: 50px;
	font-size: 0
}

.board-prev-box .item:first-child {
	border-bottom: 1px solid #d3d3d3
}

.board-prev-box .tit {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	z-index: 1;
	position: relative;
	width: 120px;
	display: inline-block;
	height: 100%;
	line-height: 50px;
	color: #fff;
	font-weight: 400;
	background-color: #666;
	text-align: center;
	font-size: 14px;
	color: #fff;
	vertical-align: top
}

.board-prev-box .tit a {
	padding-right: 10px;
	display: block;
	font-size: 14px;
	color: #fff;
	height: 100%;
	line-height: 50px
}

.board-prev-box .txt {
	border-top: 1px solid #d3d3d3;
	display: inline-block;
	padding-left: 30px;
	width: calc(100% - 120px);
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	vertical-align: top;
	line-height: 50px;
	color: #666
}

.board-prev-box .txt a {
	display: block;
	line-height: 50px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word
}

.board-prev-box .item:last-child .txt {
	border-top: 0;
	border-bottom: 1px solid #d9d9d9
}

.board-prev-box .tit::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 9px;
	background: url("../images/contents/board_btn_prev.png") no-repeat center;
	z-index: -1
}

.board-prev-box .tit.next::after {
	background: url("../images/contents/board_btn_next.png") no-repeat center;
}

/* 251112 설문조사 (yz) */
.modal-dim {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	backdrop-filter: blur(4px);

}

.survey-cont{
	font-size: 20px;
	color: #000;
	text-align: center;
}

.survey-cont .survey-tit{
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 500;
}

.survey-cont .survey-box{
	display: block;
	text-align: left;
}

.survey-cont .survey-box + .survey-box{
	margin-top: 10px;
}
.survey-cont .survey-box + p{
	margin-top: 28px;
}

.survey-cont .survey{
	padding: 20px;
}

.survey-cont .survey-box span{
	position: relative;
}

.survey-cont .survey-box span + span{
	margin-left: 20px;
}

.survey-cont .survey-box label{
	display: inline-block;
	height: 20px;
	font-size: 16px;
	color: #131416;
	cursor: pointer;
}

.survey-cont input[type="radio"], .survey-cont input[type="checkbox"]{
	position: absolute;
	display: inline-block;
	margin: 0;
	appearance: none;
}

.survey-cont input[type="radio"] + label::before,
.survey-cont input[type="checkbox"] + label::before {
	content:'';
	display: inline-block;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #58616A;
	vertical-align: middle;
	box-sizing: border-box;
}

.survey-cont input:focus-visible + label{
	outline: 2px solid #000;
}

.survey-cont input[type="radio"]:checked + label::before{
	border: 2px solid #3A7EE1;
	background: url("/reim/new_assets/images/contents/ico_radio.png") center no-repeat;
	background-size: 10px;
}

.survey-cont input[type="checkbox"] + label::before{
	margin-top: -3px;
	border-radius: 4px;
}

.survey-cont input[type="checkbox"]:checked + label::before{
	background: #3A7EE1 url("/reim/new_assets/images/contents/ico_checked.png")center  no-repeat;
	background-size: 12px;
	border-color: #3A7EE1;
}

.survey-cont textarea{
	padding: 16px;
	padding-right: 40px;
	margin-top: 0;
	min-height: auto;
	border-color: #58616A;
	border-radius: 16px;
	font-size: 16px;
	resize: none;
}
.modal-wrap .modal-cont .survey-cont textarea{
	color: #1E2124;
}

.survey-cont textarea:focus{
	outline: 2px solid #256EF4;
	border-color: #256EF4;
}

.survey-cont .board-btn-box .btn{
	display: inline-block;
	padding: 21px 0;
	margin: 18px auto 18px;
	width: 180px;
	font-size: 20px;
	font-weight: 500;
}
.survey-cont .board-btn-box .btn + .btn{
	margin-left: 30px;
}

.survey-cont .submit-survey{
	background-color: #3A7EE1;
	color: #fff;
	transition: .3s ease;
}

.survey-cont .submit-survey:hover{
	background-color: #476dca;
}
.survey-cont .close-survey{
	background-color: #fff;
	border: 2px solid #3A7EE1;
	color: #3A7EE1;
	transition: .3s ease;
}
.survey-cont .close-survey:hover{
	background-color: #f3f8fd;
}
/* // 251112 설문조사 (yz) */

.page-tit {
	font-weight: 600;
	font-family: "Gmarket Sans";
	text-align: center;
	color: #333;
	font-size: 48px
}

.col-box {
	font-size: 0;
	display: inline-block;
	width: 100%
}

.col-box>.item {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	width: calc(50% - 20px);
	font-size: 16px
}

.col-box .item.left {
	width: calc(50% - 20px)
}

.col-box .item.right {
	width: calc(50% - 20px);
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.sub-mapview-wrap {
	font-size: 0
}

.sub-mapview-wrap .col-box .item.left {
	width: 600px
}

.sub-mapview-wrap .col-box .item.right {
	width: calc(100% - 600px)
}

.sub-mapview-wrap .map-category-box {
	overflow-x: auto;
	margin-top: -10px;
	margin-bottom: 5px
}

.sub-mapview-wrap .map-category-box ul {
	white-space: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 600px
}

.map-search-box {
	background-color: #bfd5ff;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.map-search-box .tit {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	min-width: 110px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.map-search-box .search-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-right: 10px
}

.map-search-box .search-select .area-select {
	height: 28px;
	border-radius: 100px;
	border: 0;
	width: 50%;
	min-width: auto;
	margin: 0 10px
}

.map-search-box .search-btn {
	min-width: 62px;
	border-radius: 100px;
	background: #fff;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	padding: 3px
}

.txt-wrap {
	text-align: left;
	display: inline-block;
	min-width: 100px
}

.map-category-box {
	font-size: 0;
	text-align: left;
	margin: 0 0 24px;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.map-category-box li {
	position: relative;
	display: inline-block;
	font-size: 18px;
	padding-left: 3px;
	margin-right: 30px
}

.map-category-box li a {
	display: block;
	color: #333;
	z-index: 1;
	position: relative;
	font-weight: 500
}

.map-category-box li a::before {
	content: '#';
	display: inline-block
}

.map-category-box li.active a {
	font-weight: 800;
	font-size: 24px
}

.map-category-box li::after {
	content: '';
	display: inline-block;
	width: calc(100% + 10px);
	height: 14px;
	background-color: #ffc000;
	position: absolute;
	bottom: 2px;
	left: 0px;
	opacity: 0
}

.map-category-box li.active::after {
	opacity: 1
}

.map-chart-box {
	text-align: center
}

.legend {
	max-width: 650px;
	margin: 5px auto 0;
	position: relative;
	font-size: 0;
	font-weight: 500;
	color: #333
}

.legend .legend-tit {
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	margin-right: 7px;
	width: 43px;
	display: block;
	margin-bottom: 4px
}

.legend .legend-tit::before {
	content: '#'
}

.legend .bar {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	text-indent: -99999px;
	font-size: 14px;
	border-radius: 100px;
	border: 1px solid #255bdf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 20px;
	background: -webkit-gradient(linear, left top, right top, from(#e3ebff),
		to(#255bdf));
	background: linear-gradient(90deg, #e3ebff 0%, #255bdf 100%);
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.legend .txt-bottom {
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-top: 10px;
	position: relative
}

.legend .txt-bottom .left {
	float: left
}

.legend .txt-bottom .right {
	float: right
}

.legend .txt-bottom .center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.indicator-wrap {
	background-color: #f9f9f9;
	width: 100%;
	border-radius: 9px;
	overflow: hidden;
	margin-top: 40px; /* 251217 (ej) */
}
.indicator-wrap:first-child { margin-top:0;} /* 251217 (ej) */

.tbl-blue {
	width: 100%;
	border-bottom: 2px solid #476dca
}

.tbl-blue th, .tbl-blue .th {
	font-size: 17px;
	letter-spacing: -1px;
	height: 75px;
	vertical-align: middle;
	font-weight: 600;
	color: #476dca;
	text-align: center;
	border-bottom: 2px solid #476dca;
	position: relative;
	background-color: #f9f9f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.tbl-blue th::before, .tbl-blue .th::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: calc(100% + 2px);
	position: absolute;
	left: 0;
	top: 0px;
	border: 2px solid #476dca;
	border-left: 0;
	border-right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.tbl-blue th {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0
}

.tbl-blue thead th {
	z-index: 1
}

.tbl-blue td, .tbl-blue .td {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #aaa;
	height: 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	font-weight: 500
}

.tbl-blue .th-txt {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	display: block
}

.tbl-gray {
	width: 100%;
	margin-top: 18px
}

.tbl-gray th, .tbl-gray .th {
	font-size: 22px;
	word-break: keep-all;
	height: 44px;
	vertical-align: middle;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: relative;
	background-color: #404040;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-top: 0
}

.tbl-gray th::before, .tbl-gray .th::before {
	content: '';
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	border-left: 0;
	border-right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-top: 0
}

.tbl-gray th {
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0
}

.tbl-gray thead th {
	z-index: 1
}

.tbl-gray td, .tbl-gray .td {
	border: 1px solid #bfbfbf;
	letter-spacing: -1px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #aaa;
	height: 30px;
	padding: 0 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-size: 18px
}

.tbl-gray td[rowspan]:not(.not){
	background-color: #ddd;
	font-weight: 600;
	font-size: 18px;
	letter-spacing : -1.5px;
	word-break :keep-all;
}

.tbl-gray td.bg_gray {
	background-color: #f2f2f2;
	font-weight: 500
}

.tbl-gray td .link, tbl-gray td .value-link {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cont-tit {
	text-align: center;
	font-weight: 600;
	font-family: "Gmarket Sans";
	font-size: 30px;
	color: #333
}

.point-txt {
	font-size: 18px;
	color: #3a7ee1;
	margin-top: 10px;
	font-weight: 600
}

.point-txt2 {
	font-size: 24px;
	color: #333;
	margin-top: 10px;
	font-weight: 600
}

.col-item-tit {
	text-align: center;
	margin: 0 0 20px
}

.col-item-tit .tit {
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	color: #333
}

.col-item-tit .mg {
	float: right
}

.col-item-tit .point {
	font-size: 1.2em;
	color: #476dca
}

.col-item-tit .big {
	font-size: 1em
}

.col-item-tit .tip-popup {
	z-index: 1
}

.sub-cont .col-box .item {
	width: 50%;
	margin-bottom: 57px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.indicator-tbl-list {
	table-layout: auto
}

.indicator-tbl-list th, .indicator-tbl-list .th {
	height: 60px;
	min-width: 70px;
	border: 0
}

.indicator-tbl-list th::before {
	border: 1px solid #476dca;
	border-top: 0;
	border-top: 1px solid #476dca;
	height: 100%;
	border-right: 0;
	border-bottom: 0
}

.indicator-tbl-list .th-txt {
	letter-spacing: -1px
}

.indicator-tbl-list .th-group th {
	height: 42px;
	color: #476dca;
	background-color: #efefef;
	font-weight: 800;
	border: 0;
	text-align: left;
	padding-left: 10px
}

.indicator-tbl-list th:first-child::before {
	border-left: 0
}

.indicator-tbl-list th:last-child::before {
	border-right: 0
}

.indicator-tbl-list thead tr:nth-child(2) th {
	top: 42px
}

.indicator-tbl-list thead tr:nth-child(2) th::before {
	border-style: dotted
}

.indicator-tbl-list thead tr:nth-child(3) th {
	top: 84px
}

.indicator-tbl-list thead tr:nth-child(3) th::before {
	border-style: dotted
}

.indicator-tbl-list thead tr:first-child th::before {
	border-top: 2px solid #476dca
}

.indicator-tbl-list thead tr:last-child th::before {
	border-bottom: 2px solid #476dca
}

.indicator-tbl-list td, .indicator-tbl-list .td {
	border: 1px solid #ccc
}

.indicator-tbl-list tbody td:first-child {
	border-left: 0
}

.indicator-tbl-list tbody td:last-child {
	border-right: 0
}

table.keepall th {
	word-break: keep-all
}

table.nowrap th {
	white-space: nowrap
}

.top-title-box {
	background-color: #476dca;
	color: #fff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 20px 8px;
	position: relative
}

.top-title-box .tit {
	font-size: 30px;
	font-weight: 600;
	margin-right: 10px;
	font-family: "Gmarket Sans"
}

.top-title-box .year {
	font-size: 14px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 80px
}
.top-title-box .mg {
	font-size: 14px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 80px
}

.top-title-box .right-btn {
	position: absolute;
	right: 20px;
	top: 14px
}

.top-title-box .exel {
	background: url("../images/contents/ico_exel.png") no-repeat 5px center;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	border-radius: 3px;
	padding: 9px 11px 9px 40px;
	font-weight: 500;
	display: inline-block
}

.table-col-box {
	font-size: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 9px 9px
}

.table-col-box .tbl-scroll-wrap {
	overflow-y: auto;
	height: 555px
}
/* 251217 스크롤 높이값 해제 (ej) */
.sub-cont-wrap .table-col-box .tbl-scroll-wrap.scroll-y {
	overflow-y: auto;
	max-height: auto;
	height: auto;
}

.table-col-box .tbl-scroll-wrap.scroll-y .tbl-left, .table-col-box .tbl-scroll-wrap.scroll-y .tbl-right {
	min-height: auto;
}
.table-col-box .scroll-y .tbl-left table th, .table-col-box .scroll-y .tbl-right table th,
.table-col-box .scroll-y .tbl-left table th, .table-col-box .scroll-y .tbl-right table .th { height: 60px;}
.scroll-y table td, .scroll-y table .td { height: 48px;}
/* // 251217 스크롤 높이값 해제 (ej) */


.table-col-box .tbl-left, .table-col-box .tbl-right {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 16px
}

.table-col-box .tbl-left {
	width: 178px;
	padding-right: 20px
}

.table-col-box .tbl-right {
	width: calc(100% - 186px)
}

.table-col-box .data-x-scroll {
	min-width: 970px
}

.scroll-box {
	overflow-y: auto;
	margin-top: 10px;
	height: calc(100vh - 304px)
}

.scroll-box table {
	margin-top: 0
}

/* 지역별 레이아웃변경 250703 추가 (ej) */
.notice-wrap {
	margin-bottom: 20px;
	background-color: #fff;
	width: 100%;
	border-radius: 9px 9px 0 0;
	overflow: hidden;
}

.notice-list-box {
	height: 124px;
	overflow-y: auto;
} /* 250721 (ej) */
.notice-wrap+.indicator-wrap {
	height: calc(100% - 208px);
}

.notice-wrap+.indicator-wrap .table-col-box .tbl-scroll-wrap {
	height: 358px;
} /* 250716 (ej) */
.notice-list ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.notice-list-item {
	display: table-row-group;
}

.notice-list-item .tr {
	display: table-row;
	position: relative;
}

.notice-list-item .tr::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #d9d9d9;
}

.notice-list-item .td {
	padding: 11px 10px;
	display: table-cell;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.notice-list-item .num {
	width: 10%;
}

.notice-list-item .tit {
	width: 75%;
	overflow: hidden;
}

.notice-list-item .writer {
	width: 80px;
	box-sizing: border-box;
}

.notice-list-item .date {
	width: 100px;
}

.notice-list .list-tit:hover {
	text-decoration: underline;
}

.notice-list .list-tit {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.accordion-wrap {
	margin-top: 40px;
}

.accordion-item {
	background-color: #f5f5f5;
	border-radius: 12px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 22px;
	margin-bottom: 40px;
}

.accordion-contents {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.accordion-title {
	text-align: center;
	display: block;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	color: #333;
}

.accordion-title::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background: url("../images/contents/ico_open.png") no-repeat center;
	transform: rotate(180deg);
	background-color: #fff;
	border-radius: 100px;
	transition: .4s ease;
}

.accordion-cont-wrap {
	display: none
}

.accordion-item.open .accordion-title::before {
	transform: rotate(0)
}
/* .accordion-title.open + .accordion-cont-wrap { display: block} */
.accordion-box {
	width: calc(25% - 15px);
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	transition: .3s ease;
	overflow: hidden;
}

.accordion-block {
	padding: 20px;
	display: flex;
	border: 4px solid transparent;
	transition: .3s ease;
	border-radius: 10px;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

.accordion-box:hover {
	background-color: #fff;
	border-color: #aaa;
}

.accordion-box:hover .accordion-block {
	border-color: #fff2c3;
}

.accordion-box .origin {
	display: table;
	margin-left: auto;
	background-color: #fff2c3;
	padding: 4px 10px;
	border-radius: 5px;
	color: #555;
}

.accordion-box .navi {
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 7px;
	height: 100%;
}

.accordion-box .info-txt {
	display: block;
	margin-top: 15px;
}

.accordion-box .info-txt .tit {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.accordion-box .info-txt .txt {
	color: #276cd0;
	font-size: 14px;
	margin-top: 5px;
	display: block;
	font-weight: 500;
}

.accordion-box .info-range {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	font-weight: 500;
}

.accordion-box .info-range .left-txt {
	display: inline-block;
}

.accordion-box .info-range .right-txt {
	display: inline-block;
}

.accordion-box .info-range .value {
	color: #276cd0;
}

.pop-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.diagram-list-wrap {
	margin-top: 40px;
	max-height: 60vh;
	overflow-y: auto;
}

.diagram-list-col {
	display: flex;
	gap: 10px 25px;
}

.diagram-tit {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.diagram-popup-wrap {
	background-color: #f5f5f5;
}

.diagram-list-item {
	width: 25%;
	padding-right: 25px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}

.diagram-list-item:last-child {
	border-right: 0;
}

.diagram-list-box {
	background-color: #fff;
	border-radius: 8px;
	margin-top: 20px;
	border: 1px solid #ddd;
}

.diagram-list-tit {
	background-color: #eee;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.diagram-list {
	padding: 20px;
	box-sizing: border-box;
}

.diagram-list li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	color: #555;
	margin-top: 6px;
}

.diagram-list li:first-child {
	margin-top: 0;
}

.diagram-list li::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 1px;
	border-bottom: 1px solid #555;
	position: absolute;
	left: 0;
	top: 8px;
}

.diagram-list li a:hover {
	text-decoration: underline;
}
/* // 지역별 레이아웃변경 250703 추가 (ej) */
.sub-tab-wrap .scroll-box {
	max-height: none
}

.subject-page-wrap {
	margin-top: 30px;
	font-size: 0
}

.subject-page-wrap .info-txt-wrap .info-txt {
	padding: 30px;
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 20px;
	padding-left: 200px;
	background: #f4f8fd url("../images/contents/ico_introduce1.png")
		no-repeat 5% center;
}

.subject-page-wrap .info-txt-wrap .info-txt .info-tit {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}

.subject-page-wrap .info-txt-wrap .info-txt .info-txt-box {
	display: inline-block;
	text-align: left;
}

.subject-page-wrap .info-txt-wrap .info-txt .txt {
	margin-top: 5px;
	font-size: 16px;
}

.subject-page-wrap .col-item-tit {
	font-size: 24px;
	font-weight: 700;
	color: #333
}

.subject-page-wrap .col-box .item.left {
	width: 35%
}

.subject-page-wrap .col-box .item.right {
	width: 65%
}

.right-select-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px;
	margin-top: 20px;
	position: relative
}

.right-select-box::before {
	content: '';
	display: inline-block;
	width: calc(100% - 40px);
	left: 20px;
	height: 10px;
	background-color: #476dca;
	border-radius: 10px;
	position: absolute;
	top: 0
}

.right-select-box .select-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.right-select-box .select-ul .circle {
	background: none;
	color: #333;
	font-size: 18px;
	padding-top: 24px;
	margin-top: -6px;
	position: relative
}

.right-select-box .select-ul .circle::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	left: 50%;
	top: 0;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #a0aed1;
	-webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.right-select-box .select-ul .circle.on::before {
	opacity: 1;
	background-color: #f5f5f5;
	border: 4px solid #f99839
}

.state-search-box {
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	font-size: 0;
	padding: 20px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.state-search-box>* {
	font-size: 16px;
	display: inline-block;
	vertical-align: top
}

.state-search-box .inp-select-wrap {
	width: calc(100% - 170px);
	margin-right: 30px
}

.state-search-box .search-btn-wrap {
	width: 140px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.state-search-box .search-btn {
	border-radius: 20px;
	color: #fff;
	background-color: #005fbd;
	width: 100%;
	font-size: 24px;
	font-weight: 500
}

.state-search-box .search-btn::after {
	content: '';
	display: inline-block;
	background: url("../images/contents/ico_search.png") no-repeat center;
	width: 21px;
	height: 21px;
	margin-left: 10px;
	position: relative;
	top: 1px
}

.state-search-box .inp-box .item {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px
}

.state-search-box .inp-box .item .inp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.state-search-box .inp-box .item .inp+.inp {
	margin-left: 20px
}

.state-search-box .inp-box .item .inp-select {
	margin-right: 20px;
	border-radius: 100px;
	border-color: #476dca;
	padding-left: 30px;
	height: 38px;
	min-width: auto;
	width: 100%;
	min-width: 170px;
	margin-right: 20px
}

.state-search-box .inp-box .item .inp-select.long {
	min-width: 230px
}

.state-search-box .inp-box .item .inp-select.w100 {
	width: 100%;
}

.state-search-box .inp-box .item .inp-select:last-child {
	margin-right: 0
}

.state-search-box .inp-box .item .inp-select+.mg {
	margin-left: -10px;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: 500
}

.state-search-box .inp-box .item .inp-select:last-child {
	margin-right: 0
}

.state-search-box .inp-label {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px
}

.state-search-box .inp-label.type2 {
	min-width: 100px
}

.state-search-box .btn.add {
	margin-left: 20px;
	margin-right: 0
}

.state-search-box .select-list-box {
	background-color: #fff;
	border: 1px dashed #666;
	border-radius: 100px;
	padding: 8px 25px;
	height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	margin-top: 20px
}

.state-search-box .select-list-box .item {
	margin-top: 2px;
	margin-bottom: 2px
}

.state-search-box.mobile-view {
	visibility: hidden;
	height: 0;
	position: absolute
}

.state-search-box.type2 {
	padding: 17px 38px
}

.state-search-box.type2 .item {
	margin-bottom: 0
}

.state-search-box.type2 .inp-label {
	font-weight: 700;
	font-size: 24px;
	min-width: auto;
	white-space: nowrap;
	margin-right: 10px
}

.state-search-box.type2 .item .inp-select {
	background-position: right 20px top 50%;
	width: 250px;
	padding: 4px 27px;
	padding-right: 38px;
	height: 44px;
	min-width: auto
}

.state-search-box.type2 .inp-box .item .inp+.inp {
	margin-left: 40px
}

.state-search-box.type2 .inp-select-wrap {
	width: calc(100% - 260px)
}

.state-search-box.type2 .search-btn {
	min-width: 230px;
	border-radius: 100px;
	height: 44px
}

.state-search-box.type2 .search-btn::after {
	display: none
}

#chartHolder2, .chartholder {
	height: 265px;
	width: 100%
}

.search-chart-box {
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	background-color: #f9f9f9;
	margin-top: 30px;
	position: relative
}

.sub-compare-wrap .table-col-box .tbl-scroll-wrap {
	max-height: 580px;
	height: auto
}

.tab-header {
	position: relative;
	display: inline-block;
	width: 100%
}

.tab-header .map-search-box {
	position: absolute;
	right: 0;
	bottom: 13px;
	max-width: 560px;
	width: 100%
}

table th.up {
	z-index: 2
}

.th-popup {
	position: relative;
	display: inline-block
}

.th-btn-wrap {
	position: relative;
	display: inline-block
}

.tip-open-btn {
	display: inline-block;
	margin-right: -15px;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../images/contents/ico_tipbtn.png") no-repeat center;
	background-color: #333;
	text-indent: -99999px;
	z-index: 1;
	position: relative;
	margin-left: 4px
}
/* 250624 tip box 수정 (ej) */
.tip-open-btn.txt {
	text-indent: 0;
	width: auto;
	padding-right: 32px;
	color: #fff;
	height: 24px;
	font-size: 14px;
	padding-left: 11px;
	background: #333;
}

.tip-open-btn.txt::before {
	content: '!';
	display: inline-block;
	position: absolute;
	right: 2px;
	top: 3px;
	width: 18px;
	height: 18px;
	line-height: 19px;
	background: #fff;
	border-radius: 20px;
	color: #333;
	font-weight: 700;
	box-sizing: border-box;
}
/* // 250624 tip box 수정 (ej) */
.tip-popup {
	min-height: 65px;
	position: absolute;
	border: 1px solid #476dca;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	font-size: 16px;
	text-align: left;
	margin-top: 50px;
	-webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
	padding-right: 60px;
	background-color: #fff;
	color: #333;
	font-weight: 400;
	width: 380px;
	box-sizing: border-box;
	display: none;
	left: auto;
	right: -30px
}

.tip-popup::before {
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	top: -31px;
	width: 113px;
	height: 31px;
	background: url("../images/contents/popup_tail2.png") no-repeat center
}

.tip-popup.open {
	display: block
}

.tip-clos-btn {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	text-indent: -99999px;
	background: url("../images/contents/ico_close2.png") no-repeat center;
	background-color: #333;
	position: absolute;
	right: 20px;
	top: 20px
}

.tip-txt-group {
	overflow-y: auto;
	max-height: 245px
}

.tipbox-tit {
	font-weight: 600;
	color: #476dca;
	font-size: 18px;
	margin: 10px 0 0
}

.tipbox-tit:first-child {
	margin-top: 0
}

.tipbox-txt {
	margin: 0 0 10px
}

.tipbox-txt:last-child {
	margin-bottom: 0
}

.indicator-tbl-list thead th.th1 .tip-popup {
	left: -80px;
	right: auto
}

.indicator-tbl-list thead th.th1 .tip-popup::before {
	background: url("../images/contents/popup_tail.png") no-repeat center;
	left: 80px;
	right: auto
}

.indicator-tbl-list thead th.th2 .tip-popup {
	left: -80px;
	right: auto
}

.indicator-tbl-list thead th.th2 .tip-popup::before {
	background: url("../images/contents/popup_tail.png") no-repeat center;
	left: 80px;
	right: auto
}

.indicator-tbl-list thead th.th3 .tip-popup {
	left: -80px;
	right: auto
}

.indicator-tbl-list thead th.th3 .tip-popup::before {
	background: url("../images/contents/popup_tail.png") no-repeat center;
	left: 80px;
	right: auto
}

.indicator-tbl-list thead th.th4 .tip-popup {
	left: -80px;
	right: auto
}

.indicator-tbl-list thead th.th4 .tip-popup::before {
	background: url("../images/contents/popup_tail.png") no-repeat center;
	left: 80px;
	right: auto
}

.indicator-tbl-list thead th.th5 .tip-popup {
	left: -80px;
	right: auto
}

.indicator-tbl-list thead th.th5 .tip-popup::before {
	background: url("../images/contents/popup_tail.png") no-repeat center;
	left: 80px;
	right: auto
}

.indicator-tbl-list thead th.th6 .tip-popup {
	left: -80px;
	right: auto
}

.indicator-tbl-list thead th.th6 .tip-popup::before {
	background: url("../images/contents/popup_tail.png") no-repeat center;
	left: 80px;
	right: auto
}

.indicator-tbl-list thead th.th7 .tip-popup {
	left: -80px;
	right: auto
}

.indicator-tbl-list thead th.th7 .tip-popup::before {
	background: url("../images/contents/popup_tail.png") no-repeat center;
	left: 80px;
	right: auto
}

.tbl-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

input.datepicker, input.datepicker2 {
	padding: 10px;
	background: #fff url("../images/common/ico_calendar.png") no-repeat
		right 10px top 50%;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px
}

.sub-notice-wrap {
	max-width: 1220px;
	margin: 60px auto 0;
	width: 100%
}

.search-inp-wrap {
	width: calc(100% - 190px);
	display: inline-block
}

.search-middle {
	font-size: 0
}

.search-middle>* {
	font-size: 14px
}

.board-search-box {
	background-color: #eee;
	padding: 10px 30px
}

.board-search {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
	font-size: 0
}

.board-search>* {
	font-size: 14px;
	font-weight: 500
}

.board-search .search-label {
	display: inline-block;
	line-height: 40px;
	color: #333;
	font-weight: 700;
	font-size: 17px;
	padding: 0 19px 0 24px;
	position: relative;
	background: url("../images/contents/ico_search2.png") no-repeat 0 55%;
	margin-right: 30px;
	width: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle
}

.board-search .select {
	border-color: #ddd;
	background-color: #fff;
	min-width: auto;
	width: 120px;
	border-right: 0
}

.board-search .inp {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	width: calc(100% - 120px);
	padding: 10px 20px;
	height: 40px
}

.board-search .datebox {
	font-size: 0;
	display: inline-block;
	width: calc(100% - 150px);
	vertical-align: middle
}

.board-search .searchbox {
	display: inline-block;
	width: calc(100% - 150px);
	font-size: 0;
	vertical-align: middle
}

.board-search .searchbox>* {
	font-size: 14px
}

.board-search .srh-check-box {
	width: 100%;
	font-size: 0;
	display: inline-block;
	width: calc(100% - 380px);
	vertical-align: middle;
	text-align: right
}

.board-search .srh-check-box .srh-check {
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
	width: 20%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.board-search .srh-check-box .srh-check label {
	height: 40px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #ddd;
	color: #767676;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 5px;
	display: block;
	white-space: nowrap;
	border-left: 0;
	box-sizing: border-box
}

.board-search .srh-check-box .srh-check:first-child {
	border-left: 1px solid #ddd
}

.board-search .srh-check-box .srh-check input:checked+label {
	background: #555;
	border-color: #555554;
	color: #fff
}

.search-btn-box {
	padding: 10px 0 10px 30px;
	display: inline-block;
	width: 160px;
	vertical-align: top
}

.search-btn-box .search-btn {
	height: 100px;
	max-width: 160px;
	color: #fff;
	background: #3a7ee1 url("../images/contents/ico_search3.png") no-repeat
		center 35%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 16px;
	width: 100%;
	display: inline-block
}

.datepicker-wrap {
	display: inline-block;
	font-size: 0;
	margin-right: 30px
}

.datepicker-wrap input.datepicker, .datepicker-wrap input.datepicker2 {
	width: calc(50% - 15px);
	cursor: pointer;
	max-width: 160px;
	font-size: 14px;
	font-weight: 300
}

.datepicker-wrap .mg {
	width: 30px;
	text-align: center;
	color: #767676;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle
}

.board-search-box.type2 .search-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.board-search-box.type2 .board-search {
	text-align: left
}

.board-search-box.type2 .search-label {
	vertical-align: top
}

.board-search-box.type2 .search-select-wrap {
	font-size: 0;
	width: calc(100% - 150px);
	display: inline-block;
	vertical-align: top;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.board-search-box.type2 .search-select-wrap .search-select {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	padding-bottom: 25px;
	min-width: 280px
}

.board-search-box.type2 .search-select-wrap .search-select .select {
	width: calc(50% - 20px)
}

.board-search-box.type2 .search-select-wrap .seleced-box {
	padding-top: 7px;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	width: calc(100% - 270px)
}

.board-search-box.type2 .search-select-wrap .seleced-box .item {
	font-size: 14px;
	margin: 0 10px 7px;
	border-radius: 100px;
	background-color: #666;
	color: #fff;
	display: inline-block;
	padding: 3px 34px 4px 10px;
	border: 1px solid #333;
	position: relative
}

.board-search-box.type2 .search-select-wrap .seleced-box .item .btn-del
	{
	text-indent: -99999px;
	display: inline-block;
	background: url("../images/common/ico_del.png") no-repeat center;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 8px;
	top: 4px
}

.board-search-box.type2 .search-select-wrap .wrn-txt {
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 42px;
	padding-left: 15px
}

.board-search-box.type2 .search-select-wrap .wrn-txt::before {
	content: '��';
	top: 0
}

.board-search-box.type2 .board-search .searchbox {
	padding-top: 7px
}

.board-search-box.type2 .board-search .searchbox .checkbox {
	margin-bottom: 3px
}

.board-search-box.type2 .board-search .searchbox .checkbox label {
	color: #333
}

.board-search-box.type2 .search-btn-box .search-btn {
	height: 100%;
	background-position: center calc(50% - 11px)
}

.sort-wrap {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sort-wrap .total {
	line-height: 18px;
	display: inline-block;
	font-size: 18px;
	color: #767676;
	vertical-align: middle
}

.sort-wrap .total span {
	font-weight: 600;
	font-family: "Gmarket Sans";
	color: #005fbd
}

.sort-wrap .right {
	vertical-align: middle;
	display: inline-block
}

.sort-wrap .sort-ico {
	vertical-align: middle;
	display: inline-block;
	font-size: 0
}

.sort-wrap .sort-ico .srtbtn {
	padding: 0;
	display: inline-block;
	width: 14px;
	height: 16px;
	text-indent: -99999px;
	background: url("../images/contents/list-btn.png") no-repeat 0 -16px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.sort-wrap .sort-ico .img-btn {
	margin-right: 16px;
	background: url("../images/contents/img-btn.png") no-repeat 0 -16px
}

.sort-wrap .sort-ico .srtbtn.active {
	background-position: 0 0
}

.sort-wrap .sort-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0;
	margin-left: 25px
}

.sort-wrap .sort-box select {
	min-width: 120px;
	font-size: 14px;
	border-color: #ddd
}

.sort-wrap .sort-box .sort-btn {
	margin-left: 10px;
	font-size: 14px;
	background-color: #3a7ee1;
	color: #fff;
	padding: 10px 15px
}

.board-btn-box {
	text-align: center;
	margin-top: 30px
}

.board-btn-box .btn {
	font-size: 20px
}

.board-btn-box .more-board {
	width: 180px;
	padding: 19px 10px
}

.board-btn-box .more-board:hover {
	background-color: #476dca
}

.introduce-tit {
	font-size: 32px;
	font-weight: 700
}

div.basic {
	margin-top: 23px;
	font-size: 20px;
	font-weight: 300
}

div.basic p {
	margin-top: 30px;
	line-height: 170%
}

div.basic p:first-child {
	margin-top: 0
}

div.basic.center {
	text-align: center;
	margin-top: 50px
}

.introduce-cont-wrap {
	background-color: #3977d1;
	color: #fff;
	padding-bottom: 250px;
	position: relative
}

.introduce-cont-wrap::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../images/contents/bg_introduce.png") no-repeat right
		bottom
}

.introduce-cont-wrap .page-tit {
	color: #fff
}

.sub-introduce-wrap {
	max-width: 1220px;
	width: 100%;
	margin: 60px auto 0;
	position: relative
}

.introduce-col-box {
	margin: 40px -20px 50px;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.introduce-col-box .item {
	margin: 0 10px;
	width: calc(33.3% - 20px);
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	color: #555;
	border-radius: 20px;
	background-color: #d3e5ff;
	display: inline-block;
	vertical-align: top
}

.introduce-col-box .ico {
	display: block;
	width: 168px;
	height: 150px;
	background: url("../images/contents/ico_introduce1.png") no-repeat
		center;
	margin: 20px auto 34px
}

.introduce-col-box .ico.ico2 {
	background: url("../images/contents/ico_introduce2.png") no-repeat
		center
}

.introduce-col-box .ico.ico3 {
	background: url("../images/contents/ico_introduce3.png") no-repeat
		center
}

.introduce-col-box .tit {
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 700
}

.introduce-col-box .txt-wrap {
	margin-top: 37px
}

.introduce-col-box .txt-wrap .txt {
	margin: 10px 0;
	font-weight: 500;
	display: inline-block;
	width: 100%
}

.introduce-col-box .txt-wrap .txt:first-child {
	margin-top: 0
}

.introduce-col-box .txt-wrap .txt.bullet::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #555;
	margin-right: 3px
}

.modal-wrap .th-popup-wrap {
	text-align: left
}

.modal-wrap .top-btn-box {
	text-align: right;
	margin: 36px 0 20px
}

.modal-wrap .top-btn-box .btn {
	background-color: #f5f5f5;
	margin: 0;
	margin-left: 15px
}

.sub-privcy-wrap {
	max-width: 920px;
	width: 100%;
	margin: 60px auto 0;
	position: relative
}

.sub-privcy-wrap h3 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px
}

.info-mini-text-box {
	width: 100%;
	margin: 20px auto 0
}

.info-mini-text-box>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.info-mini-text-box>ul>li {
	width: calc(33.33% - 20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px;
	position: relative;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333
}

.info-mini-text-box>ul>li>img {
	width: 80px;
	display: block;
	margin: 37px auto 0
}

.info-mini-text-box>ul>li>strong {
	display: block;
	padding: 15px 0 37px;
	font-weight: bold
}

.info-mini-text-box>ul>li>ul {
	position: absolute;
	display: none
}

.info-mini-text-box>ul>li:hover>ul {
	display: block
}

.info-mini-text-box>ul>li>ul>li {
	border: 1px solid #3977d1;
	padding: 15px;
	line-height: 1.2;
	text-align: left;
	font-size: 14px;
	border-radius: 10px;
	background-color: #fff
}

.info-mini-text-box>ul>li>ul>li>strong {
	display: block;
	font-weight: bold
}

.info-mini-text-box>ul>li>ul>li>span {
	margin-top: 15px;
	display: block
}

.info-mini-text-box>ul>li:nth-child(1)>ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	top: -130px
}

.info-mini-text-box>ul>li:nth-child(2)>ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	top: -130px
}

.info-mini-text-box>ul>li:nth-child(3)>ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	top: -130px
}

.info-mini-text-box>ul>li:nth-child(4)>ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	top: -130px
}

.info-mini-text-box>ul>li:nth-child(5)>ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	top: -130px
}

.info-mini-text-box>ul>li:nth-child(6)>ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	top: -130px
}

.title-list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.title-list>ul>li {
	width: 48%;
	height: auto;
	margin: 1%
}

.title-list>ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	width: 100%
}

.title-list>ul>li>a>img {
	width: 40px;
	margin-right: 15px
}

.title-list>ul>li:nth-child(2)>a>img {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.title-list>ul>li>a>strong {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 16px;
	letter-spacing: -1px
}

.title-list>ul>li>a>strong>span {
	display: block;
	padding-left: 16px;
	margin-top: 3px;
	font-weight: 400
}

.cont_each_ttl {
	color: #111;
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-top: 25px;
	position: relative
}

.cont_each_subttl {
	font-size: 20px;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: 700;
	color: #333
}

.cont_each_ttl {
	font-size: 24px
}

.cont_each_subttl2 {
	font-size: 20px;
	display: block;
	margin-top: 10px
}

.cont_each_subttl2, .cont_each_ttl2 {
	color: #111;
	display: block;
	font-size: 20px;
	font-weight: 500
}

.summary_subtxt2 {
	background: #f5f5f5;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	padding: 25px 25px 30px;
	margin-bottom: 30px
}

.list-normal-a {
	font-weight: bold
}

.cont_dot_list p {
	margin-top: 10px;
	line-height: 140%
}

.cont_each_subttl2-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.cont_each_subttl2-box>.list-subttl2-img {
	width: 30px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px
}

.n-str-ttl {
	display: block;
	font-weight: bold;
	margin-top: 15px
}

.sub_cont_each {
	margin-top: 56px
}

.sub_cont_each:first-of-type, .sub_cont_each:first-child {
	margin-top: 0
}

.sub_cont_each figure img {
	border: 1px solid #d9d9d9
}

.cont_ex_txt {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px
}

.cont_dot_list {
	color: #333;
	font-size: 14px;
	margin-top: 20px;
	font-weight: 400;
	line-height: 1.6;
	border: 1px solid #ddd;
	padding: 20px 40px
}

.cont_dot_list+* {
	margin: 30px 0
}

.cont_dot_list>ul:after {
	clear: both;
	content: "";
	display: block
}

.cont_dot_list>ul>li {
	color: #4e4e4e;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 6px;
	padding-left: 7px;
	position: relative
}

.cont_dot_list.three>ul>li {
	float: left;
	width: 33.33%
}

.cont_dot_list>ul>li:before {
	content: "쨌";
	left: 0;
	position: absolute;
	top: 0
}

.cont_dot_list>ul>li * {
	color: #4e4e4e;
	font-size: 14px;
	font-weight: 400
}

.cont_dot_list>ul>li strong.alio {
	color: #111;
	font-weight: 500;
	margin-left: 10px
}

.cont_dot_list>ul>li span.blue {
	color: #057b94
}

.cont_dot_list>ul>li a {
	display: inline-block;
	margin-top: 0
}

.info-link-box-container {
	width: 100%;
	height: 100%;
	margin: 20px 0 30px
}

.info-link-box-container>.info-link-box-inner {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto
}

.info-link-box-container .info-link-box-inner .info-link-box {
	width: calc(33.3% - 10px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 5px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.info-link-box-container .info-link-box-inner .info-link-box a {
	text-align: center;
	padding: 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	word-break: keep-all;
	width: 100%
}

.info-link-box-container .info-link-box-inner .info-link-box:hover a {
	background-color: #3a7ee1;
	color: #fff;
	border: none;
	height: 100%
}

.cont_dot_list>ol {
	padding-left: 20px;
	margin-top: 20px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px
}

.cont_dot_list>ol li {
	color: #4e4e4e;
	font-size: 14px
}

.cont_dot_list>ol>li {
	list-style: hangul;
	margin-top: 7px
}

.cont_dot_list>ol>li b {
	color: #111;
	display: block;
	font-weight: 500;
	margin-left: -18px
}

.cont_dot_list>ol>li b a {
	font-weight: bold
}

.cont_dot_list>ol>li>ol {
	padding-left: 16px
}

.cont_dot_list>ol>li>ol>li {
	list-style: auto
}

.dot-sub-tit {
	display: block;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: -5px
}

.priv_cons_link {
	margin-top: 20px
}

.priv_cons_link a {
	display: block;
	margin-top: 6px
}

.priv_cons_link a:hover {
	color: #255bdf
}

.common_tbl {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #444
}

.common_tbl th {
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px;
	word-break: break-all;
	background-color: #f5f5f5;
	border-top: 0
}

.common_tbl td {
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px;
	word-break: break-all
}

.step-list {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	text-align: center
}

.step-list .item {
	position: relative;
	padding: 17px 0;
	border-radius: 5px;
	background-color: #f8f8f8;
	border: 1px solid #dee3eb;
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	margin-left: 17px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.step-list .item:first-child {
	margin-left: 0
}

.step-list .top {
	font-size: 14px;
	color: #6e6e6e;
	display: block;
	margin-bottom: 7px
}

.step-list .txt {
	font-size: 14px;
	color: #333;
	letter-spacing: -1px;
	word-break: keep-all;
	line-height: 20px;
	position: relative;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500
}

.step-list .txt2 {
	font-size: 14px;
	margin-top: 20px
}

.step-list .item.on .top {
	color: #ebceff
}

.step-list .item.on .txt2 {
	color: #fff
}

.step-list .item::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 19px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../images/contents//ico_step.png") no-repeat center;
	right: -10px
}

.step-list .item:last-child.on::before {
	display: none
}

.step-list.type2 .item {
	width: 50%
}

.step-list.type3 .item {
	width: 33.3%
}

.step-list.type5 .item {
	width: 20%
}

.step-list .item:last-child::before {
	display: none
}

.loading-dim {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000
}

.chart-loading-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000
}

.loader {
	position: absolute;
	left: 50%;
	top: 43%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	margin: 0;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 1em;
	margin: 0 auto 1em;
	display: inline-block;
	vertical-align: top
}

/* 251224 데이트피커*/
.ui-datepicker.datepicker-tbl-year .ui-datepicker-prev,
.ui-datepicker.datepicker-tbl-year .ui-datepicker-next {display:none}
.ui-datepicker.datepicker-tbl-year .ui-datepicker-title { margin: 0 1.3em;}
.ui-datepicker.datepicker-tbl-year .ui-datepicker-month { display:none}
.ui-datepicker.datepicker-tbl-year table { display: none;}
.ui-datepicker.datepicker-tbl-year { width: auto;}
.ui-datepicker.datepicker-tbl-year select.ui-datepicker-year { min-width:100px;}
.ui-datepicker.datepicker-tbl-year select.ui-datepicker-month, .ui-datepicker.datepicker-tbl-hidden select.ui-datepicker-year { min-width: 70px;}
.ui-datepicker.datepicker-tbl-year .ui-datepicker-buttonpane button.ui-datepicker-current { display: none;}
.ui-datepicker.datepicker-tbl-year .ui-datepicker-buttonpane .ui-datepicker-close {width: 100%; margin: 5px 0;  font-family: 'Pretendard' !important}

.mode-yearmonth .ui-datepicker-calendar { display: none !important;}
.mode-year .ui-datepicker-month { display: none !important;}
.mode-year.ui-datepicker .ui-datepicker-next,
.mode-year.ui-datepicker .ui-datepicker-prev{ display: none !important;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { display: none;}
.mode-year.ui-widget.ui-widget-content { width: 150px !important;}
.mode-year.ui-datepicker .ui-datepicker-title { margin: 0; padding: 0 5px; justify-content: center;}
.mode-year.ui-datepicker select.ui-datepicker-year { width: 80px; margin: 0;}
.ui-datepicker { position: absolute !important; z-index: 10}
/* // 251224 데이트피커 */

@media screen and (max-width: 1800px) {
	.tbl-blue th {
		position: relative
	}
	.sub-tab-wrap .f_wrapper .f_wrapper_inner {
		position: relative;
		padding-top: 35px
	}
	.sub-tab-wrap .f_wrapper .f_scroller {
		overflow-x: auto;
		width: 100%
	}
	.sub-tab-wrap .f_wrapper .touch {
		display: block
	}
	.sub-tab-wrap .f_wrapper .flicking {
		width: 1800px;
		margin-top: 20px
	}
	.sub-tab-wrap .tbl-gray td, .sub-tab-wrap .tbl-gray .td {
		word-break: break-all;
		font-size: 16px
	}
	.sub-tab-wrap .tbl-gray th {
		position: relative
	}
	.state-search-box .inp-box .item .inp {
		width: 100%
	}
	.state-search-box .inp-box .item .inp-select {
		min-width: 130px
	}
	.state-search-box .btn.add {
		min-width: 120px
	}
	.subject-page-wrap .col-box .item.left {
		width: 40%
	}
	.subject-page-wrap .col-box .item.right {
		width: 60%
	}
	.tbl-gray th {
		font-size: 20px
	}
	.indicator-tbl-list thead tr:nth-child(2) th, .indicator-tbl-list thead tr:nth-child(3) th,
		.indicator-tbl-list thead tr:nth-child(4) th {
		top: 0
	}
}

@media screen and (max-width:1530px) {
	.state-search-box .inp-box .item {
		margin-bottom: 10px;
	}

	/* 250710 반응형 (ej) */
	.accordion-box .info-range {
		flex-wrap: wrap;
	}
	.accordion-box .info-range .left-txt {
		width: 100%;
	}
	.accordion-box .info-range .right-txt {
		width: 100%;
		margin-top: 3px;
	}
	.accordion-box .navi {
		margin-top: 5px;
	}
}

@media screen and (max-width: 1400px) {
	.state-search-box .select-list-box {
		margin-bottom: 10px;
	}
	.state-search-box .inp-label {
		display: block;
		font-size: 14px;
		min-width: 80px
	}
	.state-search-box .inp-label.type2 {
		min-width: 80px;
	}
	.state-search-box .inp-select-wrap {
		width: calc(100% - 100px);
		margin-right: 20px
	}
	.state-search-box .search-btn-wrap {
		width: 200px
	}
	.state-search-box .search-btn {
		font-size: 18px
	}
	.state-search-box .btn.add {
		margin-left: 10px
	}
	.state-search-box .inp-box .item {
		margin-bottom: 10px
	}
	.state-search-box.mobile-view .search-btn::after {
		display: none
	}
	.state-search-box .inp-box .item .inp-select {
		padding-left: 20px;
		height: 34px
	}
	.state-search-box .select-list-box {
		height: auto
	}
	.select-list-box .item {
		font-size: 14px;
		margin-right: 20px;
		margin-top: 2px;
		margin-bottom: 2px
	}
	.right-select-box .select-ul .circle {
		font-size: 16px
	}
	.subject-page-wrap .scroll-box {
		max-height: 697px
	}
	.sub-mapview-wrap #mapSvg {
		width: 270px !important
	}
	.map-category-box li {
		font-size: 14px
	}
	.map-category-box li.active a {
		font-size: 20px
	}
	.top-title-box .tit {
		font-size: 20px
	}
	.table-col-box .tbl-scroll-wrap {
		height: 333px
	}
	.table-col-box .tbl-left {
		width: 136px;
		height: 100%
	}
	.table-col-box .tbl-right {
		width: calc(100% - 136px);
		overflow-x: auto
	}
	.table-col-box .data-x-scroll {
		min-width: 990px
	}
	.tbl-blue .th-txt {
		font-size: 13px
	}
	.tab-header .map-search-box {
		bottom: 10px
	}
	.map-search-box .tit {
		font-size: 18px
	}
	.top-title-box .exel {
		font-size: 12px;
		padding: 5px 11px 5px 28px;
		background-size: 16px
	}
	.sub-tab-wrap .tbl-gray td, .sub-tab-wrap .tbl-gray .td {
		font-size: 14px
	}
	.sub-tab-wrap .tbl-gray th {
		font-size: 16px
	}
	.search-chart-box {
		max-height: none;
		margin-top: 15px;
		padding: 15px
	}
	.point-txt, .point-txt2 {
		font-size: 16px
	}
	.page-tit {
		font-size: 28px
	}
	.state-search-box .inp-box .item .inp-select {
		font-size: 14px
	}
	.subject-page-wrap .col-item-tit {
		font-size: 20px
	}
	.tbl-gray td, .tbl-gray .td {
		font-size: 14px;
		white-space: normal;
		letter-spacing: -1px;
		word-break: break-all
	}
	.tip-open-btn {
		margin-right: 0
	}
	.tbl-blue th, .tbl-blue .th {
		font-size: 15px;
		min-height: 65px
	}
	.tbl-blue:not(.indicator-tbl-list ) th, .tbl-blue:not(.indicator-tbl-list
		 ) .th {
		border-top: 2px solid #476dca
	}
	.tbl-blue:not(.indicator-tbl-list ) th::before, .tbl-blue:not(.indicator-tbl-list
		 ) .th::before {
		border-color: #ddd;
		display: none;
		min-height: 65px
	}
	.tbl-blue td, .tbl-blue .td P {
		font-size: 12px
	}
	.tip-popup {
		right: 0;
		font-size: 14px;
		width: 310px
	}
	.tip-clos-btn {
		top: 15px;
		right: 15px
	}
	.tipbox-tit {
		font-size: 16px
	}
	.indicator-tbl-list thead th.th1 .tip-popup {
		left: -30px;
		right: auto
	}
	.indicator-tbl-list thead th.th1 .tip-popup::before {
		left: 30px
	}
	.indicator-tbl-list thead th.th2 .tip-popup {
		left: -30px;
		right: auto
	}
	.indicator-tbl-list thead th.th2 .tip-popup::before {
		left: 30px
	}
	.indicator-tbl-list thead th.th3 .tip-popup {
		left: -30px;
		right: auto
	}
	.indicator-tbl-list thead th.th3 .tip-popup::before {
		left: 30px
	}
	.indicator-tbl-list thead th.th4 .tip-popup {
		left: -30px;
		right: auto
	}
	.indicator-tbl-list thead th.th4 .tip-popup::before {
		left: 30px
	}
	.indicator-tbl-list thead th.th5 .tip-popup {
		left: -30px;
		right: auto
	}
	.indicator-tbl-list thead th.th5 .tip-popup::before {
		left: 30px
	}
	.indicator-tbl-list thead th.th6 .tip-popup {
		left: -30px;
		right: auto
	}
	.indicator-tbl-list thead th.th6 .tip-popup::before {
		left: 30px
	}
	.indicator-tbl-list thead th.th7 .tip-popup {
		left: -30px;
		right: auto
	}
	.indicator-tbl-list thead th.th7 .tip-popup::before {
		left: 30px
	}
	.tbl-gray th {
		font-size: 18px
	}
	.tbl-gray td[rowspan] {
		font-size: 16px
	}
	.cont_dot_list {
		padding: 15px
	}
	.title-list>ul>li>a>strong {
		font-size: 14px
	}
	.cont_each_subttl2, .cont_each_ttl2 {
		font-size: 16px
	}
	.sub_cont_each {
		margin-top: 20px;
		font-size: 14px
	}
	.info-link-box-container>.info-link-box-inner {
		width: 100%
	}
	.step-list {
		display: block;
		font-size: 0
	}
	.step-list .item {
		margin-bottom: 17px;
		width: calc(33.3% - 17px);
		height: 80px
	}
	.step-list .txt {
		font-size: 12px;
		line-height: 120%
	}
	.info-link-box-container .info-link-box-inner .info-link-box a {
		font-size: 14px
	}
	.summary_subtxt2 {
		font-size: 14px
	}
	.sub-privcy-wrap h3 {
		font-size: 16px
	}
	.cont_each_subttl {
		font-size: 16px
	}
	.introduce-cont-wrap::before {
		background-size: 80%
	}
	.introduce-tit {
		font-size: 20px
	}
	div.basic {
		font-size: 16px
	}
	.introduce-col-box .tit {
		font-size: 16px
	}
	.introduce-col-box .txt-wrap .txt {
		font-size: 14px
	}
	.introduce-col-box .ico {
		background-size: contain !important;
		width: 68px;
		height: 75px;
		margin: 20px auto 14px
	}
	.introduce-col-box .txt-wrap {
		margin-top: 15px
	}
	.introduce-col-box .txt-wrap .txt {
		margin: 5px 0
	}
	.sub-notice-wrap {
		margin-top: 30px
	}
	.board-detail-wrap .board-tit {
		font-size: 20px
	}
	.board-detail-wrap .board-cont {
		margin-top: 20px;
		font-size: 14px
	}
	.state-search-box.type2 {
		display: block;
		text-align: center
	}
	.state-search-box.type2 .inp-box .item {
		display: inline-block;
		width: auto
	}
	.state-search-box.type2 .inp-box .item .inp+.inp {
		margin-left: 0;
		margin-top: 10px
	}
	.state-search-box.type2 .inp-label {
		font-size: 16px
	}
	.state-search-box.type2 .inp-select-wrap {
		display: block;
		width: 100%
	}
	.state-search-box.type2 .search-btn {
		min-width: 100px;
		height: 34px
	}
	.state-search-box.type2 .search-btn-wrap {
		margin-top: 10px
	}
}

@media screen and (max-width: 1300px) {
	.subject-page-wrap .col-box .item.left .scroll-box {
		display: none
	}
	.subject-page-wrap .col-box .item.left {
		width: 100%
	}
	.subject-page-wrap .col-box .item.right {
		width: 100%;
		padding-left: 0;
		margin-top: 60px
	}
	.state-search-box .select-list-box .item {
		font-size: 15px;
		margin-right: 15px
	}
	.state-search-box.mobile-view {
		visibility: visible;
		height: auto;
		position: relative
	}
	.state-search-box.mobile-view .inp-box .item:last-child {
		margin-bottom: 0
	}
	.state-search-box.mobile-view .search-btn-wrap {
		width: 100px
	}
	.state-search-box .select-list-box {
		height: auto;
		overflow-y: visible
	}
	.right-select-box {
		padding: 0 10px;
		margin-top: 20px
	}
	.subject-page-wrap .col-item-tit {
		font-size: 18px
	}
	.subject-page-wrap .col-item-tit .point {
		display: block;
		font-size: 18px;
		margin-top: 3px
	}

	/* 250710 반응형 (ej) */
	/* .notice-list-box { height: auto;} */
}

@media screen and (max-width: 1200px) {
	.sub-mapview-wrap .col-box .item.left {
		width: 100%
	}
	.sub-mapview-wrap .col-box .item.right {
		width: 100%;
		padding-left: 0;
		margin-top: 50px
	}
	.legend {
		max-width: 100%
	}
	.f_wrapper .f_wrapper_inner {
		position: relative;
		padding-top: 35px
	}
	.f_wrapper .f_scroller {
		overflow-x: auto;
		width: 100%
	}
	.f_wrapper .touch {
		display: block
	}
	.f_wrapper .flicking {
		width: 1200px;
		margin-top: 20px
	}
	.scroll-box {
		border-bottom: 1px solid #ddd
	}
	.tab-header {
		padding-top: 60px;
		margin-top: 50px
	}
	.tab-header .tab-list {
		margin-top: 0
	}
	.tab-header .map-search-box {
		bottom: auto;
		top: 0;
		float: right;
		margin-top: 0
	}
	.tab-header .map-search-box::after {
		content: '';
		display: block;
		clear: both
	}
	.info-mini-text-box>ul>li {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.info-mini-text-box>ul>li>ul {
		-webkit-transform: none;
		transform: none;
		top: 0 !important;
		display: block;
		position: relative
	}
	.info-mini-text-box>ul>li>ul>li {
		border: 0;
		border-radius: 0
	}
	.info-mini-text-box>ul>li>strong {
		display: none
	}
	.info-mini-text-box>ul>li>ul>li>strong {
		text-align: center
	}
	.step-list br {
		display: none
	}
	.sub-jobtable-wrap .tbl-gray thead th {
		position: relative
	}

	/* 지역별 레이아웃변경 250703 추가 (ej) */
	.diagram-popup-wrap .modal-cont {
		padding: 40px 25px;
	}
	.diagram-list-col {
		gap: 10px 10px
	}
	.diagram-list-item {
		padding-right: 10px;
	}
	.diagram-list {
		padding: 10px;
	}
	.accordion-title {
		font-size: 20px;
	}
	.accordion-contents {
		gap: 10px;
	}
	.accordion-box .origin {
		font-size: 14px;
	}
	.accordion-block {
		padding: 15px;
	}
	.accordion-box {
		width: calc(50% - 5px);
	}
	/* // 지역별 레이아웃변경 250703 추가 (ej) */
}

@media screen and (max-width: 1024px) {
	.board-view-wrap .titbox {
		margin-bottom: 20px
	}
	.board-view-wrap .board-top .top {
		width: 100%;
		margin-top: 15px
	}
	.board-view-wrap .board-top .board-tit {
		display: block;
		width: 100%
	}
	.board-view-wrap .item-list {
		width: 100%
	}
	.board-view-wrap .board-top .c-box {
		padding: 20px
	}
	.board-view-wrap .add-star-btn {
		margin-bottom: 0;
		display: block;
		width: 100%;
		text-align: center
	}
	.board-view-wrap .item-list .item {
		margin-bottom: 10px
	}
	.board-view-wrap .item-list .item:nth-child(1), .board-view-wrap .item-list .item:nth-child(4)
		{
		width: 100%
	}
	.board-view-wrap .item-list .item:nth-child(2), .board-view-wrap .item-list .item:nth-child(5)
		{
		width: 100%
	}
	.board-view-wrap .item-list .item:nth-child(3), .board-view-wrap .item-list .item:nth-child(6)
		{
		width: 100%
	}
	.subject-page-wrap .info-txt-wrap .info-txt {
		background: #f4f8fd;
		padding-left: 30px
	}
	.sub-mapview-wrap .map-category-box {
		overflow-x: hidden
	}
	.sub-mapview-wrap .map-category-box ul {
		white-space: normal;
		display: block;
		min-width: auto
	}
	.map-category-box li {
		font-size: 15px;
		margin-bottom: 10px;
		margin-right: 18px
	}
	.map-category-box li.active a {
		font-size: 18px
	}
	.map-category-box li::after {
		height: 10px
	}
	.table-col-box .tbl-left {
		width: 150px
	}
	.table-col-box .tbl-right {
		width: calc(100% - 150px)
	}
	.tbl-gray th, .tbl-gray .th {
		font-size: 16px
	}
	.top-title-box .year {
		display: block
	}
	.top-title-box .right-btn {
		bottom: 10px;
		top: auto;
		position: absolute;
		right: 10px
	}
	.sub-cont .col-item-tit {
		text-align: left
	}
	.sub-cont .col-item-tit .tit {
		font-size: 17px
	}
	.sub-cont .col-item-tit .mg {
		margin-top: 3px;
		font-size: 14px
	}
	.search-inp-wrap {
		width: 100%
	}
	.search-btn-box {
		width: 100%;
		padding: 0;
		margin-top: 0;
		text-align: center
	}
	.board-search-box {
		padding: 20px
	}
	.search-btn-box .search-btn {
		height: auto;
		background-position: 30px 50%;
		max-width: none;
		width: auto;
		padding: 10px 30px 10px 50px
	}
	.board-search .search-label {
		line-height: 100%;
		font-size: 14px;
		margin-bottom: 10px;
		padding: 2px 19px 0 24px;
		display: block;
		margin-right: 0
	}
	.board-search .datebox {
		width: 100%
	}
	.board-search .searchbox {
		width: 100%
	}
	.board-detail-wrap .board-cont {
		min-height: 200px
	}
	.board-detail-wrap .file-box {
		width: 100%;
		text-align: left;
		margin-top: 10px
	}
	.board-detail-wrap .file-box a {
		width: 100%;
		margin-left: 0;
		font-size: 14px
	}
	.board-btn-box .btn {
		font-size: 14px
	}
	.btn.more-board {
		height: auto
	}
	.board-detail-wrap .board-top .date {
		float: left
	}

	/* 250624 tip box 수정 - 주요지표 (ej) */
	.modal-wrap .col-item-tit {
		padding-right: 0 !important;
		margin-top: 70px !important;
	}
	.modal-wrap .top-btn-box {
		top: -85px !important;
		text-align: right;
	}
	.modal-wrap .top-btn-box .btn {
		margin-left: 5px;
	}
	.map-chart-box>.col-item-tit .tit {
		padding-right: 0 !important;
	}
	.map-chart-box>.col-item-tit .top-btn-box {
		margin-top: 10px;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		text-align: right;
	}
	/* // 250624 tip box 수정 (ej) */

	/* 지역별 레이아웃변경 250703 추가 (ej) */
	.diagram-list-col {
		gap: 50px 10px;
		flex-wrap: wrap;
	}
	.diagram-list-item {
		width: calc(50% - 10px);
		border: 0;
		padding-right: 0;
	}
	.accordion-item {
		padding: 15px;
		margin-bottom: 20px;
	}

	/* // 지역별 레이아웃변경 250703 추가 (ej) */
}

@media screen and (max-width: 768px) {
	.photo-pc {
		display: none
	}
	.photo-m {
		display: block
	}
	.m-hidden {
		display: none
	}
	.page-tit {
		font-size: 24px
	}
	.tab-cont-wrap .txtbox .tit {
		font-size: 18px
	}
	.board-view-wrap .board-top .board-tit {
		font-size: 18px
	}
	.m-indent {
		text-indent: -99999px;
		display: inline-block;
		font-size: 0
	}
	.board-view-wrap .board-cont {
		margin-top: 30px
	}
	.board-view-wrap .board-bottom .c-box {
		padding: 15px
	}
	.board-view-wrap .board-bottom .cpright .tit {
		display: block;
		border: 1px dotted #aaa;
		border-radius: 3px;
		padding: 2px 5px;
		min-width: auto;
		width: 70px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #666;
		margin-bottom: 10px;
		font-size: 14px;
		text-align: center;
		background-color: #f9f9f9
	}
	.board-view-wrap .board-bottom .cpright .txt {
		padding-left: 0;
		margin-top: 0;
		width: 100%
	}
	.board-detail-wrap .board-top {
		padding-bottom: 10px
	}
	.board-detail-wrap .board-tit {
		font-size: 18px
	}
	.board-view-wrap .board-bottom .tab-list li a {
		font-size: 14px
	}
	.tab-list li {
		width: calc(20% - 10px);
		margin: 0 5px
	}
	.tab-list li:first-child {
		margin-left: 5px
	}
	.tab-list li a {
		font-size: 16px
	}
	.legend .legend-tit, .legend .txt-bottom {
		font-size: 12px
	}
	.map-search-box .search-select .area-select {
		font-size: 16px
	}
	.tab-header .map-search-box {
		max-width: 100%
	}
	.map-search-box .tit {
		font-size: 20px
	}
	.point-txt {
		font-size: 14px
	}
	.sub-cont .col-box .item {
		width: 100%;
		padding: 0
	}
	.cont-tit {
		font-size: 18px
	}
	.state-search-box .inp-box .item .inp {
		position: relative;
		padding-top: 30px
	}
	.state-search-box .inp-label {
		display: block;
		position: absolute;
		top: 0;
		left: 0
	}
	.state-search-box .btn.add {
		margin-top: 30px;
		height: 38px
	}
	.state-search-box {
		display: block
	}
	.state-search-box .inp-select-wrap {
		width: 100%;
		margin-right: 0
	}
	.state-search-box .search-btn-wrap {
		width: 100%;
		margin-top: 20px
	}
	.state-search-box.mobile-view .search-btn-wrap {
		width: 100%
	}
	.state-search-box .search-btn {
		width: 100%;
		border-radius: 10px;
		height: 60px
	}
	.state-search-box .select-list-box {
		border-radius: 15px
	}
	.state-search-box .inp-box .item .inp-select {
		min-width: auto
	}
	.search-chart-box {
		overflow-y: visible;
		overflow-x: auto;
		height: auto;
		max-height: none
	}
	.search-chart-box .chart {
		width: 800px
	}
	.info-mini-text-box>ul>li {
		width: calc(50% - 20px)
	}
	.top-title-box .tit {
		font-size: 16px
	}
	div.basic {
		font-size: 14px
	}
	div.basic p {
		margin-top: 10px
	}
	div.basic.center {
		margin-top: 20px
	}
	.introduce-cont-wrap {
		padding-bottom: 120px
	}
	.introduce-col-box {
		display: block;
		margin: 30px -20px 20px
	}
	.introduce-col-box .tit {
		font-size: 14px
	}
	.introduce-col-box .item {
		padding: 15px;
		width: calc(100% - 20px);
		margin: 5px 10px
	}
	.tbl-header {
		display: block;
		margin-bottom: 10px
	}
	.point-txt, .point-txt2 {
		display: block;
		text-align: left !important
	}
	.f_wrapper .touch {
		font-size: 12px
	}
	.datepicker-wrap {
		width: 100%;
		margin-right: 0
	}
	.datepicker-wrap input.datepicker, .datepicker-wrap input.datepicker2 {
		max-width: none
	}
	.board-search .srh-check-box {
		width: 100%;
		margin-top: 5px
	}
	.sub-notice-wrap .board-list thead, .sub-notice-wrap .board-list colgroup
		{
		display: none
	}
	.sub-notice-wrap .board-list tr, .sub-notice-wrap .board-list th,
		.sub-notice-wrap .board-list td {
		display: block;
		border: none;
		text-align: left
	}
	.sub-notice-wrap .board-list tr {
		border-bottom: 1px solid #ddd;
		padding: 7px 0
	}
	.sub-notice-wrap .board-list .notice, .sub-notice-wrap .board-list .notice
		{
		background-color: #f5f5f5
	}
	.sub-notice-wrap .board-list td {
		height: auto;
		padding: 4px;
		font-size: 0
	}
	.sub-notice-wrap .board-list td * {
		font-size: 14px
	}
	.sub-notice-wrap .board-list .td-tit {
		display: inline-block;
		padding: 2px;
		border-right: 1px dashed #ddd;
		color: #333;
		min-width: 70px;
		padding-left: 10px;
		font-weight: 600;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.sub-notice-wrap .board-list .td-txt {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		display: inline-block;
		width: calc(100% - 70px)
	}
	.sub-notice-wrap .board-list .list-tit {
		max-width: 100%
	}
	.board-list .ico-notice {
		text-align: center
	}
	.paging ul li a {
		width: 20px
	}
	.state-search-box.type2 {
		padding: 20px
	}
	.state-search-box.type2 .inp-box .item .inp-select {
		width: 100%
	}
	.state-search-box.type2 .inp-box .item {
		width: 100%
	}
	.state-search-box.type2 .inp-box .item .inp-date {
		background-position: right 10px top 50%
	}
	.col-item-tit .tit {
		font-size: 16px
	}
	.col-item-tit .th-popup {
		position: absolute;
		right: 20px;
		top: 20px
	}

	/* 지역별 레이아웃변경 250703 추가 (ej) */
	.diagram-tit {
		font-size: 18px;
	}
	.diagram-list li {
		font-size: 14px;
	}
	.diagram-list-tit {
		font-size: 16px;
		height: 33px;
	}
	.accordion-box {
		width: calc(100% - 5px);
	}
	.accordion-title {
		font-size: 17px;
	}
	.accordion-title::before {
		top: -5px;
	}
	/* // 지역별 레이아웃변경 250703 추가 (ej) */

	/* 250624 tip box 수정 (ej) */
	.th-btn-wrap {
		position: initial;
	}
	.col-item-tit .th-popup {
		position: initial !important;
	}
	.col-item-tit .tip-popup {
		/* border: 1px solid #ddd; */
		margin-top: 15px;
	}
	.col-item-tit .tip-popup::before {
		/* background: url("/reim/new_assets/images/contents/ico_pop_arrow.png") no-repeat center !important;     right: auto;
        width: 22px;
        background-size: 22px;
        height: 13px;
        top: -12px;
        left: 50%;
        transform: translateX(-50%); */
		display: none;
	}
  /* 250725 지역별 일자리지표 페이지 tipbox 수정 (ej) */
	.map-chart-box .tip-popup,
  .accordion-list .tip-popup {
		right: 0;
		font-size: 14px;
		width: 500px !important;
		max-width: 80vw;
	}
	.map-chart-box .tip-popup.open,
	.accordion-list .tip-popup.open {
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%);
		padding-right: 20px;
		padding-top: 35px;
	}
	.map-chart-box .tip-popup .tip-clos-btn,
	.accordion-list .tip-popup .tip-clos-btn {
		right: 6px;
		top: 6px;
	}
  .accordion-list .th-popup {position: initial;}
  .accordion-list .tip-popup { margin-top: 10px;}
	.accordion-list .tip-popup::before {
		display: none;
	}
  .tip-open-btn.on { background-color: #2e4b94 !important;}
  /*  // 250725 지역별 일자리지표 페이지 tipbox 수정 (ej) */
	/* // 250624 tip box 수정 (ej) */
}

@media screen and (max-width: 500px) {
	.tab-cont-wrap .tab-cont {
		margin-left: 0
	}
	.tab-cont-wrap .item {
		width: 100%;
		margin: 0 0 20px
	}
	.tab-header .map-search-box {
		display: inline-block;
		width: 100%
	}
	.map-search-box {
		border-radius: 10px;
		padding: 15px 10px
	}
	.map-search-box .tit {
		display: block;
		font-size: 16px;
		margin: 0 0 10px;
		font-weight: 700;
		text-align: center;
		padding-left: 0
	}
	.map-search-box .search-select {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: calc(100% - 70px);
		margin-right: 0
	}
	.map-search-box .search-select .area-select {
		width: calc(50% - 10px);
		margin: 0 5px
	}
	.sub-tab-wrap .tab-header {
		padding-top: 110px
	}
	.state-search-box .inp-box .item {
		display: block;
		width: 100%
	}
	.state-search-box .inp-box .item .inp {
		display: block
	}
	.state-search-box .inp-box .item .inp+.inp {
		margin-left: 0;
		margin-top: 20px
	}
	.state-search-box .inp-box .item .inp-select {
		margin-bottom: 8px
	}
	.state-search-box .inp-box .item .inp-select:last-child {
		margin-bottom: 0
	}
	.state-search-box .inp-label {
		font-size: 15px
	}
	.state-search-box .btn.add {
		width: 100%;
		margin-left: 0;
		margin-top: 10px
	}
	.table-col-box .tbl-left {
		width: 110px
	}
	.table-col-box .tbl-right {
		width: calc(100% - 110px)
	}
	table th.up::after {
		position: fixed;
		content: '';
		display: inline-block;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
		z-index: 3;
		top: 0;
		left: 0
	}
	.indicator-tbl-list thead th .tip-popup::before {
		display: none
	}
	.indicator-tbl-list thead th {
		z-index: unset
	}
	.indicator-tbl-list thead th.up {
		z-index: unset
	}
	.indicator-tbl-list thead th .tip-popup.open {
		z-index: 5;
		position: fixed;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		right: auto
	}
	th .tip-popup {
		max-width: 360px;
		width: 95%;
		margin: 0 auto
	}
	.state-search-box.type2 .inp-box .item .inp {
		font-size: 0
	}
	.state-search-box.type2 .inp-box .item .inp>* {
		font-size: 14px
	}
	.state-search-box .inp-box .item .inp-select+.mg {
		width: 30px;
		display: inline-block;
		margin: 0
	}
	.state-search-box.type2 .inp-box .item .inp-select {
		width: 100%;
		margin: 0
	}
	.state-search-box.type2 .inp-box .item .inp-date {
		width: calc(50% - 15px);
		margin: 0
	}

	/* 250611 반응형 수정 (yz) */
	.rMateH5__rMateChart {
		position: relative !important;
	}
	.modal-wrap .top-btn-box {
		top: auto !important;
		margin-bottom: 20px !important;
		gap: 5px; /* 250624 (ej) */
	}
	.modal-wrap .top-btn-box .btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 !important;
	}
	/* 250611 반응형 수정 (yz) */
}

@media screen and (max-width: 450px) {
	.tab-list:not(.type2 ) li a {
		font-size: 14px
	}
	.board-search .select {
		width: 100%;
		border-right: 1px solid #ddd;
		border-bottom: 0
	}
	.board-search .inp {
		width: 100%
	}
	.info-mini-text-box>ul>li {
		width: 100%;
		margin: 10px 0
	}
	.title-list>ul>li {
		width: 100%;
		margin: 3px 0
	}
	.info-link-box-container .info-link-box-inner .info-link-box a {
		word-break: break-all
	}
	.diagram-list-item {
		width: 100%;
		padding-right: 10px;
	}
	.diagram-list-box {
		margin-top: 12px;
	}
}

@media screen and (max-width: 320px) {
	.sort-wrap .total {
		font-size: 14px
	}
	.sort-wrap .sort-box select {
		min-width: 90px;
		padding-left: 10px;
		background-position: right 10px top 50%
	}
	.search-btn-box .search-btn {
		width: 100%;
		background-image: none;
		padding: 10px
	}
	.paging .p-prev, .paging .prev, .paging .next, .paging .n-next {
		width: 24px
	}
	.paging .p-prev {
		background-position: -5px 0
	}
	.paging .prev {
		background-position: -40px 0
	}
	.paging .next {
		background-position: -72px 0
	}
	.paging .n-next {
		background-position: -108px 0
	}
	.search-compare-box {
		padding: 13px
	}
}

.modal-wrap {
	opacity: 0;
	top: 0;
	z-index: -1;
	display: block;
	position: absolute !important;
}

.modal-wrap.zIndex {
	opacity: 1;
	z-index: 999;
	position: fixed !important;
}