@charset "UTF-8";
/* font */
/* flex align */
/* flex justify-content */
/* flex direction*/
/* flex row */
/* scrollbar mixin */

@media all and (min-width: 1400px){

}
@media (max-width: 1500px) {
	/* line 6, scss/mobile.scss */
	.point1 {
		right: -230px;
	}
	/* line 10, scss/mobile.scss */
	.point2 {
		right: -330px;
	}
	/* line 12, scss/mobile.scss */
	.point2.top {
		right: -370px;
	}
}

@media (min-width: 1024px) {
	/* line 21, scss/mobile.scss */
	.mobile {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	/* line 27, scss/mobile.scss */
	.pc {
		display: none;
	}
	/* line 30, scss/mobile.scss */
	.mo {
		display: block;
	}
	/* line 34, scss/mobile.scss */
	.tocShowHide {
		display: none;
	}
	/* line 39, scss/mobile.scss */
	#toc .tocContArea .tocShowHide.onlyPc {
		display: none !important;
	}
	/* line 44, scss/mobile.scss */
	.tocHeader {
		display: none;
	}
	/* line 48, scss/mobile.scss */
	.mobile {
		display: block;
	}
	/* line 52, scss/mobile.scss */
	.lakePopup {
		display: none;
	}
	/* line 56, scss/mobile.scss */
	.sidePopup {
		/*display: none;*/
		position: absolute;
		top: 70px;
		right: 58px;
		height: 100%;
	}
	/* line 68, scss/mobile.scss */
	.pc {
		display: none;
	}
	/* line 71, scss/mobile.scss */
	.locSearch {
		display: none;
	}
	/* line 74, scss/mobile.scss */
	#map {
		width: 100%;
		height: 100%;
		/*background-image: url("/cbsp/public/images/common/bg-map.png");*/
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center center;
	}
	/* line 85, scss/mobile.scss */
	#gnb .btnDrawerShow.drawerShow {
		position: absolute;
		width: 44px;
		height: 44px;
		left: 8px;
		top: 8px;
		border-radius: 4px;
	}
	/* line 94, scss/mobile.scss */
	#gnb .btnDrawerShow {
		background-image: url("/cbsp/public/images/ico/ico-menu.svg");
		background-position: center;
		z-index: 50;
	}
	/* line 99, scss/mobile.scss */
	#gnb .btnDrawerShow:hover {
		background-image: url("/cbsp/public/images/ico/ico-menu.svg");
		background-position: center;
	}
	/* line 104, scss/mobile.scss */
	#gnb.show {
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	/* line 109, scss/mobile.scss */
	#gnb .mobile {
		/*display: none;*/
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		/*width: 100%;*/
		width: auto;
		height: 100%;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		background: rgba(0, 0, 0, 0.5);
		z-index: 50;
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	/* line 121, scss/mobile.scss */
	#gnb .mobile.show {
		display: block;
	}
	/* line 124, scss/mobile.scss */
	#gnb .mobile .inner {
		width: 315px;
		height: 100%;
		margin-right: 0;
	}
	/* line 129, scss/mobile.scss */
	#gnb .mobile .inner .moUtil {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 330px;
		height: 54px;
		padding: 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background: linear-gradient(45deg, #50bc44, #00abeb);
	}
	/* line 138, scss/mobile.scss */
	#gnb .mobile .inner .moUtil .selectArea .head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	/* line 142, scss/mobile.scss */
	#gnb .mobile .inner .moUtil .selectArea .head h1 {
		margin-right: 12px;
	}
	/* line 145, scss/mobile.scss */
	#gnb .mobile .inner .moUtil .selectArea .head select {
		width: 240px;
		border-radius: 2px;
		margin-bottom: 10px;
		margin-left: 2px;
	}
	/* line 153, scss/mobile.scss */
	#gnb .mobile .inner .moMenu {
		height: calc(100% - 50px);
		overflow-y: auto;
		background: #fff;
		width: 330px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
/* line 160, scss/mobile.scss */
	#gnb .mobile .inner .moMenu > li {
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	/* line 165, scss/mobile.scss */
	#gnb .mobile .inner .moMenu > li > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		position: relative;
		height: 55px;
		font-family: "Noto Sans Medium";
		font-size: 18px;
		color: #222;
	}
	/* line 174, scss/mobile.scss */
