@charset "euc-kr";

/* main.css
------------------------------------------------------ */
main {
	padding: 0;
}

main .container {}

/* layout
------------------------------------------------------ */
section {
	margin: auto;
	width: 120rem;
	max-width: 94%;
}


/* -------- main-banner -------- */
#mainBanner img {
	margin: auto;
	width: auto;
	height: 480px;
	max-height: 36vw;
	object-fit: cover;
}

#mainBanner .owl-nav button.owl-next,
#mainBanner .owl-nav button.owl-prev {
	color: var(--ged-color-white);
	transition: .3s;
	opacity: 0.4;
}

#mainBanner .owl-nav button.owl-next:hover,
#mainBanner .owl-nav button.owl-prev:hover {
	opacity: 1;
}

#mainBanner .owl-nav button.owl-prev {
	left: 8%;
	right: auto;
}

#mainBanner .owl-nav button.owl-next {
	left: auto;
	right: 8%;
	right: 8vw;
}


/* -------- 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;
}

/* main-srch */
.main-srch {
	justify-content: space-between;
	position: static;
	margin: 4rem auto 6rem;
	padding: 0 2.4rem 0 4rem;
	width: 48rem;
	height: 7rem;
	max-width: 94%;
	font-size: 2.2rem;
	font-weight: 500;
	color: var(--ged-color-gray4);
	background: var(--ged-color-gray0);
	border: 0.1rem solid transparent;
	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 span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 6rem;
	font-size: 2.4rem;
	color: var(--ged-color-gray6);
	background: none;
	border: 0;
	cursor: pointer;
}

.main-srch span::before {
	content: "\f0d1";
	display: inline-flex;
	clear: both;
	font-size: 1.16em;
	font-weight: 400 !important;
}

/* main-category */
.main-category ul {
	display: flex;
	gap: 3.6rem 0;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 120rem;
	max-width: 94%;
}

.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: 9rem;
	height: 9rem;
	/* 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-whiteblue);
	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;
	/* border-color: var(--ged-color-whiteblue) !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 {
	background-color: var(--ged-color-white);
	/* background-position: center -9rem; */
	border-color: var(--ged-color-blue1);
	border-color: var(--ged-color-blue4);
	box-shadow: 0px 4px 10px var(--ged-color-whiteblue);
}

.main-category ul li:hover a p+span {
	/* color: var(--ged-color-gray9);
	font-weight: 700; */
	color: var(--ged-color-blue4);
}

/* 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);
}


/* -------- latest -------- */
.latest {
	margin: 0 auto;
}

h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10rem auto 2.4rem;
	padding: 0 0.2rem;
	width: 120rem;
	max-width: 94%;
	line-height: 1;
	font-size: 2.8rem;
	font-weight: 600;
	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%;
	cursor: pointer;
}

.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;
	border-radius: 0.8rem;
	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;
}

.latest~.latest .thumb-type3 {
	margin-top: 6rem;
}

.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%);
}

.thumb-type3 figcaption {
	position: static;
	padding: 0 1%;
	color: var(--ged-color-black);
}

.thumb-type3 figcaption h3 {
	margin: 1.6rem 0 0.8rem;
	line-height: 2rem;
	font-size: 1.8rem;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-ms-word-break: break-all;
	word-break: break-all;
}

.thumb-type3 figcaption h3::after {
	display: none;
}

.thumb-type3 figcaption h3+p {
	height: auto;
	line-height: 1.5;
	font-size: 1.35rem;
	font-weight: 400;
	color: var(--ged-color-gray4);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
}

/* img x3 */
.thumb-type4 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 !important;
}

.thumb-type4 figure::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 50%);
	transition: .3s;
}

.thumb-type4 .thumb-img {
	padding-top: calc(240/392*100%);
}

.thumb-type4 figcaption {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8rem 0;
	padding: 1.6rem 2.4rem;
	height: 100%;
}

/* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ (ï¿½ï¿½ Ä«ï¿½ï¿½ + ï¿½ï¿½Æ°) */
.thumb-type4 .t4-combo {
	position: relative;
	width: 100%;
}

.thumb-type4 .t4-combo::after {
	content: "";
	display: block;
	clear: both;
}

