@charset "euc-kr";

/* main.css
------------------------------------------------------ */
main {
	padding: 0;
}
main .container {
}

/* layout
------------------------------------------------------ */
section {
	margin: auto;
	width: 140rem;
	max-width: 92%;
}

/* -------- main-banner -------- */
.main-banner-section {
	width: 100%;
	overflow: hidden;
	padding: 2em 0 0;
}
#mainBanner .mb-item {
	box-sizing: border-box;
	border-radius: 30px;
	overflow: hidden;
	background: var(--ged-color-gray2);
}
#mainBanner .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}
#mainBanner .owl-item {
	opacity: 0.5;
	transform: scale(0.9);
	transition: all 0.3s;
}
#mainBanner .owl-item.active {
	opacity: 1;
	transform: scale(1);
}
#mainBanner img {
	margin: auto;
	width: auto; height: 500px;
	max-height: 42vw;
	object-fit: cover;
	display: block;
}
#mainBanner .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	gap: 1em;
	padding: 0.5em;
	margin: 1vw auto;
}
#mainBanner .owl-dot {
	background: var(--ged-color-gray2);
	width: 14px; height: 14px;
	border-radius: 100%;
}
#mainBanner .owl-dot.active {
	border: 4px solid var(--ged-color-blue5);
	background: #fff;
	width: 1.2em; height: 1.2em;
}
#mainBanner .owl-nav {
	display: none;
}