/*	#gnb .mobile .inner .moMenu > li > a:after {
		content: "";
		position: absolute;
		top: 15px;
		right: 2px;
		width: 20px;
		height: 20px;
		!*background: url("/cbsp/public/images/ico/ico-draw.svg") no-repeat center right;*!
		background: url("/cbsp/public/images/main//chevron-down-b.svg") no-repeat center right;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}*/
	/* line 186, scss/mobile.scss */
	#gnb .mobile .inner .moMenu > li:last-child {
		border: none;
	}
	/* line 195, scss/mobile.scss */
	#gnb .btnDrawerHide.drawerShowHide {
		position: absolute;
		width: 44px;
		height: 44px;
		left: 320px;
		top: 5px;
		border-radius: 50%;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 51;
	}
	/* line 209, scss/mobile.scss */
	#gnb .btnDrawerHide {
		background-image: url("/cbsp/public/images/ico/ico-x.svg");
	}
	/* line 211, scss/mobile.scss */
	#gnb .btnDrawerHide:hover {
		background-image: url("/cbsp/public/images/ico/ico-x.svg");
	}
	/* line 216, scss/mobile.scss */
	#gnb.hide {
		-webkit-transition: 1s ease-in-out;
		transition: 1s ease-in-out;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
		left: -330px;
	}
	/* line 226, scss/mobile.scss */
	.btnTabShow.tabShowHide,
	.btnTabHide.tabShowHide {
		display: none;
		position: absolute;
		width: 44px;
		height: 44px;
		left: 320px;
		top: 60px;
		border-radius: 50%;
		background-color: #03A7E4;
		background-repeat: no-repeat;
		background-position: center;
	}
	/* line 239, scss/mobile.scss */
	.btnTabShow.tabShowHide.active,
	.btnTabHide.tabShowHide.active {
		display: block;
	}
	/* line 244, scss/mobile.scss */
	.btnTabShow {
		display: none;
		background-image: url("/cbsp/public/images/ico/ico-tab-open.svg");
	}
	/* line 247, scss/mobile.scss */
	.btnTabShow:hover {
		background-image: url("/cbsp/public/images/ico/ico-tab-open.svg");
	}
	/* line 250, scss/mobile.scss */
	.btnTabShow.active {
		left: 8px;
		top: 66px;
	}
	/* line 255, scss/mobile.scss */
	.btnTabHide {
		display: block;
		z-index: 51;
		background-image: url("/cbsp/public/images/ico/ico-tab-close.svg");
	}
	/* line 259, scss/mobile.scss */
	.btnTabHide:hover {
		background-image: url("/cbsp/public/images/ico/ico-tab-close.svg");
	}
	/* line 264, scss/mobile.scss */
	.show {
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	/* line 224, scss/mobile.scss */
	#tocCont .tocContArea {
		position: fixed;
		left: 0;
		top: 0;
		/*width: 100%;*/
		height: 100%;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		background: rgba(0, 0, 0, 0.5);
		z-index: 50;
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	/* line 235, scss/mobile.scss */
	#tocCont .tocContArea.show {
		display: block;
		top: 0;
		left: 0;
	}
	/* line 240, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner {
		/*width: 315px;
		height: 100%;*/
	}
	/* line 243, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 330px;
		height: 54px;
		padding: 10px 12px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background: linear-gradient(45deg, #50bc44, #00abeb);
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	/* line 253, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .head .imgArea {
		display: none;
	}
	/* line 257, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .head .title-mo {
		display: block;
	}
	/* line 259, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .head .title-mo .tit {
		font-size: 16px;
		color: #fff;
	}
	/* line 264, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .head .titleSelct {
		display: none;
	}
	/* line 268, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .head.tabNav {
		background: #8347bc;
	}
	/* line 270, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .head.tabNav .tabList {
		width: 100%;
	}
	/* line 274, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .head.tabNav .tabList li.active::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 4px;
		background-color: #8ad23d;
		left: 0;
		bottom: -15px;
		z-index: 999;
	}
	/* line 289, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .head strong {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -0.075em;
		line-height: 16px;
	}
	/* line 301, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .btnTocShow,
	#tocCont .tocContArea .tocContAreaInner .btnTocHide {
		display: none;
	}
	/* line 306, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .tocCont {
		display: none;
		width: 330px;
	}
	/* line 309, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner .tocCont.active {
		display: block;
	}
	/* line 313, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.show {
		left: 70px;
	}
	/* line 316, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.hide {
		left: -330px;
	}
	/* line 320, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 999;
		-webkit-transform: none;
		        transform: none;
		width: 330px;
	}
	/* line 328, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont {
		padding: 0 12px;
		height: calc(100vh - 70px);
	}
	/* line 331, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont > div {
		width: 100%;
	}
	/* line 335, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea {
		padding: 12px 0;
	}
	/* line 337, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea .top {
		width: 291px;
		height: 145px;
		margin: 0 auto 0;
	}
	/* line 341, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea .top img {
		width: 100%;
	}
	/* line 349, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea .left .address .tit span {
		padding-left: 25px;
	}
	/* line 352, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea .left .address .tit p {
		padding-left: 25px;
	}
	/* line 357, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea .left .address .phone p {
		padding-left: 25px;
	}
	/* line 365, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 10px 0;
	}
	/* line 370, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherArea .weatherInfo {
		margin-right: 0;
	}
	/* line 372, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherArea .weatherInfo span {
		font-size: 32px;
		font-weight: bold;
		letter-spacing: -0.05em;
	}
	/* line 379, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	/* line 383, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo p {
		font-size: 13px;
		color: #838383;
		letter-spacing: -40;
		margin-right: 20px;
		float: left;
		width: 60%;
	}
	/* line 391, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo span {
		font-size: 11px;
		font-weight: bold;
		float: right;
		width: 40%;
	}
	/* line 397, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo .ulDustInfo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 140px;
		height: 38px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin-bottom: 4px;
		padding: 10px;
		border-radius: 5px;
		margin-right: 10px;
	}
	/* line 407, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo .dustInfo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 140px;
		height: 38px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 10px;
		border-radius: 5px;
	}
	/* line 416, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo .noData {
		background-color: #f2f2f2;
		color: #838383;
	}
	/* line 420, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo .usual {
		background-color: #eaf7e8;
		color: #01c840;
	}
	/* line 424, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo .good {
		background-color: #e1f3fb;
		color: #36a3fc;
	}
	/* line 429, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo .bad {
		background-color: #f7f2e1;
		color: #e7b200;
	}
	/* line 434, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weaInfo .ulBad {
		background-color: #fde6e6;
		color: #e54746;
	}
	/* line 440, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherDate {
		margin-bottom: 10px;
	}
	/* line 442, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherDate .weatherList {
		width: 100%;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	/* line 448, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherDate .weatherList > li img {
		width: 100%;
		height: 60px;
		margin: 5px 0;
	}
	/* line 454, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherDate .weatherList > li p {
		font-size: 13px;
	}
	/* line 457, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherDate .weatherList > li span {
		font-weight: bold;
		font-size: 13px;
	}
	/* line 461, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherDate .weatherList > li:first-child {
		padding-left: 0;
		border-left: none;
	}
	/* line 466, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherDate .weatherList > li:last-child {
		padding-right: 0;
	}
	/* line 474, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .weatherTime .source span {
		padding-right: 10px;
	}
	/* line 482, scss/mobile.scss */
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .dustArea .dustAreaCont > p {
		margin-right: 48px;
	}
	/* line 490, scss/mobile.scss */
	#tocCont .tocContArea .topArea {
		border-bottom: 6px solid #f0f1f4;
		background-color: #fff;
	}
	/* line 494, scss/mobile.scss */
	#tocCont .tocContArea .topArea .inner {
		padding: 6px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	/* line 499, scss/mobile.scss */
	#tocCont .tocContArea .topArea .locSearchBox {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 11px 6px 11px 6px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-radius: 3px;
	}
	/* line 507, scss/mobile.scss */
	#tocCont .tocContArea .topArea .locSearchBox select {
		padding-left: 10px;
		border: 1px solid #dee1e7;
		font-size: 13px;
		color: #585858;
		border-radius: 0;
		width: 140px;
	}
	/* line 517, scss/mobile.scss */
	#tocCont .tocContArea .topArea .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	/* line 521, scss/mobile.scss */
	#tocCont .tocContArea .topArea .row.type02 {
		display: block;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	/* line 525, scss/mobile.scss */
	#tocCont .tocContArea .topArea .row.type02 .locTit {
		min-width: 65px;
		margin-bottom: 0;
	}
	/* line 529, scss/mobile.scss */
	#tocCont .tocContArea .topArea .row.type02 .locTit label {
		display: inline-block;
		min-width: inherit;
	}
	/* line 535, scss/mobile.scss */
	#tocCont .tocContArea .topArea .row.type02 .locSelectBox {
		background-color: #e8f2f6;
	}
	/* line 538, scss/mobile.scss */
	#tocCont .tocContArea .topArea .row.type02 .locSelectBox .locSelectRow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	/* line 543, scss/mobile.scss */
	#tocCont .tocContArea .topArea .row.type02 .locSelectBox .locSelectRow.top .selectbox {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: calc(33.33% - 4px);
	}
	/* line 550, scss/mobile.scss */
	#tocCont .tocContArea .topArea .row.type02 .locSelectBox .locSelectRow.bottom .selectbox {
		width: calc(25% - 4.5px);
	}
	/* line 568, scss/mobile.scss */
	#tocCont .tocContArea .topArea .row + .row {
		margin-top: 10px;
	}
	/* line 580, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea {
		position: relative;
	}
	/* line 582, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .btnMapSearch {
		position: absolute;
		right: 10px;
		display: block;
		width: 109px;
		height: 30px;
		margin-top: 10px;
		font-size: 13px;
		color: #fff;
		border-radius: 5px;
		background: linear-gradient(45deg, #50bc44, #00abeb);
	}
	/* line 594, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inner {
		position: relative;
		padding: 12px;
	}
	/* line 598, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inner .locTit:last-child {
		margin-top: 30px;
	}
	/* line 605, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inputBox input[type="text"]:focus {
		border-color: #53e3b7;
	}
	/* line 607, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inputBox input[type="text"]:focus + .btnInputSearch {
		background: url("/cbsp/public/images/ico/ico-input-search-active.png") no-repeat center;
	}
	/* line 611, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inputBox input[type="text"]::-webkit-input-placeholder {
		color: #999;
	}
	#tocCont .tocContArea .bottomArea .inputBox input[type="text"]::-moz-placeholder {
		color: #999;
	}
	#tocCont .tocContArea .bottomArea .inputBox input[type="text"]:-ms-input-placeholder {
		color: #999;
	}
	#tocCont .tocContArea .bottomArea .inputBox input[type="text"]::-ms-input-placeholder {
		color: #999;
	}
	#tocCont .tocContArea .bottomArea .inputBox input[type="text"]::placeholder {
		color: #999;
	}
	/* line 620, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inner .locTit {
		margin-top: 10px;
	}
	/* line 624, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inner .locSlide {
		padding: 0 10px;
	}
	/* line 626, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inner .locSlide .swiper-slide {
		border: none;
	}
	/* line 629, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inner .locSlide .swiper-slide > div img {
		width: 120px;
		height: 120px;
	}
	/* line 633, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inner .locSlide .swiper-slide > div p {
		margin: 5px 0 0;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -0.05em;
		color: #141414;
	}
	/* line 643, scss/mobile.scss */
	#tocCont .tocContArea .bottomArea .inner .locSlide .swiper-button-next,
	#tocCont .tocContArea .bottomArea .inner .locSlide .swiper-button-prev {
		width: 32px;
		height: 32px;
	}
	/* line 657, scss/mobile.scss */
	#tocCont .tocContArea .resultArea ul li {
		padding: 12px 14px 12px 26px;
	}
	/* line 661, scss/mobile.scss */
	#tocCont .tocContArea .resultArea ul li .resultCont .tit + .address {
		margin-top: 12px;
	}
	/* line 664, scss/mobile.scss */
	#tocCont .tocContArea .resultArea ul li .resultCont .address + .place {
		margin-top: 7px;
	}
	/* line 668, scss/mobile.scss */
	#tocCont .tocContArea .resultArea ul li .btnArea.result {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	#toc .tocContArea.show.mn{
		left: 0;
	}
	/* line 691, scss/mobile.scss */
	.rightArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		left: 0;
		right: 0;
		z-index: 20;
	}
	/* line 699, scss/mobile.scss */
	.locSearch-mo .btnInputSearch-mo {
		position: absolute;
		top: 8px;
		right: 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 20;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background-color: #8347bc;
		background-image: url("/cbsp/public/images/ico/icon-input-search-mo.svg");
		background-repeat: no-repeat;
		background-position: center;
	}
	/* line 715, scss/mobile.scss */
	.locSearchPopup {
		display: none;
		position: absolute;
		top: 30%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		min-width: 320px;
		height: 300px;
		z-index: 50;
	}
	/* line 724, scss/mobile.scss */
	.locSearchPopup .btnClose {
		position: absolute;
		top: 12px;
		right: 8px;
		width: 16px;
		height: 16px;
		background: url("/cbsp/public/images/popup/ico-popup-close.png") no-repeat center;
	}
	/* line 732, scss/mobile.scss */
	.locSearchPopup .head {
		height: 40px;
		font-size: 16px;
		padding: 8px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		color: #fff;
		border-radius: 8px 8px 0 0;
		background: linear-gradient(45deg, #50bc44, #00abeb);
	}
	/* line 741, scss/mobile.scss */
	.locSearchPopup strong {
		font-size: 16px;
	}
	/* line 744, scss/mobile.scss */
	.locSearchPopup .cont {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background-color: #fff;
	}
	/* line 748, scss/mobile.scss */
	.locSearchPopup .cont .inputCont {
		padding: 12px 12px 12px 12px;
		background-color: #f3f3f3;
	}
	/* line 752, scss/mobile.scss */
	.locSearchPopup .cont .inputCont .inputBox {
		position: relative;
	}
	/* line 754, scss/mobile.scss */
	.locSearchPopup .cont .inputCont .inputBox input[type="text"] {
		width: 100%;
		height: 44px;
		color: #999;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		font-size: 14px;
		border: 1px solid #d3d3d3;
		border-radius: 4px;
		outline: 0;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		background-color: #fff;
	}
	/* line 772, scss/mobile.scss */
	.locSearchPopup .cont .inputCont .btnInputSearch-mo {
		background: url("/cbsp/public/images/ico/ico-input-search.png") no-repeat center;
	}
	/* line 777, scss/mobile.scss */
	.locSearchPopup .searchLocList {
		height: 100%;
		background-color: #fff;
	}
	/* line 780, scss/mobile.scss */
	.locSearchPopup .searchLocList .searchResult {
		padding: 6px 12px;
	}
	/* line 783, scss/mobile.scss */
	.locSearchPopup .searchLocList .searchResult:first-child {
		padding-top: 12px;
	}
	/* line 786, scss/mobile.scss */
	.locSearchPopup .searchLocList .searchResult:last-child {
		padding-bottom: 12px;
	}
	/* line 789, scss/mobile.scss */
	.locSearchPopup .searchLocList .searchResult .resultBox {
		height: 60px;
		padding: 8px;
		border: 1px solid #d3d3d3;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	/* line 794, scss/mobile.scss */
	.locSearchPopup .searchLocList .searchResult .resultBox .tit {
		margin-bottom: 4px;
	}
	/* line 797, scss/mobile.scss */
	.locSearchPopup .searchLocList .searchResult .resultBox .tit span {
		font-size: 14px;
	}
	/* line 801, scss/mobile.scss */
	.locSearchPopup .searchLocList .searchResult .resultBox .roadName {
		font-size: 13px;
		color: #787878;
	}
	/* line 804, scss/mobile.scss */
	.locSearchPopup .searchLocList .searchResult .resultBox .roadName:before {
		content: "도로명";
		text-align: center;
		vertical-align: middle;
		color: #fff;
		font-size: 11px;
		padding: 0px 4px;
		line-height: 2;
		margin-right: 5px;
		background-color: #8347bc;
		border-radius: 2px;
	}
	/* line 822, scss/mobile.scss */
	.popup {
		max-width: 300px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		min-width: 240px;
		height: 300px;
		z-index: 2;
	}
	/* line 829, scss/mobile.scss */
	.popup .btnClose {
		position: absolute;
		top: 12px;
		right: 8px;
		width: 16px;
		height: 16px;
	}
	/* line 836, scss/mobile.scss */
	.popup .head {
		height: 40px;
		font-size: 16px;
		padding: 8px;
		cursor: default;
	}
	/* line 843, scss/mobile.scss */
	.popup .head strong:before {
		content: "";
		display: inline-block;
		width: 17px;
		height: 19px;
		margin-right: 4px;
		background: url("/cbsp/public/images/popup/ico-popup-poi.svg") no-repeat center 4px;
	}
	/* line 853, scss/mobile.scss */
	.popup .cont {
		padding: 8px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background-color: #fff;
	}
	/* line 858, scss/mobile.scss */
	.popup .cont .locList ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	/* line 862, scss/mobile.scss */
	.popup .cont .locList ul li .titLabel {
		display: inline-block;
		min-width: 55px;
		padding: 4px 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-radius: 12px;
		text-align: center;
		background-color: #f0f1f3;
	}
	/* line 870, scss/mobile.scss */
	.popup .cont .locList ul li .titLabel span {
		display: block;
		font-size: 13px;
		color: #333;
		font-weight: bold;
	}
	/* line 876, scss/mobile.scss */
	.popup .cont .locList ul li .titLabel + p {
		margin-left: 6px;
	}
	/* line 880, scss/mobile.scss */
	.popup .cont .locList ul li p {
		color: #333;
		font-size: 14px;
	}
	/* line 884, scss/mobile.scss */
	.popup .cont .locList ul li + li {
		margin-top: 7px;
	}
	/* line 893, scss/mobile.scss */
	.toolBar {
		position: absolute;
		top: 70px;
		right: 7px;
		z-index: 40;
	}
	/* line 898, scss/mobile.scss */
	.toolBar ul {
		width: 44px;
	}
	/* line 938, scss/mobile.scss */
	.colBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	/* line 943, scss/mobile.scss */
	.locTit {
		position: relative;
		margin-bottom: 6px;
		font-size: 14px;
		color: #141414;
		font-weight: bold;
	}
	/* line 950, scss/mobile.scss */
	.locTit label {
		margin-left: 16px;
	}
	/* line 953, scss/mobile.scss */
	.locTit:before {
		content: url("/cbsp/public/images/ico/ico_bullet.png");
		position: absolute;
		width: 10px;
		height: 10px;
		text-align: center;
		line-height: 10px;
		border-radius: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		color: #fff;
		margin-left: 6px;
	}
	/* line 970, scss/mobile.scss */
	#wrap.streetView .rightArea {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		right: 8px;
		top: 8px;
	}
	/* line 975, scss/mobile.scss */
	#wrap.streetView .rightArea .rightMenuList {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		/*width: 50%;*/
		/*width: 94px;*/
		/*하나일때 깨짐현상 발생.TODO*/
		gap: 4px;
		margin-left: auto;
	}
	/* line 981, scss/mobile.scss */
	#wrap.streetView .rightArea .rightMenuItem {
		background-image: none;
		width: 44px;
		height: 44px;
	}
	/* line 986, scss/mobile.scss */
	#wrap.streetView .rightArea .rightMenuText {
		padding-top: 0;
		line-height: 15px;
	}
	/* line 996, scss/mobile.scss */
	br.onlyMo {
		display: block;
	}
	/* line 1001, scss/mobile.scss */
	.viewController {
		max-width: none;
	}
	/* line 1004, scss/mobile.scss */
	.viewController > .inner .viewControllerButtonList {
		position: relative;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	/* line 1009, scss/mobile.scss */
	.viewController > .inner .side.first {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	/* line 1013, scss/mobile.scss */
	.viewController > .inner .side.last .btnAllSearch {
		position: absolute;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		left: 50%;
		min-width: 95px;
	}
	/* line 1021, scss/mobile.scss */
	.viewController > .inner .center {
		display: none;
	}
	/* line 1027, scss/mobile.scss */
	.viewLocations {
		width: 100%;
		overflow: auto hidden;
	}
	/* line 1030, scss/mobile.scss */
	.viewLocations::-webkit-scrollbar {
		display: none;
	}
	/* line 1034, scss/mobile.scss */
	.viewLocations .viewLocationItem .viewText {
		top: 48px;
	}
	/* line 1037, scss/mobile.scss */
	.viewLocations .viewLocationItem img {
		width: 110px;
		height: 70px;
	}
	/* line 1043, scss/mobile.scss */
	.viewLocations ul {
		height: 75px;
	}
	/* line 1045, scss/mobile.scss */
	.viewLocations ul li {
		position: relative;
		height: 70px;
	}
	/* line 1048, scss/mobile.scss */
	.viewLocations ul li.onlyMo {
		display: block;
	}
	/* line 1051, scss/mobile.scss */
	.viewLocations ul li.active {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	/* line 1053, scss/mobile.scss */
	.viewLocations ul li.active::before {
		content: "";
		position: absolute;
		width: 110px;
		height: 70px;
		-webkit-box-shadow: 0 0 0 3px #43b54f;
		        box-shadow: 0 0 0 3px #43b54f;
		border-radius: 4px;
	}
	/* line 1066, scss/mobile.scss */
	.leftArea {
		left: 8px;
		top: 8px;
	}
	/* line 1069, scss/mobile.scss */
	.leftArea .btnListOpen {
		width: 44px;
		height: 44px;
		background-image: none;
		font-size: 12px;
		padding-top: 0;
		line-height: 15px;
	}
	/* line 1077, scss/mobile.scss */
	.leftArea.active {
		left: 136px;
	}
	/* line 1079, scss/mobile.scss */
	.leftArea.active .btnListOpen {
		background-image: none;
	}
	/* line 1085, scss/mobile.scss */
	.sideArea {
		width: 125px;
		left: -125px;
		background-color: rgba(255, 255, 255, 0.8);
	}
	/* line 1090, scss/mobile.scss */
	.sideArea .top img {
		width: 126px;
		height: 80px;
	}
	/* line 1096, scss/mobile.scss */
	.sideArea .listArea {
		height: calc(100% - 85px);
		max-height: none;
	}
	/* line 1099, scss/mobile.scss */
	.sideArea .listArea ul {
		row-gap: 12px;
	}
	/* line 1102, scss/mobile.scss */
	.sideArea .listArea::-webkit-scrollbar {
		display: none;
	}
	/* line 1106, scss/mobile.scss */
	.sideArea .listArea .imgBox {
		padding: 0 8px;
	}
	/* line 1108, scss/mobile.scss */
	.sideArea .listArea .imgBox img {
		width: 110px;
		height: 70px;
	}
	/* line 1112, scss/mobile.scss */
	.sideArea .listArea .imgBox .imgText {
		width: calc(100% - 16px);
		top: 46px;
		height: 24px;
		line-height: 23px;
		font-size: 12px;
	}
	/* line 1123, scss/mobile.scss */
	.helpArea {
		width: 300px;
		height: 300px;
		background-size: 300px;
	}
	/* line 1129, scss/mobile.scss */

	/* line 1135, scss/mobile.scss */
	.lakeArea img {
		width: 100%;
	}
	/* line 1143, scss/mobile.scss */
	.lakeArea .tocContLake .inner .lakeCont .video .icon {
		width: 60px;
		height: 60px;
	}
	/* line 1151, scss/mobile.scss */
	.lakeArea .tocContLake .lakeFooter {
		height: 60px;
		margin-top: 10px;
		padding: 10px;
	}
	/* line 1155, scss/mobile.scss */
	.lakeArea .tocContLake .lakeFooter .lakeFooterLeft {
		padding-right: 5px;
		background-color: #f3f3f3;
	}
	/* line 1159, scss/mobile.scss */
	.lakeArea .tocContLake .lakeFooter .lakeFooterRight {
		background-color: #f3f3f3;
	}
	.lakeArea {
		max-width: 330px;
		width: 100%;
		display: block;
		top: 50px;
	}
	.submenu-group{
		display: none;
	}
	.mobile .moMenu .mo_mainmenu{
		width: 100%;
		border-bottom: 1px solid #ddd;
		width: 285px;
	}
	.mobile .moMenu .mo_mainmenu .menubox_mo  span{
		font-size: 18px;
		font-family: "Noto Sans Medium";
	}
	.deps02_mo .mo_subMenu{
		background-color: #e6f7f9;
	}
	.deps02_mo .mo_subMenu li{
		padding: 10px;
	}
	.mo_mainmenu .deps01_box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		padding: 0 10px;
	}
	.mo_mainmenu .deps01_box .menubox_mo{
		display: flex;
		flex-direction: row;
		gap: 10px;
	}
	.mo_mainmenu .deps01_box .menubox_mo .ac_img{
		display: none;
	}
	.mo_mainmenu .deps01_box .menubox_mo .no_ac{
		display: block;
	}
	.mo_mainmenu.active .deps01_box .menubox_mo .ac_img{
		display: block;
	}
	.mo_mainmenu.active .deps01_box .menubox_mo .no_ac{
		display: none;
	}
	.mo_mainmenu.active .deps01_box .menubox_mo span{
		color: #fff;
	}
	.mo_subMenu .deps02_box{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 5px;
	}
	.mo_subMenu .deps02_box span{
		color: #000;
		font-family: "Noto Sans";
	}
	.deps02_mo {
		display: none;
		opacity: 0;
		transition: opacity 0.3s ease, transform 0.3s ease;
		transform: translateY(20px);
		pointer-events: none;
	}
	.deps02_mo.active {
		display: block;
		opacity: 1;
		transform: translateY(0px);
		pointer-events: auto;
	}
	.mo_mainmenu.active{
		background-color: #00AEBB;
		color: #fff;
	}
}
@media screen and (min-height: 800px) {
	#tocCont .tocContArea .bottomArea .resultArea ul  {
		max-height: calc(100vh - 200px);
	}
}
@media screen and (min-height: 940px) {
	#tocCont .tocContArea .bottomArea {
		min-height: calc(100vh - 50px);
	}
}
@media screen and (min-height: 1500px) {
	#tocCont .tocContArea .bottomArea {
		min-height: calc(100vh - 250px);
	}
}
@media screen and (max-width: 1000px) {
	#toc .tocContArea.hide{
		left: -340px;
	}
}
@media screen and (max-width: 768px) {
	/* line 1169, scss/mobile.scss */
	img {
		pointer-events: none;
	}
	/* line 1173, scss/mobile.scss */
	.point1,
	.point2 {
		height: 42px;
		background-size: 30px 42px;
	}
	/* line 1178, scss/mobile.scss */
	.point1 > .pointText,
	.point2 > .pointText {
		font-size: 12px;
		bottom: -26px;
		height: 26px;
	}
	/* line 1184, scss/mobile.scss */
	.point1.buttonType.prev, .point1.buttonType.top,
	.point2.buttonType.prev,
	.point2.buttonType.top {
		width: 46px;
		background-size: 46px;
	}
	/* line 1189, scss/mobile.scss */
	.point1.buttonType > .pointText,
	.point2.buttonType > .pointText {
		font-size: 12px;
		bottom: -26px;
		height: 26px;
	}
	/* line 1199, scss/mobile.scss */
	.point1.prev {
		left: 20px;
	}
	/* line 1204, scss/mobile.scss */
	.point2 {
		right: -40%;
	}
	/* line 1206, scss/mobile.scss */
	.point2.top {
		right: 3%;
	}
	/* line 1211, scss/mobile.scss */
	.point3 {
		right: 30%;
		top: 70%;
	}
	/* line 1216, scss/mobile.scss */
	.infoPopup {
		top: 70%;
		right: -30%;
		height: 147px;
		width: 240px;
	}
	/* line 1217, scss/mobile.scss */
	.infoPopup .btnClose {
		position: absolute;
		top: 10px;
		right: 20px;
		width: 22px;
		height: 21px;
		background: url("/cbsp/public/images/popup/ico-popup-close.png") no-repeat center;
	}
	/* line 1218, scss/mobile.scss */
	.infoPopup .head {
		height: 40px;
		font-size: 16px;
		padding: 5px 10px 15px 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		color: #fff;
		border-radius: 4px 4px 0 0;
		background: linear-gradient(45deg, #8347BC, #00ABEB);
	}
	/* line 1219, scss/mobile.scss */
	.infoPopup .cont {
		font-size: 13px;
		background-color: #fff;
		padding: 8px;
		-webkit-box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.3);
		        box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.3);
	}
}