/* ï¿½ï¿½ Ä«ï¿½ï¿½ */
.thumb-type4 .t4-card {
	position: absolute;
	width: 50%;
	min-height: 4.6rem;
	margin: 0;
	padding: 1.2rem 1.6rem;
	color: var(--ged-color-gray9);
	box-sizing: border-box;
	border-radius: 0.8rem;
	background: rgb(255 255 255 / 65%);
	border: 2px solid var(--ged-color-white);
	box-shadow: 0 0.4rem 1.2rem rgb(0 0 0 / 25%);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(0.6rem);
}

.thumb-type4 .t4-card:hover {
	background: rgb(255 255 255 / 90%);
	border-color: var(--ged-color-blue4);
}

.thumb-type4 .t4-card a {
	display: block;
	width: 100%;
	color: var(--ged-color-gray9);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.3;
	text-decoration: none;
	word-break: keep-all;
	transition: color .2s ease;
}

.thumb-type4 .t4-card a:hover {
	color: var(--ged-color-blue4);
}

.thumb-type4 .t4-card-left {
	top: -0.4rem;
	left: 0;
	z-index: 1;
}

.thumb-type4 .t4-card-right {
	bottom: -0.2rem;
	right: 0;
	z-index: 2;
}

/* + ï¿½ï¿½Æ° (ï¿½ï¿½ Ä«ï¿½ï¿½ ï¿½ï¿½ï¿½ß¾ï¿½) */
.thumb-type4 .t4-plus {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	background: var(--ged-color-blue4);
	color: var(--ged-color-white);
	font-size: 2.8rem;
	font-weight: 800;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	z-index: 3;
	border: 0.3rem solid var(--ged-color-white);
	box-shadow: 0 0.4rem 1.2rem rgb(0 0 0 / 35%);
}

/* ï¿½ï¿½Ãµ ï¿½ï¿½ï¿½ï¿½ (ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿? ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½Å©) */
.thumb-type4 .t4-badge {
	position: absolute;
	top: 1.2rem;
	left: 1.2rem;
	z-index: 4;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.4rem 0.9rem;
	background: var(--ged-color-blue4);
	color: var(--ged-color-white);
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	border-radius: 0.4rem;
	box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 25%);
}

/* ï¿½Ø½ï¿½ï¿½Â±ï¿½ (ï¿½Ï´ï¿½ ï¿½ï¿½ï¿½ï¿½) */
.thumb-type4 .t4-tag {
	font-size: 1.3rem;
	font-weight: 500;
	color: var(--ged-color-white);
	letter-spacing: -0.03em;
	opacity: 0.9;
}

.thumb-type4 figcaption h3 {
	font-size: 2rem;
	font-weight: 600;
}

.thumb-type4 figcaption h3::after {
	display: none;
}


.thumb-type4 figure:hover .thumb-img {
	transform: scale(1.1);
}

/*
.thumb-type4 figure:hover::after {
	background: rgba(0, 0, 0, 0.4);
}
*/

/* img x3 */
.thumb-type5 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 !important;
	cursor: default;
}

.thumb-type5 figure::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 50%);
	transition: .3s;
}

.thumb-type5 figure::after {
	background: rgba(0, 0, 0, 0.4);
}

.thumb-type5 .thumb-img {
	padding-top: calc(240/392*100%);
}

.thumb-type5 figcaption {
	top: 0;
	padding: 0;
	height: 100%;
}

.thumb-type5 figcaption h3 em {
	margin-left: 0.6rem;
}

.thumb-type5 figcaption h3::after {
	display: none;
}

.thumb-type5 figcaption h3+p {
	margin: 0.2rem 0 0;
	width: auto;
	height: auto;
	line-height: 1.4;
	font-size: 2rem;
	font-weight: 700;
	color: var(--ged-color-white);
	letter-spacing: -0.04em;
	word-break: keep-all;
	white-space: normal;
	display: block;
	overflow: visible;
}

