#wrapper .onsite-course {
	--oc-teal: #15aac6;
	--oc-blue: #2b66c2;
	--oc-pink: #f85883;
	--oc-text: #333;
	--oc-card: 229.333px;
	color: var(--oc-text);
	overflow: hidden;
}

#wrapper .onsite-course * {
	box-sizing: border-box;
	letter-spacing: 0;
}

#wrapper .onsite-course h1,
#wrapper .onsite-course h2,
#wrapper .onsite-course h3,
#wrapper .onsite-course ul {
	margin: 0;
	padding: 0;
}

#wrapper .onsite-course img {
	display: block;
	max-width: 100%;
}

#wrapper .onsite-course a {
	color: inherit;
	text-decoration: none;
}

#wrapper .oc-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding: 90px 24px;
	background: #fff;
	overflow: hidden;
	text-align: center;
}

#wrapper .oc-hero::before {
	content: "";
	position: absolute;
	top: -277px;
	left: 50%;
	width: 1118px;
	height: 959px;
	transform: translateX(-50%);
	background: url("https://russeldata.megastudy.net/campus/images/russel/core_wj/lecturer/wj-hero-bg.svg") center / contain no-repeat;
	pointer-events: none;
}

#wrapper .oc-hero__txt {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

#wrapper .oc-campus {
	min-width: 120px;
	padding: 4px 46px;
	border-radius: 999px;
	background: linear-gradient(178deg, #10bac7 16%, #2b66c2 107%);
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

#wrapper .oc-kicker,
#wrapper .oc-subcopy {
	position: relative;
	z-index: 1;
	color: var(--oc-text);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
}

#wrapper .oc-kicker strong {
	font-weight: 700;
}

#wrapper .oc-subcopy strong {
	color: var(--oc-pink);
	font-weight: 700;
}

#wrapper .oc-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

#wrapper .oc-open {
	color: var(--oc-teal);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}

#wrapper .oc-hero h1 {
	background: linear-gradient(194deg, #10bac7 4%, #2b66c2 116%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 84px;
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
}

#wrapper .oc-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding: 60px 24px;
	background: #ffeff0;
	text-align: center;
}

#wrapper .oc-feature h2,
#wrapper .oc-lineup h2 {
	color: var(--oc-text);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
}

#wrapper .oc-feature h2 {
	display: block;
	width: max-content;
	max-width: 100%;
}

#wrapper .oc-feature h2 span,
#wrapper .oc-feature h2 strong {
	display: inline;
	white-space: nowrap;
}

#wrapper .oc-feature h2 strong {
	color: var(--oc-pink);
	font-weight: 700;
}

#wrapper .oc-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: min(100%, 1024px);
	height: 279px;
	list-style: none;
}

#wrapper .oc-feature-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	min-height: 279px;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
}

#wrapper .oc-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	min-height: 22px;
	margin-bottom: -8px;
	padding: 0 15px;
	border-radius: 999px;
	background: var(--oc-pink);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

#wrapper .oc-feature-card h3 {
	color: var(--oc-text);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

#wrapper .oc-feature-card ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	list-style: none;
	text-align: left;
}

#wrapper .oc-feature-card li {
	position: relative;
	padding-left: 10px;
	color: var(--oc-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	word-break: keep-all;
}

#wrapper .oc-feature-card li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
	color: #101010;
}

#wrapper .oc-feature-card b {
	font-weight: 600;
}

#wrapper .pc-br {
	display: block;
}

#wrapper .oc-lineup {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding: 60px 24px;
	background: #fff;
	text-align: center;
}

#wrapper .oc-lineup h2 span,
#wrapper .oc-lineup h2 strong {
	display: block;
}

#wrapper .oc-lineup h2 strong {
	background: linear-gradient(105deg, #2eb8f3 46%, #d95eac 82%, #f85883 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 700;
}

#wrapper .oc-teacher-grid {
	display: grid;
	grid-template-columns: repeat(4, var(--oc-card));
	gap: 16px;
	justify-content: center;
	list-style: none;
}

#wrapper .oc-teacher-card {
	position: relative;
	display: block;
	width: var(--oc-card);
	height: var(--oc-card);
	border-radius: 20px;
	background: linear-gradient(180deg, #d4f6ff 0%, #efe6ff 52%, #ffd5e1 100%);
	overflow: hidden;
}

