@charset "UTF-8";

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
} 

.blur {
    background: #ffffffcc;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 12px 4px #0000000f;
}

section footer {
	display: none !important;
}
.navigation-bar .close-100 {
	display: none;
}
.navigation-bar .close-100 {
	display: none;
}
.navigation-bar.on {
	display: flex !important;
}
.navigation-bar.on .left_txt {
	width: 120px;
	height: 50px;
	/* display: flex; */
	justify-content: center;
	/* display: block; */
	align-items: flex-start;
	padding-left: 15px;
	box-sizing: border-box;
	color: #707070;
	font-weight: 500;
}
header .btn-push .left_txt.c1 {
	color: #707070 !important;
	position: relative;
	left: 0;
	padding: 0;
	top: 0;
	background: none;
	text-align: left;
	width: auto;
}
header .btn-push .widget-button {
	height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #707070 !important;
    padding: 0 17px;
}


header .btn-push .left_txt::after {
	display: none;
}
.btn-push .left_txt.c1 {
	color: #707070;
	position: absolute;
	left: 58px;
	width: 60px;
	background: #b3d5f4;
	color: #fff !important;
	border-radius: 5px;
	padding: 10px;
	top: 6px;
	text-align: center;
}
.btn-push .left_txt::after {
	content: '';
	display: block;
	position: absolute;
    left: -4px;
    top: 9px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 10px solid #b3d5f4;
    border-right: 10px solid #b3d5f4;
    transform: rotate(225deg);
	
}
.change-sun .navigation-bar .nav-bor-two .left_txt{
	background: #ffc136;
}
.change-sun .btn-push .left_txt::after{
	border-top: 10px solid #ffc136;
    border-right: 10px solid #ffc136;
}
.change-cloudy .navigation-bar .nav-bor-two .left_txt{
	background: #b3d5f4;
}
.change-cloudy .btn-push .left_txt::after{
	border-top: 10px solid #b3d5f4;
    border-right: 10px solid #b3d5f4;
}
.change-rain .navigation-bar .nav-bor-two .left_txt{
	background: #cacafe;
}
.change-rain .btn-push .left_txt::after{
	border-top: 10px solid #cacafe;
    border-right: 10px solid #cacafe;
}
.change-snow .navigation-bar .nav-bor-two .left_txt{
	background: #94dfe6;
}
.change-snow .btn-push .left_txt::after{
	border-top: 10px solid #94dfe6;
    border-right: 10px solid #94dfe6;
}

nav-bor-two .btn-push .left_txt.c1 {
	color: #707070;
	position: absolute;
	right: 100px;
}
nav-bor-two .btn-push a:hover .left_txt.c1 {
	display: block;
}
.btn-push.on .left_txt.c1 {
	/* color: #9C9CFF !important; */
}
.btn-push.on .left_txt.c2 {
	color: #cacafe;
	
}
.btn-push.on .left_txt.c3 {
	color: #cacafe;
	
}
.btn-push.on .left_txt.c4 {
	color: #cacafe;
	
}
.btn-push.on .left_txt.c5 {
	color: #cacafe;
	
}
.btn-push.on .left_txt.c6 {
	color: #cacafe;
	
}
.navigation-bar .temperature {
	display: none !important;
	font-size: 14px;
	background-size: 80%;
	background-position: center;
	position: absolute;
	top: 20px;
	left: 65px;
	width: 120px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	padding-left: 15px;
	color: #707070;
	font-weight: 500;
}

.navigation-bar.on .temperature {
	
	display: block !important;
}
.navigation-bar.on .temperature span {
	
color: #ddd;
	
/* display: none; */
}
.navigation-bar.on .temperature span.c1 {
	
	color: #9C9CFF;
}
.navigation-bar .left_txt {	
	display: none
}