/* -------- main - mypage -------- */
.main-mypage-section {
	border: 1px solid var(--ged-color-gray1);
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: var(--shadow1);
	box-sizing: border-box;
}
.main-mypage-section .mm-log-before {
	padding: 2.4em 3em;
}
.main-mypage-section .mypage-title h2 {
	display: block;
}
.main-mypage-section .mypage-title ul li {
	color: var(--ged-color-gray8);
	font-weight: 600;
	white-space: nowrap;
}
.main-mypage-section .mypage-login {
	background: var(--ged-color-blue0);
	padding: 2em 3em;
	border-radius: 20px;
	gap: 2em;
	word-break: keep-all;
}
.main-mypage-section .mypage-login img {
	filter: drop-shadow(6px 6px 10px #06b8ea52);
}
.main-mypage-section .mypage-login .btn {
	padding: 0 2em;
	font-size: 1.8rem;
}
.main-mypage-section .mm-log-after {
	padding: 2em 3em;
}
.main-mypage-section .mm-log-after .mypage-title {
	background: var(--ged-color-blue0);
	padding: 1em 2em;
	border-radius: 20px;
}
.main-mypage-section .mm-log-after h2 {
	font-size: 2.3rem;
	margin: 0 0.4em 0 0;
}
.main-mypage-section .mm-log-after .btn-myroom {
	background: #fff;
	border-radius: 100%;
	padding: 0.6em;
}
.main-mypage-section .mm-log-after .btn-wrap {
	width: unset;
	margin: 0;
	margin-left: auto;
	gap: 0.4em;
}
.main-mypage-section .my-message {
	background: #fff;
	border-radius: 2em;
	padding: 0.4em 1.2em;
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--ged-color-gray7);
	margin-right: calc(20px + 1em);
	box-shadow: var(--shadow1);
	position: relative;
}
.main-mypage-section .my-message::before,
.main-mypage-section .my-message::after {
	content: '';
	position: absolute;
	top: 50%;
}
.main-mypage-section .my-message::before {
	background: var(--ged-color-red5);
	width: 20px; height: 1px;
	left: 100%;
}
.main-mypage-section .my-message::after {
	background: var(--ged-color-red5);
	display: inline-block;
	width: 6px; height: 6px;
	border-radius: 100%;
	transform: translatey(calc(-50% + 1px));
	left: calc(100% + 20px);
}
.main-mypage-section .lec-prog > p::before {
	display: none;
}
.mypage-prog {
	margin: 1em 0 0;
}
.mypage-prog .base-tab-btns {
	margin: 0;
}
.mypage-prog .base-tab-btn {
	padding: 0.8em 1.6em;
	border-radius: 100px;
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--ged-color-gray5);
}
.mypage-prog .base-tab-btn > span {
	font-weight: 900;
}
.mypage-prog .base-tab-btn.on {
	background: #fff;
	color: var(--ged-color-gray8);
	font-weight: 700;
	box-shadow: var(--shadow1);
}
.mypage-prog .base-tab-btn.on > span {
	color: var(--ged-color-blue4);
}
.mypage-prog .base-tab-con {
	padding: 1em 0;
}
.mypage-prog .card-dept {
	position: relative;
	margin-right: 1em;
	flex: 1 0 20rem;
}
.mypage-prog .prog-alert-text {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--ged-color-gray9);
	border-radius: 3px;
	padding: 0.5em;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--ged-color-blue1);
	text-align: center;
}
.mypage-prog .prog-alert-text::before {
	content: '';
	position: absolute;
	right: calc(100% - 8px);
	bottom: 1em;
	width: 0; height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid var(--ged-color-gray9);
}
.mypage-prog .prog {
	width: 100% !important;
}
.mypage-prog .prog::-webkit-progress-bar {
	background: var(--ged-color-gray1) !important;
}
.mypage-prog .card-situ > p {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	gap: 0.4em;
	padding: 0.5em;
}
.mypage-prog .card-situ > p strong {
	font-size: 1.6em;
	font-weight: 800;
}
.mypage-prog .base-tab-con.deadline .lec-item {
	opacity: 0.5;
}
.mypage-prog .base-tab-con.not {
	padding: 3em 0 2em;
	text-align: center;
}
.mypage-prog .base-tab-con.not p {
	display: inline-block;
}
.mypage-prog .base-tab-con.not .btn {
	flex: unset;
}
.mypage-prog .base-tab-con.on.not {
	justify-content: center !important;
	gap: 1em;
}
.mypage-prog .main-card .lec-info {
	width: 100%;
}
.mypage-prog .main-card .card-thum {
	flex: 0 0 16rem;
}
.mypage-prog .main-card .card-dept {
	margin: 0;
	margin-left: 1em;
	width: 100%; flex: unset;
}
.mypage-prog .main-card .card-dept > p {
	font-size: 1.2rem;
}
.mypage-prog .main-card .lec-prog {
	padding: 0.8em 0;
	width: 100%;
	margin: 0.4em 0 0;
	background: none;
	border: 1px solid var(--ged-color-gray2);
}
.mypage-prog .main-card .lec-prog > div {
	padding: 0 0.8em;
	border-right: 1px solid var(--ged-color-gray2);
	line-height: 1;
}
.mypage-prog .main-card .lec-prog > div:last-child {
	border: none;
}
.mypage-prog .main-card .lec-prog > div.prog-r8 > div {
	justify-content: center;
	margin: 0;
}
.mypage-prog .main-card .lec-prog > div > p {
	font-size: 1.2rem;
	line-height: 1;
	margin: 0 0 0.4em;
}
.mypage-prog .main-card .lec-prog span {
	font-size: 1.3rem;
}
.mypage-prog:has(.main-card) .base-tab-con.on {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mypage-prog .main-lec-slider {
	width: 90%;
	overflow: hidden;
	position: relative;
}
.mypage-prog .main-lec-slider::after {
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 10%; height: 100%;
	background: linear-gradient(90deg, transparent, #fff);
	z-index: 1;
}
.mypage-prog .main-lec-btns {
	width: 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mypage-prog .lec-slider-nav {
	display: flex;
	align-items: center;
	gap: 0.4em;
}
.mypage-prog .lec-slider-nav [class^="btn"] {
	font-size: 2.4em;
	color: var(--ged-color-gray7);
}
.mypage-prog .main-lec-btns .btn-more {
	width: 100%;
}

.mainMypageLec .owl-stage {
	display: flex;
}
.mainMypageLec .owl-item {
	width: auto !important;
}
.mainMypageLec .main-card {
	width: 37rem;
	flex: unset !important;
	padding: 0.8em 0;
	border: none;
}

/* -------- main - search °úÁ¤ °Ë»ö -------- */
/* main-srch */
.main-srch {
	justify-content: space-between;
	position: static;
	margin: 4rem auto 6rem;
	padding: 0 2.4rem;
	min-width: unset;
	width: 48rem; height: 7rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--ged-color-gray5);
	border: 1px solid var(--ged-color-gray5);
	border-radius: 10rem;
	letter-spacing: -0.04em;
	text-align: center;
	opacity: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.main-srch:hover {
	border-color: var(--ged-color-gray1);
}
.main-srch::after {
	width: 32px; height: 32px;
	background-image: url('/images/comm/icon_srch_big.png') !important;
}

/* main-category */
.main-category ul {
	display: flex;
	gap: 3.6rem 0;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 120rem;
}
.main-category ul li {
	flex: 0 0 calc(100%/9);
	text-align: center;
}
.main-category ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.main-category ul li a p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10rem; height: 10rem;
	/* box-shadow: 0px 0px 8px rgb(0 0 0/10%); */
	/* border: 1px solid var(--ged-color-gray2); */
	border: 2px solid transparent;
	border-radius: 1.6rem;
	background-color: var(--ged-color-blue0);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .3s;
}
.main-category ul li.class-all a p,
.main-category ul li:first-child a p {
	color: var(--ged-color-white);
	background-color: var(--ged-color-blue4) !important;
	background-image: url('/images/main/icon_cate01.png');
	background-position: center center !important;
}
.main-category ul li a p + span {
	margin: 1.2rem 0 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--ged-color-gray7);
	letter-spacing: -0.04em;
	transition: all .3s;
}
.main-category ul li:hover a p {
	border-color: var(--ged-color-blue1);
	border-color: var(--ged-color-blue5);
	box-shadow: 0px 2px 12px #11a2ca70;
}
.main-category ul li:hover a p + span {
	color: var(--ged-color-blue5);
}

/* more */
.main-category ul li.main-cate-more {
	display: none;
}
.main-category ul li.main-cate-more a p {
	color: var(--ged-color-gray4);
	background: var(--ged-color-white) !important;
}
.main-category ul li.main-cate-more a p + span {
	color: var(--ged-color-gray4);
}
.main-srch-section {
	margin: 10rem auto 0;
	padding: 0 0 10rem;
/*	display: flex;*/
/*	align-items: center;*/
/*	gap: 5vw;*/
	text-align: center;
}
.main-srch-section .container > div {
	flex: auto;
}
.main-srch-section .category-title h2 {
	display: block;
	white-space: unset;
	word-break: keep-all;
	margin: 1em 0 0;
}

/* -------- strong-point -------- */
.strong-point {
	background: linear-gradient(0deg, var(--ged-color-white), var(--ged-color-gray0));
}
.strong-point ul {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	position: relative;
	margin: -9rem auto 0;
	width: 120rem;
	max-width: 94%;
	background: var(--ged-color-white);
	box-sizing: border-box;
	z-index: 1;
}
.strong-point ul::before,
.strong-point ul::after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	height: 10rem;
	background: radial-gradient(black -60%, transparent 60%);
	z-index: -1;
}
.strong-point ul::before {
	 left: -4%; bottom: -3rem;
	 width: 70%;
}
.strong-point ul::after {
	 right: 2%; bottom: -2.6rem;
	 width: 48%;
	 opacity: 0.7;
}
.strong-point li {
	flex-basis: 25%;
	width: 25%;
	padding: 3.2rem 1.2rem;
	background: var(--ged-color-white);
	box-sizing: border-box;
}
.strong-point li:nth-child(even) {
	background-color: var(--ged-color-gray0);
	background-image: linear-gradient(100deg, var(--ged-color-gray1) -15%, transparent 20%);
}
.strong-point li h3 {
	display: block;
	position: relative;
	margin: auto;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 400;
	color: var(--ged-color-black);
	letter-spacing: -0.04em;
	word-spacing: 0.04em;
	text-align: center;
}
.strong-point li h3 em {
	margin: 0 0.2rem 0 0;
	font-size: 2em;
	font-weight: 900;
	vertical-align: baseline;
}
.strong-point li h3 small {
	position: relative;
	display: block;
	margin: auto;
	padding: 3.2rem 0 0;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 300;
	color: var(--ged-color-gray5);
	letter-spacing: -0.04em;
	vertical-align: baseline;
	word-break: keep-all;
}
.strong-point li h3 small::before {
	content: "";
	display: block;
	clear: both;
	position: absolute; left: 50%; top: 1.5rem;
	width: 60%; height: 4px;
	background: var(--ged-color-gray3);
	transform: translateX(-50%);
}


