.main .head_txt{display: block;padding: 30px 0;font-size: 22px;font-weight:800;line-height: 26px;text-align: center}
.main .area_content{margin:0 12px;text-align: center;}
.main .area_content img{width: 100%;max-width: 640px;}
.main .area_content img + img{margin-top: 20px;}
.main .wrap_ready{margin: 0 auto;padding: 30px;border-radius: 10px;background: #FAFAFA}
.main .wrap_ready i{display: block;margin: 0 auto;width: 80px;height: 80px;border-radius: 50%;font-size: 45px;line-height: 80px;color: #FFF;text-align: center;background: #034EA2}
.main .wrap_ready .desc_txt{margin:10px 0;font-size: 20px;font-weight: 700;line-height: 24px;text-align: center}
.main .wrap_ready .img_logo{display: block;margin: 0 auto;width: 60px}
@media screen and (min-width: 1024px){
  .main .head_txt{padding: 40px 0 30px;font-size: 32px;line-height: 37px}
  .main .area_content{max-width: 640px;margin:0 auto 50px}
  .main .wrap_ready{padding: 75px}
  .main .wrap_ready i{width: 100px;height: 100px;font-size: 50px;line-height: 100px}
  .main .wrap_ready .desc_txt{margin:20px 0 15px;font-size: 28px;line-height: 33px}
  .main .wrap_ready .img_logo{width: 80px}
}

.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;
  /*background-color: #f5f5f5;*/
}

.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;
}

.marker-arrow {
	width: 40px;
	height: 40px;
	background: url('/home/bicycle/images/img_current.png') no-repeat center;
	background-size: contain;
	transform-origin: center center;
}