/* 지도 영역 내 툴팁 */
.area_map{position: relative;flex: 1;margin-bottom: -60px}
.area_map .item_around i{margin: 0}
.area_map .tooltip_info{position: relative;display: inline-block;white-space: normal;width: max-content;max-width: 290px;}
.area_map .tooltip_info.invisible{display: none}
.area_map .tooltip_info .info_around, .area_map .tooltip_info .info_course.active{border-width: 2px}
.area_map .tooltip_info .info_around::after, .area_map .tooltip_info .info_course.active::after{position: absolute;bottom: -11px;left: 50%;width: 12px;height: 12px;border: 2px solid;border-top-width: 0;border-left-width: 0;border-bottom-right-radius:5px;background: #fff;transform: rotate(45deg) translate(-50%);content: ""}
.area_map .tooltip_info .info_around::after{border-color: #333}
.area_map .tooltip_info .info_course.course_level1.active::after{border-color: #04A94D;}
.area_map .tooltip_info .info_course.course_level2.active::after{border-color: #2075BE;}
.area_map .tooltip_info .info_course.course_level3.active::after{border-color: #D01B1B;}
.area_map .tooltip_info .info_course .subtit_txt{display: -webkit-box; max-width: 100px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.area_map .tooltip_info .info_around .tit_txt{display: block;padding: 9px 34px 9px 14px;font-size: 18px;font-weight: 700;line-height: 21px;color: #fff;border-radius:5px 5px 0 0;background: #333}
.area_map .tooltip_info .info_around .wrap_desc{display: flex;flex-direction: column;gap: 6px;padding: 10px 10px 20px;border: 2px solid #333;border-radius: 0 0 5px 5px;background: #fff}
.area_map .tooltip_info .info_around .desc_img{display: block;margin-bottom: 5px;border-radius: 5px}
.area_map .tooltip_info .info_around .desc_img[src=""]{display: none}
.area_map .tooltip_info .info_around .desc_txt{display: flex;gap: 10px;padding: 0 5px;font-size: 14px;font-weight: 400;line-height: 16px;color: #6E6E6E}
.area_map .tooltip_info .info_course{padding: 10px 35px 15px 10px}
.area_map .tooltip_info .btn_close{position: absolute;top: -10px;right: -10px;width: 40px;height: 40px;font-size:25px;color: #fff;border-radius:50%;background: #000}
/* 주변 주요 위치 정보 관련 버튼 */
.item_around{font-size: 14px;font-weight: 700;line-height: 16px}
.item_around i{display:block;width: 50px;height: 50px;margin-bottom: 8px;font-size: 25px;line-height: 50px;color: #FFF;border-radius: 50%}
.item_around.btn_tourist{color: #850000}
.item_around.btn_tourist i{background: #850000}
.item_around.btn_lodgment{color: #57007B}
.item_around.btn_lodgment i{background: #57007B}
.item_around.btn_food{color: #7B4A00}
.item_around.btn_food i{background: #7B4A00}
.item_around.btn_toilet{color: #000438}
.item_around.btn_toilet i{background: #000438}
.item_around.btn_repair{color: #000A8F}
.item_around.btn_repair i{background: #000A8F}
.item_around.btn_rest{color: #008565}
.item_around.btn_rest i{background: #008565}
.item_around.btn_cstrn{color: #D85C5C}
.item_around.btn_cstrn i{background: #D85C5C}
.item_around.inactive{font-weight: 400;color: #6E6E6E}
.item_around.inactive i{color:#DDD;background: #FAFAFA}
/* 개별 노선 코스 정보 */
.info_course{display: flex;gap: 10px;padding: 10px;border: 1px solid #DDDDDD;border-radius: 5px;background: #fff}
.info_course .num_txt{flex: none;width: 40px;height: 40px;border-radius: 50%;color: #6E6E6E;font-size: 14px;font-weight:700;line-height: 40px;text-align: center;vertical-align: middle;background: #FAFAFA}
.info_course .area_tit .subtit_txt{font-size: 18px;font-weight: 700;line-height: 21px}
.info_course.course_level1.active{border: 1px solid #04A94D}
.info_course.course_level2.active{border: 1px solid #2075BE}
.info_course.course_level3.active{border: 1px solid #D01B1B}
.info_course.active .num_txt{color: #FFF;}
.info_course.course_level1.active .num_txt{background: #04A94D;}
.info_course.course_level2.active .num_txt{background: #2075BE;}
.info_course.course_level3.active .num_txt{background: #D01B1B;}
.info_course.course_level1.active .subtit_txt{color: #04A94D;}
.info_course.course_level2.active .subtit_txt{color: #2075BE;}
.info_course.course_level3.active .subtit_txt{color: #D01B1B;}
.info_course .desc_txt, .info_course .desc_txt ul{display: flex;flex-direction: column;gap: 4px}
.info_course .desc_txt{flex: 1;}
.info_course .desc_txt .area_tit{display: flex;justify-content: space-between;align-items: center;}
.info_course .desc_txt .area_tit .tag_txt{display: inline-block; align-self: flex-start;padding: 5px 10px 4px;font-size: 14px;font-weight: 500;line-height: 16px;border-radius: 5px;}
.info_course.course_level1 .desc_txt .area_tit .tag_txt{color: #04A94D;background: rgba(4, 169, 77, 0.1);}
.info_course.course_level2 .desc_txt .area_tit .tag_txt{color: #2075BE;background: rgba(32, 117, 190, 0.1);}
.info_course.course_level3 .desc_txt .area_tit .tag_txt{color: #D01B1B;background: rgba(208, 27, 27, 0.1);}
.info_course .desc_txt ul{font-size: 14px;font-weight: 400;line-height: 16px;color: #6E6E6E}
.info_course .desc_txt ul li{display: flex;gap: 15px}
/* 레이어 내부 */
.layer_info{position: fixed;top: 80px;left: 0;width: 100%;transition: background-color .3s;z-index:10;}
.layer_info .wrap_content{display: none;border: 1px solid #034EA2;transition: height 0.5s ease-in-out;background: #fff}
.layer_info .wrap_content.expanded{display: block;max-height:calc(100% - 50px);padding: 0 20px 20px;overflow:auto}
.layer_info:has(.expanded){bottom:0;background: rgba(0,0,0,.7)}
.layer_info .wrap_content > li{position: relative;display: none;padding:20px 0}
.layer_info .wrap_content.expanded > li{display: block}
.layer_info .wrap_content > li + li::before{position:absolute;top: 0;width: 100%;height:1px;background: repeating-linear-gradient(to right,#DDD 0,#DDD 5px, transparent 5px, transparent 10px);content: ""}
.layer_info .head_around{display: flex;gap:15px;align-items: flex-start}
.layer_info .area_around .tit_txt, .layer_info .area_course .tit_txt{display: inline-block;font-size: 20px;font-weight: 800;line-height:24px}
.layer_info .area_around .wrap_toggle{display: flex;flex-wrap: wrap;gap: 6px 10px;align-items: flex-start;justify-content: flex-end;margin-left: auto;margin-top: -7px;padding:10px 0}
.layer_info .area_around .wrap_toggle [class*=toggle]{display: flex;gap: 8px;align-items: center;font-size: 14px;font-weight: 400;line-height: 16px;color: #6E6E6E;text-align: left}
.layer_info .area_around .wrap_toggle [class*=toggle].active{font-weight: 700;color: #FF8000}
.layer_info .area_around .list_around{display: flex;justify-content: space-between;gap: 8px;overflow-x: auto;overflow-y: hidden;}
.layer_info .area_around .tit_txt{flex:none;margin-bottom: 28px}
.layer_info .area_course .tit_txt{margin-bottom: 18px}
.layer_info .area_course form{display: flex;flex-direction: column;gap: 8px;margin-bottom: 20px}
.layer_info .area_course .group_select{display: flex;gap: 8px;width: 100%}
.layer_info .area_course .group_select select{position: relative;flex: 1;appearance: none;font-size: 14px;font-weight: 400;line-height: 16px;background: url(/home/bicycle/images/angle-down-light.svg) no-repeat right 5px center / 14px}
.layer_info .area_course .group_search{position: relative}
.layer_info .area_course .group_search input{width: 100%;font-size: 14px;font-weight: 400;line-height: 16px;background: #fff}
.layer_info .area_course .group_search button{position: absolute;top: 2px;right: 6px;padding: 4px}
.layer_info .area_course select, .layer_info .area_course input{padding: 8px 10px;border: 1px solid #000;border-radius: 5px}
.layer_info .area_course select:focus, .layer_info .area_course input:focus{outline: none}
.layer_info .area_course .list_sorttab{position: absolute;top: 20px;right: 0;display: flex;gap: 20px}
.layer_info .area_course .list_sorttab li{line-height: 0}
.layer_info .area_course .btn_sort{padding:10px 0;margin-top: -6px;font-size: 14px;font-weight: 400;line-height: 16px}
.layer_info .area_course .btn_sort[aria-selected="true"]{font-weight: 700;color: #FF8000;text-decoration: #FF8000 underline }
.layer_info .area_course .list_result{display: flex;flex-direction: column;gap: 5px;max-height: 385px;overflow-y: auto}
.layer_info .btn_layer{display: flex;gap: 6px;justify-content: center;align-items: center;width: 100%;height: 50px;font-size: 14px;font-weight: 700;line-height: 16px;color: #FFF;border-radius: 0 0 10px 10px;background: #034EA2}
.layer_info .wrap_content.expanded + .btn_layer i{transform: rotate(180deg)}
@media screen and (min-width:1024px){
	.layer_info{top: 145px;left: 30px;width: 390px}
	.layer_info:has(.expanded){bottom:auto;background: none}
	.layer_info .wrap_content{display: block;padding: 0 20px 20px;border-radius: 10px 10px 0 0}
	.layer_info .wrap_content.expanded{max-height: none}
	.layer_info .wrap_content > li:first-child{display: block}
	.layer_info .wrap_content > li:not(:first-child){display: none}
	.layer_info .wrap_content.expanded > li:not(:first-child){display: block}
	.layer_info .area_around .list_around li{flex: none;width: 50px;}
	.layer_info .area_course form{flex-direction: row;gap: 10px}
	.layer_info .area_course .group_select{flex: 3;gap: 10px;width: 100%}
	.layer_info .area_course .group_search{flex: 2;width: 100%}
	.layer_info .area_course .group_search input{width: 100%}
	.layer_info .btn_layer{height: 40px}
}



.custom_typecontrol {
	display: flex;
	gap: 5px;
	position: absolute;
	top: 145px;
	right: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
	font-size: 12px;
}

.custom_typecontrol span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 36px;
	font-weight: 700;
	border:1px solid #000;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	cursor: pointer;
}

.custom_typecontrol .btn {
	background: #fff;
	transition: all .2s;
}

.custom_typecontrol .btn:hover {
	opacity: .7;
}

.custom_typecontrol .btn:active {
	transform: scale(0.9);
}

.custom_typecontrol .selected_btn {
	color: #fff;
	background: #034EA2;
}

.custom_typecontrol .selected_btn:hover {
	color: #fff;
}

.custom_zoomcontrol {
	display: flex;
	flex-direction: column;
	gap:5px;
	position: absolute;
	top: 190px;
	right: 10px;
	width: 36px;
	height: 80px;
	overflow: hidden;
	z-index: 1;
}

.custom_zoomcontrol span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border:1px solid #000;
	font-size: 20px;
	color:#000;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.custom_zoomcontrol span img {
	width: 15px;
	height: 15px;
	border: none;
}

/*내위치 버튼 */
.btn_current {
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 36px;
	height: 36px;
	border:1px solid #000;
	border-radius: 5px;
	background: #fff;
	z-index: 1;
	padding: 0;
	cursor: pointer;
	transition: all .2s;
}

.btn_current.active { 
	/*transform: scale(1.2);*/
	color: #FF8000;
}
.btn_current.active i {
	transform: scale(1.4);
}

.marker {
	width: 25px;
	height: 25px;
	transform-origin: center center;
	transition: transform 0.25s ease;
}
.marker img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}