/* -------- 2025-12-04 Ãß°¡ -------- */

/* strong-point */
.main-strong-point li h3 {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--ged-color-gray8);
	letter-spacing: -0.05em;
}


/* -------- latest -------- */
.latest {
	margin: 0 auto;
	padding: 8rem 0;
}
.latest:nth-child(even) {
	background: var(--ged-color-blue0);
}
h2 {
/*	margin: 10rem auto 2.4rem;*/
	padding: 0 0.2rem;
/*	width: 120rem;*/
/*	max-width: 94%;*/
	font-size: 3rem;
	font-weight: 800;
	color: var(--ged-color-black);
	white-space: nowrap;
}
h2 a {
	align-self: flex-end;
	padding-right: 0.4rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--ged-color-gray4);
}
h2 a::after {
	content: "\ea6e";
	display: inline-block;
	clear: both;
	position: relative; top: 0.3rem;
	margin: 0 0 0 0.8rem;
	font-size: 1.16em;
}
.btn-lecture-view {
	display: block;
	flex-grow: 1;
	width: 20%;
	margin: 0 0 0 1.5%;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.btn-lecture-view:first-child {
	margin-left: 0;
}

/* -------- thumbnail -------- */
.thumb-type {
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	overflow: hidden; */
}
.thumb-type ~ .thumb-type {
	margin-top: 8rem;
}
.thumb-type figure {
	position: relative;
	transition: .3s;
	overflow: hidden;
	cursor: pointer;
}
.thumb-type figure::after {
	content: "";
	display: block;
	clear: both;
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;
	border-radius: 0.8rem;
	z-index: 0;
}
.thumb-type .thumb-img {
	width: 100%; height: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: transform .4s ease-out;
}
.thumb-type figcaption {
	position: absolute;
	width: 100%;
	color: var(--ged-color-white);
	box-sizing: border-box;
	transition: .3s;
	z-index: 1;
}
.thumb-type figcaption h3 {
	display: block;
	position: relative;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-ms-word-break: break-all;
	word-break: break-all;
}
.thumb-type figcaption h3::after {
	content: "\ea6e";
	display: inline-block;
	clear: both;
	position: absolute; right: 1px; top: 50%;
	font-family: 'remixicon';
	font-weight: 400;
	opacity: 1;
	transform: translateY(-50%);
}

/* img x2 */
.latest ~ .latest .thumb-type {
	margin-top: 1.6rem;
}
.thumb-type1 figure {
	display: block;
	width: 594px; height: 32rem !important;
	max-width: 100%;
	background-size: 100%;
	border-radius: 0.8rem !important;
	transition: .6s;
}
.thumb-type1 figure > img {
	height: calc(450/360*100%);
}
.thumb-type1 figure::after {
	background: rgba(0,0,0,0.5);
}
.thumb-type1 .thumb-img {
	padding-top: calc(320/594*100%);
}
.thumb-type1 figure:hover .thumb-img {
	transform: scale(1.1);
}
.thumb-type1 figcaption {
	top: 50%;
	padding: 0 4rem;
	transform: translateY(-50%);
}
.thumb-type1 figcaption h3 {
	font-size: 2.4rem;
	font-weight: 700;
}
.thumb-type1 figcaption h3::after {
	display: none;
}
.thumb-type1 figcaption h3 + p {
	margin: 1.6rem 0 3.2rem;
	width: 75%; height: 7rem;
	max-width: 100%;
	line-height: 1.6;
	font-size: 1.5rem;
	font-weight: 400;
	word-break: keep-all;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.thumb-type1 figcaption .btn-more {
	display: block;
	width: 160px; height: 48px;
	line-height: 48px;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--ged-color-white);
	border: 0.1rem solid var(--ged-color-white);
	text-align: center;
	transition: .6s;
}
.thumb-type1 figure:hover {
	background-size: 110%;
}
.thumb-type1 figure:hover figcaption .btn-more {
	color: var(--ged-color-black);
	background: var(--ged-color-white);
}

/* img x3 */
.thumb-type2 figure {
	display: flex;
	align-items: flex-end;
	/* width: 392px; height: 240px !important; */
	padding-top: calc(240/392*100%);
	width: 392px; height: 0;
	max-width: 100%;
	border-radius: 0.8rem;
}
.thumb-type2 figure::after {
	background: linear-gradient(0deg, rgba(0,0,0,0.4), transparent 50%);
	transition: .3s;
}
.thumb-type2 .thumb-img {
	padding-top: calc(240/392*100%);
}
.thumb-type2 figcaption {
	bottom: -8.7rem;
	padding: 0 2.4rem 2.4rem;
	transition: .3s;
}
.thumb-type2 figcaption h3 {
	font-size: 1.9rem;
	font-weight: 600;
}
.thumb-type2 figcaption h3 span::before {
	transform: rotate(-90deg);
	transition: .3s;
}
.thumb-type2 figcaption h3 + p {
	margin: 1.6rem 0 0;
	height: 6.3rem;
	line-height: 1.5;
	font-size: 1.45rem;
	font-weight: 300;
	opacity: 0.8;
	letter-spacing: -0.4px;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.thumb-type2 figure:hover .thumb-img {
	transform: scale(1.1);
}
.thumb-type2 figure:hover::after {
	background: rgba(0,0,0,0.4);
}
.thumb-type2 figure:hover figcaption {
	bottom: 0;
}
.thumb-type2 figure:hover figcaption h3::after {
	opacity: 0;
}

/* img x4 */
.thumb-type3 {
	align-items: flex-start;
}
h2 + .thumb-type3 {
	margin-top: 0 !important;
}
.thumb-type3 figure {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 0;
	/* width: 291px; */ width: auto; height: auto;
}
.thumb-type3 figure::after {
	display: none;
}
.thumb-type3 figure img {
	position: static;
	max-height: 192px;
}
.thumb-type3 .thumb-img {
	padding-top: calc(192/291*100%);
	background: var(--ged-color-gray1);
}
.thumb-type3 figcaption {
	position: static;
	padding: 1.2em 5%;
	color: var(--ged-color-black);
}
.thumb-type3 figcaption h3 {
	margin: 0 0 0.4em;
	line-height: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-ms-word-break: break-all;
	word-break: break-all;
	color: var(--ged-color-gray9);
}
.thumb-type3 figcaption h3::after {
	display: none;
}
.thumb-type3 figcaption h3 + p {
	line-height: 1.4;
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--ged-color-gray5);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
	min-height: calc(1.4em * 3);
}

/* card-type */
.class-preview {
	padding: 12rem 0;
	background: linear-gradient(90deg, transparent 50%, #f5f5f5 50%);
	overflow: hidden;
}
.latest + .class-preview {
	margin: 6% auto 0;
}
.class-preview + * {
	margin-top: 0 !important;
}
.card-type li {
	display: flex;
	justify-content: space-between;
	background: var(--ged-color-white);
}
.card-video {
	/* flex: 0 0 599px; */
	flex: 1 0 50%;
	height: 400px;
}
.card-video * {
	width: 100%; height: 100%;
	object-fit: cover;
}
.card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* flex: 0 0 calc(100% - 659px);
	padding: 60px 60px 60px 0; */
	flex: 1 0 50%;
	padding: 6rem;
	box-sizing: border-box;
}
.card-content h3 {
	display: block;
	margin: 0;
	line-height: 1.2;
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--ged-color-black);
	letter-spacing: -0.04em;
}
.card-content h3 small {
	display: block;
	margin: 0 0 0.8rem;
	font-size: 0.52em;
	font-weight: 700;
	color: var(--ged-color-blue);
	letter-spacing: -0.02em;
}
.card-content h3 + p {
	margin-top: 2rem;
	min-height: 9.6rem;
	line-height: 1.5;
	font-size: 1.6rem;
	color: var(--ged-color-gray4);
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.card-content a {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--ged-color-gray6);
	letter-spacing: -0.04em;
	transition: .3s;
}
.card-content a::before,
.card-content a::after {
	display: inline-block;
	clear: both;
	position: relative; top: 0.3rem;
	font-size: 1.16em;
}
.card-content a::before {
	content: "\ea7e";
	margin-right: 8px;
	color: var(--ged-color-blue5);
}
.card-content a::after {
	content: "\ea6e";
	top: 0.4rem;
	margin-left: 1.6rem;
}
.card-content a:hover {
	color: var(--ged-color-blue5);
}