/* "ï¿½ï¿½Ãµï¿½ï¿½ ï¿½å¸³ï¿½Ï´ï¿½" ï¿½ï¿½ï¿½ï¿½ ï¿½ç¿· ï¿½ï¿½ï¿½ï¿½Å¬ */
.thumb-type5 figcaption h3+p::before,
.thumb-type5 figcaption h3+p::after {
	content: "\2728";
	margin: 0 0.3rem;
	font-size: 1em;
	vertical-align: 0.05em;
}

.thumb-type5 figcaption .t5-get {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0.2rem 2.4rem 0;
	height: 4.8rem;
	background: rgb(255 255 255 / 10%);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	cursor: pointer;
}

/* 1. ï¿½ï¿½ï¿? ï¿½ï¿½ ï¿½ï¿½Ãµ ï¿½å¸§ Ç¥ï¿½ï¿½ (chevron-down ï¿½ï¿½ï¿½ï¿½, ï¿½Û·ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½) */
.thumb-type5 figcaption .t5-get::after {
	content: "\ea4f";
	font-family: 'remixicon';
	font-weight: 500;
	position: absolute;
	bottom: -1.8rem;
	right: 2.4rem;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	background: linear-gradient(45deg, #0d4a2c 0%, #14cb61 100%);
	background: var(--ged-color-white);
	/* border: 1px solid rgb(255 255 255 / 18%); */
	color: var(--ged-color-white);
	color: var(--ged-color-darkgreen);
	font-size: 2.8rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	z-index: 2;
	box-shadow: 0 0.3rem 0.8rem rgb(0 0 0 / 18%);
}

.thumb-type5 figcaption .t5-get h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

.thumb-type5 figcaption .t5-get h3 span {
	/* text-decoration: underline; */
}

.thumb-type5 figcaption .t5-get h3 em {
	font-weight: 400;
}

/* ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½Å© hover È¿ï¿½ï¿½ */
.thumb-type5 .t5-link {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: color .2s ease, text-decoration .2s ease;
}

.thumb-type5 .t5-link:hover,
.thumb-type5 .t5-link:focus-visible {
	color: var(--ged-color-yellowgreen);
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.thumb-type5 .t5-link:focus-visible {
	outline: none;
}

.thumb-type5 figcaption .t5-rec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 2.4rem;
	height: calc(100% - 4.8rem);
	transition: transform .3s ease;
	cursor: pointer;
}

.thumb-type5 figcaption .t5-rec h3 {
	font-size: 2.2rem;
	font-weight: 700;
}

.thumb-type5 figcaption .t5-rec span {
	display: inline-block;
	margin: 2.4rem 0 0;
	font-size: 1.3rem;
	font-weight: 500;
	/* color: var(--ged-color-lightgreen); */
	letter-spacing: -0.03em;
	opacity: 0.9;
}

.thumb-type5 figcaption .t5-rec span::before {
	content: "#";
	margin-right: 0.15em;
	color: var(--ged-color-yellowgreen);
	font-weight: 700;
}

.thumb-type5 figcaption .t5-rec i {
	position: absolute;
	right: 0;
}

.thumb-type5 figure:hover .thumb-img {
	transform: scale(1.1);
}

/* 4. hover ï¿½ï¿½ ï¿½ï¿½Ãµ ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½Â¦ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.thumb-type5 figure:hover .t5-rec {
	transform: translateY(-0.6rem);
}

.thumb-type5 figcaption .btn-more {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 1.6rem 0 0;
	height: 3.4rem;
	min-width: 12rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--ged-color-white);
	border: 0.1rem solid var(--ged-color-white);
	text-align: center;
	transition: .6s;
}

/* 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);
}

/* 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-carousel .owl-nav button.owl-next {
	right: -6%;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -6%;
}

.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;
}


/* -------- cs-center -------- */
.point-bar {
	position: relative;
	z-index: 1;
}

.point-bar::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	left: -5%;
	top: 0;
	bottom: 0;
	width: 9%;
	height: 130%;
	background: rgb(37 43 76/90%);
	transform: translateY(-15%);
	z-index: -1;
}

.cs-center {
	position: relative;
	padding: 8.4rem 0;
	color: var(--ged-color-white);
	background: #5c6bc0;
	background: #39406a url('/images/main/latest/bg_cs-center.jpg') no-repeat center center;
	background-size: cover;
}

