﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('common.css');
@import url('dbBtn_style.css');
@import url('panel_style.css');

.cctv_wrap {
	/*min-height: 200px;*/
	overflow: hidden;
}
.cctv_wrap img {
	width: 100%;
}
.map_wrap {
	height: calc(100% - 17rem);
	position: relative;
	transition: height 0.3s;
}
.map_wrap .map-view {
	height: 100%;
	background-size: cover;
}

.map-control {
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 5;
	transform: translateY(-50%);
}
.map-control ul {
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	border-radius: 0.31rem;
	width: 2.5rem;
	background-color: #fff;
}
.map-control ul li {
	border-bottom: 1px solid #ddd;
}
.map-control ul li:first-child .legendBtn {
	border-radius: 0.31rem 0.31rem 0 0;
}
.map-control ul li:last-child {
	border: 0;
}
.map-control ul li:last-child .legendBtn {
	border-radius: 0 0 0.31rem 0.31rem;
}
.map-control ul li .legendBtn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 100%;
	border: 0;
	padding: 0.5rem 0.25rem;
	text-transform: uppercase;
	background: transparent;
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: -0.07rem;
}
.map-control ul li .legendBtn:hover,
.map-control ul li .legendBtn.focus {
	background-color: rgba(0, 153, 68, 0.8);
	text-decoration: underline;
	color: #fff;
}
.map-control ul li .legendBtn.change {
	background: #009770;
	color: #ffffff;
	text-decoration: underline;
}
.map-control ul li .legendBtn.change img {
	filter: invert(56%) sepia(41%) saturate(6184%) hue-rotate(203deg)
		brightness(378%) contrast(103%);
}

