 .map-group {width: 100%; height: 530px; overflow: hidden;}
 .map-sec {position: relative; display: flex; max-width: 1200px; overflow: hidden; padding-bottom: 50px; margin: 0 auto; gap: 32px; color: #333; line-height: 1.4;}
 .map-group .map {width: 100%; height: 100%; position: relative; z-index: 1;}
 .map-group .map .marker,
 .map-group .map .main-marker {position: absolute; display: flex; flex-direction: column; gap: 2px; align-items: center;}
 .map-group .map .marker-left {display: flex; flex-direction: column; gap: 2px; align-items: center; position: absolute; right: 0; width: max-content; transform: translate(-14%, -23%);}
 .map-group .map .marker-right {display: flex; flex-direction: column; gap: 2px; align-items: center; position: absolute; left: 0; width: max-content; transform: translate(16%, 12%);}
 .map-group .map .marker-txt {padding: 3px 11px; border: 1px solid; border-radius: 99px; background: #fff; font-weight: 700; font-size: 13px; text-align: center;}
 .map-group .map .main-marker .marker-txt {font-size: 14px; color: #2C5BF6;}
 .map-group .map .marker1-girls .marker-txt {transform: translateX(115%);}

 .info-group {flex: none; display: flex; flex-direction: column; justify-content: space-between; gap: 15px; width: 368px; background: #fff;}
 .info-group .more-btn {display: none; position: absolute; top: 0; left: 0; padding: 12px 0; width: 100%; background-repeat: no-repeat; background-position: center; background-size: 12px 7px;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 5.75L5.75 0.75L10.75 5.75' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
 .info-group .desc-cont .tit-wrap {display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px;}
 .info-group .desc-cont .tit-wrap strong {font-weight: 600; font-size: 20px; letter-spacing: -0.4px;}
 .info-group .btns-box {display: flex; gap: 8px;}
 .info-group .btns-box a[class*="btn-"] {width: 40px; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; border-radius: 99px; border: 1px solid #c9c9c9; letter-spacing: -0.1px;}
.info-group .btn-naver img {width: 20px;}
.info-group .btn-tmap img {width: 22px;}
.info-group .btn-tell img {width: 19px;}
.info-group .tit-wrap .btns-box .btn-tell {display: none;}

 .info-group .datas-wrap {display: flex; flex-direction: column; gap: 9px;}
 .info-group .datas-wrap p[class*="data-"] {padding-left: 17px; background-repeat: no-repeat; background-position: left 4px; font-size: 15px; }
 .info-group .datas-wrap b {font-weight: 600;}
 .info-group .data-loc {background-image: url('https://russeldata.megastudy.net/campus/images/russel/info/location/icon_loc.png');}
 .info-group .data-tel {background-image: url('https://russeldata.megastudy.net/campus/images/russel/info/location/icon_tel.png');}

.info-group .traffic-cont {max-height: 395px; overflow-y: auto; padding: 0 24px; border: 1px solid #EDEDED; border-radius: 8px; -webkit-overflow-scrolling: touch;}
.info-group .traffic-cont .traffic {min-height: 171px; padding: 24px 0;}
.info-group .traffic-cont.heightAuto .traffic {min-height: auto;}
.info-group .traffic-cont .traffic:not(:first-child) {border-top: 1px solid #EDEDED;}
.info-group .traffic-cont .traffic strong {display: block; margin-bottom: 12px; font-size: 18px;}
.info-group .traffic-cont .traffic dl + dl {margin-top: 12px;}
.info-group .traffic-cont .traffic dl {font-size: 15px; letter-spacing: -0.01px;}
.info-group .traffic-cont .traffic dl dt {display: flex; gap: 6px; margin-bottom: 2px; font-weight: 700;}

.info-group span[class*="metro"] {display: flex;}
.info-group span[class*="metro"] .num{display: flex; justify-content: center; align-items: center; width: 20px; aspect-ratio: 1/1; margin-right: 2px; border-radius: 99px; font-style: normal; font-size: 14px; color: #fff; line-height: 1;}
.info-group .metro2 {color: #1EB131;}
.info-group .metro2 .num {background: #1EB131;}
.info-group .metro3 {color: #F96E27;}
.info-group .metro3 .num {background: #F96E27;}
.info-group .metro5 {color: #833edb;}
.info-group .metro5 .num {background: #833edb;}
.info-group .metro7 {color: #697215;}
.info-group .metro7 .num {background: #697215;}
.info-group .metro-sbd {color: #b6283b;}
.info-group .metro-sbd .num {background: #b6283b;}
.info-group .metro-bd {color: #f3d81f;}
.info-group .metro-bd .num {background: #f3d81f;}
.info-group .metro7 {color: #697215;}
.info-group .metro7 .num {background: #697215;}
.info-group .metro4 {color: #2c9ede;}
.info-group .metro4 .num {background: #2c9ede;}
.info-group .metro-dj1 {color: #3ab449;}
.info-group .metro-dj1 .num {background: #3ab449;}
.info-group .metro-bs2 {color: #39b349;}
.info-group .metro-bs2 .num {background: #39b349;}
.info-group .metro-dg2 {color: #1EB131;}
.info-group .metro-dg2 .num {background: #1EB131;}
/* tablet */
@media (max-width:1199px) {
	.map-sec {flex-direction: column; gap: 20px; padding: 0 24px 60px;}
	.info-group {width: 100%;}
	.info-group .traffic-cont {max-height: none;}
}
/* mobile */
@media (max-width:767px) {
	body {overflow: hidden;}
	body:has(.info-group.on) {overflow: auto;}
	.map-sec {height: calc(100vh - 110px); padding: 0; gap:0 ; }
	.map-sec:has(.info-group.on) {height: auto;}
	.map-group {max-height: 100vh; height: auto; }
	.map-sec .map-group .map {aspect-ratio: 72/101;}
	.map-sec:has(.info-group.on) .map-group .map {}
	.map-group .map .marker-txt {padding: 2px 7px; border-radius: 6px; font-size: 12px;}
	.map-group .map .main-marker .marker-txt {font-size: 12px;}
	.map-group .map .marker-left {left: 50%; bottom: 0; transform: translate(-70%, -32%);}
	.map-group .map .marker-right {left: 50%; bottom: 0; transform: translate(-9%, -63%);}
	.map-group .map .marker1-girls .marker-txt {transform: translateX(83%);}
	.map-group .map .marker1-math .marker-txt {transform: translateY(-34%);}
	.map-group .map .marker-img {width: 17px;}

	.info-group {gap: 16px; position: fixed; top: calc(100% - 210px); left: 0; right: 0; z-index: 9; padding: 32px 16px; box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.10);}
	.info-group.down:not(.on) {}
	.info-group.on {position: relative; top: auto; bottom: 0; margin-top: -280px;}
	.info-group.on .datas-wrap .data-tel {opacity:1;}
	.info-group.on .traffic-cont {opacity:1;}
	.info-group .more-btn {display: block;}
	.info-group.on .more-btn {transform: rotateZ(180deg)}
	.info-group .desc-cont .tit-wrap {flex-direction: column; align-items: start; gap: 8px; margin-bottom: 16px;}
	.info-group .desc-cont .tit-wrap strong {font-size: 18px;}
	.info-group .tit-wrap .btns-box .btn-tell {display: flex;} 

	.info-group .datas-wrap {gap: 6px;}
	.info-group .datas-wrap p[class*="data-"] {font-size: 14px;}
	.info-group .datas-wrap .data-tel {opacity: 0;}

	.info-group .traffic-cont {padding: 0 16px; opacity:0;}
	.info-group .traffic-cont .traffic {min-height: auto; padding: 16px 0;}
	.info-group .traffic-cont .traffic strong {margin-bottom: 8px; font-size: 16px;}
	.info-group .traffic-cont .traffic dl {font-size: 13px;}
	.info-group .traffic-cont .traffic dl + dl {margin-top: 8px;}
	.info-group .traffic-cont .traffic:not(:first-child) {}
}