.cs-center::after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(20 20 20/80%);
	z-index: 0;
}

.cs-center h4 {
	display: flex;
	align-items: center;
	margin-top: 0;
	line-height: 1.5;
	font-size: 2rem;
	font-weight: 600;
}

.cs-center h3 {
	margin: 2.4rem 0 0;
	line-height: 1;
	font-size: 4rem;
	font-weight: 900;
}

.cs-center h3 i {
	font-size: 0.75em;
	font-weight: 300;
	color: #0ff;
}

.point-dot {
	margin: 0;
	font-size: 0.5em;
	font-weight: 300;
	color: var(--ged-color-white);
}

.point-dot::after {
	content: "";
	display: inline-block;
	clear: both;
	position: relative;
	top: 2px;
	margin: 0 10px 0 5px;
	width: 6px;
	height: 6px;
	color: #ff5;
	background: #ff5;
	border-radius: 6px;
}

.cs-center h3+p {
	margin: 1.6rem 0 0;
	font-size: 1.6rem;
	font-weight: 300;
}

.cs-center section {
	position: relative;
	z-index: 1;
}

.cs-center section .contact {
	display: flex;
	justify-content: space-between;
}

.cs-center section .contact div {
	flex: 0 0 50%;
	padding: 0 0 0 60px;
	position: relative;
	box-sizing: border-box;
}

.cs-center section .contact div::after {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: -3rem;
	right: 2.4rem;
	width: 16rem;
	height: 16rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	/* filter: grayscale(1); */
}

.cs-center section .contact .call i {
	position: relative;
	top: -0.1rem;
	margin-right: 0.8rem;
	font-size: 1.16em;
}

.cs-center section .contact .call::after {
	background-image: url('/images/main/latest/icon_call.png');
}

.cs-center section .contact .study-group {
	border-left: 0.1rem solid rgb(255 255 255/20%);
}

.cs-center section .contact .study-group::after {
	background-image: url('/images/main/latest/icon_studygroup.png');
}

.cs-center section .contact .study-group em {
	/* color: #ff0; */
}

.cs-center section .contact .study-group em i {
	position: relative;
	top: -0.2rem;
	margin-right: 1.2rem;
	font-size: 1.16em;
	transform: rotate(-10deg);
}

.cs-center section .account {
	display: flex;
	align-items: center;
	position: relative;
	margin: 6rem 0 0;
	padding: 0 4rem;
	height: 12rem;
	border: 0.1rem solid rgb(255 255 255/20%);
	white-space: nowrap;
}

.cs-center section .account .icon {
	display: inline-flex;
	position: relative;
	top: -0.5rem;
	margin: 0 1.6rem 0 0;
	width: 7.2rem;
	height: 7.2rem;
	background: url('/images/main/latest/icon_account.png') no-repeat center center;
	background-size: contain;
	transform: rotate(10deg);
	animation: bell 0.2s ease-in Infinite Alternate;
}

@keyframes bell {
	0% {
		transform: rotate(20deg);
	}

	to {
		transform: rotate(10deg);
	}
}

.cs-center section .account h4 {
	margin-bottom: 0;
}

.cs-center section .account h4:first-of-type::after {
	content: "";
	display: inline-block;
	clear: both;
	position: relative;
	top: 0;
	margin: 0 4rem;
	width: 0.1rem;
	height: 2rem;
	background: rgb(255 255 255/20%);
	vertical-align: middle;
}

.cs-center section .account h4:last-of-type {
	flex-wrap: wrap;
}

.cs-center section .account h4 span:not(.icon) {
	margin: 0 3rem 0 0;
}

.cs-center section .account h4 small {
	font-size: 0.9em;
	font-weight: 400;
}


