@charset "UTF-8";
/**
 * @Class Name  : map-main.css
 * @Description : 인천 책지도
 * @author      : Jinju, Lee
 * @since       : 2025. 12. 05
 * @version 1.1
 *
 * @Modification Information
 * 개정일자              개정자                  개정내용
 * ------------------ ----------- --------------------------
 * 2025. 12. 05       Jinju, Lee         최초생성
 *
 * Copyright 2025. 올포랜드 INC. All rights reserved.
 */

.item-result:focus, .item-result *:focus, .link-btn:focus, .link-btn:focus-visible,
	.top-result:focus {
	outline: none !important;
	box-shadow: none !important;
}.dataCard:focus {
	outline: none;
	box-shadow: none;
}

.top-result:focus {
	outline: none;
	box-shadow: none;
}
@media screen and (min-width: 1200px) {
   #atfcPanelTab1 {
    width:470px;
    height:800px;
  }
}

.type-geographical {
    padding: 1.6rem;
    margin: 0;
    background-color: #FEEEE6;
}

.area-map-caption {
	display: block;
}
@media (min-width: 1201px) {
	.modal-dialog.mobile-top-reset {
		position: absolute !important;
		top: 4rem !important;
		right: 6.6rem !important;
	}
}