#wrapper .oc-teacher-bg {
	position: absolute;
	left: 42px;
	top: 71px;
	width: 182px;
	height: 182px;
	background: url("https://russeldata.megastudy.net/campus/images/russel/core_wj/lecturer/wj-ellipse.svg") center / contain no-repeat;
}

#wrapper .oc-teacher-photo {
	position: absolute;
	left: 50%;
	max-width: none;
	object-fit: contain;
	pointer-events: none;
}

#wrapper .oc-teacher-photo--kwon {
	top: 12px;
	width: 248px;
	height: 247px;
	transform: translateX(calc(-50% + 6px));
}

#wrapper .oc-teacher-photo--ma {
	top: 18px;
	width: 227px;
	height: 227px;
	transform: translateX(calc(-50% + 7px));
}

#wrapper .oc-teacher-photo--ahn {
	top: 13px;
	width: 235px;
	height: 236px;
	transform: translateX(calc(-50% + 7px));
}

#wrapper .oc-teacher-photo--choi {
	top: 19px;
	width: 235px;
	height: 235px;
	transform: translateX(calc(-50% + 3px));
}

#wrapper .oc-teacher-name {
	position: absolute;
	left: 20px;
	top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--oc-text);
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
}

#wrapper .oc-teacher-name em {
	font-style: normal;
	font-weight: 400;
}

#wrapper .oc-teacher-name b {
	font-weight: 700;
}

#wrapper .oc-more {
	position: absolute;
	right: 10.33px;
	bottom: 12.33px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-width: 60px;
	height: 18px;
	padding: 2px 9px;
	border-radius: 24px;
	background: #fcd9e8;
	color: var(--oc-text);
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-indent: 0;
	opacity: 1;
	visibility: visible;
}

#wrapper .oc-more span {
	display: block;
	color: var(--oc-text);
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-indent: 0;
	white-space: nowrap;
}

#wrapper .oc-more i {
	display: block;
	width: 7px;
	height: 14px;
	background: url("https://russeldata.megastudy.net/campus/images/russel/core_wj/lecturer/wj-arrow.svg") center / contain no-repeat;
}

body.oc-layer-open {
	overflow: hidden;
}

#wrapper .oc-layer {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	overscroll-behavior: contain;
}

#wrapper .oc-layer[aria-hidden="true"] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

#wrapper .oc-layer__dim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

#wrapper .oc-layer__dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 648px;
	max-width: calc(100vw - 32px);
	height: min(820px, calc(100vh - 48px));
	max-height: calc(100vh - 48px);
	padding: 40px 24px 40px 24px;
	border-radius: 20px;
	background: #fff;
	color: #333;
	text-align: left;
	outline: 0;
	overflow: hidden;
	transform: translateY(0);
	transition: transform 0.2s ease;
}

#wrapper .oc-layer[aria-hidden="true"] .oc-layer__dialog {
	transform: translateY(12px);
}

#wrapper .oc-layer__close {
	position: absolute;
	right: 24px;
	top: 14px;
	z-index: 2;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

#wrapper .oc-layer__close::before,
#wrapper .oc-layer__close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: #111;
	transform-origin: center;
}

#wrapper .oc-layer__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#wrapper .oc-layer__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#wrapper .oc-profile-panels {
	display: block;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

#wrapper .oc-profile-panel {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

#wrapper .oc-profile-panel[hidden] {
	display: none;
}

#wrapper .oc-profile-scroll {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	min-width: 0;
	min-height: 0;
	padding-right: 2px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #dbdbdb transparent;
	scrollbar-width: thin;
}

#wrapper .oc-profile-scroll::-webkit-scrollbar {
	width: 4px;
}

#wrapper .oc-profile-scroll::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #dbdbdb;
}

#wrapper .oc-profile-head {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--Gray-Line2, #E5E5E5);
}

#wrapper .oc-profile-photo {
	position: relative;
	flex: 0 0 82px;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: linear-gradient(180deg, #d4f6ff 0%, #efe6ff 52%, #ffd5e1 100%);
	overflow: hidden;
}

#wrapper .oc-profile-photo img {
	position: absolute;
	left: 50%;
	top: 6px;
	width: 102px;
	height: 102px;
	max-width: none;
	object-fit: contain;
	object-position: center top;
	transform: translateX(-50%);
}

#wrapper .oc-profile-title {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

#wrapper .oc-profile-quote {
	margin: 0;
	color: #15aac6;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
}