.map-control ul li .legendBtn:hover img,
.map-control ul li .legendBtn.focus img {
	filter: invert(56%) sepia(41%) saturate(6184%) hue-rotate(203deg)
		brightness(378%) contrast(103%);
}
.map-control ul li .legendBtn img {
	width: 1.25rem;
	height: 1.25rem;
}
.container.index_container {
	overflow: hidden;
}
.content-wrap {
	width: 100%;
	height: 17rem;
	background: #fff;
	display: flex;
	position: relative;
	transition: bottom 0.3s;
}
.content-wrap .content-control {
	position: absolute;
	top: -50px;
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	border-color: #ddd;
	background-color: var(--main-color);
	color: #fff;
	transition: all 0.5s;
	z-index: 10;
}
.content-control.down::before {
	content: '\e313';
}
.content-control.up::before {
	content: '\e316';
}
.content-wrap .content {
	width: 30%;
	height: 17rem;
	flex-grow: 1;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.content-wrap .content--tit {
	width: 100%;
	font-size: 1.25rem;
	font-family: 'Gmarket Sans';
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-wrap .ico-content--tit {
	width: 100%;
	font-size: 1.25rem;
	font-family: 'Gmarket Sans';
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 3.25rem;
	position: relative;
}
.content-wrap .ico-content--tit h2 {
	font-size: 1.25rem;
	font-family: 'Gmarket Sans';
	font-weight: 400;
}
.content-wrap .ico-content--tit::before {
	content: '';
	width: 3rem;
	height: 3rem;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 1.5rem;
	background-color: #f8f8f8;
	position: absolute;
	left: 0;
}

.content-wrap .incident-content .ico-content--tit::before {
	background-image: url(../assets/img/ico-incident.png);
}
.content-wrap .cctv-content .ico-content--tit::before {
	background-image: url(../assets/img/ico-cctv.png);
}

.content-wrap .content--tit a {
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	text-indent: -1000%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 1.25rem;
	border: 1px solid #cecece;

	background-image: url(../assets/img/ico-more.svg);
}
.content-wrap .content--tit a:hover,
.content-wrap .content--tit a:focus {
	background-color: #009944;
	background-image: url(../assets/img/ico-more-active.svg);
}
.content-wrap .content:not(:last-child) {
	border-right: 1px solid #c6c6c6;
}

.content-wrap .incident-content .swiper-slide {
	display: flex;
	gap: 0.95rem;
}
.content-wrap .incident-content .swiper-slide a {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	height: 100%;
	padding: 0.625rem;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-radius: 0.5rem;
}
.content-wrap .incident-content .swiper-slide a:focus-visible {
	outline-offset: -2px;
}
.content-wrap .incident-content .swiper-slide a.ic-type-1:hover {
	border: 1px solid #c70000;
}
.content-wrap .incident-content .swiper-slide a.ic-type-2:hover {
	border: 1px solid #f17100;
}
.content-wrap .incident-content .swiper-slide a.ic-type-3:hover {
	border: 1px solid #0085f1;
}
.content-wrap .incident-content .swiper-slide a.ic-type-4:hover {
	border: 1px solid #019239;
}
.content-wrap .incident-content .swiper-slide a .badge {
	display: flex;
	padding: 0.5rem 0.9375rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	color: #fff;
	text-align: center;
	font-size: 0.75rem;
	width: 3rem;
	border-radius: 1.5rem;
}
.content-wrap .incident-content .swiper-slide a .title {
	font-size: 1rem;
	line-height: 1.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.content-wrap .incident-content .swiper-slide a:hover .title {
	text-decoration: underline;
	font-weight: 700;
}
.content-wrap .incident-content .swiper-slide a time {
	text-align: left;
	font-size: 0.75rem;
}
.content-wrap .incident-content .swiper-slide a .badge.incident-1 {
	background-color: #c70000;
}
.content-wrap .incident-content .swiper-slide a .badge.incident-2 {
	background-color: #bd5800;
}
.content-wrap .incident-content .swiper-slide a .badge.incident-3 {
	background-color: #0068bd;
}
.content-wrap .incident-content .swiper-slide a .badge.incident-4 {
	background-color: #016a29;
}
.content-wrap .incident-content .slider {
	height: 100%;
	position: relative;
}
.content-wrap .incident-content .slider .incident-slider {
	height: 100%;
	position: static;
}

.content-wrap .incident-content .slider .incident-slider .swiper-wrapper {
	height: calc(100% - 1.75rem);
	bottom: 0rem;
}
.content-wrap .incident-content .slider .incident-slider .swiper-slide {
	display: flex;
}
.content-wrap
	.incident-content
	.slider
	.incident-slider
	.swiper-slide
	li.info-item {
	flex: 1;
}
.content-wrap
	.incident-content
	.slider
	.incident-slider
	.swiper-slide
	li.info-item:focus-visible {
	outline-offset: -2px;
}
.content-wrap .cctv-content .slider {
	height: 100%;
	position: relative;
}
.content-wrap .cctv-content .slider .swiper-slide {
	height: 100%;
	position: static;
}

.content-wrap .cctv-content .slider .swiper-wrapper {
	height: calc(100% - 1.75rem);
	bottom: 0rem;
}
.content-wrap .cctv-content .slider .swiper-slide {
	display: flex;
	gap: 0.95rem;
}
.content-wrap .cctv-content .slider .swiper {
	height: 100%;
}
.content-wrap .cctv-content .slider .info-item {
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}
.content-wrap .cctv-content .slider .info-item:focus-visible {
	outline-offset: -2px;
}
.content-wrap .cctv-content .slider img,
.content-wrap .cctv-content .slider video {
	width: 100%;
	height: 100%;
}
.content-wrap .cctv-content .slider .road-name {
	display: block;
	width: 100%;
	padding: 0.5rem;
	line-height: 1.2rem;
	background: rgb(0 0 0 / 50%);
	position: absolute;
	top: 0;
	color: #fff;
}
.content-wrap .cctv-content .swiper-slide .api-button .subContainer {
	height: calc(100vh - 120px);
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slider .swiper-button-prev,
.slider .swiper-rtl .swiper-button-next,
.slider .swiper-button-next,
.slider .swiper-rtl .swiper-button-prev {
	left: auto;
	top: inherit;
	bottom: 0rem;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #fff;
	margin-top: 0;
	position: absolute;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #686868;
	border-radius: 0.25rem;
}
.slider .swiper-button-prev:hover,
.slider .swiper-rtl .swiper-button-next:hover,
.slider .swiper-button-next:hover,
.slider .swiper-rtl .swiper-button-prev:hover {
	border: 1px solid #666666;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}
.slider .swiper-button-prev,
.slider .swiper-rtl .swiper-button-next {
	right: 3rem;
	margin-right: 0.5rem;
	padding-left: 8px;
}
.slider .swiper-button-next,
.slider .swiper-rtl .swiper-button-prev {
	right: 1.5rem;
	margin-right: 0.25rem;
}
.slider .swiper-button-next,
.slider .swiper-rtl .swiper-button-prev {
	right: 1.5rem;
	margin-right: 0.25rem;
}

.swiper-button-pause {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.25rem;
	position: absolute;
	right: 0;
	bottom: 0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #686868;
	border: 1px solid transparent;
}
.swiper-button-pause:hover {
	border: 1px solid #666;
}
.slider .swiper-button-prev::after,
.slider .swiper-rtl .swiper-button-next::after,
.slider .swiper-button-next::after,
.slider .swiper-rtl .swiper-button-prev::after {
	font-family: 'Material Icons';
	font-size: 1rem;
	font-weight: 400;
}
.slider .swiper-button-prev::after,
.slider .swiper-rtl .swiper-button-next::after {
	content: '\e5e0';
}
.slider .swiper-button-next::after,
.slider .swiper-rtl .swiper-button-prev::after {
	content: '\e5e1';
}
.swiper-button-pause[data-pressed='false']::before {
	content: '\e034';
}
.swiper-button-pause[data-pressed='true']::before {
	content: '\e037';
}
.swiper-button-pause::before {
	font-size: 1.1875rem;
	font-weight: 400;
}
.content-wrap .content--con .content-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1rem;
	padding: 0 0 0.725rem;
	flex: 1 0 0;
}
.content-wrap .content--con .content-item a .notice_name {
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875rem;
	font-weight: 500;
}
.content-wrap .content--con .content-item a:hover .notice_name {
	font-weight: 700;
	text-decoration: underline;
}
.content-wrap .content--con .content-item:not(:first-child) a {
	padding: 0.725rem 0;
}
.content-wrap .content--con .content-item a time {
	font-size: 0.75rem;
}

.itemContents {
	max-width: 280px;
	width: 100%;
	height: 100%;

	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: column;
	/* gap: var(--gap-middle); */
	gap: 0;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
.no-content {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 1.1em;
	padding: 30px 0px;
}
.tSlide {
	position: absolute;
	top: calc(50% - 30px);
	right: -40px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	border-color: #ddd;
	background-color: var(--main-color);
	color: #fff;
	transition: all 0.5s;
}
.tSlide::before {
	font-size: 30px;
}
.itemContents .itemContent {
	overflow: hidden;
}
.itemContents span.tCount {
	font-size: 12px;
	color: #636363;
	font-weight: 400;
}

.searchBoxWrap {
	width: 100%;
	height: auto;
	background: linear-gradient(117deg, #094 3.22%, #70c596 88.02%);

	padding: 30px 16px;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.searchBoxWrap .tit {
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.2;
	font-weight: 300;
}
.searchBoxWrap .tit > span {
	color: #fff;
	font-weight: 500;
}

.searchBoxWrap .form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	border-radius: 8px;
	background-color: #fff;
}
.searchBoxWrap input {
	vertical-align: top;
	border-radius: 0;
	border: 0;
	box-sizing: border-box;
	padding: 0.35rem 0.65rem;
	font-size: 1rem;
	font-weight: 300;
	width: 100%;
	background-color: transparent;
}
.searchBoxWrap input::placeholder {
	color: #636363;
}
.searchBoxWrap input.mti-search {
	position: relative;
	width: 40px;
	flex-shrink: 0;
	cursor: pointer;
	background: #fff url(../assets/img/map/search_ico.svg) 50% 50% no-repeat;
	background-size: 30px;
}
.searchBoxWrap input.mti-search:focus-visible {
	outline-offset: -2px;
	outline-color: #000;
	outline-width: 1px;
}

.itemListWrap {
	font-size: 14px;
	width: 100%;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	border: 1px solid #ddd;
	border-color: #ddd transparent;
}
.item_group {
	background: #fff;
	border: 1px solid;
	border-color: #ddd transparent;
}
.item_group:first-child {
	border-top: 0;
}
.item_group:last-child {
	border-bottom: 0;
}
.item_group.tit {
	display: flex;
	flex-direction: column;
	padding: 16px 10px;
	gap: var(--gap-middle);
}
.list_wrap {
	overflow: scroll;
	display: flex;
	flex-direction: column;
}
.list_wrap .item {
	font-size: 14px;

	border-bottom: 1px solid #ddd;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	cursor: pointer;
	flex-shrink: 0;
}
.list_wrap .item button {
	font-size: 14px;
	padding: 8px 10px;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	flex-shrink: 0;
}
.list_wrap .item.active button {
	background: #ffffff;
}
.list_wrap .item .traffic_box_wrap {
	width: 100%;
	height: 400px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	padding: 0;
}
.list_wrap .item .traffic_box {
	width: 100%;
	padding: 0px 16px;
}
.list_wrap .item.active .traffic_box {
	width: 100%;
	padding: 0px 16px;
}
.list_wrap .item.active .traffic_box:focus-visible {
	outline-offset: -2px;
}
/* TEST*/
.list_wrap .item .road_name {
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px;
	background-color: #eee;
	font-size: 1rem;
}
.list_wrap .item .km {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.list_wrap .item .km p {
	font-size: 0.8125rem;
	font-weight: 400;
	width: 50%;
	padding-right: 20px;
	position: relative;
	letter-spacing: -0.065rem;
}
.list_wrap .item .km p.right {
	text-align: right;
	padding-left: 20px;
	padding-right: 0px;
}
.list_wrap .item .km p.left::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: 5px;

	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.list_wrap .item .km p.left.green::after {
	background-image: url(../assets/img/icon/ico-up-green.svg);
}
.list_wrap .item .km p.left.orange::after {
	background-image: url(../assets/img/icon/ico-up-orange.svg);
}
.list_wrap .item .km p.left.red::after {
	background-image: url(../assets/img/icon/ico-up-red.svg);
}
.list_wrap .item .km p.right::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 5px;

	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.list_wrap .item .km p.right.red::after {
	background-image: url(../assets/img/icon/ico-down-red.svg);
}
.list_wrap .item .km p.right.orange::after {
	background-image: url(../assets/img/icon/ico-down-orange.svg);
}
.list_wrap .item .km p.right.green::after {
	background-image: url(../assets/img/icon/ico-down-green.svg);
}
/* TEST */

.list_wrap .item.active .traffic_box_wrap {
	width: 100%;
	max-height: 400px;
	overflow-y: auto;
	padding: 10px 0;
}
.list_wrap .item.active .traffic_box_wrap:focus-visible {
	outline-offset: -2px;
}
.list_wrap .item.active .road_name {
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px;
	background-color: #eee;
	font-size: 1rem;
}
.list_wrap .item.active .km {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.list_wrap .item.active .km p {
	font-size: 0.8125rem;
	font-weight: 400;
	width: 50%;
	padding-right: 20px;
	position: relative;
	letter-spacing: -0.065rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
.list_wrap .item.active .km p.right {
	text-align: right;
	padding-left: 20px;
	padding-right: 0px;
	align-items: flex-end;
}
.list_wrap .item.active .km p.left::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	right: 5px;

	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.list_wrap .item.active .km p.left.green::after {
	background-image: url(../assets/img/icon/ico-up-green.svg);
}
.list_wrap .item.active .km p.left.orange::after {
	background-image: url(../assets/img/icon/ico-up-orange.svg);
}
.list_wrap .item.active .km p.left.red::after {
	background-image: url(../assets/img/icon/ico-up-red.svg);
}
.list_wrap .item.active .km p.left.gray::after {
	background-image: url(../assets/img/icon/ico-up-gray.svg);
}
.list_wrap .item.active .km p.right::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	left: 5px;

	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.list_wrap .item.active .km p.right.red::after {
	background-image: url(../assets/img/icon/ico-down-red.svg);
}
.list_wrap .item.active .km p.right.orange::after {
	background-image: url(../assets/img/icon/ico-down-orange.svg);
}
.list_wrap .item.active .km p.right.green::after {
	background-image: url(../assets/img/icon/ico-down-green.svg);
}
.list_wrap .item.active .km p.right.gray::after {
	background-image: url(../assets/img/icon/ico-down-gray.svg);
}
.list_wrap .item:last-child {
	border: 0;
}
.list_wrap .item button:hover {
	background: #d4d3d3;
}
.list_wrap .item button:active {
	background: #d4d3d3;
}
.list_wrap .item button:active .occ::before {
	color: #fff;
}
.list_wrap .item span {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	border-radius: 0.75rem;
	background: #202020;
	color: #fff;
	width: fit-content;
}
.list_wrap .item span.green {
	background: #278154;
}
.list_wrap .item span.orange {
	background: #d14900;
}
.list_wrap .item span.red {
	background: #cd201f;
}
.list_wrap .item span.gray {
	background: #737373;
}

.lowList b {
	display: block;
	margin-bottom: 8px;
}

.totalSide_info {
	display: flex;
	flex-direction: column;
	gap: var(--gap-middle);
	justify-content: space-between;
	height: calc(100% - 78px);
}
.totalSide_info .split {
	display: flex;
	flex-direction: column; /**max-height: calc(100% - 210px);*/
	max-height: calc(100% - 160px);
	flex-shrink: 0;
}

.main-slider-wrap {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.main-slider-wrap .main-swiper {
	width: 100%;
	height: 100%;
	overflow: unset;
}
.trfficMap {
	width: 100%;
	height: 100%;
	background: #878787;
	position: relative;
}

.mLegendWrap {
	display: none;
	height: 28px;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	padding-left: 10px;
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 2;
}
.trfficNotic {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-self: flex-start;
	gap: var(--gap-thin);
	width: 100%;
	padding: 0;
	font-size: 14px;
}
.trfficNotic p.txt {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.trfficNotic .lc {
	width: auto;
	height: auto;
	padding: 2px 8px;
	overflow: unset;
}

.lc {
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-align: center;
}
.lc01 {
	background-color: #6de88c;
	color: #000;
}
.lc01::before {
	content: '원활';
}
.lc02 {
	background-color: #fed64e;
	color: #000;
}
.lc02::before {
	content: '서행';
}
.lc03 {
	background-color: #fb6965;
	color: #fff;
}
.lc03::before {
	content: '정체';
}
.lc04 {
	background-color: #636363;
	color: #fff;
}
.lc04::before {
	content: '정보없음';
}

.popWrap {
	position: absolute;
	width: 320px;
	height: auto;
	background: #fff;
	border-radius: 4px;

	display: flex;
	flex-direction: column;
	z-index: 1;
	box-shadow: -8px 14px 10px rgb(0 0 0 / 20%);
	border: 1px solid #ddd;
	top: 20px;
	left: 320px;
	border-radius: 1rem;
	overflow: hidden;
}
.popWrap .tit {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.5rem;
	padding: 1.5rem;
	background: url(../assets/img/map/popup_bg.png) no-repeat center / cover;
}
.popWrap .pop_cnt {
	padding: 0.5rem 1.5rem;
}

.popWrap .tit .title {
	font-size: 1.2rem;
}
.popWrap .tit span {
	font-size: 0.8125rem;
	font-weight: 400;
}
.popWrap .tit span[class*='_label'] {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.8125rem;
	color: #fff;
	margin-right: 0.5rem;
}
.popWrap table {
	width: 100%;
	font-size: 14px;
	table-layout: auto;
	width: 100%;
	table-layout: fixed;
}
.popWrap table th,
.popWrap table td {
	padding: 8px 0;
	vertical-align: middle;
	line-height: 1.4;
}
.popWrap table th {
	font-weight: bold;
	text-align: left;
}
.popWrap table.tb_border th,
.popWrap table.tb_border td {
	text-align: center;
}
.popWrap table td {
}
.popWrap .closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
}
.popWrap .closeBtn::before {
	font-size: 20px;
}
.popWrap table:not(.tb_border) th,
.popWrap table:not(.tb_border) td {
	vertical-align: top !important;
	overflow-wrap: break-word;
}
.popInfoWrap {
	z-index: 9999;
}
.popInfoWrap .popWrap {
	/*top: calc(50% - 140px); right: calc(50% - 160px); */
	top: 20px;
	left: 320px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	border: 1px solid #000;
	border-radius: 0.5rem;
	padding: 0;
	background: #fff;
	max-height: calc(100% - 200px);
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.popInfoWrap .popWrap {
		top: 20%;
		left: 50% !important;
		transform: translateX(-50%);
		width: 90vw;
		max-width: 320px;
	}
	.map-control ul li .legendBtn:hover,
	.map-control ul li .legendBtn.focus {
		background: transparent;
		text-decoration: none;
		color: #262726;
	}

	.map-control ul li .legendBtn:hover img,
	.map-control ul li .legendBtn.focus img {
		filter: none;
	}
}
.popInfoWrap .tit {
	height: 80px;
	padding: 0 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: var(--gap-general);
	flex-shrink: 0;
}
.popInfoWrap .tit p {
	font-size: 25px;
}
.popInfoWrap .tit p.p_comment {
	font-size: 1rem;
}
.popInfoWrap .tit span.ac_1 {
	background-color: #cd201f;
}
.popInfoWrap .tit span.ac_2 {
	background-color: #bd5800;
}
.popInfoWrap .tit span.ac_3 {
	background-color: #278154;
}
.popInfoWrap .tit span.ac_4 {
	background-color: #0470dc;
}

.popInfoWrap .tit p.p_comment .park_label.park-yes {
	background-color: #278154;
}
.popInfoWrap .tit p.p_comment .park_label.park-no {
	background-color: #970000;
}
.popInfoWrap .tit p.p_comment .park_label.park-disable {
	background-color: #6d6d6d;
}

.popInfoWrap .tit span.bus {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 6px 0;
}

.popInfoWrap .tableWrap {
	display: flex;
	flex-direction: column;
	gap: var(--gap-big);
	border: 0;
}
.popInfoWrap table {
}
.popInfoWrap table td {
	padding: 8px 10px;
}
.popInfoWrap .pop_cnt {
	height: auto;
	border-top: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	gap: var(--gap-big);
	overflow: scroll;
	padding: 20px;
}
.popInfoWrap .pop_cnt .video {
	width: 100%;
	height: 180px;
	background: #ddd;
}
.popInfoWrap .tab_wrap {
	display: flex;
	flex-direction: row;
}
.popInfoWrap .vms_wrap img {
	width: 100%;
}

.boardContainer {
	padding: 50px 0;
	min-height: calc(100vh - 320px);
	width: calc(100% - 100px);
	margin: auto;
	max-width: 1296px;
}
.boardContainer .contentsWrap {
	margin-bottom: 130px;
	position: relative;
}
.boardContainer .contentsWrap:last-child {
	margin-bottom: 0px;
}
.boardContainer .word {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: var(--gap-big);
	padding-top: 20px;
}
.boardContainer .word:last-child {
	margin-bottom: 0px;
}
.boardContainer .word .cnt {
	display: flex;
	flex-direction: column;
	gap: var(--gap-middle);
}
.boardContainer h1.tit {
	padding-bottom: 20px;
	border-bottom: 1px solid #262726;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
}
.boardContainer .word h2 {
	font-weight: 400;
}
.boardContainer .word h3 {
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-left: inherit;
	font-family: initial;
}
.boardContainer .word h4 {
	font-weight: 400;
	font-size: 18px;
}
.word .filter_wrap {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}
.word .filter_wrap label {
}
.word .filter_wrap label span {
}
.word .filter_wrap label input {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px 8px;
	height: 25px;
	box-sizing: border-box;
	margin-left: 10px;
	color: #686868;
}

.boardContainer .contentsWrap p {
	color: #636363;
	line-height: 20px;
}
.boardContainer .contentsWrap p:last-child {
	margin-bottom: 0px;
}
.boardContainer .contentsWrap img {
}
.boardContainer .cmt {
	font-size: 14px;
	color: #636363;
}
.boardContainer .cmt li {
	line-height: 20px;
	position: relative;
	padding-left: 8px;
}
.boardContainer .cmt li::before {
	content: '-';
	margin-right: 4px;
	position: absolute;
	left: 0;
}
.boardContainer .gridBoxWrap {
	display: flex;
}
.boardContainer .gridRow {
}
.boardContainer .box {
	border: 1px solid #ddd;
	padding: 30px;
	height: auto;
	min-height: 200px;
}
.boardContainer .box:last-child {
	margin-bottom: 0;
}
.boardContainer .box:hover {
	border: 1px solid #0055a2;
}
.boardContainer .boxTxt {
	display: flex;
	flex-direction: column;
	gap: var(--gap-general);
}

.boardListWrap {
}
.boardList {
	width: 100%;
}
.boardList ul {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	height: 60px;
	border-top: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.boardList ul li {
	font-size: 14px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #636363;
	padding-bottom: 1px;
	padding-bottom: 2px;
}
.boardList ul li.num {
	width: 60px;
}
.boardList ul li.contents {
	width: calc(100% - 180px);
}
.boardList ul li.day {
	width: 120px;
	text-align: right;
}
.boardList ul:hover > li {
	color: #000;
}

.pagination {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.pagination a {
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 17px;
	background-position-y: 22px;
}
.pagination a.mti {
	color: #636363;
}
.pagination a.mti.mti-arr-double-right {
	margin-left: 0;
	margin-right: auto;
}
.pagination a.mti::before {
	font-size: 20px;
	line-height: 26px;
}
.pagination a.mti:hover {
	color: #000;
}
.pagination a.active {
	color: var(--main-color);
	border: 2px solid var(--main-color);
	border-radius: 50%;
	margin-top: -4px;
}
.pagination a:hover:not(.active),
.pagination a.mti:hover {
	text-decoration: underline;
}

.boardContents1 {
}
.boardContents1 .boardList {
}
.boardContents1 .boardList ul {
	border-top: 0;
}
.boardContents1 .boardList ul li {
	color: #000;
	font-size: 20px;
}
.boardContents1 .boardList ul li.contents {
}
.boardContents1 .boardList ul li.day {
}
.boardContents1 .boardContents {
	padding: 40px 0;
}
.boardContents1 .boardContents p {
	font-size: 17px;
	line-height: 24px;
}
.boardContents1 .boardContents li {
	line-height: 1.4;
}
.boardContents1 .boardNav {
	border: 1px solid;
	border-color: #ddd transparent;
}
.boardContents1 .boardNav ul {
	display: flex;
	justify-items: flex-start;
	flex-direction: row;
	align-items: center;
	height: 30px;
	cursor: pointer;
}
.boardContents1 .boardNav ul:hover {
	background: #f8f8f8;
}
.boardContents1 .boardNav ul li {
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
.boardContents1 .boardNav ul li.navtxt {
	width: 80px;
	color: #636363;
}
.boardContents1 .boardNav ul li.contents {
	width: calc(100% - 180px);
	text-align: left;
	padding-left: 10px;
}
.boardContents1 .boardNav ul li.day {
	width: 100px;
}

.boardBtn {
	display: block;
	margin: auto;
}
.boardBtn a {
	display: inline-block;
	padding: 8px 20px;
	font-size: 17px;
	border: 1px solid #ddd;
	transition: all 0.2s;
}
.boardBtn a:hover {
	border: 1px solid var(--main-color);
	box-shadow: 4px 4px 6px #0055a222;
}

.boardContainer .noticContents1 {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.pageTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 30px;
	height: 50px;
}
.pageView {
	color: #636363;
}
.pageView .txt {
	margin: 0;
	font-size: 14px;
}
.pageView .txt span {
	color: #000;
	font-weight: bold;
	margin-right: 4px;
	font-size: 17px;
	color: var(--main-color);
}
.pageSearch {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}
.pageSearch input {
	padding: 0 10px;
	vertical-align: top;
	float: left;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ddd;
	height: 30px;
	color: #686868;
}
.pageSearch input[type='text'] {
	border-right: 0;
}
.pageSearch input[type='submit'] {
	background: url(../assets/img/map/search_ico.svg) 50% 50% no-repeat;
	background-size: 30px;
	width: 30px;
	cursor: pointer;
	margin: 0;
	border-left: 0;
	background-size: 24px;
}

.filterBox {
	display: flex;
	gap: var(--gap-general) 20px;
	color: #454545;
	flex-wrap: wrap;
	position: relative;
	flex-direction: column;
	padding: 1.2rem;
	background: #d4e3d9;
	font-size: 0.8125rem;
}
.noticContents .filterBox {
	background: #ffffff;
}
.filterBox label {
	font-size: 0.8125rem;
	font-weight: 700;
	margin-right: 4px;
	min-width: 40px;
	display: inline-block;
}
.filterBox .stat_btn_wrap {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.filterBox .stat_btn_wrap .btn_wrap {
	display: flex;
	gap: 0.5rem;
}
.filterBox .stat_btn_wrap .btn_wrap > * {
	display: flex;
	gap: 0.25rem;
	justify-content: center;
	align-items: center;
	padding: 0.25rem 0.5rem;
	background-color: #fff;
	border-radius: 0.25rem;
}
.filterBox .stat_btn_wrap .btn_wrap .f-resultBtn {
	border: 1px solid #006ad1;
	color: #006ad1;
}
.filterBox .stat_btn_wrap .btn_wrap .f-resultBtn:hover {
	background: #1e90ff;
	border: 1px solid #fff;
	color: #fff;
}
.filterBox .stat_btn_wrap .btn_wrap .f-excelBtn {
	border: 1px solid #007054;
	color: #007054;
}
.filterBox .stat_btn_wrap .btn_wrap .f-excelBtn:hover {
	background: #007054;
	border: 1px solid #fff;
	color: #fff;
}
.sub_txt {
	margin: 20px 0;
	text-align: right;
	font-size: 0.8125rem;
}
.filterBox .stat_btn_wrap .btn_wrap .mti::before {
	font-size: 0.8125rem;
}
.container .db {
	width: 100%;
	overflow: auto;
	padding-bottom: 1rem;
}
.container table.traffic_jam_list {
	width: 100%;
}
.container table.view th {
	background-color: #f9f9f9;
	text-align: center;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 16px 24px;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}
.container table.view td {
	padding: 8px 24px;
	font-size: 0.8125rem;
	font-weight: 400;
	border-bottom: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
	line-height: 1.15rem;
}
.container table.view td:first-child {
	white-space: nowrap;
}
.mti-right::before {
	content: '\e315';
}
.mti-double-right::before {
	content: '\eac9';
}
.mti-left::before {
	content: '\e314';
}
.mti-double-left::before {
	content: '\eac3';
}
.paging {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 1rem auto;
}
.paging a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	color: #333;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	text-decoration: none;
}
.paging a:hover {
	background: #f2fcf3;
}
.sub-content-wrap {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
.sub-content-wrap .sub-content {
	width: calc(25% - 1rem);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.5rem;
}
.sub-content-wrap .sub-content [class*='img'] {
	width: 100%;
	height: 15rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sub-content-wrap .sub-content .img-1 {
	background-image: url(../assets/img/info/center_pos_01.jpg);
}
.sub-content-wrap .sub-content .img-2 {
	background-image: url(../assets/img/info/center_pos_02.jpg);
}
.sub-content-wrap .sub-content .img-3 {
	background-image: url(../assets/img/info/center_pos_03.jpg);
}
.sub-content-wrap .sub-content .img-4 {
	background-image: url(../assets/img/info/center_pos_04.jpg);
}
.paging a.on {
	color: #fff;
	background-color: #009944;
	font-weight: 400;
}
.paging a.mti::before {
	line-height: 30px;
	font-size: 1.2rem;
}
.filterBox .filter {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #767676;
}
.filterBox .filter > span.tit {
	font-weight: bold;
	flex-shrink: 0;
	color: #767676;
}
.filterBox .filter select {
	color: #454545;
	width: 120px;
	height: 100%;
}
.filterBox .filter input[type='text'] {
	color: #454545;
	text-align: center;
	vertical-align: top;
}
.filterBox .filter label {
	cursor: pointer;
}
.filterBox .filterBtn {
	padding: 0 8px;
	border: 1px solid #767676;
	height: 25px;
	color: #454545;
	border-radius: 2px;
	background-color: #fff;
}
.filterBox .filterBtn.excel {
	border: 1px solid #228f6f;
	color: #228f6f;
}
.filterBox .filterBtn.excel::before {
	content: '\e2c4';
	font-family: 'Material Icons';
	font-size: 16px;
	vertical-align: middle;
	margin-right: 4px;
}
.filterBox .filterBtn:hover {
	background: #ddd;
}
.filterBox .filterBtn.excel:hover {
	background: #228f6f;
	color: #fff;
}

.filterBox .filter .date-input-group {
	display: flex;
	gap: var(--gap-general);
	flex-wrap: wrap;
	align-items: center;
}
.filterBox .filter .date-start input::before {
	content: '시작일';
	padding: 0 10px 0 4px;
	color: #686868;
	display: none;
}
.filterBox .filter .date-end input[type='date']::before {
	content: '종료일';
	padding: 0 10px 0 4px;
	color: #686868;
	display: none;
}

.filterBox .tab_cnt_wrap {
	width: 100%;
}
.filterBox .tab_wrap {
	background: #ededed;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: var(--gap-thin);
	padding: 8px;
	border-radius: 4px;
	flex-wrap: wrap;
}
.filterBox .tab_btn {
	font-size: 14px;
	padding: 10px;
	color: #686868;
	border-radius: 4px;
	white-space: nowrap;
}
.filterBox .tab_btn::before {
}
.filterBox .tab_btn.on {
	background: #fff;
	color: #262726;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}
.filterBox .tab_btn.on::before {
	content: '';
	width: 20px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	bottom: -1px;
	right: 50%;
	transform: translateX(50%);
}
.filterBox .tab_btn:hover:not(.on) {
	background: #ddd;
	color: #262726;
}
.filterBox .tab_wrap select {
	border: 0;
	background: transparent;
	width: 70px;
	font-size: 14px;
	color: #636363;
}

.boardContainer .word h3::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url(/images/home/board/subTitle.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.boardContainer .word h3.mti {
	position: relative;
}
.boardContainer .word h3.mti::before {
	font-family: 'Material Icons';
	font-size: 24px;
}
.boardContainer .word h3.mti-info::before {
	content: '\e88e';
	color: var(--main-color);
}
.boardContainer .word h3.mti-setting::before {
	content: '\e8b8';
	color: var(--main-color);
}
.boardContainer .word h4 {
	font-weight: 500;
	color: var(--main-color);
}
.boardContainer .word h4::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(/images/home/board/detail.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.boardContainer .word.inner {
	padding-left: 20px;
}
.boardContainer-wrap {
	display: flex;
	flex-direction: row;
	width: calc(100% - 100px);
	max-width: 1296px;
	margin: auto;
	gap: 60px;
}
.boardContainer-wrap .boardContainer {
	width: calc(100% - 260px - 60px);
	max-width: unset;
	margin: 0 auto;
}

.boardContainer .word dl dt {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--main-color);
	padding-bottom: 12px;
}
.boardContainer .word dl dt.emphasis {
	color: #262726;
	font-weight: bold;
}
.boardContainer .word dl dt.emphasis span {
	color: var(--main-color);
}
.boardContainer .word dl dd {
	padding: 4px 0;
	display: list-item;
	list-style-position: inside;
	line-height: 1.2;
	font-size: 16px;
	color: #686868;
}
.boardContainer .word dl dd span {
	color: var(--main-color);
	font-weight: 500;
}
.boardContainer .word dl.address dd {
	display: block;
}
.boardContainer .word dl.address dd.mti::before {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.bd-footer {
}
.bd-footer .bd-table {
	width: 100%;
	border-top: 1px solid #ddd;
}
.bd-footer .bd-table tr:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.bd-footer .bd-table th,
.bd-footer .bd-table td {
	vertical-align: middle;
	font-size: 14px;
	padding: 20px 0;
}
.bd-footer .bd-table th {
	background-color: #f4f4f4;
}
.bd-footer .bd-table td {
	padding: 20px 10px;
	border-top: 1px solid #ddd;
}
.bd-footer .bd-table img {
	vertical-align: middle;
	margin-right: 8px;
}
.bd-footer .bd-table .download {
	color: #686868;
	margin-right: 0.5rem;
}
.bd-footer .bd-table .download:hover,
.bd-footer .bd-table .download:active,
.bd-footer .bd-table .download:focus {
	text-decoration: underline;
}

.list_wrap.depth > li {
	height: auto;
	padding: 0;
}
.list_wrap.depth .btn-view {
	width: 100%;
	font-size: 14px;
	text-align: left;
	position: relative;
	font-weight: bold;
	padding: 8px 10px;
}
.list_wrap.depth .btn-view:hover,
.list_wrap.depth .btn-view:active,
.list_wrap.depth .btn-view:focus {
	font-weight: 700;
}
.list_wrap.depth .btn-view:focus-visible {
	outline-style: dashed;
	outline-offset: -2px;
	outline-width: 2px;
	outline-color: #000;
}
.list_wrap.depth .btn-view::before {
	content: '\e5cf';
	font-family: 'Material Icons';
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: bold;
	transform: translateY(-50%);
}
.list_wrap.depth .btn-view::before {
	content: '\e5cf';
	font-family: 'Material Icons';
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: bold;
	transform: translateY(-50%);
}
/*.list_wrap.depth .tp-depth2 {*/
/*	display: none;*/
/*	transition: max-height 0.3s, padding 0.3s;*/
/*	background-color: #f8f8f8;*/
/*	border-top: 1px solid #ddd;*/
/*}*/
.list_wrap.depth .tp-depth2 {
	display: block; /* 항상 block */
	/* overflow: hidden; */
	max-height: 0;
	padding: 0;
	transition:
		max-height 0.3s,
		padding 0.3s;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
}
.list_wrap.depth .tp-depth2:focus-visible {
	outline-offset: -2px;
}

.list_wrap.depth .tp-depth2 > .list {
	border-bottom: 1px solid #cdd1e9;
}
.list_wrap.depth .tp-depth2 > .list:last-child {
	border-bottom: 0px;
}
.list_wrap.depth .tp-depth2 > .list > button {
	width: 100%;
	padding: 10px 20px;
	display: inline-block;
	font-size: 16px;
	color: #686868;
	vertical-align: top;
	position: relative;
	text-align: left;
}
.list_wrap.depth .tp-depth2 > .list > button:focus-visible {
	outline-offset: -2px;
}
.list_wrap.depth .tp-depth2 > .list > button .ac_label {
	display: inline-block;
	padding: 0 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.8125rem;
	color: #fff;
	margin-right: 0.5rem;
}
.list_wrap.depth .tp-depth2 > .list > button .ac_label.ac_1 {
	background-color: #cd201f;
}
.list_wrap.depth .tp-depth2 > .list > button .ac_label.ac_2 {
	background-color: #bd5800;
}
.list_wrap.depth .tp-depth2 > .list > button .ac_label.ac_3 {
	background-color: #278154;
}
.list_wrap.depth .tp-depth2 > .list > button .ac_label.ac_4 {
	background-color: #0470dc;
}

.list_wrap.depth .tp-depth2 > .list > button:hover,
.list_wrap.depth .tp-depth2 > .list > button:active,
.list_wrap.depth .tp-depth2 > .list > button:focus {
	text-decoration: underline;
	color: #000;
}
.list_wrap.depth .tp-depth2 > .list > button.active {
	text-decoration: underline;
	color: #000;
}
.list_wrap.depth .item.active .btn-view {
	font-weight: bold;

	color: var(--main-color);
	background-color: #ebeaf1;
	text-decoration: underline;
	/* border-bottom: 1px solid var(--main-color); */
}

.list_wrap.depth .item.active .tp-depth2 {
	/*display: block;*/
}
.list_wrap.depth .item.active .btn-view::before {
	content: '\e5ce';
}
.popInfoWrap .total {
	padding: 10px;
	width: 100%;
	background-color: #f4f4f4;
	border-radius: 4px;
	text-align: center;
}
.popInfoWrap .total p {
	font-size: 14px;
	font-weight: bold;
}

.visual-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	/* padding-bottom: 56.25%; */
}
.visual-video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: fill;
}

.snb-body a.btn-view {
	display: block;
	width: 100%;
}
.snb-body a.btn-view::before {
	display: none;
}

.word .contents.api-key .item:not(:last-child) {
	margin-bottom: 40px;
}
.word .contents.api-key .tit {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 4px;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 17px;
}
.word .contents.api-key img {
	border: 1px solid #ddd;
}
.footerWrap .foot_info p {
	line-height: 1.2rem;
	font-size: 0.75rem;
	font-weight: 400;
}
.footerWrap .foot_info p span.name {
	font-weight: 700;
	display: block;
}

@media screen and (max-width: 1282px) {
	.main_backObj .obj img {
		width: 400px;
	}
	.main_backObj .obj01 {
		top: 50px;
		left: -20px;
		margin-left: 0;
	}
	.main_backObj .obj02 {
		bottom: -80px;
		left: -20px;
		margin-left: 0;
		position: absolute;
	}
	.main_backObj .obj03 {
		top: -200px;
		right: -100px;
		margin-right: 0;
		position: absolute;
	}
	.main_backObj .obj04 {
		bottom: -200px;
		right: -20px;
	}
	.main_content_grid .wrapper {
		grid-template-columns: repeat(4, minmax(200px, 1fr));
	}
	.main_content_grid .item1 {
		background-position: calc(100% + 60px) calc(100% + 100px);
	}
	.main_content_grid .item1:hover {
		background-position-y: calc(100% + 90px);
	}
	.noticContents .pageView {
		right: 20px;
	}

	.boardContainer-wrap {
		width: 100%;
	}
	.boardContainer-wrap .boardContainer {
		padding-right: 10px;
	}
}
@media screen and (max-width: 1130px) {
}
@media screen and (max-width: 1024px) {
	.boardContainer-wrap .boardContainer {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 920px) {
	.map_wrap {
		height: 70vh;
		transition: height 0.3s;
	}
	.container.index_container {
		height: auto;
	}
	.content-wrap {
		flex-direction: column;
		height: auto;
		position: relative;
		transition: bottom 0.3s;
	}
	.content-wrap .content {
		border-bottom: 1px solid #c6c6c6;
		border-right: 0px;
	}
	.boardContainer {
		width: calc(100% - 40px);
	}

	.boardContainer-wrap .boardContainer {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 900px) {
	.itemBtnWrap {
		width: 70px;
	}
	.itemBtnWrap .trafficSideMenu a {
		width: 70px;
		height: 90px;
		font-size: 14px;
		padding: 0;
		line-height: 17px;
	}

	.itemBtnWrap .legend,
	.trfficNotic {
		display: none;
	}

	.mLegendWrap {
		display: flex;
	}
	.trfficNotic {
		display: flex;
	}

	.boardContainer .contentsWrap {
		margin-bottom: 40px;
	}
	.noticContents1 .pageSearch {
		width: 100%;
	}
	.noticContents1 .pageSearch select {
		width: 130px;
	}
	.noticContents1 .pageSearch input[type='text'] {
		width: calc(100% - 190px);
	}

	.noticContents1 .pageView {
		display: none;
	}
	.noticContents1 .pageSearch select,
	.noticContents1 .pageSearch input,
	.boardList ul li {
		font-size: 17px;
	}
	.boardList ul {
		flex-direction: column;
		justify-content: center;
	}
	.boardList ul li {
		margin-bottom: 10px;
	}
	.boardList ul li:last-child {
		margin-bottom: 0px;
	}
	.boardList ul li.contents,
	.boardList ul li.day {
		width: 100%;
	}
	.boardList ul li.num {
		display: none;
	}
	.boardList ul li.day {
		font-weight: lighter;
		font-size: 14px;
		text-align: left;
	}

	.boardContents2 .boardNav {
		display: none;
	}

	.popInfoWrap {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 9;
		background: rgb(0 0 0 / 80%);
	}
	.popInfoWrap .popInfo {
		top: 50%;
		right: 50%;
		margin-right: -150px;
		margin-top: -300px;
	}

	.stats_down_cnt .cardWrap li {
		width: 25%;
	}
}

@media screen and (max-width: 768px) {
	.footerWrap {
		width: 100%;
		gap: var(--gap-big);
		z-index: 1;
	}
	.sub-content-wrap {
		flex-wrap: wrap;
	}
	.sub-content-wrap .sub-content {
		width: calc(50% - 1rem);
	}

	.boardContainer .box {
		width: 100%;
		max-width: inherit;
		margin-bottom: 10px;
		display: block;
	}
	.noticContents .pageView {
		display: none;
	}
	.noticContents .pageSearch {
		width: 100%;
	}
	.noticContents .pageSearch form {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.noticContents .pageSearch form input[type='text'] {
		flex-grow: 1;
	}

	.filterBox {
		background: #d4e3d9;
		margin: 10px 0;
		padding: 20px !important;
	}
	.filterBox .period-info {
		display: inline-block;
		margin-top: 0.25rem;
		width: 100%;
		text-align: right;
	}

	.filterBox .filter {
		align-items: flex-start;
	}
	.filterBox .filter > span.tit {
		height: 25px;
		line-height: 25px;
	}
	.filterBox .filter input[type='text'] {
		width: 100%;
	}
	.filterBox .filter.fBtn_wrap,
	.filterBox .filter .date-input-group {
	}
	.filterBox .filter.fBtn_wrap {
		padding: 16px 0 0;
		border-top: 1px solid #ddd;
		width: 100%;
		margin: 10px 0 0;
	}
	.filterBox .filter .date-input-group {
		width: 100%;
	}
	.weatherInfo .temper {
		font-size: 50px;
	}

	.location {
		flex-direction: column !important;
	}
	.location > div {
		width: 100%;
	}
}
@media screen and (max-width: 648px) {
	.popInfoWrap {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		z-index: 10;
	}
	.map-control ul li .legendBtn:hover,
	.map-control ul li .legendBtn.focus {
		background: transparent;
		text-decoration: none;
		color: #262726;
	}

	.map-control ul li .legendBtn:hover img,
	.map-control ul li .legendBtn.focus img {
		filter: none;
	}
	.map-control ul li .legendBtn.change {
		background: #009770;
		color: #ffffff;
	}
	.map-control ul li .legendBtn.change img {
		filter: invert(56%) sepia(41%) saturate(6184%) hue-rotate(203deg)
			brightness(378%) contrast(103%);
	}
}
@media screen and (max-width: 500px) {
	.itemContents {
		max-width: calc(100% - 100px);
		height: calc(100vh - 24px);
		z-index: 10;
	}
	.swiper-button-next,
	.swiper-button-prev {
		top: 26px;
	}

	.popInfoWrap .popInfo {
		top: auto;
		bottom: 0;
		right: 50%;
		margin-right: -50%;
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.word .dateBtn {
		margin-left: 42px;
	}
	.footerWrap .foot_info p {
		white-space: normal;
	}
	.footerWrap .foot_info {
		flex-direction: column;
		align-items: flex-start;
	}
	.map-control ul li .legendBtn:hover,
	.map-control ul li .legendBtn.focus {
		background: transparent;
		text-decoration: none;
		color: #262726;
	}

	.map-control ul li .legendBtn:hover img,
	.map-control ul li .legendBtn.focus img {
		filter: none;
	}
	.map-control ul li .legendBtn.change {
		background: #009770;
		color: #ffffff;
	}
	.map-control ul li .legendBtn.change img {
		filter: invert(56%) sepia(41%) saturate(6184%) hue-rotate(203deg)
			brightness(378%) contrast(103%);
	}
}
@media screen and (max-width: 376px) {
	.merge_table tbody tr {
		display: grid;
		grid-template-columns: 1fr;
	}
	.merge_table tbody td.roadName {
		grid-column: 1;
	}
	.footerWrap .foot_info p {
		white-space: normal;
	}
	.footerWrap .foot_info {
		flex-direction: column;
	}
	.map-control ul li .legendBtn:hover,
	.map-control ul li .legendBtn.focus {
		background: transparent;
		text-decoration: none;
		color: #262726;
	}

	.map-control ul li .legendBtn:hover img,
	.map-control ul li .legendBtn.focus img {
		filter: none;
	}
	.map-control ul li .legendBtn.change {
		background: #009770;
		color: #ffffff;
	}
	.map-control ul li .legendBtn.change img {
		filter: invert(56%) sepia(41%) saturate(6184%) hue-rotate(203deg)
			brightness(378%) contrast(103%);
	}
}
@media screen and (max-width: 340px) {
	.trfficNotic p.txt {
		width: 50%;
	}
	.trfficNotic p.tit {
		display: none;
	}
	.footerWrap .foot_info p {
		white-space: normal;
	}
	.footerWrap .foot_info {
		flex-direction: column;
	}
	.map-control ul li .legendBtn:hover,
	.map-control ul li .legendBtn.focus {
		background: transparent;
		text-decoration: none;
		color: #262726;
	}

	.map-control ul li .legendBtn:hover img,
	.map-control ul li .legendBtn.focus img {
		filter: none;
	}
	.map-control ul li .legendBtn.change {
		background: #009770;
		color: #ffffff;
	}
	.map-control ul li .legendBtn.change img {
		filter: invert(56%) sepia(41%) saturate(6184%) hue-rotate(203deg)
			brightness(378%) contrast(103%);
	}
}

@media screen and (max-height: 768px) {
	.totalSide_info .split {
		max-height: calc(100% - 130px);
	}
	#totalInfo_side .itemListWrap.fixed {
		min-height: 120px;
	}
	.popInfoWrap .popWrap,
	.mLegendPop .popWrap {
		max-height: 90%;
	}
}
.boardContainer .word .cnt.car li {
	line-height: 1.2;
	margin-bottom: 8px;
}

.swiper-slide {
	transition: opacity 0.4s;
}

/* Video.js UI 요소 전부 숨기기 */
.vjs-control-bar,
.vjs-big-play-button,
.vjs-loading-spinner,
.vjs-error-display,
.vjs-modal-dialog,
.vjs-poster,
.vjs-title-bar,
.vjs-text-track-display {
	display: none !important;
}

.db-container {
	display: flex;
	flex-direction: row;
	height: 100%;
}
.db-container .subContainer {
	/* min-height: 700px; */
	width: 100%;
	height: 100%;
}

.custom-maptype-control {
	position: relative; /* 자식 요소의 배치를 위해 */
	margin: 1px;
	padding: 5px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	display: inline-flex;
	z-index: 10;
}

.custom-maptype-control button {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	color: #333;
	padding: 5px 10px;
	margin: 0 2px;
	cursor: pointer;
	border-radius: 3px;
	font-size: 13px;
}

.custom-maptype-control button:hover {
	background-color: #eee;
}

/* 선택된(aria-checked="true") 상태 시각적 구분 */
.custom-maptype-control button[aria-checked='true'],
.custom-maptype-control button.selected {
	background-color: #4a83ff;
	color: white;
	border-color: #4a83ff;
	text-decoration: underline;
}

/* 포커스 표시 명확화 (KWCAG 11. 초점 이동과 표시 준수) */
.custom-maptype-control button:focus {
	outline-style: dashed;
	outline-offset: 1px;
	outline-width: 2px;
	outline-color: #000;
}

.custom-zoom-control {
	position: relative;
	margin: 1px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	display: flex; /* 버튼을 수직 또는 수평으로 배열하기 위해 flex 사용 */
	flex-direction: column; /* 수직 배열 */
	overflow: hidden; /* 버튼 경계를 깔끔하게 처리 */
	z-index: 10;
}

.custom-zoom-control button {
	border: none;
	background-color: #f8f8f8;
	color: #333;
	width: 30px; /* 버튼 너비 */
	height: 30px; /* 버튼 높이 */
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	padding: 0;
}

/* 버튼 구분선 (수직 배열 시) */
.custom-zoom-control button:first-child {
	border-bottom: 1px solid #ccc;
}

.custom-zoom-control button:hover {
	background-color: #eee;
}

/* 비활성화된 버튼 스타일 */
.custom-zoom-control button:disabled {
	background-color: #f0f0f0;
	color: #aaa;
	cursor: default;
}

/* 포커스 표시 명확화 (KWCAG 11. 초점 이동과 표시 준수) */
.custom-zoom-control button:focus {
	outline-style: dashed;
	outline-offset: -2px;
	outline-width: 2px;
	outline-color: #000;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
