@charset "utf-8";
img {
	max-width: 100%;
	height: auto;
}
/* 카카오지도 내부 이미지 깨짐 방지 */
#div_map img {
	width: auto;
	height: auto;
	max-width: none;
}
a, button {
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:visited, a:active, a:active {
	text-decoration: none;
}
button {
	width: auto;
	overflow: visible;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	background: none;
	background: transparent;
	border: none;
	box-sizing: border-box;
}
.pagination {
	text-align: center;
}

/*----- 학원 검색 영역 -----*/
.academy-page {
	width: 100%;
	height: calc(100vh - 147px);
	overflow: hidden;
}
.academy-detail-page {
	width: 100%;
}
.academy-finder {
  	display: flex;
	position: relative;
  	width: 100%;
	height: 100%;
	min-height: 600px;
	overflow: hidden;
}
.academy-sidebar {
	flex: 0 0 540px;
	position: relative;
	padding: 16px;
	width: 540px;
	height: 100%;
	overflow: visible;
	background: #f5f6fa;
	box-shadow: 2px 3px 4px 2px rgb(0, 0, 0, 0.1);
	box-sizing: border-box;
	transition: flex-basis 0.4s cubic-bezier(0.4, 0, 0.2, 1),
				width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
				padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
				box-shadow 0.4s ease;
	z-index: 20;
}
.academy-sidebar.open {
	flex-basis: 540px;
	width: 540px;
	padding: 16px;
}

/* 닫힌 상태 */
.academy-sidebar:not(.open) {
	flex-basis: 0;
	width: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
}
/* 닫혔을 때 내부 검색/리스트 숨김 */
.academy-sidebar:not(.open) .slide-wrap {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
/* 버튼은 닫힌 상태에서도 보이게 유지 */
.slide-btn {
	position: absolute;
	top: 50%;
	right: -20px;
	padding: 0;
	width: 20px;
	height: 60px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #f5f6fa;
	font-size: 14px;
	color: #78ea00;
	z-index: 20;
	box-shadow: 5px 3px 4px 0px rgb(0, 0, 0, 0.1);
	transform: translateY(-50%);
}
.slide-wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: opacity 0.25s ease;
}

/* 검색 영역 */
.academy-search {
	position: relative;
	width: 100%;
	height: 60px;
	padding-bottom: 0;
	border-radius: 8px;
	margin-bottom: 16px;
}
.academy-search label {
	font-size: 18px;
	color: #808080;
}
.academy-search #btn_search {
	position: absolute;
	left: 16px;
	right: auto;
	top: 50%;
	transform: translateY(-25%);
	height: 24px;
}
.academy-search #btn_search img {
	width: 100%;
	height: 100%;
}
.academy-search input {
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: 60px;
	border: 1px solid #e1e3eb;
	text-align: left;
	padding: 0 48px;
	box-sizing: border-box;
	border-radius: 8px;
}

