@charset "UTF-8";
:root {
    --themeColor: #683b97;
    --themeColorA: #683b9733;
    --themeColorH: #592B8D;
}
body {
    width: 100%;
    height: 100vh;
}
.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map-content {
    width: 100%;
    height: calc(100% - 40px);
    position: relative;
}

.map-wrap {
    position: absolute;
    bottom: 0;
    width: calc(100% - 275px);
    height: 100%;
}
#map {
    width: 100%;
    height: 100%;
}

.header-content {
    background-color: var(--themeColor);
    height: 40px;
    padding: 10px 20px;
}

.header-content .logo {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.header-content .logo img {
    margin-right: 10px;
}

.panel-top {
    width: 275px;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    z-index: 1;
}

.btn-top-wrap {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}

.btn-top {
    width: 50%;
    border: 1px solid var(--themeColor);
    border-radius: 20px;
    background-color: #fff;
}

.btn-top:first-child {
    margin-right: 5px;
}

.btn-top.active {
    background-color: var(--themeColor);
    color: #fff;
}

.btn-top:not(.active):hover {
    background-color: rgba(104, 59, 151, 0.2);
}

.search-info-txt {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    font-size: 12px;
}

.search-input-wrap {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 10px;
}

.search-input-wrap.naver {
    margin-top: 10px;
}

.search-input-wrap .btn-search {
    position: absolute;
    top: 1px;
    right: 11px;
}

.search-input-wrap .btn-search:hover {
    background-color: #f0f0f0;
}

.panel-content {
    width: 275px;
    height: calc(100% - 150px);
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    z-index: 1;
}

.non-shadow {
	box-shadow: none !important;
}

.search-list-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.bg-white {
	background-color: #eee !important;
}

.search-list-top {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
}

.search-list-top.flag-all {
    display: block;
    height: 40px;
}

.search-list-top p {
    margin-bottom: 0;
}

.search-list-top p span {
    font-weight: 500;
}

.search-list-top p.search-list-all {
    display: block;
}

.search-list-top p.search-list-store {
    display: none;
}

.search-list-mark {
    display: inline-block;
}

.search-list-mark > span:first-child {
    margin-right: 5px;
}

.search-list .search-list-mark span b {
    display: none;
}


.search-list .search-list-mark > span:first-child {
    margin-right: 0;
    margin-left: 5px;
}

.search-list {
    overflow-y: scroll;
    height: calc(100% - 74px);
}

.search-list-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.search-list-item > a:focus-visible {
    outline: rgb(114 207 255 / 47%) solid 3px !important;
}

.search-list-item > a {
    display: flex;
    flex-direction: column;
}

.br-16 {
	border-radius: 16px;
}

.mb-20 {
	margin-bottom: 20px;
}

.search-list-item h4 {
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
}

.search-list-item p {
    font-size: 12px;
}

.sub-search-list {
    margin: 10px 0;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f8f8;
    /* 스크롤 추가 */
    overflow-y: scroll;
    max-height: 500px;
}

.sub-search-list-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.sub-search-list-item:last-child {
    border-bottom: 0;
}

.sub-search-list-item:hover {
    background-color: #eee;
}

.sub-search-list-item h4 {
    font-size: 13px;
    margin-bottom: 5px;
    color: var(--themeColor);
}

.sub-search-list-item p {
    font-size: 11px;
}

.search-list-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    background-color: #eee;
    border-top: 1px solid #ddd;
}

.pagination .page-item .page-link {
    color: #333;
    padding: .4rem .6rem;
    font-size: 12px;
    line-height: 1;
}

.pagination .page-item.active .page-link {
    background: var(--themeColor);
    border-color: var(--themeColor);
    color: #ffffff;
}

.btn-panel {
    display: none;
    cursor: pointer;
    position: absolute;
    top: -14px;
    width: 84px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    line-height: 1;
    left: 50%;
    transform: translate(-50%, 0);
}

.map-marker {
    position: absolute;
    padding: 3px 8px 4px 6px;
    background-color: var(--themeColor);
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.map-marker.naver {
    transform: translate(-50%, -31px);
}

.search-marker {
	position: absolute;
}

.search-marker.naver{
    transform: translate(-50%, -50%);
}

.map-marker img {
    margin-right: 5px;
}

.map-marker:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid var(--themeColor);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* popup */
.popup-background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
}