@media all and (max-width:1023px) {

	/* -------- 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 4.8rem;
		height: 6.4rem;
		font-size: 1.8rem;
	}

	/* main-category */
	.main-category ul {
		gap: 2.4rem 0;
	}

	.main-category ul li {
		flex: 0 0 calc(100%/6);
	}

	.main-category ul li a p {
		width: 8rem;
		height: 8rem;
		background-size: contain;
	}


	/* -------- latest -------- */
	.latest {
		margin-top: 1.6rem;
	}

	h2 {
		margin-top: 8rem;
		font-size: 2.4rem;
		/* 2025-04-16 ï¿½ß°ï¿½ */
		white-space: normal;
		line-height: 1.3;
	}

	/* -------- thumbnail -------- */
	.thumb-type2 .thumb-img,
	.thumb-type4 .thumb-img,
	.thumb-type5 .thumb-img {
		padding-top: calc(192/320*100%);
	}

	.thumb-type3 figcaption h3 {
		font-size: 1.6rem;
	}

	.thumb-type5 figcaption h3+p {
		height: auto;
		line-height: 1.3;
		font-size: 1.6rem;
	}

	.thumb-type4 figcaption {
		gap: 5.4rem 0;
		padding: 0.8rem 1.6rem;
	}

	.thumb-type4 figcaption h3 {
		font-size: 1.7rem;
	}

	.thumb-type5 figcaption h3 em {
		margin-left: 0.4rem;
	}

	.thumb-type4 .t4-card {
		padding: 0.6rem 0.8rem;
	}

	.thumb-type4 .t4-plus {
		width: 4.4rem;
		height: 4.4rem;
		font-size: 2.2rem;
		border-width: 0.25rem;
	}

	.thumb-type4 .t4-badge {
		top: 0.8rem;
		left: 0.8rem;
		padding: 0.3rem 0.7rem;
		font-size: 1.05rem;
	}

	.thumb-type4 .t4-tag {
		font-size: 1.2rem;
	}

	.thumb-type5 figcaption .t5-get {
		padding: 0 1.6rem;
		height: 4rem;
	}

	.thumb-type5 figcaption .t5-get::after {
		bottom: -1.4rem;
		right: 1.6rem;
		width: 2.8rem;
		height: 2.8rem;
		font-size: 2.4rem;
	}

	.thumb-type5 figcaption .t5-get h3 {
		font-size: 1.3rem;
	}

	.thumb-type5 figcaption .t5-rec {
		padding: 0 1.6rem;
		height: calc(100% - 4rem);
	}

	.thumb-type5 figcaption .t5-rec h3 {
		font-size: 1.7rem;
	}

	.thumb-type5 figcaption .t5-rec span {
		margin-top: 1.2rem;
		font-size: 1.2rem;
	}

	/* card-type */
	.class-preview {
		padding: 6rem 0 4rem;
	}


	/* -------- ad -------- */
	.ad-high {
		margin-top: 6rem;
	}


	/* -------- blog -------- */
	.ged-blog {
		margin-bottom: 6rem;
	}


	/* -------- cs-center -------- */
	.cs-center section .contact div::after {
		display: none;
	}

}