@media screen and (max-width: 500px) {
	/* line 1225, scss/mobile.scss */
	.point1 {
		right: -30%;
	}
	.btnTabShow.active {
		left: 8px;
		top: 66px;
	}

}
@media screen and (max-width: 450px){
	.btnTabShow.active {
		left: 8px;
		top: 66px;
	}
	#tocCont .tocContArea .tocContAreaInner .head{
		width: 292px;
	}
	#tocCont .tocContArea .tocContAreaInner .tocCont{
		width: 292px;
	}
	#tocCont .tocContArea .topArea .locSearchBox{
		flex-direction: column;
	}
	#tocCont .tocContArea .topArea .locSearchBox select{
		width: 100%;
	}
	.tocCont .topArea .row.type02 .locSelectBox{
		padding: 10px 0px 5px 5px;
	}
	#gnb .mobile .inner .moUtil{
		width: 280px;
	}
	#gnb .mobile .inner .moMenu,
	#gnb .mobile .inner,
	#gnb .mobile .inner .moUtil{
		width: 292px;
	}
	#gnb .mobile .inner .moMenu > li > a:after{
		right: 6px;
	}
	#gnb .mobile .inner .moUtil .selectArea .head select{
		width: 210px;
	}
	#gnb .btnDrawerHide.drawerShowHide{
		left: 285px;
	}
	.btnTabHide.tabShowHide{
		left: 285px;
	}
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea .top,
	#tocCont .tocContArea .tocContAreaInner.lakePopup,
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont{
		width: 292px;
	}
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea .top{
		width: 240px;
	}
}
@media screen and (max-width: 400px){
	#tocCont .tocContArea .tocContAreaInner .head,
	#tocCont .tocContArea .tocContAreaInner .tocCont,
	#gnb .mobile .inner .moUtil,
	#gnb .mobile .inner .moMenu, #gnb .mobile .inner{
		width: 255px;
	}
	#gnb .mobile .inner .moUtil .selectArea .head select{
		width:160px ;
	}
	#gnb .btnDrawerHide.drawerShowHide{
		left: 230px;
	}
	.btnTabShow.tabShowHide, .btnTabHide.tabShowHide{
		left: 230px;
		top: 65px;
	}
/*	.toolBar{
		top: 270px;
	}*/
	/*.locSearch-mo .btnInputSearch-mo{
		top: 200px;
	}*/
	.locSearchPopup{
		min-width: 180px;
	}
	.locSearchPopup .cont .inputCont .inputBox input[type="text"]{
		padding: 5px 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.locSearchPopup{
		min-width: 181px;
		top: 250px !important;
	}
	#mo_search_address{
		right: 5px;
	}
	.btnTabShow.active {
		left: 8px;
		top: 66px;
	}
	#tocCont .tocContArea .tocContAreaInner.lakePopup,
	.lakePopup .btnControllPrev{
		width: 255px;
	}
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea .top,
	#tocCont .tocContArea .tocContAreaInner.lakePopup,
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont{
		width: 255px;
	}
	#tocCont .tocContArea .tocContAreaInner.lakePopup .cont .addressArea .top{
		width: 220px;
	}
}
