@charset "UTF-8";

.modal_popup {
	position: absolute;
	left: calc(50% - 512px);
	top: calc(50% - 350px);
}
.modal_popup.w_60 {
	width: calc(100% - 60px) !important;
	height: calc(100% - 60px) !important;
	left: 50%;
	top: 0%;
	margin-left: calc(-50% + 30px);
	margin-top: calc(0% + 30px);
}
.modal_popup .modal.w_100 {
	background: #f9f9f9;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	padding: 0;
	box-sizing: border-box;
}
.modal_popup .modal {
	background: #f9f9f9;
	border-radius: 20px;
	box-shadow: 1px 1px 8px 1px #00000029;
	padding: 26px;
	box-sizing: border-box;
}
.w_1024 {
	width: 1024px;
	height: 720px; 
}
.modal.w_100 {
	width: 100% !important;
	height: 100%;
}
.modal .close, .close-100 {
		
	width: 35px;
		
	height: 35px;
		
	position: relative;
		
	right: initial;
		
	top: initial;
}
.modal .close::before, .close-100::before {
	left: 50%;
	top: 28%;
}
.modal .close::after, .close-100::after {
	left: 50%;
	top: 28%;
}
.modal .title_header .header_box {
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.modal .title_header .title {
	width: calc(100% - 140px - 35px);
}
.modal.w_100 .title_header .title {
	width: calc(100% - 35px);
}
.modal .title_header {
	position: relative;
}
.modal.w_100 .title_header {
	padding: 26px;
	box-sizing: border-box;
	/* background: #fff; */
}
.modal .title_header .address_btn {
	font-size: 12px;
	background: #fff;
	color: #D9D9D9;
	height: 25px;
	width: 146px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	margin: 0;
}
.modal .title_header .address_btn span {
	background: url(./image/map_btn.png) no-repeat center;
	width: 26px;
	height: 26px;
	background-size: 46%;
	border-radius: 30px;
	background-position: center;
	margin: 0;
	margin-left: 6px;
	cursor: pointer;
	display: inline-block;
}

.modal .section {
	width: 100%;
	height: calc(100% - 45px);
	background: #fff;
	border-radius: 10px;
	padding: 26px;
	box-sizing: border-box;
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: center;
}
.modal table {
	
	height: 100%;
		
	width: 100%;
		
	/* border-top: 2px solid #a1a1a1; */
		
	border-bottom: 2px solid #a1a1a1;
}
.modal.w_100 table {
		
	border-bottom: 1px solid #D9D9D9;
}
.modal thead {
	
}
.modal thead tr:nth-child(2) th:last-child {
	border-right: 1px solid #D2D2D2;
}
.modal thead tr:nth-child(2) {
	border-top: 1px solid #D2D2D2;
}
.modal tbody {
	
}
.modal tr {
	
	border-top: 2px solid #a1a1a1;
}
.modal.w_100 tr {
	
	border-top: 1px solid #D9D9D9;
}
.modal th {
	
	height: 35px;
		
	background: #f5f5f5;
		
	border-right: 1px solid #E7E7E7;
		
	font-weight: 300;
}
.modal.w_100 th {
	font-weight: 400;
}
.modal.w_100 td {
	padding: 0 8px;
	/* display: flex; */
	text-align: left;
}
.modal th:last-child {
	border-right: none;
}
.modal td {
		
	border-right: 1px solid #ddd;
}
.modal td.on {
	background: #FFEBC2;
}
.modal td:last-child {
	border-right: none;
}



.modal .map > .icon > button {
    width: 28px;
    height: 28px;
    /* background-size: contain !important; */
    background-color: #fff !important;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    position: absolute;
    right: 26px;
    background-size: 50% !important;
    cursor: pointer;
    z-index: 1;
}
.modal .map > .icon > button.plus {
    background: url(./image/new/plus.png) no-repeat 50%;
    top: 26px;
}
.modal .map > .icon > button.minus {
    background: url(./image/new/min.png) no-repeat 50%;
    top: 53px;
}


/*초미세먼지 s*/
.modal .dust_popup {
		
	height: 100%;
		
	width: 100%;
		
	display: flex;
		
	flex-direction: column;
		
	justify-content: space-between;
	display: none;
}
.modal .dust_popup.on {
	display: flex;
}
.modal .dust_popup .table {
	
	height: 35%;
		
	overflow: auto;
}
.modal .dust_popup .information {
	height: 65%;
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 10px;
}
.modal .dust_popup .img {
	height: 100%;
	width: 65%;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.modal .dust_popup .img ul {
	border-bottom: 1px solid #D2D2D2;
	height: 33.33%;
	padding: 10px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	align-content: center;
}
.modal .dust_popup .img ul.well .img {
	background: url(./image/new/dust/cloud_1.png) no-repeat;
	border-radius: 0;
	/* height: 50px; */
	/* width: 50px; */
	background-size: 50%;
	background-position: center;
}
.modal .dust_popup .img ul.commonly .img {
	background: url(./image/new/dust/cloud_2.png) no-repeat;
	border-radius: 0;
	/* height: 50px; */
	/* width: 50px; */
	background-size: 50%;
	background-position: center;
}
.modal .dust_popup .img ul.bad .img {
	background: url(./image/new/dust/cloud_3.png) no-repeat;
	border-radius: 0;
	/* height: 50px; */
	/* width: 50px; */
	background-size: 50%;
	background-position: center;
}
.modal .dust_popup .img ul.verybad .img {
	background: url(./image/new/dust/cloud_4.png) no-repeat;
	border-radius: 0;
	/* height: 50px; */
	/* width: 50px; */
	background-size: 50%;
	background-position: center;
}
.modal .dust_popup .img ul:last-child {
	border-bottom: none;
}
.modal .dust_popup .img ul li {
	border-right: 1px solid #D2D2D2;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	padding: 10px;
	/* border-radius: 10px; */
	box-sizing: border-box;
	gap: 5px;
}
.modal .dust_popup .img ul li .txt {
		
	font-size: 15px;
		
	font-weight: 300;
}
.modal .dust_popup .img ul li.img {
	border: navajowhite;
	border-right: 1px solid #D2D2D2;
	border-radius: inherit;
}
.modal .dust_popup .img ul li:last-child  {
	border-right: none;
	/* margin: 10px; */
	box-sizing: border-box;
	border-radius: 10px;
	/* margin: 0 10px; */
}
.modal .dust_popup .img ul li:last-child div {
	width: 60%;
	height: 75%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
.modal .dust_popup .video {
	height: 100%;
	width: 35%;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}
/*초미세먼지 e*/

/*자외선지수 e*/
.modal .uv_index_popup {		
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .uv_index_popup.on {
	display: flex;
}
.modal .uv_index_popup .table {
	height: 15%;
	font-size: 12px;
}
.modal .uv_index_popup .table th {
	border-right: none;
}
.modal .uv_index_popup .table tr:first-child td {
	font-weight: 600;
}
.modal .uv_index_popup .table tr:first-child td span {
	font-weight: 300;
}
.modal .uv_index_popup .information {
	height: 85%;
	width: 100%;
	display: flex;
	gap: 10px;
}
.modal .uv_index_popup .information > div {
	height: 100%;
	width: 50%;
	border-radius: 10px;
	padding: 26px;
	box-sizing: border-box;
}
.modal .uv_index_popup .information > .img {
	border: 1px solid #E7E7E7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.modal .uv_index_popup .information > .txt {
	background: #FFFBEC;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	align-items: flex-start;
}
.modal .uv_index_popup .information > .txt .title {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.modal .uv_index_popup .information > .txt .title span {
	background: url(./image/new/ultraviolet/check.png) no-repeat;
	width:20px;
	height: 20px;
	background-size: contain;
	margin: 0;
}
.modal .uv_index_popup .information > .txt div {
	margin: 0;
	line-height: 1.8em;
	font-size: 15px;
	display: flex;
	margin-left: 6px;
}
.modal .uv_index_popup .information > .txt div span {	
	font-size: 8px;
	margin-right: 10px;
}
.modal .uv_index_popup .information > .txt .img{
	background: url(./image/new/ultraviolet/uy_list.png) no-repeat;
	width:150px;
	height: 150px;
	background-size: contain;
	position: absolute;
	right: 18px;
	bottom: 18px;
}
.modal .uv_index_popup .information .box{
	height: 32px;
	padding: 0 15px;
	width: 75px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
}
.modal .uv_index_popup .information .sun{
	background: url(./image/new/ultraviolet/icon_4.png) no-repeat;
	width: 100%;
	height: calc(100% - 100px);
	background-size: contain;
	background-position: center;
}
.modal .uv_index_popup .information .number {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	top: 31%;
	transform: translate(-192%, -50%);
	font-size: 15px;
	font-weight: 500;
	flex-direction: column;
	background: #fff;
	box-shadow: 1px 1px 6px 1px #ffc136;
	gap: 2px;
	padding-top: 5px;
	box-sizing: border-box;
}
.modal .uv_index_popup .information .number::after {
	display: block;
	position: absolute;
	right: 0px;
	content: '';
	top: 60%;
	transform: rotate(257deg);
	border-bottom: 20px solid #ffffff;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	left: calc(90% - 14%);
	box-shadow: -3px 2px 4px -1px #ffc136;
}
.modal .uv_index_popup .information .number span {
    font-size: 14px;
}
.modal .uv_index_popup .information .number div:last-child{
	color:#fd481c;
	font-size: 26px;
}
.modal .uv_index_popup .information .number div {
	font-size: 14px;
}
.modal .uv_index_popup .information .img ul {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	/* height: 20%; */
}
.modal .uv_index_popup .information .img ul li {
	width: 20%;
	position: relative;
	/* height: 100%; */
	border-radius: 10px;
}
.modal .uv_index_popup .information .img ul li.on {
	border: #F9F9F9;
	background: #F9F9F9;
	color: #ACACAC;
}
.modal .uv_index_popup .information .img ul li > div {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	gap: 5px;
}
.modal .uv_index_popup .information .img ul li > div div:first-child {
	font-weight: 600;
	margin-top: 2px;
}
.modal .uv_index_popup .information .img ul li > div div:last-child {
	color: #696969;
	font-size: 11px;
}
.modal .uv_index_popup .information .img ul li:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}
.modal .uv_index_popup .information .img ul .lowness{
	border: 1px solid #E5E5E5;
	color: #e5e5e5;
}
.modal .uv_index_popup .information .img ul .commonly {
	border: 1px solid #FFC136;
	color: #ffc136;
}
.modal .uv_index_popup .information .img ul .height {
	border: 1px solid #FF850C;
	color: #ff850c;
}
.modal .uv_index_popup .information .img ul .veryhight {
	    border: 1px solid #FD481C;
	    color: #fd481c;
}
.modal .uv_index_popup .information .img ul .danger {
	border: 1px solid #54248E;
	color: #54248e;
}
/*자외선지수 e*/

/*체감온도 e*/
.modal .temperature_popup {		
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .temperature_popup.on {
	display: flex;
}
.modal .temperature_popup .table {
	height: 15%;
	font-size: 12px;
	overflow: auto;
}
.modal .temperature_popup .table th {
	border-right: none;
}
.modal .temperature_popup .table tr:first-child td {
	font-weight: 600;
}
.modal .temperature_popup .table tr:first-child td span {
	font-weight: 300;
}
.modal .temperature_popup .information {
	height: 85%;
	width: 100%;
	display: flex;
	gap: 10px;
}
.modal .temperature_popup .information select {
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	background: #fff url('./image/select.png') no-repeat 98% 50%;
	border-radius: 10px;
	border: 1px solid #E7E7E7;
}
.modal .temperature_popup .information > div {
	height: 100%;
	width: 50%;
	border-radius: 10px;
	padding: 26px;
	box-sizing: border-box;
}
.modal .temperature_popup .information > .img {
	border: 1px solid #E7E7E7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.modal .temperature_popup .information > .txt {
	background: #FFFBEC;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	align-items: flex-start;
	display: none
}
.modal .temperature_popup .information > .txt:first-child {
	background: #FFFBEC;
}
.modal .temperature_popup .information > .txt.on {
	display: flex;
}
.modal .temperature_popup .information > .txt .title {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.modal .temperature_popup .information > .txt .title span {
	background: url(./image/new/ultraviolet/check.png) no-repeat;
	width:20px;
	height: 20px;
	background-size: contain;
	margin: 0;
}
.modal .temperature_popup .information > .txt div {
	margin: 0;
	line-height: 1.8em;
	font-size: 15px;
	display: flex;
	margin-left: 6px;
}
.modal .temperature_popup .information > .txt div span {	
	font-size: 8px;
	margin-right: 10px;
}
.modal .temperature_popup .information .box{
	height: 32px;
	padding: 0 15px;
	width: 75px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
}
.modal .temperature_popup .information .sun{
	background: url(./image/new/temperature/oldman/concern.png) no-repeat;
	width: 100%;
	height: calc(100% - 200px);
	background-size: contain;
	background-position: center;
	position: absolute;
	display: flex;
	margin-top: 40px;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 1;
}
.modal .temperature_popup .information .number {
	position: absolute;
	width: 180px;
	height: 40px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	bottom: 24%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	font-weight: 500;
	flex-direction: row;
	background: #ffa655;
	gap: 2px;
	/* padding-top: 5px; */
	box-sizing: border-box;
	color: #fff;
	margin: 0;
	gap: 5px;
}
.modal .temperature_popup .information .number::after {
	display: block;
	position: absolute;
	right: 0px;
	content: '';
	/* transform: rotate(257deg); */
	background:  url(./image/new/temperature/temperature.png) no-repeat;
	left: 5px;
	width: 50px;
	height: 50px;
	background-size: contain;
	bottom: 10px;
}
.modal .temperature_popup .information .number span {
    font-size: 14px;
}
.modal .temperature_popup .information .number div:last-child{
	/* color: #ffffff; */
	/* font-size: 26px; */
}
.modal .temperature_popup .information .number div {
	font-size: 14px;
	margin: 0;
}
.modal .temperature_popup .information .img ul {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	/* height: 20%; */
}
.modal .temperature_popup .information .img ul li {
	width: 20%;
	position: relative;
	/* height: 100%; */
	border-radius: 10px;
}
.modal .temperature_popup .information .img ul li.on {
	border: #F9F9F9;
	background: #F9F9F9;
	color: #ACACAC;
}
.modal .temperature_popup .information .img ul li > div {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	gap: 5px;
}
.modal .temperature_popup .information .img ul li > div div:first-child {
	font-weight: 600;
	margin-top: 2px;
}
.modal .temperature_popup .information .img ul li > div div:last-child {
	color: #696969;
	font-size: 11px;
}
.modal .temperature_popup .information .img ul li:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}
.modal .temperature_popup .information .img ul .lowness{
	border: 1px solid #E5E5E5;
	color: #e5e5e5;
}
.modal .temperature_popup .information .img ul .commonly {
	border: 1px solid #FFC136;
	color: #ffc136;
}
.modal .temperature_popup .information .img ul .height {
	border: 1px solid #FF850C;
	color: #ff850c;
}
.modal .temperature_popup .information .img ul .veryhight {
	    border: 1px solid #FD481C;
	    color: #fd481c;
}
.modal .temperature_popup .information .img ul .danger {
	border: 1px solid #54248E;
	color: #54248e;
}
/*체감온도 e*/

/*대기정체지수 e*/
.modal .aircongestionindex_popup {		
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .aircongestionindex_popup.on {
	display: flex;
}
.modal .aircongestionindex_popup .table {
	height: 15%;
	font-size: 12px;
	overflow: auto;
}
.modal .aircongestionindex_popup .table th {
	border-right: none;
}
.modal .aircongestionindex_popup .table tr:first-child td {
	font-weight: 600;
}
.modal .aircongestionindex_popup .table tr:first-child td span {
	font-weight: 300;
}
.modal .aircongestionindex_popup .information {
	height: 85%;
	width: 100%;
	display: flex;
	gap: 10px;
}
.modal .aircongestionindex_popup .information select {
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	background: #fff url('./image/select.png') no-repeat 98% 50%;
	border-radius: 10px;
	border: 1px solid #E7E7E7;
}
.modal .aircongestionindex_popup .information > div {
	height: 100%;
	width: 50%;
	border-radius: 10px;
	padding: 26px;
	box-sizing: border-box;
}
.modal .aircongestionindex_popup .information > .img {
	border: 1px solid #E7E7E7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	gap: 26px;
}
.modal .aircongestionindex_popup .information > .txt {
	background: #F9F9F9;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	align-items: flex-start;
}
.modal .aircongestionindex_popup .information > .txt .title {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.modal .aircongestionindex_popup .information > .txt .title span {
	background: url(./image/new/air/check.png) no-repeat;
	width:20px;
	height: 20px;
	background-size: contain;
	margin: 0;
}
.modal .aircongestionindex_popup .information > .txt div {
	margin: 0;
	line-height: 1.8em;
	font-size: 15px;
	display: flex;
	margin-left: 6px;
}
.modal .aircongestionindex_popup .information > .txt div span {	
	font-size: 8px;
	margin-right: 10px;
}
.modal .aircongestionindex_popup .information .box{
	height: 32px;
	padding: 0 15px;
	width: 75px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
}
.modal .aircongestionindex_popup .information .sun{
	background: url(./image/new/air/air_2.png) no-repeat;
	width: 70%;
	height: 100%;
	background-size: contain;
	background-position: center;
	/* position: absolute; */
	display: flex;
	/* margin-top: 40px; */
	/* left: 50%; */
	/* transform: translate(-50%, 0%); */
	z-index: 1;
	gap: 26px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}
.modal .aircongestionindex_popup .information .img ul {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	/* height: 20%; */
}
.modal .aircongestionindex_popup .information .img ul li {
	width: 25%;
	position: relative;
	/* height: 100%; */
	border-radius: 10px;
}
.modal .aircongestionindex_popup .information .img ul li.on {
	background: #F9F9F9;
	color: #ACACAC;
	border: 1px solid #F9F9F9;
}
.modal .aircongestionindex_popup .information .img ul li > div {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	gap: 5px;
}
.modal .aircongestionindex_popup .information .img ul li > div div:first-child {
	font-weight: 600;
	margin-top: 2px;
}
.modal .aircongestionindex_popup .information .img ul li > div div:last-child {
	color: #696969;
	font-size: 11px;
}
.modal .aircongestionindex_popup .information .img ul li:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}
.modal .aircongestionindex_popup .information .img ul .lowness{
	border: 1px solid #AEBCC4;
	color: #AEBCC4;
}
.modal .aircongestionindex_popup .information .img ul .commonly {
	border: 1px solid #FFC136;
	color: #ffc136;
}
.modal .aircongestionindex_popup .information .img ul .height {
	border: 1px solid #FF850C;
	color: #FF850C;
}
.modal .aircongestionindex_popup .information .img ul .veryhight {
	    border: 1px solid #FD481C;
	    color: #FD481C;
}
.modal .aircongestionindex_popup .information .img ul .danger {
	border: 1px solid #54248E;
	color: #54248e;
}

.modal .temperature_popup .information > .txt > ul {
	
display: flex;
	
flex-direction: column;
	
width: 100%;
	
height: 100%;
	
gap: 15px;
}
.modal .temperature_popup .information > .txt > ul > li{
	width: 100%;
	height: 33.33%;
	/* border: 1px solid #E7E7E7; */
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 4px 8px 0px #ffc33d4a;
	/* gap: 10px; */
}
.modal .temperature_popup .information > .txt > ul > li > div {
	font-size: 18px;
	margin: 0;
	border-left: 1px solid #ddd;
	padding-left: 30px;
	width: 35%;
	display: flex;
	justify-content: flex-start;
	box-sizing: border-box;
}
.modal .temperature_popup .information > .txt > ul > li > div:first-child{
	color: #ffc136;
	font-weight: 500;
	border: none;
	padding: 0;
	justify-content: flex-start;
}
/*대기정체지수 e*/


/*댐 가뭄 단계 정보 e*/
.modal .dam_popup {		
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .dam_popup.on {
	display: flex;
}
.modal .dam_popup .table {
	height: 15%;
	font-size: 12px;
	overflow: auto;
}
.modal .dam_popup .table th {
	border-right: none;
}
.modal .dam_popup .table tr:first-child td {
	font-weight: 600;
}
.modal .dam_popup .table tr:first-child td span {
	font-weight: 300;
}
.modal .dam_popup .information {
	height: 100%;
	width: 100%;
	display: flex;
	gap: 10px;
}
.modal .dam_popup .information select {
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	background: #fff url('./image/select.png') no-repeat 98% 50%;
	border-radius: 10px;
	border: 1px solid #E7E7E7;
}
.modal .dam_popup .information > div {	
	box-sizing: border-box;
}
.modal .dam_popup .information > .img {
	border: 1px solid #E7E7E7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	/* gap: 26px; */
}
.modal .dam_popup .information > .txt {
	/* background: #F9F9F9; */
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	align-items: flex-start;
	padding: 0;
	overflow: auto;
	border-radius: inherit;
}
.modal .dam_popup .information > .txt table {
	border-bottom: 1px solid #D9D9D9;
	height: 100%;
	overflow: auto;
}
.modal .dam_popup .information > .txt tr {
	border-top: 1px solid #D9D9D9;
	height: 25%;
}
.modal .dam_popup .information > .txt tr:first-child {
	border-top: none;
}
.modal .dam_popup .information > .txt tr th {
	font-weight: 400;
}
.modal .dam_popup .information > .txt tr td {

padding: 10px;
}
.modal .dam_popup .information > .txt tr td:first-child {display: flex;flex-direction: column;height: 100%;justify-content: center;gap: 5px;padding: 10px;box-sizing: border-box;}
.modal .dam_popup .information > .txt .title {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.modal .dam_popup .information > .txt .title span {
	background: url(./image/new/air/check.png) no-repeat;
	width:20px;
	height: 20px;
	background-size: contain;
	margin: 0;
}
.modal .dam_popup .information > .txt div {
	margin: 0;
	line-height: 1.8em;
	font-size: 15px;
	display: flex;
	margin-left: 6px;
}
.modal .dam_popup .information > .txt div span {	
	font-size: 8px;
	margin-right: 10px;
}
.modal .dam_popup .information .box{
	height: 32px;
	padding: 0 15px;
	width: 75px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
}
.modal .dam_popup .information .sun{
	background: url(./image/new/air/air_2.png) no-repeat;
	width: 70%;
	height: 100%;
	background-size: contain;
	background-position: center;
	/* position: absolute; */
	display: flex;
	/* margin-top: 40px; */
	/* left: 50%; */
	/* transform: translate(-50%, 0%); */
	z-index: 1;
	gap: 26px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}
.modal .dam_popup .information .img ul {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	/* height: 20%; */
}
.modal .dam_popup .information .img ul li {
	width: 25%;
	position: relative;
	/* height: 100%; */
	border-radius: 10px;
}
.modal .dam_popup .information .img ul li.on {
	background: #F9F9F9;
	color: #ACACAC;
	border: 1px solid #F9F9F9;
}
.modal .dam_popup .information .img ul li > div {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	gap: 5px;
}
.modal .dam_popup .information .img ul li > div div:first-child {
	font-weight: 600;
	margin-top: 2px;
}
.modal .dam_popup .information .img ul li > div div:last-child {
	color: #696969;
	font-size: 11px;
}
.modal .dam_popup .information .img ul li:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}
.modal .dam_popup .information .img ul .lowness{
	border: 1px solid #AEBCC4;
	color: #AEBCC4;
}
.modal .dam_popup .information .img ul .commonly {
	border: 1px solid #FFC136;
	color: #ffc136;
}
.modal .dam_popup .information .img ul .height {
	border: 1px solid #FF850C;
	color: #FF850C;
}
.modal .dam_popup .information .img ul .veryhight {
	    border: 1px solid #FD481C;
	    color: #FD481C;
}
.modal .dam_popup .information .img ul .danger {
	border: 1px solid #54248E;
	color: #54248e;
}
/*댐 가뭄 단계 정보 e*/


/*우리동네 가뭄정보 e*/
.modal .drought_popup {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: none;
	gap: 10px;
}
.modal .drought_popup.on {
	display: flex;
}
.modal .drought_popup .table {
	height: 15%;
	font-size: 12px;
	overflow: auto;
}
.modal .drought_popup .table th {
	border-right: none;
}
.modal .drought_popup .table tr:first-child td {
	font-weight: 600;
}
.modal .drought_popup .table tr:first-child td span {
	font-weight: 300;
}
.modal .drought_popup .section {
	gap: 26px;
}
.modal .drought_popup .section ul {
	margin: 0;
	display: flex;
	height: 40px;
	align-items: center;
	gap: 10px;
	width: 80%;
	justify-content: center;
	align-content: center;
}
.modal .drought_popup .section ul li {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 50px;
	background: #f9f9f9;
	color: #ACACAC;
}
.modal .drought_popup .section ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}
.modal .drought_popup .section ul li.on {
	background: #696969;
	color: #fff;
}
.modal .drought_popup .information {
	height: 100%;
	width: 100%;
	display: flex;
	gap: 10px;
}
.modal .drought_popup .information select {
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	background: #fff url('./image/select.png') no-repeat 98% 50%;
	border-radius: 10px;
	border: 1px solid #E7E7E7;
}
.modal .drought_popup .information > div {
	height: 100%;
	width: 50%;
	border-radius: 10px;
	/* padding: 26px; */
	box-sizing: border-box;
}
.modal .drought_popup .information > img {
	border: 1px solid #E7E7E7;
    height: 100%;
    width: 50%;
    box-sizing: border-box;
}
.modal .drought_popup .information > .img {
	border: 1px solid #E7E7E7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	/* gap: 26px; */
}
.modal .drought_popup .information > .txt {
	/* background: #F9F9F9; */
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	align-items: flex-start;
	padding: 0;
	overflow: auto;
	border-radius: inherit;
}
.modal .drought_popup .information > .txt table {
	border-bottom: 1px solid #D9D9D9;
	height: 100%;
	overflow: auto;
}
.modal .drought_popup .information > .txt tr {
	border-top: 1px solid #D9D9D9;
	height: 25%;
}
.modal .drought_popup .information > .txt tr:first-child {
	border-top: none;
}
.modal .drought_popup .information > .txt tr th {
	font-weight: 400;
}
.modal .drought_popup .information > .txt tr td {

padding: 10px;
}
.modal .drought_popup .information > .txt tr td:first-child {display: flex;flex-direction: column;height: 100%;justify-content: center;gap: 5px;padding: 10px;box-sizing: border-box;}
.modal .drought_popup .information > .txt .title {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.modal .drought_popup .information > .txt .title span {
	background: url(./image/new/air/check.png) no-repeat;
	width:20px;
	height: 20px;
	background-size: contain;
	margin: 0;
}
.modal .drought_popup .information > .txt div {
	margin: 0;
	line-height: 1.8em;
	font-size: 15px;
	display: flex;
	margin-left: 6px;
}
.modal .drought_popup .information > .txt div span {	
	font-size: 8px;
	margin-right: 10px;
}
.modal .drought_popup .information .box{
	height: 32px;
	padding: 0 15px;
	width: 75px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
}
.modal .drought_popup .information .sun{
	background: url(./image/new/air/air_2.png) no-repeat;
	width: 70%;
	height: 100%;
	background-size: contain;
	background-position: center;
	/* position: absolute; */
	display: flex;
	/* margin-top: 40px; */
	/* left: 50%; */
	/* transform: translate(-50%, 0%); */
	z-index: 1;
	gap: 26px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}
.modal .drought_popup .information .img ul {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	/* height: 20%; */
}
.modal .drought_popup .information .img ul li {
	width: 25%;
	position: relative;
	/* height: 100%; */
	border-radius: 10px;
}
.modal .drought_popup .information .img ul li.on {
	background: #F9F9F9;
	color: #ACACAC;
	border: 1px solid #F9F9F9;
}
.modal .drought_popup .information .img ul li > div {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	gap: 5px;
}
.modal .drought_popup .information .img ul li > div div:first-child {
	font-weight: 600;
	margin-top: 2px;
}
.modal .drought_popup .information .img ul li > div div:last-child {
	color: #696969;
	font-size: 11px;
}
.modal .drought_popup .information .img ul li:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}
.modal .drought_popup .information .img ul .lowness{
	border: 1px solid #AEBCC4;
	color: #AEBCC4;
}
.modal .drought_popup .information .img ul .commonly {
	border: 1px solid #FFC136;
	color: #ffc136;
}
.modal .drought_popup .information .img ul .height {
	border: 1px solid #FF850C;
	color: #FF850C;
}
.modal .drought_popup .information .img ul .veryhight {
	    border: 1px solid #FD481C;
	    color: #FD481C;
}
.modal .drought_popup .information .img ul .danger {
	border: 1px solid #54248E;
	color: #54248e;
}
.modal .drought_popup .information .btn-map-play-modal {
    background: #C1D8F1 url(./image/play-btn.png) 55% / 35% no-repeat;
    height: 26px;
    width: 26px;
    border-radius: 20px;
    position: absolute;
    transition: .3s;
    cursor: pointer;
    margin: 10px;
}
.modal .drought_popup .information .btn-map-play-modal.on {
	background: #C1D8F1 url(./image/play-stop.png) 50%/35% no-repeat;
}
/*우리동네 가뭄정보 e*/



/*우리동네 상수도정보  s*/
.modal .waterworks_popup {		
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .waterworks_popup.on {
	display: flex;
}
.modal .waterworks_popup .map{
	height: calc(100% - 87px);
	background: #eee;
	margin: 0;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.modal .waterworks_popup .map .right {
	height: calc(100% - 60px);
	width: 540px;
	position: absolute;
	right: 0;
	background: #fff;
	top: 50%;
	transform: translate(0%, -50%);
	border-radius: 10px 0 0 10px;
	padding: 26px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* overflow-x: visible; */
	max-height: 1000px;
	z-index: 10000;
	/* overflow-y: visible; */
}
.modal .waterworks_popup .map .right .scroll {
	width: 514px;
	overflow-x: hidden;
	overflow-y: auto;
	/* margin-right: 10px; */
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 1000px;
	/* box-sizing: border-box; */
}
.modal .waterworks_popup .map .right > button{
	position: absolute;
	height: 20px;
	width: 40px;
	left: -30px;
	top: 50%;
	transform: translate(-0%, -50%);
	border-radius: 0px 0 5px 5px;
	background: #fff url('./image/new/select.png') no-repeat 50% 50%;
	transform: rotate(90deg);
	background-size: 12px;
	z-index: 10;
	overflow: visible;
}
.modal .waterworks_popup .map .right .table {
	display: flex;
	flex-direction: column;
	height: 258px;
	width: 488px;
	margin: 0;
}
.modal .waterworks_popup .map .right .txt {	
	display: flex;	
	justify-content: space-between;	
	align-items: center;	
	margin: 0;	
	margin-bottom: 10px;
}
.modal .waterworks_popup .map .right .txt div {
	margin: 0;		
	font-size: 16px;	
	color: #6aaef2;	
	font-weight: 600;
}
.modal .waterworks_popup .map .right .txt button {
	
	padding: 0 15px;		
	border: 1px solid #E6E6E6;		
	height: 30px;		
	border-radius: 10px;		
	background: #fff;		
	color: #69AEF2;		
	margin: 0;		
	font-size: 14px;
}
.modal .waterworks_popup .map .right .graph {
	/* height: calc(100% - 258px); */
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* overflow-y: auto; */
	/* overflow-x: hidden; */
	height: 400px;
	width: 496px;
	padding-right: 18px;
}
.modal .waterworks_popup .map .right .graph .search {
	width: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	padding: 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	justify-content: center;
	gap: 8px;
}
.modal .waterworks_popup .map .right .graph .search > div {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 10px;
	height: 30px;
	align-items: center;
}
.modal .waterworks_popup .map .right .graph .search .title {
	margin: 0;
	width: 100px;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
}
.modal .waterworks_popup .map .right .graph .search .radio {
	margin: 0;
	width: calc(100% - 100px);
	display: flex;
	gap: 20px;
}
.modal .waterworks_popup .map .right .graph .search .radio > div {
	margin: 0;
	display: flex;
	gap: 5px;
}

.radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F5F5F5;
    border-radius: 100%;
    cursor: pointer;
    height: 20px;
    outline: 0;
    width: 20px;
    border: none;
    margin-bottom: 0;
    vertical-align: -5px;
    margin-right: 3px;
    padding: 0px;
    position: relative;
}

.modal .waterworks_popup .map .right .graph ul {
	height: 40px;
	background: #F4F4F4;
	color: #ACACAC;
	width: 100%;
	border-radius: 50px;
	display: flex;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
}
.modal .waterworks_popup .map .right .graph ul li.on {
	background: #fff;
	color: #696969;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0;
	height: 100%;
	border-radius: 50px;
	font-weight: 400;
}
.modal .waterworks_popup .map .right .graph .img {
	border: 1px solid #ddd;
	height: 300px;
	width: 100%;
	border-radius: 10px;
	/* height: 100%; */
	/* overflow: auto; */
	box-sizing: border-box;
}
.modal .waterworks_popup .map .popup {
	width: 350px;
	/* height: 200px; */
	/* min-height: 270px; */
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 26px;
	box-sizing: border-box;
	flex-direction: column;
	gap: 15px;
}
.modal .waterworks_popup .map .popup .title_header {
	padding: 0;
}
.modal .waterworks_popup .map .popup .title_header .title{
	width: 100%;
}
.modal .waterworks_popup .map .popup .text > .home .icon {
	background: url('./image/new/icon_home.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .waterworks_popup .map .popup .text > .pin .icon {
	background: url('./image/new/icon_map.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .waterworks_popup .map .popup .text {
	
width: 100%;
	
/* height: calc(100% - 55px); */
	
height: 100%;
	
display: flex;
	
flex-direction: column;
	
gap: 10px;
}
.modal .waterworks_popup .map .popup .text > div {
	padding: 0;
	margin: 0;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	flex-direction: row;
}
.modal .waterworks_popup .map .popup .text > div div {
	margin: 0;
	color: #696969;
}
.modal .waterworks_popup .map .popup .text .home {
	flex-direction: row;
	gap: 10px;
	padding: 10px;
}
.modal .waterworks_popup .map .popup .text > .pin{
	flex-direction: row;
	gap: 10px;
	padding: 10px;
}
.modal.w_100 .waterworks_popup td {
	padding: 0 8px;
	/* display: flex; */
	text-align: center;
}
/*우리동네 상수도정보  e*/

/*통합대피소 s*/
.modal .integrated_popup {
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .integrated_popup.on {
	display: flex;
}
.modal .integrated_popup .map{
	height: calc(100% - 87px);
	background: #eee;
	margin: 0;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.modal .integrated_popup .map .popup {
	width: 350px;
	/* height: 200px; */
	/* min-height: 270px; */
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 26px;
	box-sizing: border-box;
	flex-direction: column;
	gap: 15px;
}
.modal .integrated_popup .map .popup .title_header {
	padding: 0;
}
.modal .integrated_popup .map .popup .text {
	
width: 100%;
	
/* height: calc(100% - 55px); */
	
height: 100%;
	
display: flex;
	
flex-direction: column;
	
gap: 10px;
}
.modal .integrated_popup .map .popup .text > div {
	padding: 10px;
	margin: 0;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	flex-direction: column;
}
.modal .integrated_popup .map .popup .text > div div {
	margin: 0;
	color: #696969;
}
.modal .integrated_popup .map .popup .text .address .point {
	padding: 0 10px;
	margin: 0;
	width: fit-content;
	border-radius: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 15px;
}
.modal .integrated_popup .map .popup .text > div .icon {
	background: url('./image/new/icon_home.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .integrated_popup .map .popup .text > div .icon2 {
	background: url('./image/new/icon_home2.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .integrated_popup .map .popup .text .home {
	flex-direction: row;
	gap: 10px;
}
/*통합대피소 e*/


/*무더위 쉼터 s*/
.modal .shelter_popup {
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .shelter_popup.on {
	display: flex;
}
.modal .shelter_popup .map{
	height: calc(100% - 87px);
	background: #eee;
	margin: 0;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.modal .shelter_popup .map .popup {
	width: 350px;
	/* height: 200px; */
	/* min-height: 270px; */
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 26px;
	box-sizing: border-box;
	flex-direction: column;
	gap: 15px;
}
.modal .shelter_popup .map .popup .title_header {
	padding: 0;
}
.modal .shelter_popup .map .popup .text {
	
width: 100%;
	
/* height: calc(100% - 55px); */
	
height: 100%;
	
display: flex;
	
flex-direction: column;
	
gap: 10px;
}
.modal .shelter_popup .map .popup .text > div {
	padding: 10px;
	margin: 0;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	flex-direction: column;
}
.modal .shelter_popup .map .popup .text > div div {
	margin: 0;
	color: #696969;
}
.modal .shelter_popup .map .popup .text .address .point {
	padding: 0 10px;
	margin: 0;
	width: fit-content;
	border-radius: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 15px;
}
.modal .shelter_popup .map .popup .text > .home .icon {
	background: url('./image/new/icon_home.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .shelter_popup .map .popup .text .home {
	flex-direction: row;
	gap: 10px;
}
.modal .shelter_popup .map .popup .text > .person .icon {
	background: url('./image/new/person.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .shelter_popup .map .popup .text .person {
	flex-direction: row;
	gap: 10px;
}
/*무더위 쉼터 e*/



/*전기차 · 수소차 충전소 s*/
.modal .charging_popup {
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .charging_popup.on {
	display: flex;
}
.modal .charging_popup .map{
	height: calc(100% - 87px);
	background: #eee;
	margin: 0;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.modal .charging_popup .map .popup {
	width: 350px;
	/* height: 200px; */
	/* min-height: 270px; */
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 26px;
	box-sizing: border-box;
	flex-direction: column;
	gap: 15px;
}
.modal .charging_popup .map .popup .title_header {
	padding: 0;
}
.modal .charging_popup .map .popup .text {
	
width: 100%;
	
/* height: calc(100% - 55px); */
	
height: 100%;
	
display: flex;
	
flex-direction: column;
	
gap: 10px;
}
.modal .charging_popup .map .popup .text > div {
	padding: 10px;
	margin: 0;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	flex-direction: column;
}
.modal .charging_popup .map .popup .text > div div {
	margin: 0;
	color: #696969;
}
.modal .charging_popup .map .popup .text .address .point {
	padding: 0 10px;
	margin: 0;
	width: fit-content;
	border-radius: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 15px;
}
.modal .charging_popup .map .popup .text > .home .icon {
	background: url('./image/new/money.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .charging_popup .map .popup .text .home {
	flex-direction: row;
	gap: 10px;
}
.modal .charging_popup .map .popup .text > .person .icon {
	background: url('./image/new/p.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .charging_popup .map .popup .text .person {
	flex-direction: row;
	gap: 10px;
}
/*전기차 · 수소차 충전소 e*/


/*물차 제원 s*/
.water_truck_popup {
	display: none;
}
.water_truck_popup.on {
	display: block;
	height: 100%;
}
.modal .water_truck_popup .map{
	height: calc(100% - 87px);
	background: #eee;
	margin: 0;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.modal .water_truck_popup .map .popup {
	width: 450px;
	/* height: 200px; */
	/* min-height: 270px; */
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 26px;
	box-sizing: border-box;
	flex-direction: column;
	gap: 15px;
}
.modal .water_truck_popup .map .popup .title_header {
	padding: 0;
}
.modal .water_truck_popup .map .popup .title_header .title{
	width: 100%;
}

/*물차 제원 e*/



/*국립공원탐방로 s*/
.national_park_popup {
	display: none;
}
.national_park_popup.on {
	display: block;
	height: 100%;
}
.modal .national_park_popup .map{
	height: calc(100% - 87px);
	background: #eee;
	margin: 0;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.modal .national_park_popup .map .popup {
	width: 450px;
	/* height: 200px; */
	/* min-height: 270px; */
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 26px;
	box-sizing: border-box;
	flex-direction: column;
	gap: 15px;
}
.modal .national_park_popup .map .popup .title_header {
	padding: 0;
}
.modal .national_park_popup .map .popup .title_header .title{
	width: 100%;
}
.modal .national_park_popup .map .trail {
	width: 400px;
	background: #ffffff61;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	right: 26px;
	position: absolute;
	bottom: 26px;
}
.modal .national_park_popup .map .trail .title_header {
	padding: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin: 26px;
	box-sizing: border-box;
	width: calc(100% - 52px);
	margin-bottom: 0;
}
.modal .national_park_popup .map .trail .title_header .img{
	background: url('./image/new/pin.png') no-repeat 50% 50%;
	background-size:contain;
	width: 15px;
	height: 15px;
}
.modal .national_park_popup .map .trail ul {
	padding: 26px;
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	gap: 5px;
}
.modal .national_park_popup .map .trail ul li {
	width: calc(33.33% - 5px);
	height: 30px;
	margin: 0;
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
}
.modal .national_park_popup .map .trail ul li span {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
}
.modal .national_park_popup .map .trail ul li .blus_home {
	background: url('./image/new/park/legend_1.png') no-repeat 50% 50%;
	background-size:contain;
}
.modal .national_park_popup .map .trail ul li .greenline_home {
	background: url('./image/new/park/legend_2.png') no-repeat 50% 50%;
	background-size:contain;
}
.modal .national_park_popup .map .trail ul li .rad_home {
	background: url('./image/new/park/legend_3.png') no-repeat 50% 50%;
	background-size:contain;
}
.modal .national_park_popup .map .trail ul li .green_home {
	background: url('./image/new/park/legend_4.png') no-repeat 50% 50%;
	background-size:contain;
}
.modal .national_park_popup .map .trail ul li .blus_pin {
	background: url('./image/new/park/legend_5.png') no-repeat 50% 50%;
	background-size:contain;
}
.modal .national_park_popup .map .trail ul li .blus_line {
	background: url('./image/new/park/legend_6.png') no-repeat 50% 50%;
	background-size:contain;
}
.modal .national_park_popup .map .trail ul li .rad_line {
	background: url('./image/new/park/legend_7.png') no-repeat 50% 50%;
	background-size:contain;
}






.national_park_popup_off {
	display: none;
}
.national_park_popup_off.on {
	display: flex;
	height: 100%;
	flex-direction: column;
	gap: 10px;
}
.modal .national_park_popup_off .section{
	height: calc(100% - 45px);
	/* background: #eee; */
	margin: 0;
	/* border-radius: 0 0 10px 10px; */
	position: relative;
	gap: 15px;
	padding: 0;
	/* margin: 26px 0; */
	/* padding-bottom: 26px; */
}
.modal .national_park_popup_off .scroll {
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow: auto;
	/* width: 920px; */
	/* padding-right: 44px; */
	/* margin-bottom: 26px; */
	padding: 0 26px;
}
.modal .national_park_popup_off .section .img{
	display: flex;
	flex-direction: column;
	width: 920px;
	height: 400px;
	gap: 20px;
	padding-top: 26px;
	/* overflow-y: hidden; */
	/* overflow-x: auto; */
}
.modal .national_park_popup_off .section .img .title{
	margin: 0;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	font-weight: 500;
	border-bottom: 1px solid #6CD700;
	height: 40px;
	align-items: center;
}
.modal .national_park_popup_off .section .img .title span{
	background: url('./image/new/park/flag.png') no-repeat 50% 50%;
	background-size:contain;
	width: 20px;
	height: 20px;
	margin: 0;
}
.modal .national_park_popup_off .section .img .title .text {
	margin: 0;
	width: calc(100% - 20px - 200px);
	display: flex;
	justify-content: flex-start;
}
.modal .national_park_popup_off .section .img .title div {
	margin: 0;
	display: flex;
	width: 200px;
	justify-content: flex-end;
}
.modal .national_park_popup_off .section .img_box {
	display: flex;
	width: 100%;
	height: 100%;
	gap: 10px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 20px;
}
.modal .national_park_popup_off .section .img_box li {
	width: 100%;
	/* display: flex; */
	/* height: 100%; */
	/* flex-direction: column; */
}
.modal .national_park_popup_off .section .img_box li div img{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}
.modal .national_park_popup_off .section .img_box li div:first-child {
	position: relative;
	border-radius: 20px;
	background: #ddd;
	margin-bottom: 10px;
}
.modal .national_park_popup_off .section .img_box li div:first-child::after {
    display: block;
    content: "";
    padding-bottom: 100%;
}
.modal .national_park_popup_off .section .txt {
	/* height: calc(100% - 400px); */
	line-height: 1.8em;
	padding-bottom: 26px;
	display: flex;
}
.modal .national_park_popup_off .section .txt div{
	
}



/*국립공원탐방로 e*/



/*코리아둘레길 추천 s*/
.dulle_gil_popup {
	display: none;
}
.dulle_gil_popup.on {
	display: flex;
	height: 100%;
	flex-direction: column;
	gap: 10px;
}
.modal .dulle_gil_popup .section.on{
	display: block;
}
.modal .dulle_gil_popup .section{
	display: none;
	
	height: calc(100% - 45px);
	/* background: #eee; */
	margin: 0;
	/* border-radius: 0 0 10px 10px; */
	position: relative;
	gap: 0px;
	padding: 0;
	/* margin: 26px 0; */
	/* padding-bottom: 26px; */
}
.modal .dulle_gil_popup .section .search {
	height: 292px;
	width: calc(100% - 52px);
	box-sizing: border-box;
	padding: 26px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-bottom: 1px solid #D9D9D9;
	/* margin: 0 26px; */
}
.modal .dulle_gil_popup .section .search .title{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	align-content: center;
	background: #f7f9ff;
	border-radius: 10px;
	text-align: left;
	padding: 0 10px;
	gap: 10px;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	line-height: 61px;
}
.modal .dulle_gil_popup .section .search .title span {
	background: #fff url('./image/new/dulle_gil1.png') no-repeat 50% 50%;
	background-size: 70%;
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50px;
}
.modal .dulle_gil_popup .section .search .table {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	/* gap: 10px; */
}
.modal .dulle_gil_popup .section .search .table > div{
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.modal .dulle_gil_popup .section .search .table > .tr{
	margin: 0;
	font-size: 11px;
	font-weight: 400;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #696969;
	height: 40px;
	align-items: center;
}
.modal .dulle_gil_popup .section .search .table > .tr .th {
	width: 70px;
	display:flex;
	margin: 0;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	height: 100%;
}
.modal .dulle_gil_popup .section .search .table > .tr .td {
	margin: 0;
	width: calc(50% - 70px);
	display: flex;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 8px;
	box-sizing: border-box;
	gap: 5px;
}
.modal .dulle_gil_popup .section .search .table > .tr .td input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	height: 15px;
	outline: 0;
	width: 15px;
	border: 1px solid #C5C6C8;
	margin-bottom: 0;
	vertical-align: -5px;
	margin-right: 3px;
	padding: 0px;
	position: relative;
}
.modal .dulle_gil_popup .td input[type="radio"]::after {
    border: solid #69aef2;
    /* border-width: 0 3px 3px 0; */
    height: calc(100% / 5);
    background: #69aef2;
    width: calc(100% / 5);
    display: none;
}
.modal .dulle_gil_popup .td input[type="radio"]:checked::after {
	display: block;
}
.modal .dulle_gil_popup .section .search .table > .tr .td div {
	margin: 0;
	display: flex;
	align-items: center;
	font-weight: 300;
}
.modal .dulle_gil_popup .section .search .table > .tr .td select {
	height: 30px;
	background: #fff url('./image/select.png') no-repeat 96% 50%;
	background-size: 15px;
}
.modal .dulle_gil_popup .section .search .table > .tr:nth-child(2) {
	border-top: 1px solid #696969;
}
.modal .dulle_gil_popup .section .search .button {
	display: flex;
	gap: 5px;
	height: 30px;
}
.modal .dulle_gil_popup .section .search .button button {
	width: 100px;
	height:100%;
	border-radius: 30px;
	height: 30px;
	color: #fff;
	background: #c5c5c5;
	font-weight: 300;
}
.modal .dulle_gil_popup .section .search .button button:last-child {
	background: #696969;
}
.modal .dulle_gil_popup .scroll {
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow: auto;
	/* width: 920px; */
	/* padding-right: 44px; */
	/* margin-bottom: 26px; */
	padding: 0 26px;
	/* border-top: 1px solid #D9D9D9; */
	width: 100%;
	box-sizing: border-box;
}
.modal .dulle_gil_popup .section .scroll > .img{
	display: flex;
	flex-direction: column;
	/* width: 920px; */
	/* height: 400px; */
	/* gap: 20px; */
	padding-top: 26px;
	/* overflow-y: hidden; */
	/* overflow-x: auto; */
	margin: 0;
}
.modal .dulle_gil_popup .section .img .title{
	margin: 0;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	font-weight: 500;
	/* height: 40px; */
	align-items: center;
	width: 100%;
	margin-bottom: 12px;
}
.modal .dulle_gil_popup .section .img .title span{
	/* height: 20px; */
	margin: 0;
	color: #696969;
}
.modal .dulle_gil_popup .section .img .title .text {
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #ACACAC;
}
.modal .dulle_gil_popup .section .img .title div {
	margin: 0;
	display: flex;
	width: 200px;
	justify-content: flex-end;
}
.modal .dulle_gil_popup .section .img_box {
	display: flex;
	width: 100%;
	/* height: 100%; */
	gap: 10px;
	/* border-bottom: 1px solid #D9D9D9; */
	padding-bottom: 26px;
	flex-wrap: wrap;
}
.modal .dulle_gil_popup .section .img_box li {
	width: calc(25% - 7.5px);
	display: flex;
	/* height: 100%; */
	height: 250px;
	background: #f7f9ff;
	border-radius: 10px;
	margin: 0;
	flex-direction: column;
	align-items: flex-start;
}
.modal .dulle_gil_popup .section .img_box li div > img{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
	object-fit: cover;
}
.modal .dulle_gil_popup .section .img_box li > div:first-child {
	position: relative;
	border-radius: 10px 10px 0 0;
	background: #ddd;
	/* margin-bottom: 10px; */
	height: 150px;
	width: 100%;
}
.modal .dulle_gil_popup .section .img_box li > div:last-child {
	padding: 15px;
	margin: 0;
	display: flex;
	flex-direction: column;
	height: calc(100% - 150px);
	box-sizing: border-box;
	width: 100%;
	/* gap: 5px; */
	justify-content: space-between;
}
.modal .dulle_gil_popup .section .img_box li > div:last-child > div {
	margin: 0;
	font-size: 15px;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	word-wrap: break-word;
	display: flow-root;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.modal .dulle_gil_popup .section .img_box li > div:last-child .gray {
	margin: 0;
	font-size: 12px;
	margin-bottom: 5px;
}
.modal .dulle_gil_popup .section .img_box li > div:last-child > .blue {
	margin: 0;
	font-size: 12px;
	display: flex;
	/* margin-top: 17px; */
	word-wrap: break-word;
	display: flow-root;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.modal .dulle_gil_popup .section .img_box li div:first-child::after {
    display: block;
    /* content: ""; */
    /* padding-bottom: 100%; */
}
.modal .dulle_gil_popup .section .txt {
	/* height: calc(100% - 400px); */
	line-height: 1.8em;
	padding-bottom: 26px;
	display: flex;
}
.modal .dulle_gil_popup .section .txt div{
	
}
.modal .dulle_gil_popup .section > ul {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.modal .dulle_gil_popup .section > ul > li {
	margin: 0;
	width: 50%;
	position: relative;
	/* padding: 26px; */
	display: flex;
	flex-direction: column;
	/* gap: 15px; */
	height: 100%;
}
.modal .dulle_gil_popup .section > ul > li .title {
	height: 90px;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #D9D9D9;
	gap: 10px;
	margin: 0;
	box-sizing: border-box;
	margin: 0 26px;
	padding-top: 26px;
	overflow: hidden;
}
.modal .dulle_gil_popup .section > ul > li > div {
	height: calc(100% - 86px - 55px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: auto;
}
.modal .dulle_gil_popup .section > ul > li > div.tag {
	
height: 56px;
	
display: flex;
	
flex-direction: row;
	
margin: 0;
	
width: 100%;
	
align-items: center;
	
gap: 5px;
	
padding: 26px;
	
box-sizing: border-box;
	
padding-top: 0;
}
.modal .dulle_gil_popup .section > ul > li > div .blue_back {
	
margin: 0;
	
/* width: 100%; */
	
height: 100%;
	
border-radius: 50px;
	
display: flex;
	
justify-content: center;
	
align-items: center;
	
padding: 0 15px;
}
.modal .dulle_gil_popup .section > ul > li > div pre {
	font-size: 11px;
	line-height: 1.6em;
	padding: 0px 26px;
	margin: 15px 0;
}
.modal .dulle_gil_popup .section > ul > li > div .txt:first-child{
	margin-top: 0px;
}
.modal .dulle_gil_popup .section > ul > li > div .txt{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}
.modal .dulle_gil_popup .section > ul > li .title .gray {
	font-size: 14px;
	margin: 0;
	font-weight: 300;
}
.modal .dulle_gil_popup .section > ul > li .title div .blue {
	
font-size: 12px;
}
.modal .dulle_gil_popup .section > ul > li .title div {
	font-size: 24px;
	margin: 0;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal .dulle_gil_popup .section > ul > .map {
	background: #ddd;
	border-radius: 10px 0 0 10px;
}
.modal .dulle_gil_popup .section > ul > .map ul {
	background: #ffffffad;
	border-radius: 50px;
	display: flex;
	width: fit-content;
	position: absolute;
	height: 70px;
	width: 155px;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding: 10px;
	box-sizing: border-box;
	gap: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.modal .dulle_gil_popup .section > ul > .map ul .img {
	background: url('./image/weather/weather_icon-07.png') no-repeat;
	background-size:contain;
	width: 45px;
	height: 45px;
	border-right: 1px solid #E7E7E7;
	padding-right: 10px;
}
.modal .dulle_gil_popup .section > ul > .map ul li {
	width: calc(100% - 45px);
	font-size: 13px;
	display: flex;
	flex-direction: column;
	font-weight: 600;
}
.modal .dulle_gil_popup .section > ul > .map ul li span {
	margin: 0;
	font-size: 11px;
	margin-top: 5px;
	font-weight: 300;
}
.modal .dulle_gil_popup .section > ul > .map .icon button.plus {
	top: initial;
	bottom: 53px;
}
.modal .dulle_gil_popup .section > ul > .map .icon button.minus {
	top: initial;
	bottom: 26px;
}
/*코리아둘레길 추천 e*/



/*다중이용시설실내공기질  s*/
.modal .air_quality_popup {		
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .air_quality_popup.on {
	display: flex;
}
.modal .air_quality_popup .map{
	height: calc(100% - 87px);
	background: #eee;
	margin: 0;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.modal .air_quality_popup .map .right.on{width: 540px;padding: 26px;}
.modal .air_quality_popup .map .right {
	height: calc(100% - 60px);
	width: 0;
	position: absolute;
	right: 0;
	background: #fff;
	top: 50%;
	transform: translate(0%, -50%);
	border-radius: 10px 0 0 10px;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* overflow-x: visible; */
	max-height: 1000px;
	z-index: 10000;
	/* overflow-y: visible; */
	/* display: none; */
}
.modal .air_quality_popup .map .right.on .scroll {
	display:block;
}
.modal .air_quality_popup .map .right.on .scroll .information {
	width: 100%;
	height: 500px;
	display: flex;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	width: 488px;
	margin: 0;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 26px;
	box-sizing: border-box;
	gap: 15px;
}
.modal .air_quality_popup .map .right.on .scroll .information > div {
	display: flex;
	margin: 0;
	width: 100%;
	color: #CCCCCC;
	justify-content: flex-end;
}
.modal .air_quality_popup .map .right.on .scroll .information .img_box {
	height: calc(100% - 16px - 40px - 165px);
	flex-direction: column;
}
.modal .air_quality_popup .map .right.on .scroll .information .img_box span {
	/* height: 60%; */
	font-size: 24px;
	color: #696969;
	font-weight: 400;
}
.modal .air_quality_popup .map .right.on .scroll .information select {
	height: 40px;
	background: #fff url('./image/select.png') no-repeat 98% 50%;
	/* background-size: 15px; */
	line-height: 40px;
	border-radius: 10px;
}
.modal .air_quality_popup .map .right.on .scroll .information ul {
	display: flex;
	width: 90%;
	gap: 10px;
	height: 100px;
	margin-top: 20px;
}
.modal .air_quality_popup .map .right.on .scroll .information ul li {
	margin: 0;
	background: #fff;
	width: 50%;
	border-radius: 10px;
	box-shadow: 0px 4px 8px 0px #ffcc5947;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* gap: 10px; */
	/* padding: 10px; */
}
.modal .air_quality_popup .map .right.on .scroll .information ul li div {
	height: 50%;
	display:flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 85%;
}
.modal .air_quality_popup .map .right.on .scroll .information ul li div:first-child {
	border-bottom: 1px solid #ccc;
}
.modal .air_quality_popup .map .right.on .scroll .information .img {
	background: url('./image/new/airquality/A_img.png') no-repeat 50%;
	background-size: contain;
	width: 100%;
	height: calc(100% - 26px);
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 24px;
	gap: 10px;
	background-position-y: top;
	background-position-x: center;
}
.modal .air_quality_popup .map .right .scroll {
	width: 514px;
	overflow-x: hidden;
	overflow-y: auto;
	/* margin-right: 10px; */
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 1000px;
	/* box-sizing: border-box; */
	display: none;
}
.modal .air_quality_popup .map .right > button{
	border-radius: 0px 0 5px 5px;
	transform: rotate(90deg);
	background-size: 12px;
}
.modal .air_quality_popup .map .right > button.on{
	position: absolute;
	height: 20px;
	width: 40px;
	left: -30px;
	top: 50%;
	transform: translate(-0%, -50%);
	border-radius: 5px 5px 0px 0;
	background: #fff url('./image/new/select.png') no-repeat 50% 50%;
	transform: rotate(270deg);
	background-size: 12px;
	z-index: 10;
	overflow: visible;
	display: block;
}
.modal .air_quality_popup .map .right .table {
	display: flex;
	flex-direction: column;
	height: 258px;
	width: 488px;
	margin: 0;
}
.modal .air_quality_popup .map .right .txt {	
	display: flex;	
	justify-content: space-between;	
	align-items: center;	
	margin: 0;	
	margin-bottom: 10px;
}
.modal .air_quality_popup .map .right .txt div {
	margin: 0;		
	font-size: 16px;	
	color: #6aaef2;	
	font-weight: 600;
}
.modal .air_quality_popup .map .right .txt button {
	
	padding: 0 15px;		
	border: 1px solid #E6E6E6;		
	height: 30px;		
	border-radius: 10px;		
	background: #fff;		
	color: #69AEF2;		
	margin: 0;		
	font-size: 14px;
}
.modal .air_quality_popup .map .right .graph {
	/* height: calc(100% - 258px); */
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* overflow-y: auto; */
	/* overflow-x: hidden; */
	height: 400px;
	width: 496px;
	padding-right: 18px;
}
.modal .air_quality_popup .map .right .graph .search {
	width: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	padding: 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	justify-content: center;
	gap: 8px;
}
.modal .air_quality_popup .map .right .graph .search > div {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 10px;
	height: 30px;
	align-items: center;
}
.modal .air_quality_popup .map .right .graph .search .title {
	margin: 0;
	width: 100px;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
}
.modal .air_quality_popup .map .right .graph .search .radio {
	margin: 0;
	width: calc(100% - 100px);
	display: flex;
	gap: 20px;
}
.modal .air_quality_popup .map .right .graph .search .radio > div {
	margin: 0;
	display: flex;
	gap: 5px;
}


.modal .air_quality_popup .map .right .graph ul {
	height: 40px;
	background: #F4F4F4;
	color: #ACACAC;
	width: 100%;
	border-radius: 50px;
	display: flex;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
}
.modal .air_quality_popup .map .right .graph ul li.on {
	background: #fff;
	color: #696969;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0;
	height: 100%;
	border-radius: 50px;
	font-weight: 400;
}
.modal .air_quality_popup .map .right .graph .img {
	border: 1px solid #ddd;
	height: 300px;
	width: 100%;
	border-radius: 10px;
	/* height: 100%; */
	/* overflow: auto; */
	box-sizing: border-box;
}
.modal .air_quality_popup .map .popup {
	width: 300px;
	/* height: 200px; */
	/* min-height: 270px; */
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 26px;
	box-sizing: border-box;
	flex-direction: column;
	gap: 15px;
}
.modal .air_quality_popup .map .popup .title_header {
	padding: 0;
}
.modal .air_quality_popup .map .popup .title_header .title{
	/* width: 100%; */
}
.modal .air_quality_popup .map .popup .text > .home .icon {
	background: url('./image/new/icon_home.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .air_quality_popup .map .popup .text > .pin .icon {
	background: url('./image/new/icon_map.png') no-repeat 50% 50%;
	width: 15px;
	height: 15px;
	background-size:contain;
}
.modal .air_quality_popup .map .popup .text {
	
width: 100%;
	
/* height: calc(100% - 55px); */
	
height: 100%;
	
display: flex;
	
flex-direction: column;
	
gap: 10px;
}
.modal .air_quality_popup .map .popup .text > div {
	padding: 0;
	margin: 0;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	flex-direction: row;
}
.modal .air_quality_popup .map .popup .text > div div {
	margin: 0;
	color: #696969;
}
.modal .air_quality_popup .map .popup .text .home {
	flex-direction: row;
	gap: 10px;
	padding: 10px;
}
.modal .air_quality_popup .map .popup .text > .pin{
	flex-direction: row;
	gap: 10px;
	padding: 10px;
}
.modal.w_100 .air_quality_popup td {
	padding: 0 8px;
	/* display: flex; */
	text-align: center;
	height: 35px;
}
/*다중이용시설실내공기질  e*/



/*생태관광 코스 추천  s*/
.modal .ecology_popup {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: none;
}
.modal .ecology_popup.on {
	display: flex;
}
.modal .ecology_popup .map{
	height: calc(100% - 87px);
	background: #eee;
	margin: 0;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.modal .ecology_popup .popup {
	position: absolute;
	left: calc(50% - 400px);
	width: 800px;
	height:500px;
	top: calc(50% - 250px);
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	z-index: 100000;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.modal .ecology_popup .popup ul{
	width: 100%;
	display:flex;
	height: calc(100% - 87px);
	box-sizing: border-box;
}

.modal .ecology_popup .popup ul li{
	width: 50%;
	display: flex;
	padding: 0 26px 26px 26px;
	box-sizing: border-box;
	position: relative;
}
.modal .ecology_popup .popup ul li .swiper {
	background: #ddd;
	border-radius: 10px;
}
.modal .ecology_popup .popup ul li div{
	width: 100%;
	display: flex;
	/* padding: 0 26px 26px 26px; */
	box-sizing: border-box;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
.modal .ecology_popup .swiper-button-next {
	
width: 50px !important;
	
height: 50px !important;
	
background: #fff;
	
border-radius: 50px;
	
box-shadow: 0px 4px 8px 0px #a4c3e063;
	
top: calc(50% - 25px);
	
right: 5px;
}
.modal .ecology_popup .swiper-button-next:after, .swiper-button-prev:after {
	font-size: 24px;
	color: #D9D9D9;
}
.modal .ecology_popup .swiper-button-prev {
	
width: 50px !important;
	
height: 50px !important;
	
background: #fff;
	
border-radius: 50px;
	
box-shadow: 0px 4px 8px 0px #a4c3e063;
	
top: calc(50% - 25px);
	
left: 5px;
}
.modal .ecology_popup .map .right.on{width: 540px;padding: 26px;}
.modal .ecology_popup .map .right {
	height: calc(100% - 60px);
	width: 0;
	position: absolute;
	right: 0;
	background: #fff;
	top: 50%;
	transform: translate(0%, -50%);
	border-radius: 10px 0 0 10px;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* overflow-x: visible; */
	max-height: 1000px;
	z-index: 10000;
	/* overflow-y: visible; */
	/* display: none; */
}
.modal .ecology_popup .map .right.on .scroll {
	display:block;
}
.modal .ecology_popup .map .right.on .scroll .information {
	width: 100%;
	/* height: 500px; */
	display: flex;
	align-content: center;
	align-items: flex-start;
	flex-direction: column;
	width: 488px;
	margin: 0;
	border-radius: 10px;
	/* margin-bottom: 20px; */
	/* padding: 26px; */
	box-sizing: border-box;
	gap: 10px;
}
.modal .ecology_popup .map .right.on .scroll .information > div {
	display: flex;
	margin: 0;
	width: 100%;
	color: #696969;
	justify-content: flex-start;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 5px;
}
.modal .ecology_popup .map .right.on .scroll .information .box {
	/* height: calc(100% - 16px - 40px - 165px); */
	flex-direction: row;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	gap: 10px;
	cursor: pointer;
}
.modal .ecology_popup .map .right.on .scroll .information .box:hover {
	border: 1px solid #69AEF2;
	box-shadow: 2px 2px 6px 1px #51515147;
}
.modal .ecology_popup .map .right.on .scroll .information .img_box span {
	/* height: 60%; */
	font-size: 24px;
	color: #696969;
	font-weight: 400;
}
.modal .ecology_popup .map .right.on .scroll .information select {
	height: 40px;
	background: #fff url('./image/select.png') no-repeat 98% 50%;
	/* background-size: 15px; */
	line-height: 40px;
	border-radius: 10px;
}
.modal .ecology_popup .map .right.on .scroll .information ul {
	display: flex;
	width: 90%;
	gap: 10px;
	height: 100px;
	margin-top: 20px;
}
.modal .ecology_popup .map .right.on .scroll .information ul li {
	margin: 0;
	background: #fff;
	width: 50%;
	border-radius: 10px;
	box-shadow: 0px 4px 8px 0px #ffcc5947;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* gap: 10px; */
	/* padding: 10px; */
}
.modal .ecology_popup .map .right.on .scroll .information ul li div {
	height: 50%;
	display:flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 85%;
}
.modal .ecology_popup .map .right.on .scroll .information ul li div:first-child {
	border-bottom: 1px solid #ccc;
}
.modal .ecology_popup .map .right.on .scroll .information .img {
	background: #ddd;
	/* background-size: contain; */
	width: 100%;
	/* height: 100%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 24px;
	gap: 10px;
	/* background-position-y: top; */
	/* background-position-x: center; */
	border-radius: 10px;
	/* gap: 10px; */
}
.modal .ecology_popup .map .right .scroll {
	width: 520px;
	overflow-x: hidden;
	overflow-y: auto;
	/* margin-right: 10px; */
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* max-height: 1155px; */
	/* box-sizing: border-box; */
	display: none;
}
.modal .ecology_popup .map .right > button{
	border-radius: 0px 0 5px 5px;
	transform: rotate(90deg);
	background-size: 12px;
}
.modal .ecology_popup .map .right > button.on{
	position: absolute;
	height: 20px;
	width: 40px;
	left: -30px;
	top: 50%;
	transform: translate(-0%, -50%);
	border-radius: 5px 5px 0px 0;
	background: #fff url('./image/new/select.png') no-repeat 50% 50%;
	transform: rotate(270deg);
	background-size: 12px;
	z-index: 10;
	overflow: visible;
	display: block;
}

.modal .ecology_popup .map .right .txt {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0;
	/* margin-bottom: 10px; */
	flex-direction: column;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
}
.modal .ecology_popup .map .right .txt .title {
	margin: 0;
	font-size: 16px;
	color: #696969;
	font-weight: 600;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.modal .ecology_popup .map .right .txt .title span {
	width: 20px;
	height: 20px;
	background: #69aef2;
	border-radius: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	margin: 0;
	align-items: center;
	font-size: 14px;
}
.modal .ecology_popup .map .right .txt button {
	
padding: 0 15px;
	
/* border: 1px solid #E6E6E6; */
	
height: 30px;
	
border-radius: 50px;
	
background: #f4f4f4;
	
color: #696969;
	
margin: 0;
	
font-size: 14px;
	
width: 100px;
	
cursor: pointer;
}
.modal .ecology_popup .map .right .graph {
	/* height: calc(100% - 258px); */
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* overflow-y: auto; */
	/* overflow-x: hidden; */
	height: 400px;
	width: 496px;
	padding-right: 18px;
}
.modal .ecology_popup .map .right .graph .search {
	width: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	padding: 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	justify-content: center;
	gap: 8px;
}
.modal .ecology_popup .map .right .graph .search > div {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 10px;
	height: 30px;
	align-items: center;
}
.modal .ecology_popup .map .right .graph .search .title {
	margin: 0;
	width: 100px;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
}
.modal .ecology_popup .map .right .graph .search .radio {
	margin: 0;
	width: calc(100% - 100px);
	display: flex;
	gap: 20px;
}
.modal .ecology_popup .map .right .graph .search .radio > div {
	margin: 0;
	display: flex;
	gap: 5px;
}


.modal .ecology_popup .map .right .graph ul {
	height: 40px;
	background: #F4F4F4;
	color: #ACACAC;
	width: 100%;
	border-radius: 50px;
	display: flex;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
}
.modal .ecology_popup .map .right .graph ul li.on {
	background: #fff;
	color: #696969;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0;
	height: 100%;
	border-radius: 50px;
	font-weight: 400;
}
.modal .ecology_popup .map .right .graph .img {
	border: 1px solid #ddd;
	height: 300px;
	width: 100%;
	border-radius: 10px;
	/* height: 100%; */
	/* overflow: auto; */
	box-sizing: border-box;
}

/*생태관광 코스 추천  e*/



/*재난문자 팝업 s*/
.modal .emergency_popup {		
	height: 100%;		
	width: 100%;		
	display: flex;		
	flex-direction: column;		
	justify-content: space-between;
	display: none;
}
.modal .emergency_popup.on {
	display: flex;
}
.modal .emergency_popup .title_header .title {
    width: calc(100% - 35px);
}
.modal .emergency_popup .section.on {
	display: flex;
	align-items: flex-start;
}
.modal .emergency_popup .section {
	display: none;
}
.modal .emergency_popup .section > ul {
	display: flex;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
}
.modal .emergency_popup .section > ul > li {
	display: flex;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	gap: 10px;
}
.modal .emergency_popup .section > ul > li div {
	margin: 0;
	line-height: 1.6em;
}
.modal .emergency_popup .section > ul .title {
	font-weight: 500;
	font-size: 16px;
	color: #696969;
}
.modal .emergency_popup .section > ul > li pre {
	margin: 0;
	line-height: 2em;
	font-family: 'NanumSquare';
}
.modal .emergency_popup .section > ul > li .video {
	height;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	background: #ddd;
}
.modal .emergency_popup .section > ul > li:first-child {
	width: 40%;
	border-right: 1px solid #ccc;
	padding-left: 0;
	/* padding-top: 0; */
}
.modal .emergency_popup .section > ul > li:last-child {
	width: 60%;
	padding-right: 0;
	/* padding-top: 0; */
}
.modal .emergency_popup .section > ul.img_box {
	display: flex;
	width: 100%;
	flex-direction: column;
	height: 50%;
	box-sizing: border-box;
	gap: 10px;
}
.modal .emergency_popup .section > ul.img_box li{
	width: 100%;
	box-sizing: border-box;
	border: navajowhite;
	padding: 0;
}
.modal .emergency_popup .section > ul.img_box li > div {
	display: flex;
	gap: 20px;
	flex-direction: column;
	border-radius: 10px;
}
.modal .emergency_popup .section > ul.img_box li > div .img {
	/* width: 100%; */
	background: #fff;
	height: 50%;
	border-radius: 10px;
	background-size: contain !important;
	background-position: center !important;
}
.modal .emergency_popup .section > ul.img_box li > div .img1 {
	background: #fff url(./image/new/emergency/disaster_6.png) no-repeat;

}
.modal .emergency_popup .section > ul.img_box li > div .img2 {
	background: #fff url(./image/new/emergency/disaster_6.png) no-repeat;

}
.modal .emergency_popup .section > ul.img_box li > div .img3 {
	background: #fff url(./image/new/emergency/disaster_6.png) no-repeat;
}
.modal .emergency_popup .section > ul.img_box li > div .img4 {
	background: #fff url(./image/new/emergency/disaster_6.png) no-repeat;

}
.modal .emergency_popup .section > ul.img_box li > div .img5 {
	background: #fff url(./image/new/emergency/disaster_6.png) no-repeat;

}
.modal .emergency_popup .section > ul.img_box li:last-child {
	width: 100%;
	height:100%;
	background: #f9f9f9;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	flex-direction: row;
	gap: 10px;
}
.modal .emergency_popup .section .information{
	height: calc(100% - 44px);
	display: flex;
	width: 100%;
	gap: 10px;
}
.modal .emergency_popup .section .information .box {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 10px;
	background: #fdd;
	padding: 20px;
	box-sizing: border-box;
	justify-content: space-between;
}
.modal .emergency_popup .section .information .box .title {
	margin: 0;
	width: 100%;
	height: 26px;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	align-items: center;
}
.modal .emergency_popup .section .information .box .title span{
	background: #ddd;
	padding: 0 15px;
	height: 26px;
	border-radius: 10px;
	margin: 0;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.modal .emergency_popup .section .information .box .img{
	/* height: calc(100% - 26px - 40px); */
	background: #fff url(./image/new/emergency/disaster_6.png) no-repeat;
	width: 46%;
	border-radius: 69%;
	/* height: 60%; */
	position: relative;
	background-position: center;
	background-size: 120%;
}
.modal .emergency_popup .section .information .box > .txt{
	width: 80%;
	display:flex;
	flex-direction: column;
	gap: 10px;
	font-size: 16px;
	line-height: 1.6em;
	align-items: center;
	text-align: center;
}
.modal .emergency_popup .section .information .box .img::after {
    display: block;
    content: "";
    padding-bottom: 100%;
}
.modal .emergency_popup .section .information .box .button{
	height: 40px;
	width: 100%;
	display: flex;
	gap: 10px;
	margin-top: 30px;
	box-sizing: border-box;
}
.modal .emergency_popup .section .information .box .button button{
	width: 50%;
	border-radius: 10px;
}
.modal .emergency_popup .section .information > .txt{
	width: 30%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	overflow: auto;
}

.modal .emergency_popup .section .information .txt li{
	height: 33.33%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background: #F5F5F5;
	padding: 20px;
	gap: 10px;
	line-height: 1.5em;
}
.modal .emergency_popup .section .information .txt li > div:first-child{
	
	margin:0;
} 
.modal .emergency_popup .section .information .txt li > div:last-child{
	align-items: flex-end;
	flex-direction: column;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.modal .emergency_popup .section .checkbox{
	height: 24px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.modal .emergency_popup .section .checkbox label {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin:0;
	width: 26px;
	justify-content: center;
}
.modal .emergency_popup .section .checkbox input[type="checkbox"]::after {
    border: solid #cccccc;
    border-width: 0px 3px 3px 0;
}
.modal .emergency_popup .section .checkbox label input{
	margin:0;
}
.modal .emergency_popup .section > .video {
	
height: calc(100% - 26px);
	
border-radius: 10px;
	
background: #ddd;
	
width: 100%;
}
.modal .emergency_popup .section .previous{
	
margin: 0;
	
height: 26px;
	
padding: 0 15px;
	
display: flex;
	
border-radius: 29px;
	
width: 100px;
	
justify-content: center;
	
align-items: center;
	
background: #696969;
	
color: #fff;
}
/*재난문자 팝업 e*/





/*긴급재난 발생 팝업 s*/
.generation_popup {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 0;
}
.generation_popup.on {
	display: block;
}
.generation_popup .popup {
	width: 500px;
	height: 300px;
	background: #fff;
	border-radius: 15px;
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 1px 1px 8px 1px #00000029;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	gap: 20px;
}
.generation_popup .popup .img {
	background: #fff url(./image/new/caution.png) no-repeat 50%;
	width: 100%;
	height: 40%;
	background-size: contain;
	/* margin-bottom: 20px; */
}
.generation_popup .popup .txt {
	
font-size: 18px;
	
margin-bottom: 30px;
}
.generation_popup .popup .button {
	
width: 100%;
	
height: 40px;
	
display: flex;
	
gap: 10px;
}
.generation_popup .popup .button button{
	
width: 50%;
	
height: 100%;
	
border-radius: 10px;
	
background: #696969;
	
color: #fff;
	
font-size: 15px;
}
.animation {
	display: none;
	position: absolute;
    width: 100%;
    height: 100%;
    background: #ff00002b;
    top: 0;
    border-radius: 0;
}
.animation.on {
	display: flex;
	animation: blink .5s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*긴급재난 발생 팝업 e*/




