@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

/* ========== 공통 시작 */
.moveButton {
	margin: 32px 0 0;
	display: block;
	width: 100%;
	height: 48px;
	padding: 0;
	color: #FFA100;
	font-size: 16px;
	font-weight: 600;
	background: #FCEED0;
	border: none;
	border-radius: 12px;
	transition: all .3s
}
.moveButton:active,
.moveButton:hover {
	background: #f7e9cb;
	color: #f39a00;
}

.notice-text {
	margin:0;
	position: relative;
	padding-left: 16px;
	color: #6C6F75;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.notice-text:before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	display:inline-block;
	width: 16px;
	height: 16px;
	background:url(/img/m/icon/error-outline.svg) no-repeat center center;
	background-size: 12px;
}

/* grid 정렬 */
.grid {
	display: grid;
	gap: 16px;
}
.grid-col-4 {
	grid-template-columns : repeat(4, 1fr);
}
.grid-col-5 {
	grid-template-columns : repeat(5, 1fr);
}

/* checkbox */
.chk-list .chk-item {
	padding: 14px 14px 14px 46px;
	background-color: #eff1f3;
	border-radius: 60px;
	margin: 0;
	background-size: 20px;
	background-repeat: no-repeat;
	background-image: url(../../img/m/consult/no_add.svg);
	background-position: 16px center;
	transition: all .3s;
}
.chk-list .chk-item .name {
	color: #6C6F75;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
.chk-item:hover,
.chk-item.active {
	background-image: url(../../img/m/consult/add.svg);
	background-color: #fcc659;
}
.chk-item.active .name {
	color: #1A1E27;
}
/* ========== //공통 끝 */

/* =========== 상담 신청 폼 시작 */
.consult-form-wrap {
	padding: 64px 0 54px
}
.consult-form-wrap .chk-list li {
	width: 96px;
}

/* 폼 공통 */
.subTitle {
    color: var(--On-Color-Black-High-Emphasis, #1A1E27);
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
}
.chkSubText {
	margin: 0;
    color: var(--On-Color-Black-Medium-Emphasis, #6C6F75);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.chkTitle {
    color: var(--On-Color-Black-High-Emphasis, #1A1E27);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.chk-form-box {
	margin-top: 40px
}
.chkBtn {
	display:block;
	width: 100%;
	height: 56px;
	border-radius: 12px;
	background: var(--yellow-600-primary, #FEB015);
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	border:none;
	transition: all .3s;
}
.chkBtn:active,
.chkBtn:hover {
	color:#c5c5c5;
	background: #C78D19
}
.name-form-box {
	position: relative;
}
#nameDel {
    width: 20px;
    height: 20px; 
    display: inline-block;
    background-size: cover; 
    background-repeat: no-repeat; 
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.phone-form-box {
	display:flex;
	align-items: flex-start;
	gap: 8px
}
.phone-select-input {
	width: 104px;
	background: url(../../img/m/consult/phone_arrow.svg) no-repeat center;
	background-size: 20px;
	background-position: calc(100% - 10px) center;
	cursor: pointer;
}
.phone-form {
	width: calc(100% - 113px)
}
.phone-first-area {
	position:relative;
}
.phone-first-area .dropDown-phone {
	position: absolute;
	top: 100%;
	left: 0;
	right:0;
	z-index: 1;
	padding: 15px; 
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.phone-first-area .dropDown-phone .item {
	margin:0;
	cursor: pointer;
}
.dropDown-phone .item:hover {
	font-weight: bold
}
.dropDown-phone .item + .item {
	margin-top: 10px;
}
.form-check-label {
	margin-top:12px;
}
#privacyChk input[type="checkbox"] + p {
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: url('../../img/m/consult/unchk.svg');
    padding-left: 36px;
    background-position-y: -3px;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: #6C6F75;
}
#privacyChk input[type='checkbox']:checked + p {
	background-image: url('../../img/m/consult/chk.svg');
	background-size: 24px;
    background-position: 0px;
}
.privacy_chk {
	font-size: inherit; 
	text-decoration:underline;
	color: inherit;
}
.privacy_chk:hover {
	color: #666
}
/* =========== 상담 신청 폼 끝 */

/* =========== 수강 신청 과목 선택 리스트 시작 */
.chk-top-title {
	margin: 32px 0 8px;
	color: var(--On-Color-Black-High-Emphasis, #1A1E27);
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}
.branch-list {
	margin: 8px 0 56px;
	width: calc(96px * 5 + 16px * 4)
}
.course-box-wrap {
	padding-top: 10px;
}
.course-chk-list {
	padding: 0 0 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.course-title {
	margin:8px 0;
	padding: 8px 0;
	position: relative;
	color: var(--Black-700, #51545B);
	font-size: 16px;
	font-weight: 600;
	line-height: 28px; 
	cursor: pointer;
}
.course-title:before {
	content: '';
	position: absolute;
	right: 10px;
	top : 50%;
	display:inline-block;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background: url(/img/icon-arrow-gray.svg) no-repeat center right;
	background-size: 24px;
}
.courseTitle.active:before{
	transform: translateY(-50%) rotate(180deg);
} 
.course-box {
	border-bottom: 1px solid #F5F6F7;
}
.customer-info-form {
	padding: 32px 0 40px;
}
#select_process {
	background-image: url('../../img/m/consult/error.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 16px) center;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* =========== 수강 신청 과목 선택 리스트 끝 */

/* 공통 사이즈 */
.w100p {
	width: 100%;
}

/* input 기본 스타일 */
.form-label {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--On-Color-Black-High-Emphasis, #1A1E27);
	font-size: 15px;
	font-weight: 500;
	line-height: 16px; 
}
.basic-input {
	padding: 0 16px;
	height: 48px;
	border: 2px solid #F5F6F8;
	border-radius: 6px;
	background-color: #F5F6F8; 
	color: #1A1E27;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
}
.basic-input:focus {
	border-color: #FEB015;
	background-color: #fff;
}

/* 툴팁 버튼 영역 */
.tooltip-btn-area {
	position: relative;
	padding-top:40px;
}
.tooltip-wrap {
	position: absolute;
	right: 0;
	top : 0;
	/* display: flex;
	align-items: center;
	gap: 10px; */
	padding: 8px 16px;
	border-radius: 6px;
	background: #353941;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}
.tooltip-wrap img {
	display:inline-block; 
	vertical-align: middle;
	padding-right: 5px
}
.tooltip-wrap:before {
	content: '';
	position:absolute;
	left:50%;
	bottom : 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #353941;
	transform : rotate(-45deg) translateX(-50%);
	z-index: -1;
}
.tooltip-wrap .point {
	color: #FEB015;
	font-size: inherit;
	font-weight:  600;
}

/* 구분선 */
.section-divider {
	margin: 0;
	border: none;
	height: 16px;
	background-color: #F5F6F8;
}

/* 메인 퀵 메뉴 */
.main-quick-menu-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.main-quick-menu-area .deco-text {
    width: 40px;
    text-align: center;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}
.main-quick-menu {
	margin: 44px 32px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.main-quick-menu .quick-item {
	position: relative;
	border-radius: 12px;
	background: #F8FAFF;
}

.main-quick-menu .quick-item:hover {
	background: #E2E8EE;
}

.quick-item-link {
	display: block;
	padding: 24px 12px;
	width: 140px;
	background: calc(100% - 12px) calc(100% - 12px) no-repeat;
}
.quick-item-link:hover {
	text-decoration: none;
}
.main-quick-menu .quick-item:hover .quick-item-link:before {
	content: '';
	display: block;
	position:absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	background: rgb(0,0,0,0.10);
	border-radius: 12px;
	z-index:0;
}

.quick-item:nth-child(1) .quick-item-link {
	background-image: url(/img/m/icon/rocket.svg);
	background-size: 36px;
}
.quick-item:nth-child(2) .quick-item-link {
	background-image: url(/img/m/icon/integrated.svg);
	background-size: 36px;
}
.quick-item:nth-child(3) .quick-item-link {
	background-image: url(/img/m/icon/jewel.svg);
	background-size: 36px;
}


.quick-item-text {
	color: #1A1E27;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.72px;
	display: block;
	font-family: Pretendard,noto,dotum,system-ui,roboto,Arial,Helvetica,sans-serif;
}

.quick-item-sub-text {
	display: block;
	color: #6C6F75;
	font-size: 12px;
	font-weight: 500;
	font-family: Pretendard,noto,dotum,system-ui,roboto,Arial,Helvetica,sans-serif;
}

/* 메인 메뉴 리스트 */
.main-menu-list {
	margin: 44px 32px;
	border-radius: 28px;
	background: #F5F6F8;
	padding: 32px;
}
.menu-list-item {
	position:relative;
	border-radius: 24px;
	transition: all .3s;
	overflow: hidden;
}
.menu-list-item + .menu-list-item {
	margin-top: 16px
}

.menu-list-link {
	position: relative;
	padding: 20px 56px 20px 86px;
	display: block;
	color: #51545B;
	font-size: 32px;
	font-weight: 600;
	
}
.menu-list-link:active,
.menu-list-link:hover {
	background: #C8C9CB;
	color:#54575E
}
.menu-list-item:active .menu-list-link,
.menu-list-item:hover .menu-list-link {
	color:#54575E
}
.menu-list-link:visited {
	color: #51545B
}


.menu-list-link+.menu-list-link {
	margin-top: 8px;
}

.menu-list-link:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.first.menu-list-link:before {
	background: url('/img/m/icon/consulting.svg') center center no-repeat;
	background-size: 56px;
}


.sec.menu-list-link:before {
	background: url('/img/m/icon/medal.svg') center center no-repeat;
	background-size: 44px;
}


.menu-list-link:after {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url('/img/m/icon/arrow-right-gray.svg') center center
		no-repeat;
	background-size: 15px;
}

/* 사이드바 타이틀 */
.side-quick-title {
	margin: 80px 32px;
	color: #1A1E27;
	font-size: 48px;
	font-weight: 500;
	line-height: 64px;
}

/* 사이드 메뉴 - 3단 메뉴 */
.side-quick-menu {
	margin: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	gap: 26px;
	display: grid;
}

.side-quick-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 0;
	border-radius: 24px;
	background: #EFF1F3;
}

.side-quick-item .img-box {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
}

.side-quick-item .menu-name {
	padding-top: 12px;
	color: #1A1E27;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -1.68px;
	line-height: 32px;
}

/* 커스텀 뱃지 */
.custom-badge {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index:1;
	padding: 2px 6px;
	border-radius: 100px;
	background: #E94940;
	color: #fff;
	-webkit-animation: blink 2.5s step-end infinite;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	width: 80px;
	text-align:center;
}

/* 위아래로 움직이는 애니메이션 */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating {
	animation: float 2s ease-in-out infinite;
}

/* toast */
.toast {
	position: fixed;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	padding: 9px 32px 9px 0;
	background: #ffc043;
	border-radius: 12px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none; /* 클릭 막기 */
	width: 740px;
}

.toast.active {
	opacity: 1
}

.toast-content {
	margin: 0;
	color: #353941;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	/* pointer-events: none; 클릭 막기 */
}

.toast-content:before {
	content: '';
	display: inline-block;
	margin: 0 16px;
	width: 24px;
	height: 24px;
	background: url("../../img/m/icon/error-black.svg") no-repeat center center;
	background-size: 24px;
}

.toast-close-btn {
	margin-right: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	font-size: 0;
	background: url("../../img/m/icon/filled-black.svg") no-repeat center
		center;
	background-size: 16px;
	width: 24px;
	height: 24px;
}


/* 컨펌 모달 */
.dimmed {
    position: fixed;
    top: 0;
    background: rgba(218, 219, 222, 0.90);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.confirm-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    border-radius: 16px;
    width: 327px;
    max-width: 90%;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.confirm-modal-content {
    padding: 24px 18px;
    font-family: Pretendard,noto,dotum,system-ui,roboto,Arial,Helvetica,sans-serif
}
.confirm-modal-title {
	margin:0 0 16px;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	font-family: inherit
}
.confrim-modal-message {
	margin:0;
	color: #51545B;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.confirm-modal-buttons {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.confirm-modal-buttons .btn-close {
    color: #6C6F75;
    background: #F5F6F8;
}
.confirm-modal-buttons .btn-close:active,
.confirm-modal-buttons .btn-close:hover {
	color: #585C62;
    background: #C0C2C6;
}
.confirm-modal-buttons .btn-active {
    background: #FDBB37;
    color: #1A1E27;
}
.confirm-modal-buttons .btn-active:active,
.confirm-modal-buttons .btn-active:hover {
	color: #1A1E27;
    background: #C79533;
}
.confirm-modal-buttons .btn-close, .confirm-modal-buttons .btn-active {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    height: 56px;
    transition: all .3s;
}

/* =============== 서브 페이지 상단 뒤로가기 버튼 영역 시작 */
.top-btn-bar {
	margin: 40px 0;
}
.top-btn-bar .btn-back {
	border: none; 
	background: transparent;
}
/* =============== //서브 페이지 상단 뒤로가기 버튼 영역 끝 */

/* =============== 입시 설명회 페이지 시작 */
.sub-title-700 {
    color: var(--On-Color-Black-High-Emphasis, #1A1E27);
    font-size: 30px;
    font-weight: 700;
    line-height:42px
}
.session-info-wrap {
	padding-bottom: 40px
}
.process-box {
    margin: 30px 0;
    padding: 12px 0;
    color: #353941;
    font-size: 19px;
}
.process-list-item {
    font-size: inherit;
    color: inherit;
    font-weight: 700;
}

.process-list-item .process-number {
    display: inline-block;
    border-radius: 100px;
    background: var(--Black-50, #F5F6F8);
    width: 32px;
    height: 32px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #353941;
    line-height: 20px;
    font-weight: 500;
}
.process-list-item .desc-box {
    margin: 16px 0 16px 15px;
    padding-left: 30px;
    border-left: 2px solid #E4E8EB;
    color: var(--Black-500, #888A90);
    font-size: 15px;
    font-weight: 400;
    line-height: 145%; /* 21.75px */
}
.process-list-item .process-img-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
.process-list-item .process-img-box, 
.process-list-item .process-number {
	margin-right:14px
}
.process-list-item.last-line:before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background: #e4e8eb;
    border-radius: 8px;
    margin: 6px 0 6px 15px;
}
.session-info-box {
	padding: 36px 0;
}
.content-wrapper {
	margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F5F6F8
}
.content-row {
    display: flex;
}
.content-row + .content-row {
    margin-top: 40px;
}
.content-left {
    width: 160px;
}

.content-right {
    width: calc(100% - 170px);
}

.content-left, .content-right {
    color: var(--Black-600, #6C6F75);
    font-size: 19px;
    font-weight: 600;
}
.text-gray-1 {
    color: var(--Black-400, #A3A5AA);
    font-size: inherit;
    font-weight: 500;
     /* 19px */
    line-height: 20px;
    display: inline-block;
    width: 203px;
}

.text-gray-2 {
    color: var(--Black-500, #888A90);
    font-family: Pretendard;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.content-list li {
    color: var(--Black-600, #6C6F75);
    font-size: 19px;
    font-weight: 600;
    line-height: 16px; /* 84.211% */
}

.content-list li + li {
    margin-top: 24px;
}
/* =============== //입시 설명회 페이지 끝 */

/* =============== 상담신청 완료 페이지 시작 */
.complete-info-area {
	padding-top:56px;
    margin-bottom:56px;
    text-align: center;
}
.complete-sub-text {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 9999px;
    background: #F5F6F8;
    color: #3182F6;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
}
.complete-header {
    color: #1A1E27;
    font-size: 26px;
    font-weight: 700;
    line-height: 145%; /* 35.1px */
    text-align: left;
}
.complete-text {
	margin-top: 4px;
	color: #6C6F75;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 135%; /* 21.6px */
}
.complete-info-qa {
    margin-bottom: 8px;
    color: #353941;
    font-size: 18px;
    font-weight: 600;
    line-height: 165%;
}

.complete-info-list-area {
    margin-top: 56px;
    border-radius: 16px;
}

.complete-info-list {
    text-align: left;
}

.complete-info-list li {
    padding: 24px 16px;
    display: flex;
    font-size: inherit;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #F5F6F8;
	 color: var(--Black-800, #353941);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; /* 14px */
}

.complete-info-list li + li {
    margin-top: 8px;
}
.complete-info-list li:before {
    content: '';
    display: block;
    flex-shrink:0;
    width: 16px;
    height: 16px;
    background: url(/img/m/icon/Check-circle-blue.svg) no-repeat center center;
    background-size: 16px;
}
.complete-notice-text {
    margin: 8px 0 0 12px;
    color: var(--Black-500, #888A90);
    font-size: 13px;
    font-weight: 400;
    line-height: 135%; /* 17.55px */
    text-align: left;
}
.coupon-download-title {
    margin: 0 0 16px;
    color: var(--Black-800, #353941);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px; /* 120% */
}

.coupon-download-area {
    margin-top: 10px;
    padding-bottom: 64px;
}
.coupon-download-box {
	margin-top: 16px;
	padding: 24px;
	border-radius: 22px;
	background: var(--yellow-100-primary-container, #FCEED0);
}
.coupon-download-text-box {
    padding-left: 64px;
    position: relative;
}
.coupon-download-text-box:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #fafafc url(/img/m/icon/gift.svg) center center no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 12px;
    background-size: 28px;
}

.download-info-title {
    margin: 0;
    color: var(--Black-900, #1A1E27);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.download-info-text {
    margin: 10px 0 0;
    color: var(--On-Color-Black-Medium-Emphasis, #6C6F75);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
}
.coupon-wrap {
	margin: 21px 0;
}
.coupon-notice {
    margin-top: 21px;
    padding: 12px 21px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--Black-700, #51545B);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    border-radius: 6px;
    background: #F7FAFF;
    
}
/* =============== 상담신청 완료 페이지 끝 */

/* =============== 위치 정보 및 포토 시작 */
.branch-top-area {
    margin: 64px 0 16px;
}

.branch-sub-text {
    color: var(--On-Color-Black-Medium-Emphasis, #6C6F75);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 100% */
    margin-top: 4px;
    padding: 0;
}
.branch-wrap {
		/* margin: 0 32px; */
		overflow: hidden;
	}
	
/*상담전화 박스 영역*/
	.branch-wrap .consult-box{
		display: flex;
		flex-direction: column;
		padding-bottom: 32px;
	}
	
	.branch-wrap .consult-content{
		display: flex;
		align-items: center;
		
	}
	
	.branch-wrap .consult-content img{
		display:inline-block;
		width: 22px;
		height: 22px;
		padding: 20px;
	}
	
	
	.branch-wrap .consult-content strong{
		color: var(--on-color-black-high-emphasis, #1A1E27);
		font-family: Pretendard;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
	}
	
	.branch-wrap .consult-content p{
		margin: 0;
		color: var(--on-color-black-medium-emphasis, #6C6F75);
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		padding-top: 2px;
	}
	
	.branch-wrap .content-list{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 12px 0;
		width: calc(100% - 70px)
	}
	
	.branch-wrap .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;
	}

	
	/* 지도 */
	.branch-title{
		color: #1A1E27;
		font-size: 20px;
		font-weight: 600;
		line-height: 28px;
		margin: 0;
		text-align: left !important;
	}
	.branch-wrap .wrap .tab-list li a {
	    padding: 14px 16px 14px 46px;
	    background-color: #eff1f3;
	    border-radius: 60px;
	    margin: 0;
	    width: auto;
	    background-size: 20px 20px;
	    background-repeat: no-repeat;
	    background-image: url(/img/m/consult/no_add.svg);
	    background-position: 16px center;
	    color: #6C6F75;
	    text-decoration: none;
	    border: none;
	    font-size: 16px;
	    line-height: 20px;
	    /* width: 194px; */
	    /* margin: 12px 0; */
	    display: block;
	    transition: none;
	}
	.branch-wrap .wrap .tab-list li.active a {
		background-image: url(/img/m/consult/add.svg);
		background-position: 16px center;
		background-color: #fcc659;
		background-size: 20px;
		background-repeat: no-repeat;
		color: #1A1E27;
		border: none;
		font-weight: 500;
		transition: none;
	}
	.branch-wrap .wrap .tab-list {
		width: calc(96px * 5 + 16px * 4);
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 16px 14px;
		margin: 16px 0 64px;
	}
	.branch-wrap .wrap .tab-list li {
	    margin: 0;
	}
	.branch-wrap .title1 {
		margin: 16px 0 64px;
	}
	.branch-wrap .title {
		margin: 16px 0 8px;
	}
	.branch-wrap .title p, .fac-wrap .title p, .branch-wrap .title1 p, .fac-wrap .title1 p {
		color: #6C6F75;
		font-family: Pretendard;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		text-align: left;
		margin: 0;
		/* padding-top: 8px; */
	}
	.branch-wrap .wrap .tab-cont .cont .map {
	    margin: 0;
    	width: 100%;
    	height: 480px;
    	border-radius: 12px;
	}
	
	/* 시설 사진 */
	.branch-wrap .swiperContainer{
		width: 316px;
		height: 240px;
		margin-bottom: 48px;
	}
	.branch-wrap .swiperContainer img{
		border-radius: 12px;
		width: 316px;
		height: 240px;
		object-fit: cover;
	}
	
	.branch-wrap .swiper-slide-prev, 
	.branch-wrap .swiper-slide-active, 
	.branch-wrap .swiper-slide-next{
		width: 316px !important;
		margin-right: 8px !important;
	}
	
	
	.branch-wrap .Surface_A:active, .branch-wrap .Surface_A:hover {
	    background: #E8E8E9;
	    border-radius: 24px;
	    color: #BEC0C4 !important;
	}
	
	.branch-wrap .root_daum_roughmap {
		width:100% !important;
		height: 480px;
		border-radius: 12px;
	}
/* =============== 위치 정보 및 포토 끝 */
/* =============== 테블릿 사이즈 푸터 시작 */
.footer-tb {
    padding: 32px 32px 40px;
    background: #F5F6F8;
}
.footer-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-branch-view {
    color: #51545B;
    height: 32px;
    padding: 0px 7px;
    border: 1px solid #D1D2D4;
    border-radius: 4px;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.fot-branch-area {
	margin-top: 10px;
}
.table-footer-branch-info {
    font-size: 12px;
}
.table-footer-branch-info th {
    font-weight: normal;
    text-align: center;
}
.table-footer-branch-info td {
    padding: 0 10px;
    text-align: center;
}
.table-footer-branch-info thead {
    border-bottom: 1px solid #ddd;
}
.table-footer-branch-info th, 
.table-footer-branch-info td {
    font-size: 12px;
}
.fot-comp-name {
	margin: 0;
    color: #353941;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; 
}
.fot-menu-list {
	margin:20px 0 12px;
}
.fot-menu-list li {
    display: inline-block;
    vertical-align: middle;
    color: var(--Black-700, #51545B);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.fot-menu-list li + li {
    /* margin-left: 12px; */
}

.fot-menu-list li + li:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #DADBDE;
    vertical-align: middle;
    margin: 0 12px;
}

.fot-menu-list li a {
    display: inline-block;
    vertical-align: middle;
}
.fot-info-list {
	margin:12px 0 32px; 
}
.fot-info-list li {
    color: var(--Black-500, #888A90);
    font-size: 11px;
    font-weight: 400;
    line-height: 12px; 
}
.fot-info-list li a {
	color: inherit;	
}
.fot-info-list li + li {
    margin-top: 8px;
}
.footer-icon a {
    display: inline-block;
}
/* =============== 테블릿 사이즈 푸터 끝 */

/* =============== 입시 설명회 팝업 시작 */
.common-popup-wrap {
	display:none;
}
.common-popup-wrap.open {
	display:block;
}
.common-popup-wrap .popup-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 24px 18px 36px;
    border-radius: 16px;
	background:#fff;
	z-index:99999;
}
.common-popup-wrap .popup-img-box {
    border-radius: 12px;
    overflow:hidden;
}
.common-popup-wrap .popup-img-box a {
	display: block;
	text-align: center;
}
.common-popup-wrap .popup-img-box img {
    /* width: 100%; */
    height: 221px;
    border-radius: 16px;
}
.common-popup-wrap .popup-content {
    padding: 24px 18px 24px;
    border-radius: 16px;
    width: 330px;
}

.common-popup-wrap .popup-title {
    color: var(--Content-contentPrimary, #000);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 145%; /* 31.9px */
    margin-bottom: 8px;
    font-family:Pretendard, noto,LotteMartDream,dotum,gullim,bm,tm,lhp,roboto,scd,Tahoma,Arial,Helvetica,sans-serif
}
.common-popup-wrap .text-info-box {
	margin: 26px 0;
}
.common-popup-wrap .popup-text {
    margin: 0;
    color: var(--Black-700, #51545B);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    font-family:Pretendard, noto,LotteMartDream,dotum,gullim,bm,tm,lhp,roboto,scd,Tahoma,Arial,Helvetica,sans-serif
}
.common-popup-wrap .popup-content-link {
	margin: 0 auto;
	display: flex;
	width: 124px;
	height: 26px;
	font-size:16px;
	padding: 14px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 16px;
	background: var(--yellow-600-primary, #FEB015);
	color:#fff;
	text-decoration: none;
	font-family:Pretendard, noto,LotteMartDream,dotum,gullim,bm,tm,lhp,roboto,scd,Tahoma,Arial,Helvetica,sans-serif
}
.common-popup-wrap .popup-content-link:visited {
	color:#fff;
}
.common-popup-wrap .btn-popup-close {
	padding: 16px 0;
	margin: 10px auto 0;
	display:flex;
	align-items:center;
	justify-content:center;
	gap: 8px;
	border: none;
	background: no-repeat;
	color: var(--Black-700, #51545B);
	font-size: 16px;
	font-weight: 500;
}
/* =============== 입시 설명회 팝업 끝 */


/* =============== 교습비/수강료 시작 */
.line-tab-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.line-tab-menu-wrap .tab-menu-btn {
	padding:10px 20px;
    background: transparent;
    font-size: 18px;
    transition: color .3s;
    color:#292929;
    border: 0;
    border-bottom: 2px solid #fff;
}
.line-tab-menu-wrap .tab-menu-btn:hover,
.line-tab-menu-wrap .tab-menu-btn.on  {
    color: #feb015;
    border-bottom: 2px solid #feb015;
}
/* =============== 교습비/수강료 끝 */

/* =============== 진로&대회 시작 */
.competition-img-box img{
	margin: 0 auto;
	width: 560px;
	display:block;
}
/* 국내대회 */
.compeition-tab-btn-wrap {
	margin: 60px 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:20px
}
.compeition-tab-btn-wrap .tab-menu-btn {
	padding:10px 20px;
    background: transparent;
    font-size: 18px;
    transition: color .3s;
    color:#292929;
    border: 0;
    border-bottom: 2px solid #fff;
}
.compeition-tab-btn-wrap .tab-menu-btn:hover,
.compeition-tab-btn-wrap .tab-menu-btn.on {
	color: #feb015;
    border-bottom: 2px solid #feb015;
}
/* =============== 진로&대회 끝 */