@charset "utf-8";

/* *{transition:all .3s;} */

.wrapper{
	width:100%;
}
.header{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
.header.active:after{
	content:"";
	display:block;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(50,50,50,.3);
	z-index:-1;
}
.gnbArea{
	display:flex;
	justify-content:space-between;
	width:100%;
	padding:0 50px;
	background:#fff;
}
.topLeft{
	display:flex;
	align-items:center;
	height:100px;
}
h1{
	height:100%;
}
h1 a{
	display:block;
	height:100%;
	padding-top:55px;
	font-size:23px;
	letter-spacing:-0.05rem;
	color:#0070af;
	background:url('../img/logo.svg') no-repeat 0 25px;
	background-size:110px;
}
.topInfo{
	padding-left:25px;
}
.topInfo li{
	width:280px;
	height:33px;
	line-height:33px;
	border-radius:33px;
	font-size:16px;
	font-weight:500;
	color:#333;
	background-color:#f4f4f4;
	margin:3px 0;
}
.topInfo li.weather{
	padding:0 15px 0 40px;
}
.weather1{
	background:url('../img/icoWeather1.svg') no-repeat 10px 0;
}
.weather2{
	background:url('../img/icoWeather2.svg') no-repeat 10px 0;
}
.weather3{
	background:url('../img/icoWeather3.svg') no-repeat 10px 0;
}
.weather9{
	background:url('../img/icoWeather9.svg') no-repeat 10px 0;
}
.weather10{
	background:url('../img/icoWeather10.svg') no-repeat 10px 0;
}
.weather11{
	background:url('../img/icoWeather11.svg') no-repeat 10px 0;
}
.topInfo li.weather span:not(:last-child){
	margin-right:8px;
}
.topInfo li.weather span.point{
	color:#f4715b;
}
.topInfo li.msgBox{
	padding:0 8px;
	overflow:hidden;
	position:relative;
}
.topInfo li.msgBox .message{
	position:absolute;
	width:calc(100% - 25px);
}
.topInfo li.msgBox .message div{
	display: inline-block;
	font-size:16px;
	text-indent:30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
.emgy1{
	background:url('../img/icoEmgy1.svg') no-repeat 0 0;
}
.emgy2{
	background:url('../img/icoEmgy2.svg') no-repeat 0 0;
}
.emgy3{
	background:url('../img/icoEmgy3.svg') no-repeat 0 0;
}
.topRight{
	height:100px;
	padding-top:10px;
}
.totalMenu{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:100%;
	font-family:'SCD';
	font-size:13px;
	line-height:1;
	color:#333;
}
.totalMenu span{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:24px;
	height:16px;
	margin-bottom:10px;
}
.totalMenu span i{
	display:block;
	width:100%;
	height:2px;
	background:#333;
}
.topNav *{
	transition:all .3s;
}
.topNav{
	width:calc(100% - 40rem);
}
.topMenu{
	display:flex;
	width:100%;
}
.header.active .topMenu:before{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#ddd;
	position:absolute;
	left:0;
	top:100px;
}
.depth1{
	flex:1;
}
.depth1 > a{
	display:block;
	width:100%;
	line-height:100px;
	font-family:'SCD';
	font-size:21px;
	font-weight:500;
	color:#000;
	text-align:center;
	white-space:nowrap;
}
.subMenu{
	height:calc(100% - 100px);
	padding:1.5rem 0;
	border-left:1px solid #ddd;
}
.topMenu li:last-child .subMenu{
	border-right:1px solid #ddd;
}
.depth2 a{
	display:block;
	padding:.7rem .5rem .7rem 1.5rem;
	font-family:'SCD';
	font-size:15px;
	color:#000;
}
.depth1:hover > a{
	color:var(--blu);
	font-size:22px;
	font-weight:600;
}
.depth1:hover .subMenu{
	background:var(--blu);
}
.depth1:hover .depth2 a{
	color:#fff;
}
.depth1 .depth2 a:hover{
	font-weight:500;
	color:#fffdb1;
	text-decoration:underline;
}

.totalBox{
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
	background:#fff;
	transition:all .3s;
}
.totalBox.active{
	right:0;
}
.totalTop{
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom:3px solid var(--blu);
	height:103px;
	padding:0 50px;
}
.totalLogo{
	height:100%;
	padding-top:55px;
	font-size:23px;
	font-weight:700;
	letter-spacing:-0.05rem;
	color:#0070af;
	background:url('../img/logo.svg') no-repeat 0 25px;
	background-size:110px;
}
.totalOff{
	font-size:2.3rem;
	color:#000;
}
.totalBody{
	padding:100px 50px 0;
}
.totalBody ul{
	display:flex;
	justify-content:center;
	gap:8rem;
}
.totalBody li a{
	display:block;
	font-family:'SCD';
}
.totalBody li a:hover{
	color:var(--blu);
}
.totalBody li > a{
	padding:0 0 7px;
	font-size:1.6rem;
	font-weight:500;
	color:#000;
}
.totalBody li div a{
	padding:5px 0;
	font-size:1.2rem;
	font-weight:500;
	color:#333;
	display:flex;
	align-items:center;
}
.totalBody li div a:before{
	content:"· ";
	display:block;
	padding-right:5px;
}

.footer{
	width:100%;
	background:#f8f8f8;
}
.baroSite{
	display:flex;
	justify-content:center;
	background:#323741;
}
.baroInn{
	display:flex;
	width:1400px;
}
.boro{
	width:100%;
	position:relative;
}
.boroBtn{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:70px;
	padding:0 30px;
	font-size:18px;
	color:#fff;
	border-left:1px solid #666a74;
}
.boro:last-child .boroBtn{
	border-right:1px solid #666a74;
}
.boroBtn span{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:15px;
	height:15px;
	position:relative;
}
.boroBtn span:before,
.boroBtn span:after{
	content:"";
	display:block;
	width:15px;
	height:1px;
	background:#fff;
}
.boroBtn span:after{
	width:1px;
	height:15px;
	position:absolute;
	left:7px;
	transition:all .3s;
}
.boroBtn span.active:after{
	transform:rotate(90deg);
}
.baroList{
	position:absolute;
	left:0;
	bottom:70px;
	width:100%;
	max-height:400px;
	border:1px solid #ddd;
	border-radius:10px 10px 0 0;
	background:#fff;
	overflow-y:auto;
	z-index:1;
}
.baroList ul{
	padding:15px 15px 10px;
}
.baroList li a{
	display:block;
	font-size:16px;
	font-weight:500;
	color:#555;
	line-height:40px;
	padding:0 15px;
}
.baroList li a:hover{
	background:#f5f5f5;
}

.footInn{
	width:1400px;
	margin:0 auto;
}
.footTop{
	display:flex;
	justify-content:space-between;
	padding:30px 0;
	border-bottom:1px solid #d8d8d8;
}
.footLogo{
	text-indent:120px;
	font-size:22px;
	font-weight:500;
	letter-spacing:-0.05rem;
	color:#474747;
	background:url('../img/logo.svg') no-repeat 0 0;
}
address{
	padding-top:25px;
	font-size:15px;
	font-weight:500;
}
.footCall{
	display:flex;
}
.footCall div{
	padding-left:50px;
}
.footCall span{
	display:block;
	text-align:right;
}
.callnum{
	font-family:'SCD';
	font-size:27px;
	font-weight:500;
}
.calltxt{
	font-size:14px;
	line-height:20px;
}
.footBtm{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:70px;
}
.footMenu a{
	font-family:'SCD';
	font-size:16px;
	font-weight:500;
	color:#000;
	letter-spacing:-0.03rem;
	margin-right:60px;
}
.footMenu a.point{
	color:var(--blu);
}
.copy{
	text-transform:uppercase;
}
.allBnrWrap{
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(80,80,80,.5);
	z-index:100;
}
.allBnr{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
}
.allBnrCont{
	width:90%;
	max-height:90%;
	border-radius:15px 15px 0 0;
	background:#fff;
	position:relative;
}
.allBnrHeader{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:1.2rem 1.5rem;
}
.allBnrHeader h3{
	font-family:'SCD';
	font-size:22px;
	font-weight:500;
}
.allBnrHeader h3 span{
	font-weight:600;
	color:var(--blu);
}
.allBnrOff{
	font-size:30px;
	line-height:0;
	color:#000;
}
.allBnrBody{
	padding:0 1.5rem 1.5rem;
	max-height:calc(100vh - 2.4rem - 30px - 6rem);
	overflow-y:auto;
}
.allBnrBody ul{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}
.allBnrBody li{
	width:calc(25% - .75rem);
	border:1px solid var(--line);
}
.allBnrBody img{
	display:block;
	width:100%;
}

.container{
	width:100%;
	margin-top:100px;
}
.content{
	width:100%;
}
.section01{
	width:100%;
	height:500px;
	border-top:3px solid var(--blu);
}
.mapArea{
	width:100%;
	height:100%;
	position:relative;
}
.mapBtn{
	width:100%;
}
.mapBtn > div{
	position:absolute;
	z-index:1;
}
.mapList{
	left:20px;
	top:20px;
}
.mapListInnr{
	display:flex;
}
.mapList a{
	display:block;
	width:auto;
	height:40px;
	line-height:32px;
	border-radius:20px;
	box-shadow:2px 2px 10px rgba(0,0,0,.3);
	border:4px solid transparent;
	margin-right:10px;
	padding:0 16px 0 36px;
	font-family:'SCD';
	font-size:16px;
	font-weight:500;
	color:#333;
	background-color:#fff;
}
.mapList a.on{
	border-color:#000;
	color:#000;
}
.mapBtn01{background:url('../img/mapIco01.svg') no-repeat 10px 50%;}
.mapBtn02{background:url('../img/mapIco02.svg') no-repeat 10px 50%;}
.mapBtn03{background:url('../img/mapIco03.svg') no-repeat 10px 50%;}
.mapBtn04{background:url('../img/mapIco04.svg') no-repeat 10px 50%;}
.mapBtn05{background:url('../img/mapIco05.svg') no-repeat 10px 50%;}
.mapBtn06{background:url('../img/mapIco06.svg') no-repeat 10px 50%;}
.mapBtn07{background:url('../img/mapIco07.svg') no-repeat 10px 50%;}
/* .mapBtn01.on{outline:5px solid #ff5454;}
.mapBtn02.on{outline:5px solid #ffd388;}
.mapBtn03.on{outline:5px solid #ff6e6e;}
.mapBtn04.on{outline:5px solid #c5d7ff;}
.mapBtn05.on{outline:5px solid #e2b8ff;}
.mapBtn06.on{outline:5px solid #ff8c8c;}
.mapBtn07.on{outline:5px solid #ffa08d;} */
.mapMarker{
	width:100%;
}
.mapMarker a{
	display:block;
	background-color:#fff;
	background-position:50% 50%;
	background-size:1.5rem;
	border:4px solid transparent;
	border-radius:50%;
	width:40px;
	height:40px;
	position:absolute;
}
.mapMarker .maker01{border-color:#ff3e3e;}
.mapMarker .maker02{border-color:#ffb300;}
.mapMarker .maker03{border-color:#fc4b4b;}
.mapMarker .maker04{border-color:#5a6085;}
.mapMarker .maker05{border-color:#605369;}
.mapMarker .maker06{border-color:#ff6a6a;}
.mapMarker .maker07{border-color:#ff6a6a;}
.mapType{
	right:20px;
	top:20px;
	padding:3px;
	width:100px;
	height:40px;
	border-radius:5px;
	box-shadow:2px 2px 10px rgba(0,0,0,.3);
	background:#fff;
	display:flex;
}
.mapType a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:47px;
	height:34px;
	line-height:34px;
	border-radius:5px;
	font-family:'SCD';
	font-size:0.9rem;
	font-weight:500;
	text-align:center;
	color:#000;
}
.mapType a.on{
	background:var(--blu);
	color:#fff;
}
.mapControl{
	right:20px;
	bottom:20px;
	display:flex;
}
.mapLocation{
	width:40px;
	height:40px;
	border:1px solid #ccc;
	border-radius:5px;
	box-shadow:3px 3px 15px rgba(0,0,0,.2);
	background:#fff url('../img/icoLocation.svg') no-repeat 50% 50%;
	margin-right:10px;
}
.mapZoom{
	width:80px;
	height:40px;
	box-shadow:3px 3px 15px rgba(0,0,0,.2);
	display:flex;
}
.mapZoom a{
	width:40px;
	height:40px;
	border:1px solid #ccc;
	background:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
}
.mapZoomIn{
	border-radius:5px 0 0 5px;
}
.mapZoomIn:before,
.mapZoomOut:before{
	content:"";
	display:block;
	width:14px;
	height:2px;
	background:#000;
}
.mapZoomIn:after{
	content:"";
	display:block;
	width:2px;
	height:14px;
	background:#000;
	position:absolute;
}
.mapZoomOut{
	border-radius:0 5px 5px 0;
	border-left:none !important;
}
.mapAll{
	position:absolute;
	bottom:70px;
	left:calc(50% - 100px);
	width:200px;
	height:50px;
	line-height:50px;
	border-radius:25px 25px 0 0;
	font-family:'SCD';
	font-size:18px;
	font-weight:500;
	text-indent:25px;
	text-align:center;
	color:#fff;
	background:var(--blu) url('../img/icoMap.svg') no-repeat 30px 50%;
	z-index:1;
}
.mapBox{
	width:100%;
	height:100%;
	overflow:hidden;
}
.section02{
	width:100%;
	height:478px;
	background:#fff;
	position:relative;
}
.newsArea{
	width:1400px;
	padding:40px 50px;
	background:#fff;
	border-radius:50px;
	position:absolute;
	top:-70px;
	left:calc(50% - 700px);
	display:flex;
	justify-content:space-between;
	z-index:2;
}
.newsLeft{
	width:770px;
	/*width:calc(100% - 40% - 30px);*/
}
.newsLeftTop{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	padding:0 70px 18px 0;
}
.newsLeftTop h3{
	font-family:'SCD';
	font-size:1.9rem;
	font-weight:600;
}
.newsLeftTop .tabHeader{
	display:flex;
}
.newsLeftTop .tabHeader li{
	position:relative;
}
.newsLeftTop .tabHeader li a{
	display:block;
	font-size:1.3rem;
	font-weight:500;
	color:#000;
	letter-spacing:-0.05rem;
	padding:0 1.5rem 0.8rem;
}
.newsLeftTop .tabHeader li.active a{
	font-weight:600;
	color:var(--blu);
}
.tabHeader li:before{
	content:"";
	display:block;
	width:90%;
	height:5px;
	background:var(--blu);
	position:absolute;
	left:5%;
	bottom:0;
	transform:scaleX(0);
	transition:all .3s;
}
.tabHeader li.active:before{
	transform:scaleX(1);
}
.newsLeftContsBox{
	width:100%;
	height:352px;
	padding:0 2.2rem;
	border:1px solid var(--line);
	border-radius:10px;
	position:relative;
}
.newsConts{
	display:none;
	height:100%;
}
.newsConts.active{
	display:block;
}
.newsConts ul{
	height:100%;
	display:flex;
	flex-direction:column;
	/* justify-content:center; */
	justify-content:flex-start;
	padding-top:22px;
}
.newsConts li{
	padding:0.65rem 0;
}
.newsConts a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#000;
}
.newsConts a .news_subject{
	font-size:19px;
	display:flex;
	align-items:center;
	max-width:calc(100% - 150px);
	padding-left:15px;
	position:relative;
}
.newsConts a .news_subject:before{
	content:"";
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:var(--blu);
	position:absolute;
	left:0;
}
.newsConts a .news_subject.new:after{
	content:"N";
	display:flex;
	align-items:center;
	justify-content:center;
	width:20px;
	height:20px;
	border-radius:50%;
	margin-left:0.5rem;
	font-size:.73rem;
	font-weight:700;
	color:#fff;
	background:#ff7575;
}
.newsConts a .news_subject .newsTxt{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newsConts .newsTxt:hover{
	font-weight:500;
	color:var(--blu);
	text-decoration:underline;
}
.newsConts a .news_date{
	font-size:16px;
	font-weight:300;
}
.newsConts .newsMore{
	display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:40px;
	border-radius:50%;
	border:1px solid var(--line);
	position:absolute;
	right:0;
	top:-58px;
}
.newsConts .newsMore:before{
	content:"";
	display:block;
	width:2px;
	height:16px;
	background:#000;
	position:absolute;
}
.newsConts .newsMore:after{
	content:"";
	display:block;
	width:16px;
	height:2px;
	background:#000;
}
.newsRight{
	width:502px;
}
.newsRightTop{
	display:flex;
	justify-content:flex-end;
	gap:5px;
	padding-bottom:20px;
}
.newsRightTop a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:40px;
	border-radius:50%;
	border:1px solid var(--line);
	position:relative;
}
.newsRightTop a.btnPrev:before,
.newsRightTop a.btnPrev:after{
	content:"";
	display:block;
	width:1px;
	height:10px;
	background:#000;
	transform:rotate(45deg);
	position:absolute;
	top:11px;
}
.newsRightTop a.btnPrev:before{
	transform:rotate(-45deg);
	top:17px;
}
.newsRightTop a.btnNext:before,
.newsRightTop a.btnNext:after{
	content:"";
	display:block;
	width:1px;
	height:10px;
	background:#000;
	transform:rotate(-45deg);
	position:absolute;
	top:11px;
}
.newsRightTop a.btnNext:before{
	transform:rotate(45deg);
	top:17px;
}
.newsRightTop a.btnStop:before,
.newsRightTop a.btnStop:after{
	content:"";
	display:block;
	width:2px;
	height:14px;
	background:#000;
	margin:0 3px;
}
.newsRightTop a.btnPlay:before{
	content:"▶";
	display:block;
	color:#000;
}
.newsRightTop a.btnAll{
	width:100px;
	border-radius:20px;
	line-height:1;
	font-family:'SCD';
	font-size:16px;
	font-weight:500;
	color:#000;
}
.newsRightContsBox{
	width:100%;
	/*width: 502px;  배너 1개 크기 */
	height:352px;
	border:1px solid var(--line);
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.newsRightContsBox ul{
	display:flex;
	width:calc(100% * 2);
	height:100%;
	position:absolute;
	left:0;
	transition: transform 0.5s ease-in-out;
}
.newsRightContsBox li{
	flex: 0 0 500px;
}
.newsRightContsBox li a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
}
.newsRightContsBox li a img{
	width:100%;
}
.section03{
	width:100%;
	padding:100px 0;
	background:#eee;
	display:flex;
	justify-content:center;
}
.bnnrArea{
	width:1400px;
	display:flex;
	justify-content:space-between;
}
.bnnrArea > div{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:300px;
	padding:40px 50px 30px;
	border-radius:10px;
	background:#fff;
}
.bnnr01{
	width:670px;
}
.bnnr01Top{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.bnnr01Top h3{
	font-family:'SCD';
	font-size:30px;
	font-weight:600;
}
.bnnr01Top a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:24px;
	height:24px;
	position:relative;
}
.bnnr01Top a:before{
	content:"";
	display:block;
	width:4px;
	height:24px;
	background:#000;
	position:absolute;
}
.bnnr01Top a:after{
	content:"";
	display:block;
	width:24px;
	height:4px;
	background:#000;
}
.bnnr01Cont{
	display:flex;
}
.bnnr01img{
	width:242px;
	height:172px;
	border:1px solid var(--line);
	overflow:hidden;
}
.bnnr01img img{
	width:100%;
}
.bnnr01txt{
	display:flex;
	flex-direction:column;
	/* justify-content:space-between; */
	gap:.5rem;
	width:calc(100% - 242px);
	padding:3px 0 3px 40px;
}
.bnnr01title{
	font-family:'SCD';
	font-size:19px;
	font-weight:500;
	color:#000;
}
.bnnr01desc{
	font-size:15px;
	line-height:22px;
	color:#7d7d7d;
}
.bnnr01date{
	color:#636363;
}
.bnnr01txt:hover .bnnr01title,
.bnnr01txt:hover .bnnr01desc{
	text-decoration:underline;
}
.bnnr02{
	width:340px;
}
.bnnr02 h3{
	font-family:'SCD';
	font-size:30px;
	font-weight:600;
	text-align:center;
}
.bnnr02Cont{
	display:flex;
	flex-direction:column;
}
.bnnr02Cont a{
	width:100%;
	height:54px;
	border:1px solid var(--line);
	margin-top:5px;
	font-family:'SCD';
	font-size:18px;
	font-weight:500;
	text-indent:25px;
	line-height:52px;
	color:#000;
}
.bnnr02Cont a:hover{
	border-color:#000;
}
.bnnr03{
	display:flex;
	justify-content:center;
	width:330px;
	padding-top:35px;
	border:3px solid #000;
	border-radius:10px;
	background:#d04542 url('../img/bnnr03.svg') no-repeat 50% 50%;
	background-size:cover;
}
.bnnr03 span{
	display:block;
	padding:0 5px;
	font-family:'SCD';
	font-size:32px;
	font-weight:600;
	text-align:center;
	color:#fff;
	position:relative;
	z-index:0;
}
.bnnr03 span br{
	display:none;
}
.bnnr03 span:before{
	content:attr(data-content);
	position:absolute;
	-webkit-text-stroke:6px #000;
	z-index:-1;
}
.bnnr03 span:after{
	content:attr(data-content);
	position:absolute;
	left:7px;
	top:2px;
	color:#000;
	-webkit-text-stroke:6px #000;
	z-index:-2;
}
.section04{
	width:100%;
	background:#fafafa;
}
.appQRArea{
	width:100%;
	height:500px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.appQR{
	display:flex;
}
.appQR span{
	display:block;
	text-align:center;
}
.QRimg{
	width:140px;
	height:140px;
	margin:0 40px;
}
.QRimg img{
	width:100%;
}
.QRTxt{
	padding-top:30px;
	font-size:22px;
	font-weight:500;
}
.appTxt{
	padding:0 0 20px 100px;
}
.appTxt h3{
	font-family:'SCD';
	font-size:40px;
	font-weight:600;
}
.appTxt p{
	font-size:23px;
	padding:40px 0 30px;
}
.appDown{
	display:flex;
}
.appDown a{
	display:block;
	width:230px;
	height:63px;
	border:1px solid transparent;
	border-radius:5px;
	margin-right:30px;
}
.appDown a:hover{
	border-color:#000;
}
.appGoogle{background:#fff url('../img/GooglePlay.svg') no-repeat 50% 50%;}
.appApple{background:#fff url('../img/AppStore.svg') no-repeat 50% 50%;}


/* == 서브페이지 == */
.sub_location{
	display:flex;
	justify-content:center;
	background:var(--blu);
	/*border-bottom:1px solid var(--line);*/
}
.sub_location > ul{
	display:flex;
	width:1400px;
	line-height:60px;
}
.sub_location > ul > li{
	position:relative;
	border-right:1px solid rgba(255,255,255,.2);
}
.sub_location > ul > li:first-child{
	border-left:1px solid rgba(255,255,255,.2);
}
.sub_location > ul > li > a{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.sub_gohome a,.sub_golink a{
	height:100%;
	padding:0 20px;
	font-size:.8rem;
	color:#fff;
}
.sub_golink a{
	font-size:1rem;
}
.sub_golink{
	margin-left:auto;
}
.sub_locaBtn{
	width:300px;
	padding:0 20px;
	font-size:18px;
	color:#fff;
}
.sub_locaBtn i{
	font-size:.8rem;
	transition:all .3s;
}
.sub_locaBtn i.active{
	transform:scaleY(-1);
}
.sub_locaList{
	position:absolute;
	top:60px;
	left:-1px;
	width:302px;
	z-index:3;
}
.sub_locaList li{
	border:1px solid var(--line);
	border-top:0;
}
.sub_locaList a{
	display:block;
	padding-left:20px;
	font-size:18px;
	color:#000;
	background:#fff;
}
.sub_locaList a:hover{
	background:#f5f5f5;
}
.ctntInner{
	max-width:1400px;
	margin:70px auto 100px;
}
.sub_title{
	font-family:'SCD';
	font-size:40px;
	font-weight:500;
	padding-bottom:50px;
}
.subInfoBox{
	padding-bottom:50px;
}
/* .subInfoBox p{
	display:flex;
	font-size:1rem;
	line-height:0;
	padding:12px 0;
}
.subInfoBox p:before{
	content:"●";
	display:block;
	padding-right:6px;
	font-size:0.4rem;
} */
.subInfoBox p,
.subInfoBox li{
	line-height:1.5;
	font-size:16px;
}
.modalDesc p,
.modalDesc li{
	line-height:1.45;
	font-size:14px;
}
.subInfoBox ul,
.subInfoBox ol,
.modalDesc ul,
.modalDesc ol{
	padding-left:25px;
}
.subInfoBox ul li,
.modalDesc ul li{
	list-style-type:disc;
}
.subInfoBox ol li,
.modalDesc ol li{
	list-style-type:circle;
}
.subInfoBox li,
.modalDesc li{
	text-indent:-5px;
}
.subInfoBox h3,
.modalDesc h3{
	font-weight:600;
}
.subInfoBox p[style="margin-left:40px"],
.modalDesc p[style="margin-left:40px"]{
	margin-left:20px !important;
}
.modalDesc h2{
	padding:0 10px;
	line-height:1.4;
	font-size:22px;
}
.modalDesc h2{
	padding:0 10px;
	line-height:1.4;
	font-size:22px;
}
big a{
	display:inline-block!important;
	width:auto!important;
	padding:8px 17px;
	margin:5px 0 10px;
	border-radius:5px;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background:#2566d8;
}
small a{
	display:inline-block !important;
	width:auto!important;
	padding:5px 15px;
	margin:7px 0 10px;
	border-radius:5px;
	font-size:14px;
	font-weight:500;
	color:#fff;
	background:#58647d;
}

.subTabHeader{
	display:flex;
	padding-bottom:30px;
}
.subTabHeader li{
	width:100%;
	border:1px solid var(--line);
	text-align:center;
	position:relative;
}
.subTabHeader li.active{
	border-color:var(--blu);
	border-bottom-color:transparent;
}
.subTabHeader li.active:before{
	content:"";
	display:block;
	width:100%;
	height:3px;
	background:var(--blu);
	position:absolute;
	top:0;
}
.subTabHeader li a{
	display:block;
	padding:20px 0;
	font-size:23px;
	color:#888;
}
.subTabHeader li.active a{
	font-weight:500;
	color:#000;
}
.subTabBody{
	display:none;
}
.subTabBody.active{
	display:block;
}
.schBox{
	width:100%;
	padding:2rem 0;
	margin-bottom:50px;
	background:#f9fafc;
	border-top:1px solid #92959e;
	border-bottom:1px solid var(--line);
}
.form50{
	display:flex;
	flex-wrap:wrap;
	gap:5px 20px;
	padding:0 13rem 0 10rem;
}
.form50 .formGrp{
	width:calc(50% - 10px);
}
.formGrp{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
}
.form50 .formLabel{
	width:20%;
	text-align:right;
}
.formLabel{
	font-size:1.05rem;
	font-weight:600;
	color:#5f6266;
}
.form50 .formBox{
	width:80%;
	justify-content:flex-start;
}
.formBox{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
}
.btnGrp{
	display:flex;
	justify-content:center;
	gap:5px;
	padding-top:3rem;
}
.schBtn, .resetBtn{
	display:block;
	line-height:45px;
	padding:0 20px;
	border-radius:5px;
	background:var(--blu);
	color:#fff;
	font-family:'SCD';
	font-size:16px;
	font-weight:500;
}
.resetBtn{
	background:#323741;
}
.schBtn i, .resetBtn i{
	font-size:.95rem;
	padding-right:.2rem;
}
.form100 .optBox{
	width:180px;
}
.form100 input[type="text"]{
	width:300px;
}
input[type="text"],
input[type="password"],
select{
	height:45px;
	line-height:43px;
	padding:0 15px;
	border:1px solid var(--line);
	border-radius:5px;
	font-family:'Pretendard';
	font-size:15px;
	font-weight:500;
	color:#555;
	transition:none;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus{
	outline:2px solid var(--blu);
	outline-offset:-2px;
}
.sm select{
	height:35px;
	line-height:33px;
}
.optBox{
	position:relative;
}
.optBox select{
	appearance:none;
	background:#fff;
	width:100%;
}
.optBox select,
.dateBox input{
	padding:0 40px 0 15px;
}
.optBox:after{
	content:"\f107";
	display:block;
	font-family:"Font Awesome 6 Free";
	font-size:.8rem;
	font-weight:900;
	color:#666;
	position:absolute;
	right:15px;
	top:17px;
}
.optBox.sm:before{
	right:35px;
}
.optBox.sm:after{
	top:12px;
}
.dateBox{
	width:170px;
	position:relative;
}
.dateBox input{
	background:#fff url('../img/calendar-days-solid.svg') no-repeat 92% 50%;
}
/*.dateBox:after{
	content:"\f073";
	display:block;
	font-family:"Font Awesome 6 Free";
	font-size:.9rem;
	font-weight:900;
	color:#333;
	position:absolute;
	right:15px;
	top:15px;
}*/
.schBox .filterList-btn a{
	padding:0 1rem;
	line-height:38px;
	border-radius:20px;
	border:1px solid var(--line);
	background-color:#fff;
	font-size:1rem;
}
.schBox .filterList-btn a.on{
	color:inherit;
	background-color:#fff;
	outline:2px solid var(--blu);
	border-color:var(--blu);
}
.schBox .filterList-btn .tpbiz1,.schBox .filterList-btn .tpbiz2,.schBox .filterList-btn .tpbiz3,
.schBox .filterList-btn .tpbiz4,.schBox .filterList-btn .tpbiz5,.schBox .filterList-btn .tpbiz6{
	padding-left:2.5rem;
	background-size:1.3rem;
	background-position-x:13px;
}

.tblBox{
	width:100%;
}
.tblTop{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom:5px;
}
.tblTopGrp{
	display:flex;
	align-items:center;
	gap:5px;
}
.tblTop p{
	font-size:1rem;
	color:#333;
}
.tblTop p span{
	font-weight:500;
	color:#000;
}
.tblTop .btn{
	display:flex;
	align-items:center;
	gap:10px;
	height:35px;
	padding:0 15px;
	border-radius:5px;
	border:1px solid var(--blu);
	color:var(--blu);
	font-size:.92rem;
	font-weight:500;
}
.tblTop .btn i{
	font-size:.82rem;
}
.tbl{
	width:100%;
}
.tbl th{
	border-top:2px solid #666a74;
	border-bottom:1px solid var(--line);
	line-height:50px;
	font-size:1.1rem;
	font-weight:600;
}
.tbl td{
	border-bottom:1px solid var(--line);
	padding:8px 3px;
	font-size:1.05rem;
	line-height:25px;
	color:#333;
	text-align:center;
}
.tbl td.new:after{
	content:"N";
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:50%;
	margin-left:6px;
	text-align:center;
	font-size:.73rem;
	font-weight:700;
	color:#fff;
	background:#ff7575;
}
/* .tbl td.file{
	display:flex;
	align-items:center;
	gap:.3rem;
} */
.tbl td.file:after{
	content:"\f0c6";
	display:block;
	font-family:"Font Awesome 6 Free";
	font-size:.9rem;
	font-weight:900;
	color:#666;
}
.tbl td.pub:after{
	content:"\f0a1";
	display:block;
	font-family:"Font Awesome 6 Free";
	font-size:.95rem;
	font-weight:900;
}
.tbl td.pub + td{
	font-weight:500;
}
.tbl .txtL{
	padding-left:8px;
}
.tbl .txtR{
	padding-right:8px;
}
.tbl tr:hover td:not(.emccBox .tbl tr:hover td){
	background:#f9fafc;
}
.emccBox_m{
	display:none;
}
.emccBox thead th[colspan="2"]{
	border-bottom:none;
	line-height:51px;
}
.emccBox th{
	background:#f9fafc;
	font-size:1.1rem;
	font-weight:600;
}
.emccBox tbody th{
	border-top:1px solid var(--line);
	font-weight:500;
}
.emccBox tbody th.conCnt,
.emccBox td{
	border-left:1px solid var(--line);
}
.tbl.Shelter .btn a,
.tbl.bplc .btn a{
	margin:0 3px;
	padding:.3rem .8rem;
	border:1px solid var(--line);
	border-radius:5px;
	font-size:.92rem;
	font-weight:500;
	color:#333;
}
.tbl.Shelter .btn a i,
.tbl.bplc .btn a i{
	font-size:.8rem;
	padding-right:5px;
}
td .ellipsis{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.gallery{
	display:flex;
	flex-wrap:wrap;
	gap:37.3px;
}
.gallery li{
	width:calc(25% - 28px);
	padding-bottom:20px;
}
.gallery a{
	display:block;
	width:100%;
}
.gallery span{
	display:block;
}
.gallery .thumbBox{
	width:100%;
	height:232px;
	border:1px solid var(--line);
	overflow:hidden;
}
.gallery .thumbBox img{
	display:block;
	width:100%;
	object-fit:contain;
}
.gallery .txtBox{
	padding:1.2rem 0;
}
.gallery .txtBox .gTitle{
	font-family:'SCD';
	font-size:1.2rem;
	font-weight:500;
	color:#000;
	padding:0 0 .6rem;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.gallery .txtBox .gDate{
	font-size:1rem;
	font-weight:500;
	color:#777;
}
.gallery .nodata{
	width:100%;
	padding:30px 0;
	font-size:1.05rem;
	color:#333;
	text-align:center;
}

.accBox *{
	transition:none;
}
.accBox{
	border-top:2px solid #666a74;
}
.accBox li{
	border-bottom:1px solid var(--line);
}
.accHeader{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:60px;
	padding:0 25px;
	font-family:'SCD';
	font-size:1.1rem;
	font-weight:500;
	color:#000;
}
.accHeader span{
	display:flex;
	justify-content:center;
	align-items:center;
	width:12px;
	height:12px;
	position:relative;
}
.accHeader span:before,
.accHeader span:after{
	content:"";
	display:block;
	width:12px;
	height:2px;
	background:#000;
}
.accHeader span:after{
	width:2px;
	height:12px;
	position:absolute;
	transition:all .3s;
}
.accHeader.active span:after{
	transform:rotate(90deg);
}
.accBody{
	padding:28px 35px 25px;
	border-top:1px solid var(--line);
	background:#f9fafc;
	font-size:1rem;
	line-height:1.5rem;
}
.accBody p{
	position:relative;
	padding-left:13px;
}
.accBody p:before{
	content:"·";
	display:block;
	position:absolute;
	top:-1px;
	left:0;
}
.accBody p:not(.accBody p:last-child){
	padding-bottom:7px;
}
.pagenation{
	padding:2.5rem 0 1rem;
}
.pagenation ul{
	display:flex;
	align-items:center;
	justify-content:center;
}
.pagenation li{
	margin:0 .5rem;
}
.pagenation a{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	text-align:center;
	font-size:1rem;
	color:#aaa;
	background:transparent;
}
.pagenation .active a{
	background:var(--blu);
	color:#fff;
	font-weight:700;
}
.pagenation a i{
	font-size:.8rem;
	color:#555;
}
.tblMore{
	display:none;
}
.viewHeader{
	padding:2.3rem 1.7rem;
	border-top:2px solid #666a74;
}
.viewHeader h4{
	font-size:1.5rem;
	font-weight:600;
	padding-bottom:1rem;
}
.viewHeader span{
	font-size:1rem;
	color:#777;
}
.fileDown{
	padding:1.7rem;
	border-bottom:2px solid #666a74;
	/* background:#f9fafc; */
}
.board_list_detail .fileDown{
	border-top:1px solid var(--line);
}
.fileDown li{
	display:flex;
	align-items:center;
	gap:.3rem;
	padding-bottom:.8rem;
}
.fileDown li:last-child{
	padding-bottom:0;
}
.fileDown span{
	font-size:1rem;
	color:#777;
	display:flex;
	align-items:center;
	gap:.25rem;
}
.fileDown span:hover{
	color:#333;
}
.fileDown .fileName:before{
	content:"\f15b";
	display:block;
	padding-top:1px;
	font-family:"Font Awesome 6 Free";
	font-size:1rem;
	font-weight:900;
	color:#888;
}
.fileDown .pdf:before{
	content:"\f1c1";
	color:#c45149;
}
.fileDown .hwp:before{
	content:"\f1c2";
	color:#285192;
}
.fileDown .excel:before{
	content:"\f1c3";
	color:#1d6b40;
}
.fileDown .doc:before{
	content:"\f15c";
	color:#31578f;
}
.fileDown .img:before{
	content:"\f1c5";
	color:#f7b14c;
}
.fileDown .fileSize{
	font-size:.85rem;
	padding-top:2px;
	color:#aaa;
}
/* .fileDown a{
	display:flex;
	align-items:center;
	gap:.3rem;
	border:1px solid var(--line);
	border-radius:5px;
	padding:.5rem .9rem;
	font-size:.83rem;
	font-weight:500;
	color:#000;
	background:#fff;
} */
.fileDown a{
	color:#777;
}
.fileDown a:hover{
	color:var(--blu);
}
.fileDown a i{
	font-size:.75rem;
}
.viewType1 .veiwList{
	display:grid;
	grid-template-columns:15% 35% 15% 35%;
	border-top:2px solid #666a74;
}
.viewType2 .veiwList{
	display:grid;
	grid-template-columns:20% 80%;
	border-top:2px solid #666a74;
}
.veiwList li{
	border-bottom:1px solid var(--line);
	padding:15px 0;
	font-size:1.05rem;
}
.view_th{
	background:#f9fafc;
	font-weight:600;
	text-align:center;
}
.viewType2 .view_th{
	text-align:left;
	padding-left:20px;
}
.viewType2 .veiwList li:first-child{
	text-align:center;
	font-size:1.1rem;
	border-bottom:1px solid #666a74;
}
.view_td{
	color:#333;
	padding-left:15px !important;
}
.viewType1 .colspan{
	grid-column:span 3;
}
.viewType2 .colspan{
	grid-column:span 2;
}
.viewCont{
	padding:3rem 2rem;
	line-height:1.5rem;
	font-size:1.05rem;
	color:#333;
	border-bottom:1px solid var(--line);
}
.bdTline{
	border-top:1px solid var(--line);
}
.btnGrp .btn{
	padding:.8rem 1.5rem;
	font-size:1rem;
}

.subMap{
	height:calc(100vh - 160px);
}
.subMap .mapList{
	position:absolute;
	left:420px;
	width:calc(100% - 420px);
	overflow:visible;
	transition:left .3s;
}
.subMap .mapList.active{
	left:20px;
	/* width:calc(100% - 20px); */
	width:100%;
}
.subMap .mapType{
	top:auto;
	bottom:20px;
}
.subMap .mapControl{
	right:130px;
}
.subMap .legendBox{
	top:20px;
	right:20px;
	z-index:1;
}
.subMap .legendBtn{
	display:block;
	width:60px;
	height:40px;
	line-height:38px;
	border-radius:5px;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:2px 2px 10px rgba(0,0,0,.2);
	font-family:'SCD';
	font-size:.9rem;
	font-weight:500;
	color:#000;
	text-align:center;
}
.subMap .legendCont{
	display:none;
	position:absolute;
	top:0;
	right:60px;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:2px 2px 10px rgba(0,0,0,.2);
	padding:1rem;
	width:262px;
}
.subMap .legendCont.active{
	display:block;
}
.subMap .legendCont h4{
	font-size:.9rem;
	font-weight:600;
}
.subMap .legendCont ul{
	display:flex;
	flex-wrap:wrap;
	gap:15px 0;
	padding:10px 0 0;
}
.subMap .legendCont li{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:76px;
}
.subMap .legendCont p{
	font-size:.8rem;
	padding-top:5px;
	letter-spacing:-0.03rem;
	text-align:center;
}
.subMap .legendCont li span{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	border:4px solid #767ea8;
	background-size:1.65rem;
	background-position-x:50%;
}
.legendCont .allTpbiz{background:#fff url('../img/mapIco01.svg') no-repeat 10px 50%;}

.panelBox{
	width:400px;
	height:100%;
	background:#fff;
	box-shadow:0 0 20px rgba(0, 0, 0, .1);
	position:absolute;
	left:0;
	z-index:2;
	transition:left .3s;
}
.panelBox.active{
	left:-400px;
}
.panelBtn{
	display:block;
	width:40px;
	height:40px;
	border-radius:50%;
	position:absolute;
	/*top:calc(50% - 20px);*/
	bottom:15px;
	left:405px;
	background:rgba(255,255,255,.5);
	color:#323741;
}
.panelBtn:after{
	content:"\f137";
	display:block;
	font-family:"Font Awesome 6 Free";
	font-size:2.5rem;
	font-weight:900;
	position:absolute;
}
.panelBox.active .panelBtn:after{
	content:"\f138";
}
.panelBox .sub_title{
	font-size:1.7rem;
	letter-spacing:-0.05rem;
	padding:0 1.5rem;
	height:80px;
	display:flex;
	align-items:center;
}
.panelBox .schBox{
	padding:1rem;
	margin-bottom:0;
}
.panelBox .schBox .formBox{
	gap:0;
	justify-content:space-between;
}
.panelBox .schBox .optBox select{
	border-radius:5px 0 0 5px;
}
.panelBox .inputGrp input[type="text"]{
	border-radius:0 5px 5px 0;
	border-left:none;
	padding-right:70px;
}
.inputGrp{
	position:relative;
}
.inputGrp a{
	display:block;
	padding:5px;
	color:#333;
	font-size:1.3rem;
	position:absolute;
	top:5px;
}
.inputGrp a[title="초기화"]{
	right:6px;
}
.inputGrp a[title="검색"]{
	right:35px;
}
.panelListTop{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:45px;
	padding:0 1rem;
	border-bottom:1px solid var(--line);
}
.panelListTop p,
.panelListTop a{
	font-size:1rem;
	color:#333;	
}
.panelListTop p span{
	font-weight:500;
	color:#000;
}
.panelListTop a i{
	font-size:.8rem;
}
.panelList{
	height:calc(100vh - 80px - 45px - 2rem - 45px - 162px);
	padding:1rem;
	background:#f9fafc;
	overflow-y:auto;
}
.panelList.datepk{
	height:calc(100vh - 80px - 45px - 2rem - 45px - 162px - 50px);
}
.panelList li{
	padding-bottom:.3rem;
}
.panelList li a{
	display:block;
	padding:.9rem 1.1rem 1rem;
	border-radius:5px;
	border:1px solid var(--line);
	color:#000;
	background:#fff;
	transition:none;
}
.panelList li a:hover{
	outline:2px solid #000;
	outline-offset:-2px;
}
.panelList dt{
	font-family:'SCD';
	font-size:1.2rem;
	font-weight:500;
	padding-bottom:.5rem;
}
.panelList dd{
	display:flex;
	padding-top:.2rem;
}
.panelList dd p{
	font-size:1rem;
}
.panelList .label{
	width:65px;
	font-weight:500;
	color:#aaa;
}
.panelList .value{
	width:calc(100% - 65px);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.panelList .listMore{
	display:flex;
	justify-content:center;
	padding:1.5rem 0 1rem;
}
.panelList .listMore a{
	display:flex;
	align-items:center;
	gap:.5rem;
	padding:.8rem 1.5rem;
	font-size:1rem;
}
.panelList .listMore a:after{
	content:"\f107";
	font-family:"Font Awesome 6 Free";
	font-size:.8rem;
	font-weight:900;
}
.mapBox .vw-popup{
	width:450px;
	border-radius:10px;
	box-shadow:2px 2px 15px rgba(0,0,0,.2);
	padding:0;
	border:none;
	font-family:'Pretendard', sans-serif;
}
.mapBox .vw-popup-closer{
	display:none;
}
.mapPopup{
	width:450px;
}
/*.mapPopup:after{
	content:"\f0dd";
	font-family:"Font Awesome 6 Free";
	font-size:1.5rem;
	font-weight:900;
	color:#fff;
	position:absolute;
	bottom:-10px;
	left:calc(50% - 3.5px);
}*/
.mapPopup h3{
	font-size:22px;
	font-weight:600;
	padding:1rem 3.2rem 1rem 1.2rem;
	border-bottom:1px solid var(--line);
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.mapPopup .popOff{
	font-size:18px;
	line-height:1;
	color:#000;
	position:absolute;
	top:20px;
	right:15px;
}
.popBody{
	height:auto;
	max-height:153px;
	padding:.5rem 1.3rem;
	overflow-y:auto;
}
.popBody li{
	display:flex;
	padding:.25rem 0;
}

.popBody li p,
.popBody li pre{
	width:calc(100% - 65px);
	font-family:'Pretendard';
	font-size:1rem;
	font-weight:400;
}
.popBody .label{
	width:65px;
	font-size:.95rem;
	font-weight:600;
	color:#aaa;
	word-break:auto-phrase;
}
.popBody li.fd-column .value{
	display:flex;
	flex-wrap:wrap;
	gap:.3rem;
}
.popBody .value a{
	display:block;
	padding:0 10px;
	line-height:23px;
	border-radius:25px;
	border:1px solid var(--blu);
	color:var(--blu);
	font-size:.8rem;
}
.popBody .value a:hover{
	text-decoration:underline;
}
.mapPopup .btn{
	display:block;
	margin:.3rem;
	padding:.6rem 0;
	border-radius:7px;
	text-align:center;
	font-size:1rem;
	font-weight:600;
}
.filterBtn{
	position:absolute;
	right:1.5rem;
	top:1.7rem;
	font-size:1.3rem;
	color:#000;
}
.filterCont{
	display:none;
	position:absolute;
	left:330px;
	top:80px;
	padding:1.5rem .8rem .8rem;
	background:#fff;
	border:1px solid #92959e;
	box-shadow:2px 2px 15px rgba(0,0,0,.2);
	z-index:1;
}
.filterCont.active{
	display:block;
}
.filterCont h3{
	display:flex;
	align-items:center;
	padding:0 .8rem 2rem;
	font-size:1.5rem;
	font-weight:600;
}
.filterList{
	width:max-content;
	padding:0 1rem;
}
.filterList h4{
	font-size:1rem;
	font-weight:600;
}
.filterList-btn{
	display:flex;
	flex-wrap:wrap;
	gap:.3rem;
	padding:.3rem 0 1.5rem;
}
.filterList-btn a{
	display:block;
	padding:0 .8rem;
	line-height:30px;
	border-radius:18px;
	border:3px solid #767ea8;
	font-size:.9rem;
	color:#000;
}
.tpbiz1{background:#fff url('../img/mapIco401.svg') no-repeat 10px 50%;}
.tpbiz2{background:#fff url('../img/mapIco402.svg') no-repeat 10px 50%;}
.tpbiz3{background:#fff url('../img/mapIco403.svg') no-repeat 10px 50%;}
.tpbiz4{background:#fff url('../img/mapIco404.svg') no-repeat 10px 50%;}
.tpbiz5{background:#fff url('../img/mapIco405.svg') no-repeat 10px 50%;}
.tpbiz6{background:#fff url('../img/mapIco406.svg') no-repeat 10px 50%;}
.filterList-btn .tpbiz1,.filterList-btn .tpbiz2,.filterList-btn .tpbiz3,
.filterList-btn .tpbiz4,.filterList-btn .tpbiz5,.filterList-btn .tpbiz6{
	padding-left:2rem;
	background-size:1.2rem;
}
.filterList-btn a.on{
	background-color:#767ea8;
	color:#fff;
}
.filterList + a{
	display:block;
	padding:.6rem 0;
	border-radius:5px;
	text-align:center;
	font-size:1rem;
	font-weight:600;
}
.filterCont > a[title="닫기"]{
	display:block;
	font-size:1.3rem;
	color:#000;
	padding:5px;
	position:absolute;
	top:10px;
	right:10px;
}
.filterCont a[title="초기화"],
.filterCont a[title="검색"]{
	width:100%;
	line-height:40px;
	padding:0 30px;
	font-size:.9rem;
	text-align:center;
}
.helpBtn{
	padding-left:5px;
	font-size:1.05rem;
	color:#000;
}
.helpBox{
	display:none;
	width:max-content;
	padding:0 1rem .8rem;
	background:#fff;
	border:1px solid var(--line);
	box-shadow:2px 2px 15px rgba(0,0,0,.2);
	position:absolute;
	top:50px;
	left:calc(50% - 250px);
}
.helpBox.active{
	display:block;
}
.helpBox dt{
	padding-top:1rem;
	font-size:.85rem;
	font-weight:700;
}
.helpBox dd span{
	display:block;
	padding:.4rem 0 .2rem;
	font-weight:600;
	color:#d04c4c;
}
.helpBox > a[title="닫기"]{
	position:absolute;
	right:10px;
	top:10px;
	color:#000;
}

.mapBox .vw-logo,.mapBox .vw-scale-line{
	left:60px;
	z-index:0;
}
.mapBox .vw-notice{
	bottom:0;
	right:1rem;
	z-index:-1;
}

/* datepicker */
.ui-widget.ui-widget-content{
	border:1px solid var(--line);
	box-shadow:2px 2px 10px rgba(0, 0, 0, .1);
}
.ui-widget-header{
	background:#fff;
	border:none;
}
.ui-datepicker .ui-datepicker-title{
	margin:.2rem 2.3rem 0;
}
.ui-datepicker-title{
	font-size:.73rem;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	width:50px;
	height:25px;
	line-height:25px;
	border:none;
	padding:0;
	font-size:.75rem;
	color:#000;
}
.ui-datepicker select.ui-datepicker-month{
	margin-left:10px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	top:8px;
}
.ui-datepicker .ui-datepicker-prev{
	left:10px;
}
.ui-datepicker .ui-datepicker-next{
	right:8px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	display:flex;
	justify-content:center;
	align-items:center;
}
.ui-datepicker .ui-datepicker-prev .ui-icon:after{
	content:"\f104";
	display:block;
	font-family:"Font Awesome 6 Free";
	font-size:.9rem;
	font-weight:900;
	color:#333;
	text-indent:0;
}
.ui-datepicker .ui-datepicker-next .ui-icon:after{
	content:"\f105";
	display:block;
	font-family:"Font Awesome 6 Free";
	font-size:.9rem;
	font-weight:900;
	color:#333;
	text-indent:0;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	border-color:#fff;;
	background:#fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	background:#fff;
	border-color:#fff;
	color:var(--blu);
	font-weight:bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background:var(--blu);
	border-color:var(--blu);
	color:#fff;
}
.ui-datepicker{
	width:18em;
	padding:.3em .8em .25rem .5em;
}

#areaInfoWrap {
    width: 100% !important;
}

.graphBox{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
	margin-bottom:50px;
}
.graphBox li{
	width:calc(50% - .5rem);
	padding:1.5rem 2rem;
	border:1px solid var(--line);
}
.graphBox li h4{
	padding-bottom:2rem;
	font-family:'SCD';
	font-size:1.32rem;
	font-weight:500;
}
.graphBox .dshBoxBody{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
}
.graphBox li .chartBoxbarChart1,
.graphBox li .chartBoxbarChart2{
	width:calc(100% - 5%);
	height:270px;
}
.graphBox li .chartBoxbarChart3,
.graphBox li .chartBoxbarChart4{
	width:calc(100% - 40%);
}
.veiwList_btm{
	display:flex;
	justify-content:space-between;
	padding:2rem 1.7rem;
	border-bottom:2px solid #666a74;
}
.veiwList_btm a{
	display:flex;
	align-items:center;
	gap:1rem;
	font-size:1.13rem;
	font-weight:500;
	color:#000;
}
.veiwList_btm a.next{
	flex-direction:row-reverse;
}
.veiwList_btm a span:last-child{
	color:#888;
}
.veiwList_btm a i{
	font-size:.85rem;
}

.topBtn{
	position:fixed;
	right:20px;
	bottom:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#323741;
	color:#fff;
}
.topBtn i{
	font-size:1rem;
}

.mainModal{
	position:fixed;
	top:80px;
	left:100px;
	/* width:500px; */
	border:1px solid #323741;
	background:#aaa;
	cursor:move;
	z-index:999;
}
.modalCont{
	width:100%;
}
.modalCont a{
	display:block;
	width:100%;
}
.modalCont img{
	width:100%;
}
.modalDesc{
	background:#fff;
	padding:20px;
	max-height:750px;
	overflow-y:auto;
}
.madalBtm{
	display:flex;
	background:#323741;
}
.madalBtm a{
	display:flex;
	justify-content:center;
	align-items:baseline;
	gap:5px;
	width:100%;
	padding:15px 0;
	color:#fff;
	font-size:.95rem;
	font-weight:500;
}
.madalBtm a:first-child{
	border-right:1px solid #757880;
}
/* .madalBtm a:after{
	content:"\f00d";
	display:block;
	font-family:"Font Awesome 6 Free";
	font-size:.85rem;
	font-weight:900;
} */

.locIntro h4{
	font-family:'SCD';
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:-0.03rem;
	padding-bottom:15px;
	color:var(--blu);
}
.locIntroMap{
	width:100%;
	height:400px;
}
.locIntro .mapAdd{
	padding:20px 25px 50px;
}
.locIntro .mapAdd li{
	font-size:1.2rem;
}
.locIntro h5{
	font-family:'SCD';
	font-size:1.4rem;
	font-weight:500;
	letter-spacing:-0.03rem;
	padding-bottom:15px;
}
.mapBus{
	width:fit-content;
	padding:22px 30px;
	border:1px dashed var(--line);
}
.mapBus p{
	font-size:1.2rem;
	padding-bottom:8px;
}
.mapBus span{
	font-size:1rem;
	font-weight:500;
	color:var(--blu);
}

.chartBox h4{
	padding-bottom:2rem;
	font-family:'SCD';
	font-size:1.32rem;
	font-weight:500;
}