#wrapper .oc-profile-teacher {
	display: flex;
	flex-direction: column;
	margin: 0;
	gap:4px;
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

#wrapper .oc-profile-teacher strong {
	color: #222;
	font-weight: 600;
	font-size: 20px;
}

#wrapper .oc-profile-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	min-width: 0;
}

#wrapper .oc-profile-section h3 {
	margin: 0;
	padding: 10px 12px;
	border-bottom: 2px solid #333;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

#wrapper .oc-profile-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper .oc-profile-list li {
	position: relative;
	padding-left: 10px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	word-break: keep-all;
}

#wrapper .oc-profile-list li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
	color: #101010;
}

#wrapper .oc-profile-list strong,
#wrapper .oc-review__text strong {
	font-weight: 700;
}

#wrapper .oc-layer-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 4px;
	padding: 14px 18px;
	border-radius: 8px;
	background: #333;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-indent: 0;
	opacity: 1;
	visibility: visible;
	white-space: normal;
}

#wrapper .onsite-course .oc-layer-btn {
	color: #fff;
}

#wrapper .oc-curriculum {
	display: flex;
	flex-direction: column;
	gap: 1px;
	width: 100%;
	min-width: 0;
	min-height: 228px;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
}

#wrapper .oc-curriculum + .oc-curriculum {
	margin-top: 10px;
}

#wrapper .oc-curriculum__row {
	display: flex;
	flex: 1 1 0;
	gap: 1px;
	min-height: 55px;
}

#wrapper .oc-curriculum__row strong,
#wrapper .oc-curriculum__row span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#wrapper .oc-curriculum__row strong {
	flex: 0 0 116px;
	background: #f0f0f0;
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

#wrapper .oc-curriculum__row span {
	flex: 1 1 auto;
	min-width: 0;
	padding: 8px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

#wrapper .oc-review {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
	height: auto;
	min-height: 0;
	padding: 26px 20px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	text-align: center;
}

#wrapper .oc-review-slider {
	position: relative;
	width: 100%;
	min-width: 0;
	overflow: hidden;
	touch-action: pan-y;
	cursor: grab;
	user-select: none;
}

#wrapper .oc-review-slider:active {
	cursor: grabbing;
}

#wrapper .oc-review-track {
	display: flex;
	width: 100%;
	align-items: flex-start;
	transition-property: transform, height;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

#wrapper .oc-review-slide {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	padding: 0;
	height: auto !important;
	transition: opacity 0.28s ease;
}

#wrapper .oc-review-slide:not(.swiper-slide-active) {
	opacity: 0.96;
}

#wrapper .oc-review__student {
	display: flex;
	flex-direction: column;
	margin: 0;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

#wrapper .oc-review__student strong {
	color: #333;
	font-weight: 600;
}

#wrapper .oc-review__tags {
	display: flex;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
}

#wrapper .oc-review__tags span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	padding: 0 8px;
	border-radius: 999px;
	background: #15aac6;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	white-space: nowrap;
}

#wrapper .oc-review__text {
	margin: 0;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	word-break: keep-all;
}

#wrapper .oc-review__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	flex: 0 0 auto;
	position: static;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper .oc-review__dots .swiper-pagination-bullet {
	display: block;
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: width 0.2s ease, background 0.2s ease;
}

#wrapper .oc-review__dots .swiper-pagination-bullet-active {
	width: 16px;
	background: #15aac6;
}

