@charset "UTF-8";

div#fastSelect:before{
	display: none
}

/* 페이지 메뉴 스타일 */
.panel-heading-category{
		top: 96px;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
.academy-tab-list {
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #DADBDE; 
}
.academy-tab-list li{
	width: 240px;
}
.academy-tab {
	display: flex;
    height: 72px;
    width:: 240px;
    flex-direction: column;
    justify-content: center;
    color: #BEC0C4 !important;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.academy-tab.active {
    color: #1A1E27 !important;
    border-bottom: 4px solid #FEB015;
}


/* 학원소개 ========== */
.about-wrap {
	margin-top: 200px;
}
.about-inner {
	padding: 0 48px;
}

.about-title {
	margin: 112px 0 160px;
	color: #1A1E27;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -0.44px;
}
.section-title {
	margin-bottom: 64px;
	padding-bottom: 64px;
	border-bottom: 1px solid #1A1E27;
    color: #1A1E27;
	font-size: 48px;
	font-weight: 700;
}
.about-section {
	margin: 160px auto
}
.section-content {
	display:flex;
	justify-content:flex-end;
    font-size: 15px;
    color: #555;
    text-align: left;
}

.section-content p {
	margin: 0;
    color: #1A1E27;
	font-size: 36px;
	font-weight: 600;
	line-height: 163%
}
.img-box img{
	width:100%;
	height: auto
}
 .edu-philosophy {
 	margin: 160px 48px;
    padding-left:192px;
}

/* 제목 */
.edu-philosophy-title {
	margin-bottom: 90px;
    font-size: 44px;
    font-weight: 700;
    color:#1A1E27;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* 항목 리스트 */
.edu-philosophy-list {
    display: flex;
    flex-direction: column;
    gap: 90px;
    
}
.edu-item-heading {
	color:#1A1E27;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
}

.edu-item-body {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.edu-item-body li {
	position: relative;
	padding-left: 30px;
    font-size: 30px;
    color: #51545B;
    line-height: 135%;
}

.edu-item-body li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #444;
}
.mambo-top {
    margin: 160px 48px 160px 240px;
    color: #1A1E27;
	font-size: 36px;
	font-weight: 600;
	line-height: 165%; /* 29.7px */
}
.mambo-top-intro {
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 16px;
    color:inherit;
}
.mambo-top-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: inherit;
}
.mambo-top-list li {
   font-size: inherit;
    color: inherit;
    line-height: 1.6;
    padding-left: 30px;
    position: relative;
}
.mambo-top-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
}
.mambo-top-outro {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
/* 구분선 */
.about-divider {
    border: none;
    border-top: 1px solid #1A1E27;
    margin: 0 48px;
}

.mambo-bottom-text {
	margin: 160px 48px 80px 240px;
    color: #1A1E27;
	font-size: 36px;
	font-weight: 600;
	line-height: 135%; /* 24.3px */
}

/* 이미지 3개 배치 */
.img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
/* 첫 번째 이미지만 풀사이즈 */
.img-grid-item-full {
    grid-column: span 2;
}
.img-grid-item img {
    width: 100%;
    display: block;
}
.mou-title {
	margin-bottom: 48px;
	color: #1A1E27;
	font-size: 44px;
	font-weight: 700;
	line-height: 56px; /* 127.273% */
	text-align: center;
}
.mou-area {
	margin:160px 55px;
}
.mou-img-box {
	border-radius: 48px;
	/* Below/Low */
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
	overflow: hidden;
}
.mou-img-box img {
	width: 100%;
}
.kpba-img-box {
	margin-bottom: 90px;
}


/* 위치 시설 소개 ========== */
/*상담전화 박스*/
.consult-box{
	display: flex;
	flex-direction: column;
	padding-bottom: 114px;
}

.consult-content{
	display: flex;
	align-items: center;
	
}

.consult-content img{
	width: 48px;
	height: 48px;
	padding: 44px 40px;
}


.consult-content strong{
	color: var(--on-color-black-high-emphasis, #1A1E27);
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.consult-content p{
	margin: 0;
    color: var(--on-color-black-medium-emphasis, #6C6F75);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding-top: 4px;
}

.content-list{
	display: flex;
	padding: 24px 0;
}
.content-list div{
	width: 412px;	
}

.consult-content a{
	display: flex;
    padding: 0px 24px;
    height: 72px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 9999px;
    background: var(--core-surface-b, #EFF1F3);
    color: var(--on-color-black-high-emphasis, #1A1E27);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

/* 지도 */
h3{
	color: #1A1E27;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	margin: 0;
	text-align: left !important;
}
.loc-wrap .wrap .tab-list li a {
    padding: 20px 24px 20px 72px;
    background-color: #eff1f3;
    border-radius: 60px;
    margin: 0;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-image: url(/img/m/consult/no_add.svg);
    background-position: 25px 20px;
   	color: #6C6F75;
    text-decoration: none;
    border: none;
    font-size: 28px;
    line-height: 32px;
   	width: 194px; 
    margin: 12px 0;
    transition: none;
}
.loc-wrap .wrap .tab-list li.active a {
	background-image: url(/img/m/consult/add.svg);
	background-position: 25px 20px;
	background-color: #fcc659;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	color: #1A1E27;
	border: none;
	font-weight: 500;
	transition: none;
}
.loc-wrap .wrap .tab-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px 24px;
	margin: 0;
	padding-bottom: 64px;
}
.loc-wrap .wrap .tab-list li {
    width: 194px;
    margin: 0;
}
.loc-wrap .title1 {
	padding: 16px 0 48px;
}
.loc-wrap .title {
	padding: 32px 0 16px 0;
}
.loc-wrap .title p, .fac-wrap .title p, .loc-wrap .title1 p, .fac-wrap .title1 p {
	color: #6C6F75;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    margin: 0;
    padding-top: 8px;
}
.loc-wrap .wrap .tab-cont .cont .map{
    margin: 0;
   	width: 686px;
   	height: 480px;
   	border-radius: 12px;
}

/* 시설 사진 */
.swiperContainer{
	width: 632px;
	margin-bottom: 112px;
}
.swiperContainer img{
	border-radius: 24px;
	width: 632px;
	height: 480px;
	object-fit: cover;
}

.swiper-slide-prev, swiper-slide-active, swiper-slide-next{
	width: 632px !important;
	margin-right: 16px !important;
}


.Surface_A:active, .Surface_A:hover {
    background: #E8E8E9;
    border-radius: 24px;
    color: #BEC0C4 !important;
}

.root_daum_roughmap {
	width:686px !important;
	height: 480px;
	border-radius: 12px;
}