/* -------- main-class -------- */
.main-class section {
	max-width: unset;
	width: unset;
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.8em;
}
.main-class .container {
	display: flex;
	gap: 1em;
}
.main-class .h2-wrap {
	flex: 0 0 28rem;
	margin: 0 auto 2.4rem;
	padding: 2em 0;
}
.main-class h2 {
	margin: 0;
	white-space: normal;
	word-break: keep-all;
	font-size: 2.8rem;
}
.main-class h2 > span {
	display: block;
	font-size: 1.3em;
}
.main-class .btn-lecture-view {
	width: 100%;
	margin: 0;
	border-radius: 18px;
	transition: 0.3s all ease-in-out;
}
.main-class .btn-lecture-view:hover {
	border-radius: 0;
	box-shadow: none;
}
.main-class .thumb-type3 .thumb-img {
	padding-top: 75%;
}


/* owl */
.owl-theme .owl-nav {
	margin: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute; top: 44%;
	margin: 0;
	padding: 0 10px !important;
	line-height: 1;
	font-size: 4.8rem;
	font-weight: 400;
	transform: translateY(-50%);
}
.owl-carousel .owl-nav button::before {
	display: block;
	clear: both;
	font-family: 'remixicon' !important;
}
.owl-carousel .owl-nav button.owl-next::before {
	content: "\ea6e";
}
.owl-carousel .owl-nav button.owl-prev::before {
	content: "\ea64";
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
	display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	color: var(--ged-color-blue);
	background: transparent;
}
.owl-theme .owl-nav +.owl-dots {
	margin-top: 2.4rem;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
	width: 12px; height: 5px;
	border-radius: 0;
	margin: 0 3px;
	background: var(--ged-color-gray3);
}
.owl-theme .owl-dots .owl-dot.active span {
	width: 3.6rem;
	background: var(--ged-color-blue);
}


/* -------- ad -------- */

/* ad-high */
.ad-high {
	margin: 16rem auto 0;
	height: auto;
}
.ad-high a {
	display: block;
}
.ad-high img {
	width: auto; height: 36rem;
	max-height: 27vw;
	object-fit: cover;
	transition: .6s;
}

/* ad-low */
.ad-low {
	display: flex;
	align-items: center;
	height: 16rem;
	background-position: center center;
	overflow: hidden;
	transition: .3s;
}
.ad-low section {
	padding: 0 3rem;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--ged-color-white);
	letter-spacing: -0.02em;
	box-sizing: border-box;
}