@media (min-width: 768px) and (max-width: 1200px) {
	#wrapper .oc-hero {
		min-height: 514px;
		padding: 90px 24px;
	}

	#wrapper .oc-feature {
		min-height: 903px;
		padding: 60px 137px;
	}

	#wrapper .oc-lineup {
		min-height: 718.666px;
		padding: 60px 146.666px;
	}

	#wrapper .oc-feature-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: minmax(213px, auto);
		gap: 16px;
		width: 494px;
		max-width: 100%;
		height: auto;
	}

	#wrapper .oc-feature-card {
		min-height: 213px;
		padding: 26px;
		border-radius: 20px;
	}

	#wrapper .oc-feature-card:nth-child(3) {
		min-height: 243px;
	}

	#wrapper .pc-br {
		display: none;
	}

	#wrapper .oc-teacher-grid {
		grid-template-columns: repeat(2, var(--oc-card));
		gap: 16px;
		width: 474.666px;
		max-width: 100%;
	}

	#wrapper .oc-teacher-card {
		width: var(--oc-card);
		height: var(--oc-card);
		aspect-ratio: auto;
	}

	#wrapper .oc-teacher-bg {
		left: 41.983px;
		top: 70.99px;
		width: 182.437px;
		height: 182.437px;
	}

	#wrapper .oc-teacher-photo--kwon {
		top: 12px;
		width: 248px;
		height: 247px;
		transform: translateX(calc(-50% + 6px));
	}

	#wrapper .oc-teacher-photo--ma {
		top: 18.32px;
		width: 226.71px;
		height: 226.71px;
		transform: translateX(calc(-50% + 7.08px));
	}

	#wrapper .oc-teacher-photo--ahn {
		top: 12.667px;
		width: 235px;
		height: 236px;
		transform: translateX(calc(-50% + 7.17px));
	}

	#wrapper .oc-teacher-photo--choi {
		top: 18.667px;
		width: 235px;
		height: 235px;
		transform: translateX(calc(-50% + 2.83px));
	}
}

@media (max-width: 767px) {
	#wrapper .onsite-course {
		--oc-card: 160px;
	}

	#wrapper .oc-hero {
		gap: 24px;
		padding: 60px 16px;
	}

	#wrapper .oc-hero::before {
		top: -109px;
		left: -168px;
		width: 696px;
		height: 597px;
		transform: none;
	}

	#wrapper .oc-hero__txt {
		gap: 18px;
	}

	#wrapper .oc-campus {
		min-width: 107px;
		padding: 4px 26px;
		font-size: 18px;
	}

	#wrapper .oc-kicker {
		font-size: 18px;
		white-space: normal;
	}

	#wrapper .oc-subcopy {
		font-size: 20px;
		white-space: normal;
	}

	#wrapper .oc-kicker span,
	#wrapper .oc-kicker strong,
	#wrapper .oc-subcopy span,
	#wrapper .oc-subcopy strong {
		display: block;
	}

	#wrapper .oc-open {
		font-size: 24px;
		white-space: normal;
	}

	#wrapper .oc-hero h1 {
		font-size: 54px;
	}

	#wrapper .oc-feature {
		gap: 30px;
		padding: 60px 16px;
	}

	#wrapper .oc-feature h2,
	#wrapper .oc-lineup h2 {
		font-size: 24px;
		white-space: normal;
	}

	#wrapper .oc-feature h2 {
		width: auto;
		max-width: 100%;
	}

	#wrapper .oc-feature h2 span,
	#wrapper .oc-feature h2 strong {
		display: block;
		white-space: normal;
	}

	#wrapper .oc-feature-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		height: auto;
		width: 100%;
		max-width: none;
	}

	#wrapper .oc-feature-card {
		gap: 12px;
		min-height: 0;
		padding: 30px;
		border-radius: 20px;
	}

	#wrapper .oc-feature-card h3 {
		font-size: 18px;
	}

	#wrapper .oc-feature-card li {
		font-size: 16px;
		line-height: 1.4;
	}

	#wrapper .oc-lineup {
		gap: 30px;
		padding: 60px 16px;
	}

	#wrapper .oc-teacher-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		width: 100%;
		max-width: none;
	}

	#wrapper .oc-teacher-card {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		border-radius: 13.953px;
	}

	#wrapper .oc-teacher-bg {
		left: 18.3%;
		top: 30.9%;
		width: 79.55%;
		height: 79.55%;
	}

	#wrapper .oc-teacher-photo--kwon {
		top: 5.23%;
		width: 108.14%;
		height: 107.7%;
		transform: translateX(calc(-50% + 2.47%));
	}

	#wrapper .oc-teacher-photo--ma {
		top: 7.99%;
		width: 98.86%;
		height: 98.86%;
		transform: translateX(calc(-50% + 3.09%));
	}

	#wrapper .oc-teacher-photo--ahn {
		top: 5.53%;
		width: 102.47%;
		height: 102.91%;
		transform: translateX(calc(-50% + 3.13%));
	}

	#wrapper .oc-teacher-photo--choi {
		top: 8.14%;
		width: 102.47%;
		height: 102.47%;
		transform: translateX(calc(-50% + 1.24%));
	}

	#wrapper .oc-teacher-name {
		left: 13.95px;
		top: 13.95px;
		font-size: 16px;
	}

	#wrapper .oc-more {
		right: 3.75%;
		top: auto;
		bottom: 4.375%;
		min-width: 50px;
		height: 18px;
		padding: 2px 6px 3px;
		border-radius: 16.744px;
		font-size: 10px;
	}

	#wrapper .oc-more span {
		font-size: 10px;
	}

	#wrapper .oc-more i {
		width: 4.884px;
		height: 9.767px;
	}

	#wrapper .oc-layer {
		align-items: center;
		padding: 0;
		overflow: hidden;
	}

	#wrapper .oc-layer__dialog {
		width: 91.1111%;
		max-width: 648px;
		min-height: 0;
		height: auto;
		max-height: calc(100dvh - 32px);
		margin-top: 0;
		padding: 40px 16px;
		border-radius: 20px;
	}


	#wrapper .oc-profile-panels,
	#wrapper .oc-profile-panel {
		height: auto;
		max-height: 100%;
	}

	#wrapper .oc-profile-scroll {
		flex: 0 1 auto;
		min-height: 0;
		overflow-y: auto;
		padding-right: 2px;
	}


	#wrapper .oc-profile-head {
		gap: 10px;
		padding-bottom: 28px;
	}
	#wrapper .oc-profile-title{
		gap:10px;
	}

	#wrapper .oc-profile-photo {
		flex: 0 0 100px;
		width: 100px;
		height: 100px;
	}

	#wrapper .oc-profile-photo img {
		top: 5px;
		width: 94px;
		height: 94px;
	}

	#wrapper .oc-profile-quote {
		font-size: 20px;
		line-height: 1.3;
		word-break: keep-all;
	}

	#wrapper .oc-profile-teacher {
		font-size: 16px;
		line-height: 1.3;
	}
	#wrapper .oc-profile-teacher strong{
		font-size: 18px;
	}

	#wrapper .oc-profile-section h3 {
		padding: 8px;
		font-size: 14px;
	}

	#wrapper .oc-profile-list li {
		font-size: 14px;
		line-height: 1.5;
		word-break: keep-all;
	}

	#wrapper .oc-curriculum {
		min-height: 230px;
	}

	#wrapper .oc-curriculum__row strong {
		flex-basis: 96px;
		font-size: 13px;
	}

	#wrapper .oc-curriculum__row span {
		font-size: 13px;
		word-break: keep-all;
	}

	#wrapper .oc-review {
		padding: 26px 16px;
	}

	#wrapper .oc-review__tags {
		gap: 4px;
	}

	#wrapper .oc-review__tags span,
	#wrapper .oc-review__text {
		font-size: 13px;
	}
}