@media all and (max-width:767px) {

	/* -------- main-banner -------- */
	#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;
	}


	/* -------- strong-point -------- */

	/* 4ï¿½ï¿½ï¿?
	.strong-point ul { 
		align-items: flex-start;
		flex-wrap: wrap;
		margin: -4rem auto 0;
	}
	.strong-point li { 
		flex-basis: 50%;
		padding: 2.4rem 1.2rem;
		width: 50%;
	}
	.strong-point li:nth-child(4n-1) { 
		background-color: var(--ged-color-whitegrey);
		background-image: linear-gradient(100deg, var(--ged-color-palegrey) -15%, transparent 20%);
	}
	.strong-point li:nth-child(3n-2) { 
		background: var(--ged-color-white);
	}
	.strong-point li h3 { 
		font-size: 1.6rem;
		font-weight: 500;
	}
	.strong-point li h3 em { 
		font-size: 1.3em; 
	}
	.strong-point li h3 small { 
		line-height: 1.4;
		font-size: 1.35rem; 
		letter-spacing: -0.02em;
	} */

	/* 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 {
		margin: 1.2rem auto 3.2rem;
		padding: 0 1.6rem 0 2.4rem;
		height: 4.8rem;
		max-width: 80%;
		font-size: 1.6rem;
	}

	.main-srch span {
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
	}

	/* main-category */
	.main-category ul {
		gap: 2rem 0;
	}

	.main-category ul li {
		flex: 0 0 calc(100%/5);
	}

	.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;
	}


	/* -------- cs-center -------- */
	.cs-center {
		padding: 4.8rem 0;
	}

	.cs-center h4 {
		flex-direction: column;
		align-items: flex-start;
		font-size: 1.8rem;
	}

	.cs-center h3 {
		margin: 1.6rem 0 0;
		font-size: 3rem;
	}

	.point-dot {
		display: none;
	}

	.cs-center h3+p {
		margin: 1.2rem 0 0;
		font-size: 1.4rem;
	}

	.cs-center section {
		flex-direction: column;
		max-width: 100%;
	}

	.cs-center section>div {
		margin: 0 auto;
		width: 90%;
	}

	.cs-center section .contact {
		flex-direction: column;
	}

	.cs-center section .contact div {
		padding: 0 3%;
	}

	.cs-center section .contact div::after {
		right: 0;
		width: 10rem;
		height: 10rem;
		display: none;
	}

	.cs-center section .contact .call i {
		top: -0.1rem;
	}

	.cs-center section .contact .study-group {
		margin-top: 4rem;
		padding-top: 4rem;
		border-left: 0;
		border-top: 0.1rem solid rgb(255 255 255/20%);
	}

	.cs-center section .contact .study-group::after {
		top: 4rem;
	}

	.cs-center section .account {
		flex-direction: column;
		align-items: flex-start;
		margin: 4rem auto 0;
		padding: 2rem 2.4rem 2.4rem;
		height: auto;
	}

	.cs-center section .account h4:first-of-type {
		flex-direction: row-reverse;
		align-items: center;
	}

	.cs-center section .account h4:first-of-type::after {
		position: static;
		margin: 1.2rem auto;
		transform: rotate(90deg);
		display: none;
	}

	.cs-center section .account h4 small {
		margin: 0;
	}


	/* -------- latest -------- */
	.latest {
		margin-top: 0;
	}

	h2 {
		margin-top: 6rem;
		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,
	.thumb-type4 .btn-lecture-view,
	.thumb-type5 .btn-lecture-view {
		/* width: 32%; */
		flex: 1 0 100%;
		margin: 0;
		width: 100%;
	}

	.thumb-type2 .btn-lecture-view:not(:first-of-type),
	.thumb-type4 .btn-lecture-view:not(:first-of-type),
	.thumb-type5 .btn-lecture-view:not(:first-of-type) {
		margin: 2% 0 0;
	}

	.thumb-type2 figure,
	.thumb-type4 figure,
	.thumb-type5 figure {
		padding-top: calc(160/320*100%);
	}

	.thumb-type2 figure:not(:first-of-type),
	.thumb-type4 figure:not(:first-of-type),
	.thumb-type5 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,
	.thumb-type4 .thumb-img,
	.thumb-type5 .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;
	}

	.latest~.latest .thumb-type3 {
		margin-top: 4rem;
	}

	.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 h3 {
		margin: 1.2rem 0 0.4rem;
	}

	.thumb-type4 figcaption {
		padding: 1.2rem 1.6rem;
	}

	.thumb-type4 .t4-card {
		padding: 0.8rem;
	}

	.thumb-type4 .t4-tag {
		font-size: 1.3rem;
	}

	.thumb-type5 figcaption .t5-get {
		padding: 0 1.6rem;
	}

	.thumb-type5 figcaption .t5-get h3 {
		font-size: 1.3rem;
	}

	.thumb-type5 figcaption .t5-rec h3 {
		font-size: 1.7rem;
	}

	.thumb-type5 figcaption .t5-rec span {
		margin-top: 1.6rem;
		font-size: 1.3rem;
	}

	/* 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;
	}
}


@media all and (max-width:479px) {

	/* -------- 2025-12-04 ï¿½ß°ï¿½ -------- */

	/* main-srch */
	.main-srch input {
		font-size: 1.6rem;
	}

	/* main-category */
	.main-category ul {
		gap: 1.6rem 0;
	}

	.main-category ul li a p {
		width: 5.4rem;
		height: 5.4rem;
	}

	.main-category ul li a p+span {
		margin: 0.6rem 0 0;
		font-size: 1.2rem;
	}