/* -------- blog -------- */
.ged-blog {
	margin: 0 auto 12rem;
}
.ged-blog h2 {
	max-width: 100%;
}
.ged-blog * {
	box-sizing: border-box;
}
.ged-blog .webzin-type li {
	display: flex;
	justify-content: space-between;
	height: 20rem;
	border: 0.1rem solid var(--ged-color-gray3);
	transition: .3s;
	overflow: hidden;
}
.ged-blog .webzin-type li:not(:first-child) {
	margin-top: 1.6rem;
}
.ged-blog .webzin-type li:hover {
	border-color: var(--ged-color-gray7);
}
.ged-blog .webzin-type .blog-thumb {
	flex: 0 0 29rem;
	padding: 2.4rem 0 2.4rem 2.4rem;
}
.ged-blog .blog-thumb a,
.ged-blog .blog-thumb img {
	display: block;
	width: 100%; height: 100%;
}
.ged-blog .blog-thumb img {
	object-fit: cover;
}
.ged-blog .webzin-type .blog-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	flex: 0 0 calc(100% - 29rem);
	padding: 3.2rem 4rem;
	overflow: hidden;
	cursor: default;
}
.ged-blog h4 {
	margin: 0;
	width: 100%;
	line-height: 3rem;
	font-size: 1.9rem;
	font-weight: 600;
	color: var(--ged-color-black);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ged-blog h4 a:hover {
	text-decoration: underline;
}
.ged-blog h4 + div {
	line-height: 1.6;
	font-size: 1.6rem;
	color: var(--ged-color-gray5);
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ged-blog h4 + div + p {
	display: flex;
	align-items: center;
	margin: 0.4rem 0;
	font-size: 1.4rem;
	color: var(--ged-color-gray4);
}
.ged-blog h4 + div + p i {
	margin: 0 0.4rem 0 1.6rem;
	font-size: 1.12em;
}
.ged-blog h4 + div + p i:first-child {
	margin-left: 0;
}
.ged-blog .keyword {
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	height: 3rem;
}
.ged-blog .keyword span {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--ged-color-blue);
	letter-spacing: -0.02em;
}
.ged-blog .keyword span::before {
	content: "\23";
	display: inline-block;
	clear: both;
	margin-right: 0.1rem;
	font-family: 'Font Awesome 6 Pro';
}
.ged-blog .keyword span:not(:last-child) {
	margin-right: 2%;
}


/* -------- kakao -------- */
.ged-kakao {
	background: #f9e000;
}
.ged-kakao a {
	display: block;
}

/* -------- main-cs -------- */
.main-cs-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6.5vw;
	margin: 10rem auto;
}
.main-cs-section h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--ged-color-black);
	margin: 1em 0;
}
.main-cs-section ul > li {
	display: flex;
	align-items: center;
	gap: 1em;
	margin: 0.8em 0;
	color: var(--ged-color-gray7);
	font-weight: 600;
}
.main-cs-section ul > li:last-child {
	margin-bottom: 0;
}
.qna {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 1em;
}
.qna .qna-title {
	width: 28rem;
}
.qna .qna-title img {
	max-width: 13rem;
}
.qna .qna-title h4 {
	font-size: 2.8em;
	margin: 1em 0 0.4em;
	line-height: 1;
}
.qna .qna-title h4 > span {
	font-size: 0.65em;
	font-weight: 400;
	margin: 0 0.4em;
}
.qna ul {
	flex: 1;
	width: 100%;
}
.qna ul li > a {
	display: flex;
	align-items: center;
	border: 2px solid var(--ged-color-gray1);
	border-radius: 16px;
	padding: 1em 1.4em;
	box-sizing: border-box;
	width: 100%;
	color: var(--ged-color-gray9);
	font-weight: 700;
	gap: 0.8em;
	transition: all 0.4s;
}
.qna ul li > a:hover {
	background: var(--ged-color-blue0);
	border: 2px solid var(--ged-color-blue5);
	color: var(--ged-color-blue5);
}
.qna ul li > a [class^="btn"] {
	margin-left: auto;
}
.qna ul li > a em {
	background: var(--ged-color-blue5);
	display: inline-flex;
	align-items: center; justify-content: center;
	width: 2em; height: 2em;
	font-size: 2.4rem;
	border-radius: 100%;
	color: #fff;
}
.qna ul li > a .btn-i::after {
	width: 28px; height: 28px;
}
.cs-center ul > li p:nth-child(1) {
	width: 10rem;
	color: var(--ged-color-gray5);
}
.cs-center > div {
	padding: 2em 0;
}
.cs-center > div:first-child {
	border-bottom: 1px solid var(--ged-color-gray1);

}
.cs-center h4 {
	margin-top: 0;
}
.cs-center .call h4 > b {
	font-size: 1.3em;
}
.cs-center .call h4 > b::before {
	content: '';
	width: 6px; height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: var(--ged-color-blue5);
	vertical-align: middle;
	margin: 0 0.4em;
}