/* =========================
·¹ÀÌ¾î ±âº»
========================= */
#wrapper .oc-layer__dialog {
	position: relative;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

/* =========================
½ÇÁ¦ ½ºÅ©·Ñ ¿µ¿ª
========================= */
#wrapper .oc-profile-panels {
	flex: 1 1 auto;
	height: 100%;
	padding-right: 6px;

	overflow-x: hidden;
	overflow-y: auto;

	-webkit-overflow-scrolling: touch;

	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: #b7b7b7 transparent;
}

/* =========================
½ºÅ©·Ñ¹Ù ½ºÅ¸ÀÏ
========================= */
#wrapper .oc-profile-panels::-webkit-scrollbar {
	width: 14px;
}

#wrapper .oc-profile-panels::-webkit-scrollbar-button {
	display: none;
	width: 0;
	height: 0;
}

#wrapper .oc-profile-panels::-webkit-scrollbar-track {
	margin: 20px 0;
	background: transparent;
}

#wrapper .oc-profile-panels::-webkit-scrollbar-thumb {
	border: 5px solid transparent;
	border-radius: 999px;
	background: #b7b7b7;
	background-clip: content-box;
}

#wrapper .oc-profile-panels::-webkit-scrollbar-thumb:hover {
	background: #9d9d9d;
	background-clip: content-box;
}

/* =========================
±âÁ¸ ³»ºÎ ½ºÅ©·Ñ Á¦°Å
========================= */
#wrapper .oc-profile-panel {
	height: auto;
	overflow: visible;
}

#wrapper .oc-profile-scroll {
	flex: none;
	min-height: auto;
	padding-right: 0;

	overflow: visible;
	scrollbar-width: none;
}

#wrapper .oc-profile-scroll::-webkit-scrollbar {
	display: none;
}