.popup {
    position: absolute;
    background-color: #fff;
    z-index: 3;
    padding: 14px;
    border-radius: 8px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
    width: 300px;
    min-height: 240px;
    word-break: break-all;
}

.popup-head {
    border-bottom: 1px solid #333;
    padding-bottom: 6px;
    margin-bottom: 14px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-title span {
    display: block;
    font-size: .8em;
    font-weight: 300;
    color: #666;
}

.btn-close {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.2;
    opacity: .6;
    transition: all .2s;
}

.btn-close:hover {
    opacity: 1;
}

.popup-body {
    word-break: break-word;
}

.popup-body .row {
    margin-bottom: 14px;
}

.popup-body .row i.mdi {
    font-size: 18px;
    line-height: 1;
    color: var(--themeColor);
}

.popup-body .row .store-name {
    font-weight: 700;
    color: var(--themeColor);
}

.popup-body .confirm-txt {
    text-align: center;
    background-color: #f0f0f0;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
}

.popup-footer {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding-top: 10px;
    border-top: 1px dotted #ddd;
}

.popup::after {
    content: '';
    border: 10px solid transparent;
    z-index: 3;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    border-bottom-width: 0;
    border-top-color: #fff;
}

.marker-tooltip {
  position: absolute;
  background-color: #fff;
  z-index: 3;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
  min-width: 275px;
  word-break: break-all;
  font-family: 'Noto Sans KR', 돋움, 'Dotum', 굴림, 'Gulim', Helvetica, sans-serif;
}

.marker-tooltip-body {
  word-break: break-word;
}

.marker-tooltip-body .row {
  margin-bottom: 10px;
}

.marker-tooltip-body .row i.tooltip-header-icon {
  font-size: 18px;
  line-height: 1;
  color: var(--themeColor);
}

.marker-tooltip-body .row .store-name {
  font-weight: 700;
  color: var(--themeColor);
}

.marker-tooltip-body .search-list-mark {
  margin-left: 5px;
}

.map-content {
    height: 100%;
}

.map-wrap {
    width: 100%;
    height: calc(100% - 102px);
}
.map-wrap.naver {
    height: calc(100% - 59px);
}

.search-map-wrap {
	width: 100%;
	height: calc(100% - 68px);
	position: absolute;
    bottom: 0;
}

.header-content {
    display: none;
}

.panel-top {
    width: 100%;
}

.search-info-txt {
    display: none;
}

.panel-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
}

.hc-100-65 {
	height: calc(100% - 65px) !important;
}


.search-list {
    max-height: 32vh;
    height: auto;
    padding: 10px;
    background-color: #eee;
    display: none;
}

.mh-100 {
	max-height: 100% !important;
}

.search-list-top p.search-list-all {
    display: none;
}

.search-list-top p.search-list-store {
    display: block;
}