@media all and (max-width:1023px) {
	/* -------- main - mypage -------- */
	.main-mypage-section .mm-log-before .mypage-title h2 {
		margin: 0.4em 0 1em;
	}
	.main-mypage-section .mm-log-before,
	.main-mypage-section .mm-log-after .mypage-title {
		flex-direction: column;
		text-align: center;
		padding: 1.5em;
	}
	.main-mypage-section .mypage-login {
		flex-direction: column;
		width: 100%;
		gap: 1em;
		margin: 2em 0 0;
		padding: 2em;
	}
	.main-mypage-section .mypage-login .btn {
		width: 100%;
	}
	.main-mypage-section .mm-log-after {
		padding: 2em 1.5em;
	}
	.main-mypage-section .mm-log-after .btn-wrap {
		position: relative;
		margin: 0.8em 0 0;
	}
	.main-mypage-section .mm-log-after .base-tab-btns {
		gap: 0.4em;
	}
	.main-mypage-section .mm-log-after .mypage-title > div {
		width: 100%;
		justify-content: space-between;
	}
	.main-mypage-section .mm-log-after h2 {
		font-size: 2rem;
	}
	.main-mypage-section .my-message {
/*		position: absolute;*/
/*		top: calc(100% + 1.5em);*/
/*		left: 0;*/
		white-space: nowrap;
/*		box-shadow: var(--shadow1);*/
		font-size: 1.2rem;
	}
	.mypage-prog .lec-item {
		width: 100%;
	}
	.mypage-prog .base-tab-btn {
		font-size: 1.4rem;
		padding: 0.6em 1em;
	}


	/* -------- strong-point -------- */
	.strong-point ul {
		margin-top: -7rem;
	}
	.strong-point li h3 em {
		font-size: 1.4em;
	}
	.strong-point li h3 small {
		padding: 2rem 0 0;
		font-size: 1.4rem;
	}
	.strong-point li h3 small::before {
		top: 0.8rem;
		height: 2px;
	}


	/* -------- 2025-12-04 Ãß°¡ -------- */

	/* strong-point */
	.main-strong-point li {
		padding: 2.4rem 0;
	}
	.main-strong-point li h3 {
		font-size: 1.8rem;
	}

	/* main-srch */
	.main-srch {
		margin: 2.4rem auto 4rem;
		height: 5.8rem;
	}

	/* main-category */
	.main-category ul {
		gap: 2.4rem 0;
		justify-content: center;
	}
	.main-category ul li {
		flex: 0 0 calc(100%/6);
	}
	.main-category ul li a p {
		width: 8rem; height: 8rem;
		background-size: contain;
	}
	.main-srch-section {
		flex-direction: column;
	}
	.main-srch-section .category-title {
		text-align: center;
	}
	.main-srch-section .category-title img {
		min-width: 10rem;
		width: 12vw;
		max-width: 14rem;
	}

	/* -------- main-class -------- */
	.main-class section {
		grid-template-columns: repeat(2, 1fr);
	}
	.main-class .btn-lecture-view {
		width: 100% !important;
		margin: 0 !important;
		margin-top: 2rem !important;
	}
	.main-class h2 {
		font-size: 2.4rem;
	}

	/* -------- latest -------- */
	.latest {
		margin-top: 1.6rem;
	}
	h2 {
		font-size: 2.4rem;
		/* 2025-04-16 Ãß°¡ */
		white-space: normal;
		line-height: 1.3;
	}

	/* -------- thumbnail -------- */
	.thumb-type2 .thumb-img {
		padding-top: calc(192/320*100%);
	}
	.thumb-type3 figcaption h3 {
		font-size: 1.6rem;
	}

	/* card-type */
	.class-preview {
		padding: 6rem 0 4rem;
	}


	/* -------- ad -------- */
	.ad-high {
		margin-top: 6rem;
	}


	/* -------- blog -------- */
	.ged-blog {
		margin-bottom: 6rem;
	}

	/* -------- main-cs -------- */
	.main-cs-section {
		max-width: 92%;
		flex-direction: column;
	}
	.qna {
		width: 100%;
	}
	.qna .qna-title {
		text-align: center;
	}
	.main-cs-section .cs-center {
		display: flex;
		align-items: flex-end;
		width: 100%;
	}
	.cs-center > div:first-child {
		border: none;
		border-right: 1px solid var(--ged-color-gray1);
	}
	.cs-center > div {
		flex: auto;
		text-align: center;
		padding: 0 2em;
	}
}