/* 검색 필터 */
.region-filter {
	height: 100%;
	min-height: 0;
	flex: 1;
	border: 0;
}
.region-filter-wrap {
	height: 100%;
	border: 1px solid #e1e3eb;
	border-radius: 8px;
	background: #fff;
	display: flex;
	overflow: hidden;
}
/* 시도 */
.sido-list {
	width: 90px;
	height: 100%;
	background: #fff;
	border-radius: 8px 0 0 8px;
	overflow-y: auto;
	box-sizing: border-box;
}
/* 시도군 */
.sigungu-list {
	width: 104px;
	height: 100%;
	border-left: 1px solid #e1e3eb;
	overflow-y: auto;
	box-sizing: border-box;
}
.academy-list {
	flex: 1;
	height: 100%;
	min-height: 0;
	border-left: 1px solid #e1e3eb;
	overflow-y: auto;
}
.academy-list ul {
	padding-bottom: 16px;
}
.academy-list ul::after {
  content: "";
  display: block;
  height: 16px;
}
.academy-empty {
  padding: 30px 16px;
  text-align: center;
  color: #777;
}
.sido-list ul,
.sigungu-list ul,
.academy-list ul
{
	padding: 8px 0;
	overflow: hidden;
}
.sido-list li,
.sigungu-list li,
.academy-list li
{

}
.sido-list li button,
.sigungu-list li button
{
	padding: 0;
	width: 100%;
	color: #646466;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}
.academy-list li button
{
	padding: 0;
	padding-left: 20px;
	width: 100%;
	color: #000000;
	text-align: left;
	font-size: 16px;
	line-height: 40px;
}
.sido-btn.on,
.sigungu-btn.on,
.sido-btn:hover,
.sigungu-btn:hover,
.academy-item-btn:hover {
	background: #f5f6fa;
	font-weight: 700;
}
.academy-list .academy-item-btn.on,
.academy-list .academy-item-btn.on:hover {
	background: rgba(120, 234, 0, 0.3);
}
.academy-item-btn h3 {
	font-weight: normal;
	letter-spacing: 0;
}
.academy-list .academy-item-btn.on .aca_nm {
	display: block;
}

.sido-btn, .sigungu-btn,
.academy-item-btn, #btn_search {
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.sido-btn:focus, .sido-btn:active,
.sigungu-btn:focus, .sigungu-btn:active,
.academy-item-btn:focus, .academy-item-btn:active,
#btn_search:focus, #btn_search:active {
	outline: none;
	box-shadow: none;
}
.sido-btn.on, .sigungu-btn.on,
.academy-item-btn.on {
	outline: none;
	box-shadow: none;
}

/* 지도 영역 */
/* 지도 영역 - 확대, 축소 */
.map_wrap {
	position:relative;
	overflow:hidden;
	width:100%;
	height:350px;
}
.radius_border{
	border:0;
	border-radius:5px;
}     
.custom_zoomcontrol {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 36px;
	height: 80px;
	overflow: hidden;
	z-index: 1;
	background-color: #72af2d;
	border: 1px solid #72af2d;
	border-radius: 5px;
	box-sizing: border-box;
}
.custom_zoomcontrol span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #72af2d;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid transparent;
}                
.custom_zoomcontrol span:first-child{
	border-bottom:1px solid #fff;
}
.custom_zoomcontrol span:hover,
.custom_zoomcontrol span:active {
	background-color: #fff;
	border: 1px solid #72af2d;
	color: #72af2d;
}

.custom_zoomcontrol span:hover i,
.custom_zoomcontrol span:active i {
	color: #72af2d;
}

.custom_zoomcontrol span:hover:first-child,
.custom_zoomcontrol span:active:first-child {
	border-bottom: 1px solid #72af2d;
}
.bi-plus, .bi-dash {
	font-size: 20px;
	color: inherit;
}
/* 지도 영역 - 현재 위치 */
.current_location_control {
	position: absolute;
	right: 20px;
	top: 105px;
	z-index: 20;
}
.current_location_control button {
	min-width: 36px;
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 18px;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 3px 10px rgba(0,0,0,.15);
	cursor: pointer;
}
.current_location_control button:hover {
	border-color: #72af2d;
	color: #72af2d;
}
.current_location_control button:disabled {
	opacity: .6;
	cursor: wait;
}
.bi-crosshair {
	font-size: 20px;
}

.academy-map-wrap {
  	position: relative;
	display: block !important;
  	flex: 1;
	min-width: 0;
	/*height: 100%;*/
	min-height: 600px;
	overflow: hidden;
	background: #f2f2f2;
}