.left_on {
	
	left: 250px !important;
}
.column {
	
	flex-direction: column;
}
.arrow-prev.on {
	 position: absolute;
	 left: 50px;
	 /* border:1px solid #000; */
	 width: 25px;
	 height: 60px;
	 display: block;
	 background: #ffffffd9;
	 left: 80px;
	 border-radius: 0 10px 10px 0;
	 box-shadow: 0 0 0 0 #0000000f;
	 z-index: 10000;
	 backdrop-filter: blur(5px);
	 cursor: pointer;
}
.arrow-prev {
	 position: relative;
    float:left;
    /* border:1px solid #000; */
    width:100px;
    height:100px;
    margin-right:5px;
    display: none;
}
.arrow-next.on {
    position: absolute;
    left: 50px;
    /* border:1px solid #000; */
    width: 25px;
    height: 60px;
    /* margin-right:5px; */
    background: #ffffffe6;
    left: 200px;
    border-radius: 0 10px 10px 0;
    box-shadow: 8px 0px 25px -6px #0000000f;
    z-index: 10000;
    backdrop-filter: blur(5px);
    cursor: pointer;
}
.arrow-next {
    position: absolute;
    left: 50px;
    /* border:1px solid #000; */
    width: 25px;
    height: 60px;
    /* margin-right:5px; */
    background: #ffffffe6;
    left: 80px;
    border-radius: 0 10px 10px 0;
    box-shadow: 8px 0px 25px -6px #0000000f;
    z-index: 10000;
    backdrop-filter: blur(5px);
    cursor: pointer;
}

.arrow-next::after {
    position: absolute;
    left: 4px;
    top: 25px;
    content: '';
    width: 10px; /* 사이즈 */
    height: 10px; /* 사이즈 */
    border-top: 1px solid #ACACAC; /* 선 두께 */
    border-right: 1px solid #ACACAC; /* 선 두께 */
    transform: rotate(45deg); /* 각도 */
     /* 각도 */
}
.arrow-next.on::after {
    position: absolute;
    left: 8px;
    top: 25px;
    content: '';
    width: 10px; /* 사이즈 */
    height: 10px; /* 사이즈 */
    border-top: 1px solid #ACACAC; /* 선 두께 */
    border-right: 1px solid #ACACAC; /* 선 두께 */
    /* transform: translate(10px, 10px); */
    transform: rotate(225deg)
}

.announcement {
	 box-shadow: none;
	 display: flex;
	 width: calc(100% - 214px - 200px - 140px - 10px);
	 padding: 0 20px;
	 box-sizing: border-box;
	 margin: 0;
	 word-break:break-all;
	 /*border-: 1;*/
	 height: 64px;
	 text-align: left;
	 word-wrap: break-word;
	 display: flow-root;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 line-height: 64px;
}
.cloud_bar {
	background: url('./image/weather/weather_icon-03.png') 50%/contain no-repeat;
}
.menu_bar {
	/* background: url('./image/cloud_bar.png') 50%/contain no-repeat; */
	width: 30px;
	height: 50px;
	margin: 0;
	display: none;
	cursor: pointer;
}
.change-sun .menu_bar {
	background: url('./image/sun_bar.png') 50%/contain no-repeat;
}
.change-cloudy .menu_bar {
	background: url('./image/cloud_bar.png') 50%/contain no-repeat;
}
.change-rain .menu_bar {
	background: url('./image/rain_bar.png') 50%/contain no-repeat;
}
.change-snow .menu_bar {
	background: url('./image/snow_bar.png') 50%/contain no-repeat;
}

.widget-rank {
	display: none;
	width: 20%;
	padding: 15px;
	background-color: #fff;
	position: absolute;
	top: 113px;
	z-index: 9999;
	left: 68%;
	box-shadow: 0 8px 36px #00000021;
	align-items: center;
	border-radius: 23px;
}

.widget-rank .btn-box {
	display:flex;
	justify-content: flex-end;
	padding-bottom: 12px;
}

.widget-rank .close-btn {
	position: relative;
	width: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: #e9ebee;
	border-radius: 50%;
	margin: 0;
}

.widget-rank .close-btn::before,
.widget-rank .close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #333;
}

.widget-rank .close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.widget-rank .close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.widget-rank ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.widget-rank ul li {
	display: flex;
	align-items: center;
	margin: 0;
	justify-content: space-between;
}

.widget-rank ul li .txt-box {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0;
}

.widget-rank ul li .txt-box p {
	display: flex;
	gap: 10px;
	font-size: 14px;
}