.search-list-item {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.search-list-bottom {
    display: none;
}

.btn-panel {
    display: block;
}

/* web scrollbar custom */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.myPositionBtn {
 background-color:transparent;
 border:none;
  position: absolute;
  left: -2px;
  top: 305px;
}

.top-80 {
    top: 80px !important;
}

 .myPositionBtn_img {
	content:url('../resources/img/ic_gps.png')  ;
	width:30px;
	height:30px;
}

 .myPositionBtn_image {
    content:url('../resources/img/ic-center-gps.svg')  ;
    width:45px;
    height:45px;
}

.myPositionBtn_between {
 background-color:transparent;
 border:none;
  position: absolute;
  left: 250px;
  top: 110px;
}

/* LMD 수정본 */
.non-active {
	display: none;
}

.changeViewBtn {
	border: none;
    position: absolute;
    right: 5px;
    top: 90px;
    width: 101px;
    height: 30px;
    border-radius: 15.5px;
    background: #FFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .changeViewBtn_img {
    content: url('../resources/img/ic-four-square.png');
    width: 13px;
    height: 13px;
}

.p-l-5 {
	padding-left: 5px;
}

.search-input {
	border-radius: 19.5px;
    border: 1px solid rgba(217, 217, 217, 0.85);
}

.store-name-font {
    color: #2A2A2A;
    font-size: 17px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.6px;
}

.store-distance {
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.6px;
}

.store-address-font {
    color: #575757;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.6px;
}

.store-tel {
    color: #575757;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.6px;
}

.i-send-box {
	content: url('../resources/img/ic-send-box.png');
	margin-right: 4px;
}

.i-pickup-box {
	content: url('../resources/img/ic-pickup-box.png');
	margin-right: 4px;
}

.i-search {
	content: url(../resources/img/ic-search-store.png);
}

.send-box {
	color: #37D243;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.6px;
}

.pickup-box {
	color: #ff9900;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.6px;
}

.mr-10 {
	margin-right: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.i-exclamation {
	content: url('../resources/img/ic-exclamation.png');
	margin-right: 4px;
}

.store-exclamation {
	color: #C4C4C4;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.6px;
}

.item-center {
	display: flex !important;
    align-items: center;
}

.btn-copy {
	content: url('../resources/img/btn-copy.png');
    margin-left: 4px;
}

.store-head {
    font-size: 14px;
    font-weight: 700;
}

.head-bottom {
    padding-bottom: 6px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-clase {
	position: fixed;
    right: 5px;
    top: -30px;
    border: none;
    border-radius: 100px;
    background: #282828B2;
    color: #FFFFFF;
}

.popup-clase_new{
	right: 5px;
    top: -30px;
    border: none;
    border-radius: 100px;
    background: #282828B2;
    color: #FFFFFF;
}

.select-popup {
	position: absolute;
    background-color: #fff;
    z-index: 3;
    padding: 14px 20px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
    width: 275px;
    word-break: break-all;
    border-radius: 16px;
}

.body-content {
	display: flex;
    flex-direction: column;
    padding: 15px;
    background: #EDEDED;
    border-radius: 16px;
}

.select-store-name {
	font-size: 12px;
	font-weight: 700;
}

.select-store-address {
    font-size: 8px;
    font-weight: 700;
}

.select-popup-footer {
	display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.select-cancel {
	width: 100px;
    height: 40px;
    border-radius: 8px;
    border: solid 0.5px #575757;
    background: #FFFFFF;
    margin-right: 10px;
}

.select-confirm {
    width: 100px;
    height: 40px;
    border-radius: 8px;
    background: #37D243;
    border: none;
    color: #FFFFFF;
}
/* LMD 수정본 */

/* s:2024-04 수정/추가 */
.blind {position: absolute;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important;}
.map-content.renewal {display:flex;}
/*:is(.map-content.renewal) button:focus, a:focus, .btn-copy:focus {outline:1px dashed #000 !important;}*/
.map-content.renewal .map-info-wrap {flex-basis:372px;background-color:#fff;    }
.map-content.renewal .panel-top {position:relative;z-index:2;background-color:#fff;box-shadow:none;height:145px;}
.map-content.renewal .search-input-wrap {padding:20px;margin:0;}
.map-content.renewal .search-input-wrap button {cursor: pointer;}
.map-content.renewal .search-input-wrap .search-input {height: 55px;margin: 0;padding:14.5px 50px 14.5px 16px;border-radius: 29px;font-size: 17px;border-color: #ddd;font-weight:400;}
.map-content.renewal .search-input-wrap .search-input.form-control::placeholder {color:#cecece;font-weight:400;}
.map-content.renewal .search-input-wrap .search-input:focus {border:1.5px solid #37D243;}
.map-content.renewal .search-input-wrap .btn-search {display:flex;align-items:center;justify-content:center;right:28px;top:29px;width:40px;height:37px;padding:0;}
.map-content.renewal .search-input-wrap .btn-search:hover,
.map-content.renewal .search-input-wrap .btn-search:focus {background-color:transparent}
.map-content.renewal .search-input-wrap .d-flex {margin-top:20px;align-items:center;justify-content:space-between;}
.map-content.renewal .search-input-wrap .option-list {display:flex;align-items:center;gap:6px;}
.map-content.renewal .search-input-wrap .option-list label {display:inline-flex;align-items:center;margin:0;padding:6px 14px;background-color:#fff;border-radius:20px;font-size:14px;font-weight:700;line-height:1.2;cursor: pointer;}
.map-content.renewal .search-input-wrap .option-list label.btn-type-all {border:1px solid #7449E8;color:#7449E8;}
.map-content.renewal .search-input-wrap .option-list label.btn-type-app {border:1px solid #37D243;color:#37D243;}
.map-content.renewal .search-input-wrap .option-list label.btn-type-pick {border:1px solid #ff9900;color:#ff9900;}
.map-content.renewal .search-input-wrap .option-list input:checked + label.btn-type-all {border:1px solid #7449E8;background-color:#7449E8;color:#fff;}
.map-content.renewal .search-input-wrap .option-list input:checked + label.btn-type-app {border:1px solid #37D243;background-color:#37D243;color:#fff;}
.map-content.renewal .search-input-wrap .option-list input:checked + label.btn-type-pick {border:1px solid #ff9900;background-color:#ff9900;color:#fff;}
.map-content.renewal .search-input-wrap .btn-type-info {width:28px;height:28px;border:none;background:transparent url(../resources/img/ic-info.svg) no-repeat center/100% 100%;}
.map-content.renewal .panel-content {position:static;height:calc(100% - 145px) !important;background-color:#fff;box-shadow:none;}
.map-content.renewal .search-list {padding:20px;background-color:#F8F8F8;}
.map-content.renewal .search-list-item {padding:16px;margin-bottom:10px;border-radius:16px;border:1px solid #ddd;}
.map-content.renewal #modal.search-list-item {position: absolute; z-index: 2;width:100%;max-width: 332px;min-height:110px;margin-bottom:0;}
.map-content.renewal .search-list-item > div {display:flex;gap:10px;align-items:center;}
.map-content.renewal .search-list-item span {margin:0 !important;}
.map-content.renewal .search-list-mark {display:flex;align-items:center;gap:8px;}
.map-content.renewal .search-list-mark span {display:inline-flex;align-items:center;font-size:12px;}
.map-content.renewal .search-list-item p {font-size:14px;line-height:1.3;}
.map-content.renewal .search-list-item p.store-address {margin:8px 0;}
.map-content.renewal .store-name-font {font-size:18px;font-weight:700;}
.map-content.renewal .store-distance {font-size:12px;font-weight:700;}
.map-content.renewal .btn-copy {opacity:.3;}
.map-content.renewal .search-map-wrap {position:relative;height:100%;flex:1;}
.map-content.renewal .search-map-wrap .myPositionBtn {z-index:1;left:3px;top:3px;cursor: pointer;}
.map-content.renewal .search-map-wrap .myPositionBtn img {width:60px;height:60px;}
.changeViewBtn.renewal {display:none;}
.modal-option-info {display:none;position:absolute;right:20px;top:130px;z-index:9;padding:16px 34px 16px 16px;background-color:#fff;border-radius:10px;border:1px solid #D9D9D9;box-shadow:0 0 9px 0 rgba(0,0,0,0.25);}
.modal-option-info ul {margin-bottom:26px;}
.modal-option-info ul li {display:flex;align-items:center;gap:8px;font-size:14px;line-height:1.2;letter-spacing:-1px;}
.modal-option-info ul li + li {margin-top:6px;}
.modal-option-info ul li img {width:22px;}
.modal-option-info p {font-size:14px;line-height:1.2;}
.modal-option-info p + p {margin-top:6px;}
.modal-option-info p b {font-weight:700;}
.modal-option-info .modal-close {position:absolute;right:12px;top:12px;width:18px;height:18px;padding:0;border:none;background:transparent url(../resources/img/ic-info-close.svg) no-repeat center/100% 100%;cursor: pointer;}
.map-content.renewal.mobile {flex-direction:column;}
.map-content.renewal.mobile .map-info-wrap {flex-basis:auto;background-color:#fff;}
.map-content.renewal.mobile .map-info-wrap.h100 {height: 100%;}
.map-content.renewal.mobile .panel-top {height:100px;}
.changeViewBtn.renewal.mobile {display:block;right:20px;top:120px;}
.map-content.renewal.mobile .search-input-wrap {padding:8px 20px 16px;}
.map-content.renewal.mobile .search-input-wrap .search-input {height: 38px;padding:10px 34px 10px 19px;border-radius: 19.5px;font-size: 16px;}
.map-content.renewal.mobile .search-input-wrap .search-input.form-control::placeholder {color:#a5a5a5;}
.map-content.renewal.mobile .search-input-wrap .btn-search {right:34px;top:17px;width:20px;height:20px;}
.map-content.renewal.mobile .search-input-wrap .d-flex {margin-top:12px;}
.map-content.renewal.mobile .search-input-wrap .option-list label {font-size:12px;}
.map-content.renewal.mobile .search-input-wrap .btn-type-info {width:22px;height:22px;}
.map-content.renewal.mobile .panel-content {height:calc(100% - 100px) !important;}
.map-content.renewal.mobile .panel-content.non-active .search-list {display:none;}
.map-content.renewal.mobile .search-list-item {padding:20px;}
.map-content.renewal.mobile #modal.search-list-item {margin-bottom:0;top:auto;left:50% !important;right:auto;top:auto !important;bottom:28px !important;width:calc(100% - 40px);max-width:335px;min-width:0;min-height:0;transform:translateX(-50%);}
.map-content.renewal.mobile .search-list-mark {display:flex;align-items:center;gap:8px;}
.map-content.renewal.mobile .search-list-mark span {font-size:14px;}
.map-content.renewal.mobile .search-list-item p.store-address {margin:10px 0;}
.map-content.renewal.mobile .store-name-font {font-size:20px;}
.map-content.renewal.mobile .store-distance {font-size:14px;}
.map-content.renewal.mobile .modal-option-info {top:90px;padding:12px 30px 12px 12px;box-shadow:none;}
.map-content.renewal.mobile .modal-option-info ul li {font-size:12px;}
.map-content.renewal.mobile .modal-option-info ul li + li {margin-top:6px;}
.map-content.renewal.mobile .modal-option-info ul li img {width:18px;}
.map-content.renewal.mobile .modal-option-info p {font-size:12px;line-height:1.2;}
.map-content.renewal.mobile .modal-option-info .modal-close {right:10px;width:16px;height:16px;}
.map-content.renewal.mobile .search-map-wrap .myPositionBtn {left:5px;top:10px;}
.map-content.renewal.mobile .search-map-wrap .myPositionBtn img {width:45px;height:45px;}
.marker-img {display:block;width:24px;height:24px;background-repeat:no-repeat;background-size:100% 100%;background-position:center;}
.ollehmap-event.active .marker-img {width:30px;height:42px;}
.ollehmap-event.active .search-marker {margin-top:-40px !important;}
.ollehmap-event.active .marker-img.blue {background-image:url(../resources/img/ic-cu-blue-on.png) !important;}
.ollehmap-event.active .marker-img.purple {background-image:url(../resources/img/ic-cu-purple-on.png) !important;}
.ollehmap-event.active .marker-img.green {background-image:url(../resources/img/ic-cu-green-on.png) !important;}
.ollehmap-event.active .marker-img.gray {background-image:url(../resources/img/ic-cu-gray-on.png) !important;}
.ollehmap-event.active .marker-img.orange {background-image:url(../resources/img/ic-cu-orange-on.png) !important;}
/* e:2024-04 수정/추가 */

.active.search-marker {margin-top:-40px !important;}
.active.search-marker.naver{transform: translate(-50%, 0%);}
.active.search-marker .marker-img {width:30px;height:42px;}
.active.search-marker .marker-img.blue {background-image:url(../resources/img/ic-cu-blue-on.png) !important;}
.active.search-marker .marker-img.purple {background-image:url(../resources/img/ic-cu-purple-on.png) !important;}
.active.search-marker .marker-img.green {background-image:url(../resources/img/ic-cu-green-on.png) !important;}
.active.search-marker .marker-img.gray {background-image:url(../resources/img/ic-cu-gray-on.png) !important;}
.active.search-marker .marker-img.orange {background-image:url(../resources/img/ic-cu-orange-on.png) !important;}