.academy-page + footer {
	display: none;
}
/* top 버튼도 이 페이지에서는 불필요 */
#top_btn {
  	display: none !important;
}
.academy-map {
  	width: 100%;
	height: 100%;
	min-height: 600px;
}
/* 지도 내 센터 선택 카드 */
.academy-card {
  	position: absolute;
  	top: calc(50% - 48px);
	bottom: auto;
  	left: 50%;
 	width: 360px;
 	background: #fff;
  	border-radius: 8px;
  	overflow: hidden;
  	z-index: 100;
	pointer-events: auto;
  	box-shadow: 0 5px 10px rgba(0,0,0,0.16);
	transform: translate(-50%, -100%);
}
.card-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	color: #666666;
}
.card-info-group {
	padding: 20px;
}
.card-info-group h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.card-info-group p {
	position: relative;
	padding-left: 24px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #000000;
}
.card-info-group .address::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-9px);
	width: 16px;
	height: 16px;
	background-image: url("../images/sub/maps-and-flags.svg");
	background-size: cover;
	
}
.card-info-group .tel::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-9px);
	width: 16px;
	height: 16px;
	background-image: url("../images/sub/phone-call.svg");
	background-size: cover;
	
}
.card-btn-group {
  display: flex;
}
.card-btn-group a {
  flex: 1;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-btn-group a:first-child {
  background: #72af2d;
  color: #fff;
}
.card-btn-group a:last-child {
  background: #000;
  color: #fff;
}

/*----- 센터 상세페이지 - 헤드 -----*/
.academy-detail-page {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.page-header {
	margin-bottom: 40px;
	padding: 0 30px;
	height: 88px;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
}
.visually-hidden {
	display: none;
}
.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	height: 88px;
	gap: 48px;
}
.header-inner::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #78ea00 0%, #78ea00 25%, #d8d8d8 25%, #d8d8d8 100%);
}

.header-inner .logo {
	margin-right: 26px;
	height: 40px;
}
.header-inner .center-title {
	font-size: 32px;
	color: #000;
	font-weight: 700;
}
.center-name {
	display: flex;
	align-items: center;
	width: 100%;
}
.center-nav {
	display: flex;
	align-items: center;
}

.center-tab {
	width: 100%;
}
.center-tab ul {
	display: flex;
}
.center-tab ul li {
	width: 100px;
}
.center-tab ul li a {
	font-size: 16px;
	color: #333333;
	font-weight: 800;
	text-decoration: none;
}
.center-tab ul li a:active, 
.center-tab ul li a:focus,
.center-tab ul li a:hover {
	color: #78ea00;
}
.center-contact {
	/*position: absolute;*/
	right: 0;
	display: flex;
	gap: 8px;
}
.btn {
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 8px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
}
.btn-primary {
	background: #78ea00;
	color: #000;
}
.btn-dark {
	background: #000;
	color: #FFFFFF !important;
}