@media all and (max-width:767px) {

	/* -------- main-banner -------- */
	.main-banner-section {
		padding: 1.2em 0 0;
	}
	#mainBanner img {
		object-fit: cover;
	}
	#mainBanner + section ul {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-top: 12%;
		letter-spacing: -0.08em;
	}
	#mainBanner + section li {
		flex: 0 0 30%;
		margin: 0 1.5%;
	}
	#mainBanner + section li:nth-child(n+4) {
		margin-top: 9%;
	}
	#mainBanner + section li h3 {
		font-size: 1.8rem;
		white-space: nowrap;
	}
	#mainBanner + section li h3::before {
		font-size: 1.8rem;
		margin-bottom: 10%;
		width: 7rem; height: 7rem;
	}
	#mainBanner + section li h3 small {
		font-size: 1.4rem;
	}
	#mainBanner .owl-dot {
		width: 10px; height: 10px;
	}

	/* -------- main - mypage -------- */
	.main-mypage-section .my-message {
		position: absolute;
		top: calc(100% + 1em);
		left: 0;
		width: 100%;
	}
	.main-mypage-section .my-message::before,
	.main-mypage-section .my-message::after {
		left: 20%;
		top: -10px;
	}
	.main-mypage-section .my-message::before {
		width: 1px;
		height: 10px;
	}
	.main-mypage-section .my-message::after {
		left: calc(20% - 2px);
	}
	.mypage-prog .mainMypageLec{
		display: flex;
		flex-direction: column;
	}
	.mypage-prog .main-lec-slider::after { display: none; }
	.mainMypageLec .main-card {
		margin: 0; padding: 0.4em 0;
	}
	.mypage-prog .main-card .lec-info {
		flex-wrap: nowrap;
	}
	.mypage-prog:has(.main-card) .base-tab-con.on {
		flex-direction: column;
		padding: 0.8em 0 0;
	}
	.mypage-prog .main-lec-slider {
		width: 100%;
	}
	.mypage-prog .main-lec-btns {
		width: 100%;
		flex-direction: row;
		margin: 1em 0 0;
	}
	.mypage-prog .lec-slider-nav {
		width: 30%;
		display: none;
	}
	.mypage-prog .base-tab-con.on.not {
		padding: 2em 0 0.5em;
	}

	/* -------- strong-point -------- */

	/* 1ÁÙ¾¿ */
	.strong-point {
		background: linear-gradient(0deg, var(--ged-color-white), var(--ged-color-gray0));
	}
	.strong-point ul {
		flex-wrap: wrap;
		margin-top: -5rem;
	}
	.strong-point ul::before,
	.strong-point ul::after {
		display: none;
	}
	.strong-point li {
		flex: 1 0 100%;
		padding: 0;
		width: 100%;
	}
	.strong-point li:nth-child(even) {
		background-image: linear-gradient(0deg, var(--ged-color-gray1) 15%, transparent);
	}
	.strong-point li h3 {
		display: flex;
		align-items: center;
		padding: 2.4rem 2rem;
		font-size: 1.6rem;
		font-weight: 600;
	}
	.strong-point li h3 em {
		font-size: 1em;
	}
	.strong-point li h3 small {
		margin: 0;
		padding: 0;
		line-height: 1;
		font-size: 1.4rem;
		text-align: left;
	}
	.strong-point li h3 small::before {
		display: inline-block;
		position: static;
		margin: 0 0.4rem 0 0.8rem;
		width: 2px; height: 0.8em;
		vertical-align: baseline;
	}
	.strong-point li h3 small br {
		display: none;
	}


	/* -------- 2025-12-04 Ãß°¡ -------- */

	/* strong-point */
	.main-strong-point ul {
		border-bottom: 1px solid var(--ged-color-gray1);
	}
	.main-strong-point li {
		flex: 0 0 50%;
	}
	.main-strong-point li {
		background-color: var(--ged-color-white);
	}
	.main-strong-point li:nth-child(2) {
		background-image: linear-gradient(100deg, var(--ged-color-gray1) -15%, transparent 20%) !important;
	}
	.main-strong-point li:nth-child(3) {
		background-image: linear-gradient(200deg, var(--ged-color-gray1) -15%, transparent 60%) !important;
	}
	.main-strong-point li:nth-child(4) {
		background-color: var(--ged-color-white);
		background-image: none !important;
	}
	.main-strong-point li h3 {
		justify-content: center;
		padding: 1.8rem 0;
	}

	/* main-srch */
	.main-srch {
		max-width: 80%;
		font-size: 1.5rem;
	}
	.main-srch::after {
		width: 24px; height: 24px;
	}

	/* main-category */
	.main-category ul {
		gap: 2rem 0;
	}
	.main-category ul li {
		flex: 0 0 calc(100%/6);
	}
	.main-category ul li.main-cate-more {
		display: block;
	}
	.main-category ul li.main-cate-more ~ li {
		display: none;
	}
	.main-category ul li a p {
		width: 7rem; height: 7rem;
	}
	.main-category ul li a p + span {
		font-size: 1.35rem;
	}
	.main-srch-section {
		margin: 6rem auto 0;
		padding: 0 0 6rem;
	}

	/* -------- main-class -------- */
	.main-class {
		padding: 4rem 0;
	}
	.main-class section {
		gap: 0.6em;
	}
	.main-class h2 > span {
		display: inline-block;
		font-size: 1em;
	}
	.main-class .container {
		flex-direction: column;
		gap: 0;
	}
	.main-class .h2-wrap {
		flex: auto;
		padding: 0;
		margin: 0;
	}

	/* -------- latest -------- */
	.latest {
		margin-top: 0;
	}
	h2 {
		font-size: 2.2rem;
		user-select: none;
	}
	.btn-lecture-view {
		margin-left: 1.5%;
	}


	/* -------- thumbnail -------- */
	.thumb-type {
		flex-wrap: wrap;
	}
	.thumb-type figure {
		width: 100%; height: 0;
		border-radius: 0;
	}
	.thumb-type figure:not(:first-of-type) {
		margin: 2% 0 0;
	}
	.thumb-type figcaption h3 {
		padding-right: 10%;
	}

	.latest ~ .latest .thumb-type,
	.thumb-type1 a ~ a {
		margin-top: 2%;
	}
	.thumb-type1 figure > img {
		width: 100%; height: 100%;
	}
	.thumb-type1 figure:hover {
		background-size: cover;
	}
	.thumb-type1 .btn-lecture-view {
		margin-left: 0;
		width: 100%;
	}
	.thumb-type1 figcaption {
		top: 0;
		padding: 6rem 4rem 0;
		height: 100%;
		transform: none;
	}
	.thumb-type1 figcaption h3 {
		font-size: 2rem;
	}
	.thumb-type1 figcaption h3 + p {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
	.thumb-type1 figcaption a {
		line-height: 40px;
		height: 40px;
		font-size: 13.6px;
	}
	.thumb-type1 figure:hover figcaption a {
		color: inherit;
		background: inherit;
	}
	.thumb-type2 .btn-lecture-view {
		/* width: 32%; */
		flex: 1 0 100%;
		margin: 0;
		width: 100%;
	}
	.thumb-type2 .btn-lecture-view:not(:first-of-type) {
		margin: 2% 0 0;
	}
	.thumb-type2 figure {
		padding-top: calc(160/320*100%);
	}
	.thumb-type2 figure:not(:first-of-type) {
		margin: 0;
	}
	.thumb-type2 figure::after {
		/* background: rgb(0 0 0/0.2); */
	}
	.thumb-type2 figure:hover::after {
		/* background: linear-gradient(0deg, rgba(0,0,0,0.8), transparent 50%); */
	}
	.thumb-type2 .thumb-img {
		padding-top: calc(160/320*100%);
	}
	.thumb-type2 figcaption {
		bottom: 0;
		/* display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		height: 100%; */
	}
	.thumb-type2 figcaption h3 {
		font-size: 1.8rem;
	}
	.thumb-type2 figcaption h3 + p {
		display: none;
	}
	.thumb-type3 {
		margin-bottom: 0;
	}
	.thumb-type3 .btn-lecture-view {
		display: inline-flex;
		margin-top: 4rem;
		margin-left: 3%;
		width: 48.5%;
	}
	.thumb-type3 .btn-lecture-view:nth-child(1),
	.thumb-type3 .btn-lecture-view:nth-child(2) {
		margin-top: 0;
	}
	.thumb-type3 .btn-lecture-view:nth-child(2n-1) {
		margin-left: 0;
	}
	.thumb-type3 figure {
		margin: 0 !important;
		height: auto;
	}
	.thumb-type3 figcaption {
		padding: 1em 6%;
	}

	/* card-type */
	.class-preview section {
		max-width: 100%;
	}
	.card-type li {
		flex-direction: column;
		height: auto;
	}
	.card-video {
		flex: unset;
		width: 100%;
		max-height: 24vh;
	}
	.card-content {
		flex: 0 0 280px;
		padding: 8% 6%;
	}
	.card-content h3 {
		font-size: 2.4rem;
	}
	.card-content h3 small {
		margin-bottom: 0.4rem;
	}
	.card-content h3 + p {
		margin-top: 0;
		min-height: 6.4rem;
		font-size: 1.4rem;
	}
	.card-content a {
		font-size: 1.5rem;
	}
	.card-content a:hover {
		/* display: none; */
	}


	/* -------- ad -------- */
	.ad-low {
		position: relative;
		height: 9rem;
		background-position: 70% center;
	}
	.ad-low::after {
		content: "";
		display: block;
		clear: both;
		position: absolute; left: 0; top: 0;
		width: 100%; height: 100%;
		background: rgba(0,0,0,0.3);
		z-index: 0;
	}
	.ad-low section {
		position: relative; top: 2px;
		padding: 0 4%;
		max-width: 100%;
		line-height: 1.4;
		font-size: 1.5rem;
		word-break: keep-all;
		text-align: center;
		z-index: 1;
	}


	/* -------- blog -------- */
	.ged-blog .webzin-type li {
		padding: 0 1.2rem 0 0.4rem;
		height: 13rem;
		border-width: 0 0 0.1rem;
	}
	.ged-blog .webzin-type li:not(:first-child) {
		margin-top: 0;
	}
	.ged-blog .webzin-type li:first-child {
		border-top-width: 0.1rem;
	}
	.ged-blog .webzin-type li:hover {
		border-color: var(--ged-color-gray3);
	}
	.ged-blog .webzin-type .blog-thumb {
		flex: 1 0 30%;
		padding: 1.2rem 0;
	}
	.ged-blog .webzin-type .blog-content {
		flex-direction: row;
		align-content: center;
		flex: 1 0 70%;
		padding: 0 0 0 1.6rem;
	}
	.ged-blog h4 {
		margin-bottom: 0.8rem;
		line-height: inherit;
		font-size: 1.6rem;
	}
	.ged-blog h4 + div {
		margin-bottom: 0;
		width: 100%;
		line-height: 1.4;
		font-size: 1.4rem;
	}
	.ged-blog h4 + div + p {
		margin: 1.2rem 0 0;
		font-size: 1.2rem;
	}
	.ged-blog h4 + div + p i {
		position: relative; top: 0.1rem;
		margin-left: 1.2rem;
	}
	.ged-blog .keyword {
		display: none;
		height: auto;
	}
	.ged-blog .keyword span {
		font-size: 11.5px;
	}


	/* -------- event -------- */
	.event {
		/* height: 8rem; */

	}
	.event-mobile {
		height: 20rem;
		background-image: url('/images/comm/bn_qrcode_m.png');
	}

	/* -------- 2025-02-19 Ãß°¡ È¸¿ø°¡ÀÔ/ÀüÈ­»ó´ã ÇÏ´Ü¹Ù -------- */
	.order-table-m {
		min-width: auto;
	}
	.order-table-m .fill-amnt {
		padding: 0;
	}
	.order-table-m .fill-amnt a {
		border: 0;
	}
	.order-table-m i {
		position: relative; top: 0.01rem;
		margin: 0 0.6rem 0 0;
		font-size: 1em;
	}

	/* -------- main-class -------- */
	.main-cs-section {
		margin: 6rem auto;
		gap: 1em;
	}
	.main-cs-section h4 {
		font-size: 1.8rem;
	}
	.qna {
		flex-direction: column;
	}
	.qna ul > li {
		margin: 0.8em 0;
	}
	.qna ul > li h5 {
		font-size: 1.8rem;
	}
	.qna ul > li em {
		width: 3em; height: 3em;
	}
	.qna .qna-title h4 {
		margin: 0.4em 0;
	}
	.main-cs-section .cs-center {
		/* display: block; */
		flex-direction: column;
	}
	.cs-center > div:first-child {
		border: none;
		border-bottom: 1px solid var(--ged-color-gray1);
	}
	.cs-center > div {
		padding: 1.5em 0;
		width: 100%;
	}
	.cs-center ul > li {
		margin: 0.4em 0.8em;
		justify-content: center;
	}
	.cs-center ul > li p:nth-child(1) {
		width: unset;
	}
}


@media all and (max-width:479px) {
	/* main-srch */
	.main-srch input {
		font-size: 1.6rem;
	}

	/* main-category */
	.main-category ul {
		gap: 1.5rem 0;
	}
	.main-category ul li {
		flex: 0 0 calc(100%/5);
	}
	.main-category ul li a p {
		width: 6.2rem; height: 6.2rem;
	}
	.main-category ul li a p + span {
		margin: 0.6rem 0 0;
		font-size: 1.25rem;
	}
	.mypage-prog .main-card .card-thum {
		flex: 0 0 13rem;
	}
	.mypage-prog .main-card .lec-prog span {
		font-size: 1.2rem;
	}
}