.widget-rank ul li .txt-box p strong {
	font-weight: 600;
	color: #292929;
}

.widget-rank ul li .txt-box img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.widget-rank ul li button {
	color: #55aef2;
	margin: 0;
	padding: 11px;
	border-radius: 22px;
	background: #e7f5ff;
	cursor: pointer;
}

.bicycle-road-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #F3F5F7;
	border-radius: 20px;
	padding: 26px;
	box-sizing: border-box;
	max-height: 720px;
	display: flex;
	flex-direction: column;
	width: 50%;
	height: 80%;
	gap: 12px;
	min-width: 550px;
}

.bicycle-road-popup .b-c-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

.bicycle-road-popup .b-c-header p {
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.bicycle-road-popup .b-c-header .right {
	display: flex;
	align-items: center;
	margin: 0;
}

.bicycle-road-popup .b-c-header .right a {
	background: #fff;
	padding: 6px 20px;
	border-radius: 30px;
}

.bicycle-road-popup .b-c-header .close-btn {
    position: relative;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.bicycle-road-popup .b-c-header .close-btn::before,
.bicycle-road-popup .b-c-header .close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #333;
    transform: translate(-50%, -50%) rotate(45deg);
}

.bicycle-road-popup .b-c-header .close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.bicycle-road-popup .b-c-header .close-btn:hover::before,
.bicycle-road-popup .b-c-header .close-btn:hover::after {
    background-color: #000;
}

.bicycle-road-popup .b-c-container {
	background: #fff;
	padding: 20px;
	overflow: auto;
	border-radius: 10px;
	box-sizing: border-box;
}

.bicycle-road-popup .b-c-container .b-c-c-header {
	display: flex;
	justify-content: space-between;
}

.bicycle-road-popup .b-c-container .b-c-c-header p {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.bicycle-road-popup .b-c-container .b-c-c-header span {
	margin: 0;
	padding: 4px 8px;
	border-radius: 50px;
}

.bicycle-road-popup .b-c-wrap {
	overflow-y: auto;
	padding-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	overflow-x: hidden;
}

.bicycle-road-popup .b-c-wrap .b-c-top {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.bicycle-road-popup .b-c-wrap .b-c-top img {
	height: 224px;
	width: 100%;
	background: #f6f8fa;
	border-radius: 8px;
	border: 1px solid #ddd;
	object-fit: contain;
	box-sizing: border-box;
}

.bicycle-road-popup .b-c-wrap .b-c-top .b-c-txt-box {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
}

.bicycle-road-popup .b-c-wrap .b-c-top .title-h1 {
	font-size:20px;
	font-weight:500;
	color:#000;
	margin: 0;
}

.bicycle-road-popup .b-c-wrap .b-c-top .b-c-txt-box .title {
	margin: 0;
	color: #000;
	font-weight: 400;
	font-size: 16px;
}

.bicycle-road-popup .b-c-wrap .b-c-top .b-c-txt-box p {
	font-size: 16px;
	margin: 0;
	line-height: 1.5;

}

.bicycle-road-popup .b-c-wrap .b-c-middle {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.bicycle-road-popup .b-c-wrap .b-c-middle .b-c-m-info {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.bicycle-road-popup .b-c-wrap .b-c-middle .b-c-m-info p {
	margin: 0;
	font-size: 20px;
	color: #000;
	font-weight: 500;
}

.bicycle-road-popup .b-c-wrap .b-c-middle .b-c-m-info .b-c-m-info-right
	{
	display: flex;
	margin: 0;
	gap: 12px;
}

.bicycle-road-popup .b-c-wrap .b-c-middle .b-c-m-info .b-c-m-info-right .title
	{
	color: #000;
	font-weight: 500;
}

.bicycle-road-popup .b-c-wrap .b-c-middle .b-c-m-info .b-c-m-info-right p
	{
	color: #707070;
	font-size: 16px;
}

.bicycle-road-popup .b-c-wrap .course-info {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow-x: hidden;
}

.bicycle-road-popup .b-c-wrap .course-info .course-title {
	display: flex;
	gap: 12px;
	margin: 0;
}

.bicycle-road-popup .b-c-wrap .course-info .course-title img {
	width: 100%;
	height: 100%;
}

.bicycle-road-popup .b-c-wrap .course-info .course-title .title {
	color: #000;
	font-weight: 500;
	flex: 0 0 auto;
}

.bicycle-road-popup .b-c-wrap .course-info .course-title p {
	margin: 0;
	font-size: 16px;
}

.bicycle-road-popup .b-c-wrap .course-info img {
	height: 230px;
	box-sizing: border-box;
	background: #f6f8fa;
	border-radius: 8px;
	border: 1px solid #ddd;
	object-fit: contain;
	width: 100%;
}

/* 자전거 둘레길 > 지도이동 modal s */
.bicycle_trail_popup {
	display: none;
}
.bicycle_trail_popup.on {
	display: block;
	height: 100%;
}
.modal .bicycle_trail_popup .map{
	height: calc(100% - 87px);
	background: #eee;
	margin: 0;
	border-radius: 0 0 10px 10px;
	position: relative;
}
.modal .bicycle_trail_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 .bicycle_trail_popup .map .popup .title_header {
	padding: 0;
}
.modal .bicycle_trail_popup .map .popup .title_header .title{
	width: 100%;
}
.modal .bicycle_trail_popup .map .trail {
	width: 400px;
	background: #ffffff61;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px #00000029;
	right: 26px;
	position: absolute;
	bottom: 26px;
}
.modal .bicycle_trail_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 .bicycle_trail_popup .map .trail .title_header .img{
	background: url('./image/new/pin.png') no-repeat 50% 50%;
	background-size:contain;
	width: 15px;
	height: 15px;
}
.modal .bicycle_trail_popup .map .trail ul {
	padding: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	gap: 5px;
}
.modal .bicycle_trail_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 .bicycle_trail_popup .map .trail ul li span {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
}

.modal .bicycle_trail_popup .map .trail {
	background: #ffffffe3 !important;
	z-index: 1;
}
.modal .bicycle_trail_popup .map .trail ul li:last-child {
	width: calc(38% - 5px);
}
.modal .bicycle_trail_popup .map .trail ul li .red_line {
    background: url(./image/new/park/legend_7_.png) no-repeat 50% 50%;
    background-size: contain;
}
.modal .bicycle_trail_popup .map .trail ul li .certification-center {
    background: url(/pos/images/mobile/map/Bicycle/BicyclePath-CertificationCenter.png) no-repeat 50% 50%;
    background-size: contain;
}
.modal .bicycle_trail_popup .map .trail ul li .waterfountain {
    background: url(/pos/images/mobile/map/Bicycle/BicyclePath-WaterFountain.png) no-repeat 50% 50%;
    background-size: contain;
}
.modal .bicycle_trail_popup .map .trail ul li .airpump {
    background: url(/pos/images/mobile/map/Bicycle/BicyclePath-AirPump.png) no-repeat 50% 50%;
    background-size: contain;
}
.modal .bicycle_trail_popup .map .trail ul li .restroom {
    background: url(/pos/images/mobile/map/Bicycle/BicyclePath-Restroom.png) no-repeat 50% 50%;
    background-size: contain;
}


/* 자전거 둘레길 > 지도이동 modal e */


/*전체삭제 알림 컨펌 팝업 s*/
.removeAll_confirm {
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 0;
}
.removeAll_confirm.on {
	display: block;
}
.removeAll_confirm .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;
}
.removeAll_confirm .popup .img {
	background: #fff url(./image/new/caution.png) no-repeat 50%;
	width: 100%;
	height: 40%;
	background-size: contain;
	/* margin-bottom: 20px; */
}
.removeAll_confirm .popup .txt {	
	font-size: 18px;
	margin-bottom: 30px;
}
.removeAll_confirm .popup .button {
	width: 100%;
	height: 40px;
	display: flex;
	gap: 10px;
}
.removeAll_confirm .popup .button button{
	width: 50%;
	height: 100%;	
	border-radius: 10px;
	background: #696969;
	color: #fff;
	font-size: 15px;
}
.removeAll_confirm button:hover {
	cursor: pointer; 
}
/*환경 이슈 관련 컨펌 팝업 e*/