/* 센터 상세페이지 - 콘텐츠 영역 */
/* 상단 슬라이드 배너 */
.page-main section { padding: 0 30px; }
.visual-slider {
	position: relative;
	margin-bottom: 40px;
	height: 360px;
	border-radius: 16px;
	background: #666666;
	overflow: hidden;
}
.visual-slider-inner {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 1s ease;
}
.visual-slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slider-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background-color: #000;
	opacity: 0.5;
}
.visual-slide img {
  	display: block;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	object-position: center center;
}
.visual-txt {
	position: absolute;
	bottom: 50px;
	padding: 0 100px;
	width: 100%;
	color: #fff;
}
.visual-txt h3 { font-size: 28px; margin-bottom: 5px; }
.visual-txt p { font-size: 18px; }
.prev { left: 0px; }
.next { right: 0px; }
.slider-btn {
	position: absolute;
	display: block;
	padding: 0;
	width: 60px;
	height: 100%;
	top: 0;
	color: #fff;
	background: transparent;
	transition: background-color 0.2s ease;
}
.slider-btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.svg-icon-left, .svg-icon-right {
	display: inline-block;
  	width: 18px;
  	height: 32px;
	background-color: #FFFFFF;
}
.svg-icon-left:hover, .svg-icon-right:hover {
	background-color: #78ea00;
}
.svg-icon-left {
	mask-image: url("../images/academy/chevron-left.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	-webkit-mask-image: url("../images/academy/chevron-left.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.svg-icon-right {
	mask-image: url("../images/academy/chevron-right.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	-webkit-mask-image: url("../images/academy/chevron-right.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.visual-pagination {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 6;
}
.visual-pagination button {
	margin: 0 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #999;
}
.visual-pagination button.is-active {
	background: #78ea00;
}

/* 공지 안내 */
.notice-section { margin-bottom: 80px; }
.notice-grid { display: flex; gap:24px; }
.notice-card {
	width: 50%;
	height: 155px;
	padding: 30px;
	border-radius: 16px;
	color: #000 !important;
}
/*.notice-card:first-child { margin-right: 24px; }*/
.notice-green { background-color: #daffb2; }
.notice-orange { background-color: #ffdcb2; }
.notice-card h3 { font-size: 28px; }
.notice-card time { font-size: 18px; }

/* 센터 소식 */
.news-section { margin-bottom: 80px; }
.news-layout, .video-section { width: 100%; }
.section-head { 
	display: flex; 
	align-items: center;
	justify-content: space-between; 
	height: 40px; 
	margin-bottom: 20px; 
	border-bottom: 1px solid #dfdfdf; 
}
.section-head h2 { 
	font-size: 24px;
	color: #000;
	line-height: 1;
}
.section-head .more-link { font-size: 14px; color: #808080; }

.news-list li { 
	height: 36px;
	font-size: 14px; 
}
.news-list li a { 
	width: 100%;
	height: 100%;
	color: #000;
}
.news-list li a:hover {
	color: #72af2d;
	cursor: pointer;
}
.news-list time {
	float: right;
	color: #808080;
}
.news-empty {
	text-align: center;
	color: #808080;
}

/* 영상 */
.video-section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	padding: 24px;
	background-color: #f2f2f2;
}
.video-wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 720px;
}
.video-wrap iframe { 
	width: 100%;
    height: auto;
	display: block;
	border: 0;
	aspect-ratio: 16 / 9;
}

/* 센터 기본 정보 */
.info-section { margin-bottom: 80px; }
.info-grid { display: flex; min-height: 240px; }
.center-info, .director-card { width: 50%; }
.center-info { margin-right: 24px; }
.info-list { display: flex; flex-direction: column; }
.info-list li { position: relative; display: block; margin-bottom: 12px; /*background: transparent;*/ }
.info-list li p, .info-list li a { font-size: 20px; color: #000000; font-weight: 400; }
.icon-location, .icon-tel,
.icon-time, .icon-bus,
.icon-dayoff, .icon-parking {
/*	display: block;*/
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0;
	object-fit: contain;
	background-color: #78ea00;
}
.icon-location { 
	mask-image: url("../images/academy/maps-and-flags.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	-webkit-mask-image: url("../images/academy/maps-and-flags.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.icon-tel {
	mask-image: url("../images/academy/phone-call.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	-webkit-mask-image: url("../images/academy/phone-call.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.icon-time {
	mask-image: url("../images/academy/clock.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	-webkit-mask-image: url("../images/academy/clock.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.icon-bus {
	mask-image: url("../images/academy/bus.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	-webkit-mask-image: url("../images/academy/bus.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.icon-dayoff {
	mask-image: url("../images/academy/schedule.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	-webkit-mask-image: url("../images/academy/schedule.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.icon-parking {
	width: 18px;
	height: 18px;
	mask-image: url("../images/academy/parking-area.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	-webkit-mask-image: url("../images/academy/parking-area.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.director-card { display: flex; }
.js-director-introduction { white-space: pre-line; }
.profile-img { width: 200px; max-width: 200px; height: 200px; margin-right: 30px; flex-shrink: 0; overflow: hidden; border-radius: 50%; }
.profile-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.profile-txt { max-width: 350px; color: #000;  }
.profile-txt h2 { font-size: 24px; margin-bottom: 15px; }
.profile-txt p { font-size: 15px; }
.sns-list { display: flex; width: 100%; height: 30px; margin-top: 25px; }
.link-blog, .link-insta,
.link-ytube, .link-ktalk, 
.link-etc {
	width: 30px;
	height: 30px;
	margin-right: 30px;
}
.link-blog { background-image: url("../images/academy/naver_blog.svg"); }
.link-insta { background-image: url("../images/academy/instagram.svg"); }
.link-ytube { background-image: url("../images/academy/youtube.svg"); }
.link-ktalk { background-image: url("../images/academy/kakao-talk.svg"); }
.link-etc { background-image: url("../images/academy/link.svg"); }


/* 오시는 길 */
.map-section { margin-bottom: 80px; }
.map-title { font-size: 24px; color: #000; margin-bottom: 24px; }
.map-area { width: 100%; min-height: 400px; background: #D8D8D8; }
.center-name-overlay { padding:6px 10px ;border-radius:15px; background:#72af2d; font-size:13px; color:#fff; box-shadow:0 2px 4px rgba(0,0,0,0.3); }
.map-infowindow {
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	white-space: nowrap;
}
.map-infowindow strong {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
}

/* CTA */
.cta-section { 
	min-height: 200px;
	background-color: #333333;
	text-align: center;
}
.cta-title {
	padding-top: 50px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}
.cta-actions { margin-top: 26px; padding-bottom: 50px; }
.cta-actions a:first-child { margin-right: 24px; }

/* 카카오톡 */
.floating-kakao {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 64px;
    height: 64px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fee500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.floating-kakao[hidden] { display: none; }
.floating-kakao:not([hidden]) { display: flex; }
.floating-kakao img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

/* 센터 상세페이지 - 푸터 */
.site-footer {  }
.page-footer { background: #000; }
.footer-inner{ display: flex; justify-content: space-between; padding: 40px 60px; width: 100%; }
.footer-logo { margin: 30px 30px 0 0; width: 100px; height: 55px; }
.footer-info { display: flex; padding-left: 40px; }
.footer-info p { color: #464646; }
.privacy-link { margin-bottom: 32px; color: #cccccc; }
.footer-btn { width: 200px; height: 40px; border: 1px solid #cccccc; color: #cccccc; float: right; }
.footer-btn:hover { border: 1px solid #78ea00; }
.privacy-link:hover, .footer-btn:hover { color: #78ea00; }

/* ==============================
   Academy Responsive
============================== */

@media (max-width: 1200px) {
	.academy-sidebar:not(.open) {
		flex-basis: 0;
		width: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.inner { width: calc(100% - 40px); }
	.academy-sidebar { flex: 0 0 460px; width: 460px; }
	.academy-sidebar.open { flex-basis: 460px; width: 460px; }
	.header-inner .center-title { font-size: 28px; }
	.btn { font-size: 16px; }
	
}

@media (max-width: 1024px) {
	/* 학원찾기 목록 + 지도 */
	.academy-page {
		/*height: auto;
		min-height: 100vh;
		overflow: visible;*/
	}
	.academy-finder {
		display: block;
/*		height: auto;
		min-height: auto;
		overflow: visible;*/
	}
	.academy-sidebar {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: auto;
		min-height: auto;
		padding: 16px;
		box-shadow: none;
	}
	.academy-sidebar.open {
		width: 100%;
		flex-basis: auto;
		padding: 16px;
	}
	.academy-sidebar:not(.open) {
		width: 100%;
		height: 0;
		flex-basis: auto;
		padding: 0px;
	}
	.academy-sidebar:not(.open) .slide-wrap {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.slide-btn { 
		/*display: none; */
		right: 50%;
		top: -40px;
		transform: rotateZ(-90deg);	
	}
	.academy-search #btn_search {
		top: 55%;
	}
	.region-filter-wrap { height: 320px; }
	.academy-map-wrap { 
		width: 100%; 
		height: calc(100% - 0px);
	}
	/*.academy-map { min-height: 420px; }*/
	.academy-card {
		top: calc(50% - 44px);
		bottom: auto;
		left: 50%;
		width: calc(100% - 40px);
		max-width: 360px;
		transform: translate(-50%, -100%);
	}

	/* 센터 상세페이지 */
	.page-header {
		height: auto;
		padding: 0 20px;
		margin-bottom: 28px;
	}
	.header-inner {
		height: auto;
		min-height: 88px;
		padding: 18px 0;
	}
	.visual-slider { height: 320px; }
	.visual-txt {
		bottom: 44px;
		padding: 0 72px;
	}
	.visual-txt h3 { font-size: 24px; }
	.visual-txt p { font-size: 16px; }
	.notice-card h3 { font-size: 24px; }
	.center-info, .director-card { width: 100%; }
	.director-card { justify-content: center; }
	.footer-inner { padding: 40px 30px; }
}

@media (max-width: 768px) {
	/* 공통 */
	.inner { width: calc(100% - 24px); }
	.page-main section { padding: 0 12px; }

	/* 학원찾기 */
	.academy-search { height: 50px; margin-bottom: 12px; }
	.academy-search input {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	.academy-search #btn_search {
		top: 65%;
		left: 10px;
		transform: translateY(-50%);
	}
	.region-filter-wrap {
		display: grid;
		grid-template-columns: 72px 86px 1fr;
		height: 300px;
	}
	.sido-list { width: auto; }
	.sigungu-list { width: auto; }
	.sido-list li button, .sigungu-list li button,
	.academy-list li button {
		font-size: 14px;
		line-height: 36px;
	}
	.academy-list li button { padding-left: 12px; }
	.custom_zoomcontrol { right: 12px; }
	.current_location_control { right: 12px; }
	.academy-card { 
		top: calc(50% - 40px);
		bottom: auto;
		width: calc(100% - 24px);
		transform: translate(-50%, -100%);
	}
	.card-btn-group { /*display: block;*/ }
	.card-btn-group a {
		width: 100%;
		height: 46px;
	}

	/* 센터 상세페이지 header */
	.page-header {
		padding: 0 12px;
		margin-bottom: 24px;
	}
	.header-inner {
		display: block;
		padding: 16px 0;
	}
	.header-inner .logo {
		display: inline-block;
		height: 34px;
		margin-right: 14px;
	}
	.header-inner .logo img {
		width: auto;
		height: 100%;
	}
	.btn {
		flex: 1;
		height: 38px;
		font-size: 14px;
		line-height: 38px;
	}
	.center-name {
		margin-bottom: 16px;
	}

	/* 상단 비주얼 */
	.visual-slider {
		height: 260px;
		margin-bottom: 32px;
		border-radius: 12px;
	}
	.visual-slide img, .slider-cover { border-radius: 12px; }
	.visual-txt {
		bottom: 42px;
		padding: 0 44px;
	}
	.visual-txt h3 { font-size: 22px; }
	.visual-txt p {
		font-size: 14px;
		line-height: 1.5;
	}
	.slider-btn { width: 44px; }

	/* 공지 카드 */
	.notice-section, .news-section,
	.info-section, .map-section { margin-bottom: 48px; }
	.notice-grid { display: block; }
	.notice-card {
		display: block;
		width: 100%;
		height: auto;
		min-height: 120px;
		padding: 22px;
	}
	.notice-card:first-child {
		margin-right: 0;
		margin-bottom: 14px;
	}
	.notice-card h3 {
		font-size: 20px;
		line-height: 1.35;
	}
	.notice-card time { font-size: 15px; }

	/* 센터 소식 */
	.info-grid { display: block; }
	.section-head h2 { font-size: 22px; }
	.news-list li { 
		height: auto;
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}
	
	/* 영상 */
	.video-section { padding: 16px; }

	/* 센터 정보 */
	.info-list li {
		display: flex;
		align-items: flex-start;
	}
	.info-list li p, .info-list li a {
		font-size: 16px;
		line-height: 1.5;
	}
	.icon-location, .icon-tel,
	.icon-time, .icon-bus,
	.icon-dayoff, .icon-parking {
		flex: 0 0 18px;
		float: none;
		margin-top: 3px;
	}
	.director-card { gap: 20px; }
	.profile-txt h2 { font-size: 20px; }

	.sns-list {
		gap: 18px;
		height: auto;
		margin-top: 20px;
	}
	.link-blog, .link-insta,
	.link-ytube, .link-ktalk,
	.link-etc { margin-right: 0; }

	/* 지도 */
	.map-area { min-height: 320px; }

	/* CTA */
	.cta-section {
		min-height: auto;
		padding: 0 12px;
	}
	.cta-title {
		padding-top: 40px;
		font-size: 22px;
		line-height: 1.4;
	}
	.cta-actions {
		display: flex;
		gap: 8px;
		padding-bottom: 40px;
	}
	.cta-actions a:first-child { margin-right: 0; }

	/* 푸터 */
	.footer-inner {
		display: block;
		padding: 32px 20px;
	}
	.footer-info {
		display: block;
		padding-left: 0;
	}
	.footer-logo {
		margin: 0 0 20px;
		width: 100px;
		height: auto;
	}
	.footer-btn {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		float: none;
		width: 200px;
		margin-top: 24px;
	}
	
    .floating-kakao {
		right: 20px;
		bottom: 20px;
		width: 56px;
		height: 56px;
    }

    .floating-kakao img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 680px) {
	.profile-img { margin-right: 0; }
}

@media (max-width: 640px) {
	.header-inner .center-title { font-size: 24px; }
	
	.news-list li a { display: block; }
	.news-t {
		display: block;
		margin-bottom: 4px;
		line-height: 1.4;
	}
	.news-list time {
		float: none;
		display: block;
		font-size: 13px;
	}
	
}

@media (max-width: 520px) {
	
}

@media (max-width: 480px) {
	.academy-search #btn_search { top: 70%; }
	.region-filter-wrap { grid-template-columns: 64px 78px 1fr; height: 280px; }

	.visual-slider { height: 220px; }
	.visual-txt { padding: 0 36px;}
	.visual-txt h3 { font-size: 19px; }
	.visual-txt p { font-size: 13px; }
	
	.header-inner .center-title { font-size: 20px; }
	.center-nav { flex-wrap: wrap; }
	.center-name { margin-bottom: 24px; }
	.center-tab { margin-bottom: 16px; }
	.center-tab ul li { width: 100%; text-align: center; }
	.center-tab ul li:first-child { border-right: 1px solid #333333; }
	.center-contact { width: 100%; }	
	.director-card { flex-wrap: wrap; }
	.profile-img {}
	.profile-txt {}
}

@media (max-width: 425px) {

    .floating-kakao {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }

}

/* 학원 상세 - PC 전화 팝업 (모바일은 tel: 링크로 바로 연결) */
.tel-popup {
	position: fixed;
	inset: 0;
	z-index: 200;
	align-items: center;
	justify-content: center;
}
.tel-popup:not([hidden]) {
	display: flex;
}
.tel-popup-dim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}
.tel-popup-box {
	position: relative;
	width: 320px;
	max-width: calc(100% - 40px);
	padding: 40px 24px 32px;
	border-radius: 16px;
	background: #fff;
	text-align: center;
}
.tel-popup-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 28px;
	height: 28px;
	font-size: 22px;
	line-height: 1;
	color: #666666;
	background: none;
	border: 0;
	cursor: pointer;
}
.tel-popup-label {
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}
.tel-popup-number {
	font-size: 28px;
	font-weight: 700;
	color: #000;
}