@charset "utf-8";

html,
body {
	font-size: 15px;
	word-break: keep-all;
	color: #313131
}

@media only screen and (max-width: 1023px) {

	html,
	body {
		font-size: 14px;
	}

	.window-wrap.wrap {
		padding-top: 0 !important;
	}
}

@media only screen and (max-width:767px) {

	html,
	body {
		font-size: 13px;
		letter-spacing: 0
	}
}

/**************** 
2023 신규 메인 
****************/
.inner_wrap {
	width: 100%;

	max-width: 1260px;
	/*<- width: 1234px; */
	max-width: min(1260px, calc(100% - 160px));
	margin: 0 auto;
}

.sponsor .swiper-container {
	width: 100%;
	max-width: 1260px;
	/*<- width: 1234px; */
	max-width: min(1260px, calc(100% - 160px));
	margin: 40px auto;
}



.wrap {
	position: relative;
}

.nw {
	overflow: unset !important;
}

.pc .overlay {
	display: none;
}

.header_wrap {
	width: 100%;
	position: sticky;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid var(--gray-50);
}

.header_wrap.fixed {
	z-index: 100;
}

.header_wrap-gnb {
	padding: 10px 0 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	z-index: 3;
}

.header_wrap-gnb * {
	z-index: 2;
}

.header_wrap-gnb:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	background: var(--bg-gray);
	z-index: 1;
	transform: translate(-50%, 0);
	width: 100vw;
	height: 100%;
}

@media (max-width: 1300px) {

	.lnb_wrap .inner_wrap,
	.header_wrap-gnb {
		width: calc(100% - 40px);
		margin: 0 auto;
		max-width: none;
	}

}

@media (max-width: 1023px) {
	.inner_wrap {
		max-width: none;
		width: calc(100% - 40px);
	}

	.sponsor .swiper-container {
		max-width: none;
		width: calc(100% - 40px);
		margin: 30px auto;
	}
}

@media (max-width: 767px) {
	.sponsor .swiper-container {
		margin: 20px auto;
	}
}

.header_wrap .family_w,
.header_wrap .mypage_w {
	position: relative;
}

.header_wrap .family_w .bt_open,
.header_wrap .mypage_w .bt_open {
	margin: 0;
	padding: 0;
	color: #6a737b;
	font-size: 14px;
	display: inline-flex;
	white-space: nowrap;
	align-items: center;
	gap: 4px;
	align-content: center;
	line-height: 1;
}

.header_wrap .family_w .bt_open:before,
.header_wrap .mypage_w .bt_open:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6266 11C20.6266 12.2039 20.3895 13.3959 19.9288 14.5081C19.4681 15.6203 18.7929 16.6309 17.9416 17.4821C17.0904 18.3334 16.0798 19.0086 14.9676 19.4693C13.8554 19.93 12.6633 20.1671 11.4595 20.1671C10.2556 20.1671 9.06358 19.93 7.95138 19.4693C6.83917 19.0086 5.82859 18.3334 4.97735 17.4821C4.1261 16.6309 3.45086 15.6203 2.99016 14.5081C2.52947 13.3959 2.29236 12.2039 2.29236 11C2.29236 8.56874 3.25818 6.23704 4.97735 4.51787C6.69652 2.79871 9.02821 1.83289 11.4595 1.83289C13.8908 1.83289 16.2224 2.79871 17.9416 4.51787C19.6608 6.23704 20.6266 8.56874 20.6266 11Z' stroke='%236E6E6E'/%3E%3Cpath d='M15.1266 11C15.1266 12.2036 15.0313 13.3962 14.847 14.5081C14.6637 15.62 14.3933 16.6302 14.0523 17.4818C13.7122 18.3334 13.3079 19.008 12.8633 19.4691C12.4178 19.9293 11.9412 20.1667 11.4599 20.1667C10.9787 20.1667 10.502 19.9293 10.0574 19.4691C9.61193 19.008 9.20768 18.3325 8.8676 17.4818C8.5266 16.6302 8.25618 15.621 8.07193 14.5081C7.88393 13.3483 7.79073 12.175 7.79326 11C7.79326 9.79646 7.88768 8.60387 8.07193 7.49196C8.25618 6.38004 8.5266 5.36987 8.8676 4.51829C9.20768 3.66671 9.61193 2.99204 10.0565 2.53096C10.502 2.07171 10.9787 1.83337 11.4599 1.83337C11.9412 1.83337 12.4178 2.07079 12.8624 2.53096C13.3079 2.99204 13.7122 3.66762 14.0523 4.51829C14.3933 5.36987 14.6637 6.37912 14.847 7.49196C15.0322 8.60387 15.1266 9.79646 15.1266 11Z' stroke='%236E6E6E'/%3E%3Cpath d='M2.29333 11H20.6267' stroke='%236E6E6E' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
	flex: none;
	background-size: 20px;
}

.header_wrap .family_w .bt_open:after,
.header_wrap .mypage_w .bt_open:after {
	content: "";
	display: block;
	background: url("data:image/svg+xml,%3Csvg width='5' height='4' viewBox='0 0 5 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.706629 0.916724L3.5133 0.916724C3.6241 0.916564 3.73268 0.947786 3.82648 1.00678C3.92028 1.06577 3.99545 1.15012 4.0433 1.25006C4.09931 1.36864 4.12088 1.50057 4.10556 1.63081C4.09023 1.76106 4.03863 1.88438 3.95663 1.98672L2.5533 3.68672C2.49822 3.75027 2.43014 3.80123 2.35364 3.83616C2.27715 3.87108 2.19405 3.88916 2.10996 3.88916C2.02587 3.88916 1.94277 3.87108 1.86628 3.83616C1.78979 3.80123 1.7217 3.75027 1.66663 3.68672L0.263295 1.98672C0.181293 1.88438 0.12969 1.76106 0.114367 1.63081C0.0990441 1.50057 0.120618 1.36864 0.176629 1.25006C0.224476 1.15012 0.299648 1.06577 0.393444 1.00678C0.48724 0.947786 0.595825 0.916564 0.706629 0.916724Z' fill='%236E6E6E'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
	flex: none;
	width: 9px;
	height: 9px;
	margin-left: 4px;
	background-size: 7px;
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
}

.header_wrap .family_w .layer_box,
.header_wrap .mypage_w .layer_box {
	position: absolute;
	left: 0;
	top: 30px;
	display: none;
	background: #fff;
	border: 1px solid var(--gray-400);
	padding: 15px;
	z-index: 2;
	font-size: 1rem;
	border-radius: var(--radius-S);
	min-width: max-content;
}

.header_wrap .family_w.open .layer_box,
.header_wrap .mypage_w.open .layer_box {
	display: block;
}

.header_wrap .family_w.open .bt_open:after,
.header_wrap .mypage_w.open .bt_open:after {
	transform: rotate(180deg);
	transition: all 0.3s ease-in-out;
}

.header_wrap .family_w .layer_box li,
.header_wrap .mypage_w .layer_box li {
	width: 100%;
}

.header_wrap .family_w .layer_box a,
.header_wrap .mypage_w .layer_box a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	color: #6a737b;
	font-size: 1rem;
	line-height: 1.2;
	padding: 5px 0;
}

.header_wrap .family_w .layer_box a .ico,
.header_wrap .mypage_w .layer_box a .ico {
	max-width: 80px;
	display: block;
}

.header_wrap .family_w .layer_box a .ico img,
.header_wrap .mypage_w .layer_box a .ico img {
	object-fit: cover;
	max-width: 100%;
	object-position: 0 50%;
}

.header_wrap .family_w .layer_box a .name,
.header_wrap .mypage_w .layer_box a .name {
	max-width: 200px;
}


.header_wrap .mypage_w .layer_box {
	min-width: 120px;
}

.header_wrap-gnb .inner_wrap {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-items: center;
	margin: 0;
	max-width: none;
}

.header_wrap-gnb .inner_wrap .ic_bu,
.header_wrap .mypage_w .bt_open:before {
	display: inline-block;
	background: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1079 19.25C12.1913 19.25 13.2641 19.0366 14.2651 18.622C15.266 18.2074 16.1755 17.5997 16.9416 16.8336C17.7077 16.0676 18.3153 15.1581 18.7299 14.1571C19.1445 13.1562 19.3579 12.0834 19.3579 11C19.3579 9.9166 19.1445 8.8438 18.7299 7.84286C18.3153 6.84193 17.7077 5.93245 16.9416 5.16637C16.1755 4.40029 15.266 3.7926 14.2651 3.37799C13.2641 2.96339 12.1913 2.75 11.1079 2.75C8.9199 2.75 6.82148 3.61919 5.27431 5.16637C3.72713 6.71355 2.85794 8.81197 2.85794 11C2.85794 13.188 3.72713 15.2865 5.27431 16.8336C6.82148 18.3808 8.9199 19.25 11.1079 19.25ZM11.1079 19.25C12.722 19.2517 14.3007 18.7772 15.6464 17.886C15.54 16.9997 15.1129 16.1829 14.4457 15.5898C13.7785 14.9967 12.9173 14.6684 12.0246 14.6667H10.1913C9.29858 14.6684 8.43737 14.9967 7.77016 15.5898C7.10295 16.1829 6.67588 16.9997 6.56952 17.886C7.91522 18.7772 9.4939 19.2517 11.1079 19.25ZM13.8579 9.16667C13.8579 9.89601 13.5682 10.5955 13.0525 11.1112C12.5368 11.6269 11.8373 11.9167 11.1079 11.9167C10.3786 11.9167 9.67912 11.6269 9.1634 11.1112C8.64767 10.5955 8.35794 9.89601 8.35794 9.16667C8.35794 8.43732 8.64767 7.73785 9.1634 7.22212C9.67912 6.7064 10.3786 6.41667 11.1079 6.41667C11.8373 6.41667 12.5368 6.7064 13.0525 7.22212C13.5682 7.73785 13.8579 8.43732 13.8579 9.16667Z' stroke='%236E6E6E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
	width: 22px;
	height: 22px;
	background-size: 22px;
	margin-right: 0px;
}

.header_wrap .sns_g {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-left: 20px;
}

.header_wrap .btn_blog {
	display: inline-flex;
	background: url(../img23/ic_b.png) no-repeat 50% 50%;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	flex: none;
}

.header_wrap .btn_yt {
	display: inline-block;
	background: url(../img23/ic_y.png) no-repeat 50% 50%;
	width: 24px;
	height: 24px;

	text-indent: -9999px;
}

.header_wrap-gnb .inner_wrap .alarm_header {
	position: relative;
	margin-right: 15px;
	height: 22px;
	align-content: center;
	padding-right: 15px;
}

.header_wrap-gnb .inner_wrap .alarm_header button {
	padding: 0 !important;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 4px
}

.header_wrap-gnb .inner_wrap .alarm_header button:before {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	flex: none;
}

.header_wrap-gnb .inner_wrap .alarm_header .ic_new::after {
	top: 0 !important;
	flex: none;
}

.header_wrap-gnb .inner_wrap a,
.header_wrap-gnb .inner_wrap .alarm_header button {
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #6a737b !important;
	font-size: 14px;
	line-height: 1;
	position: relative;
}

.header_wrap-gnb .inner_wrap .bar {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	gap: 4px
}

.header_wrap-gnb .inner_wrap .bar.mylec {
	padding-right: 15px;
	margin-right: 15px;
	gap: 4px
}

.header_wrap-gnb .inner_wrap .bar.mylec .ic_bu {
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3996 4.58337C13.9919 4.58337 15.289 4.58337 16.0938 5.38912C16.8996 6.19396 16.8996 7.49104 16.8996 10.0834C16.8996 17.4167 20.5662 17.4167 20.5662 17.4167H7.49365C7.19298 17.4167 7.04265 17.4167 6.70165 17.3278C6.36065 17.2389 6.30657 17.2086 6.19748 17.1481C5.1534 16.5642 3.14957 14.8262 3.14957 10.0834C3.14957 7.49104 3.14957 6.19396 3.95532 5.38912C4.76015 4.58337 6.05723 4.58337 8.64957 4.58337' stroke='%236E6E6E' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.14957 9.16671V14.6667C3.14957 17.259 3.14957 18.5561 3.95532 19.361C4.76015 20.1667 6.05723 20.1667 8.64957 20.1667H11.4692C14.0625 20.1667 15.3587 20.1667 16.1635 19.361C16.6127 18.9118 16.8116 18.3105 16.8996 17.4167M11.3996 3.20837V5.95837C11.3996 6.38554 11.3996 6.59912 11.3299 6.76779C11.2367 6.99195 11.0583 7.16997 10.834 7.26279C10.6653 7.33337 10.4517 7.33337 10.0246 7.33337C9.5974 7.33337 9.38382 7.33337 9.21515 7.26371C8.99099 7.17047 8.81297 6.99212 8.72015 6.76779C8.64957 6.59912 8.64957 6.38554 8.64957 5.95837V3.20837C8.64957 2.78121 8.64957 2.56762 8.71923 2.39896C8.81247 2.1748 8.99082 1.99678 9.21515 1.90396C9.38382 1.83337 9.5974 1.83337 10.0246 1.83337C10.4517 1.83337 10.6653 1.83337 10.834 1.90304C11.0581 1.99627 11.2362 2.17462 11.329 2.39896C11.3996 2.56762 11.3996 2.78121 11.3996 3.20837Z' stroke='%236E6E6E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header_wrap-gnb .inner_wrap .bar::after,
.header_wrap-gnb .inner_wrap .alarm_header::after {
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	background: #ddd;
	position: absolute;
	right: 0;
	top: 6px;
}

.h1_title {
	text-align: center;
	padding: 20px 0 30px;
	position: relative;
	display: none;
}

.h1_title h1 {
	display: block;
	text-align: center;
}

.h1_title .btn_menu {
	display: inline-block;
	background: url(../img23/btn_menu.png) no-repeat 0 center;
	width: 54px;
	height: 43px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 10px;
	display: none;
}

.lnb_wrap {
	width: 100%;
	/*border-bottom: 1px solid #e9e8e8; */
	position: relative;
	background: #fff;
	z-index: 2;
}

.lnb_wrap h1 {
	flex: none;
}

.lnb_wrap h1 span {
	display: block;
	position: relative;
	width: 190px;
	height: 52px;
}

.lnb_wrap h1 .logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 220px;
	max-width: none;
	transform: translate(-50%, -50%);
}

.lnb_wrap::after {
	display: block;
	/*content: ""; */
	width: 100%;
	height: 1px;
	background: #e9e8e8;
	position: absolute;
	left: 0;
	top: 44px;
}

.lnb_wrap .sub_bg {
	width: 100%;
	height: 300px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 10;
	display: none;
	padding-bottom: 40px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.lnb_wrap .sub_bg.show {
	display: block;
}

.header_wrap .lnbm_wrap .btn_close {
	display: none;
}

.lnb_wrap .inner_wrap {
	display: flex;
	align-items: center;
	padding: 0px 0 10px 0;
	gap: 50px;
	max-width: 1260px;
}

@media only screen and (max-width: 1200px) {
	.lnb_wrap .inner_wrap {
		gap: 30px
	}
}

.mobile_list {
	display: none;
}

.lnb_list {
	width: 100%;
	margin-top: 10px;
}

.lnb_list>ul {
	display: flex;
	justify-content: center;
	gap: 0px;
	width: 100%;
}

.lnb_list>ul>li {
	position: relative;
	background: #fff;
	position: relative;
	width: 100%;
}

.lnb_list>ul>li::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 17px;
	background: #cfcdcd;
}

.lnb_list>ul>li:last-child:after {
	width: 0;
}

.lnb_list.has_line ul>li {
	position: relative;
	background: #fff;
}

.lnb_list>li::before {
	display: block;
	content: "";
	width: 1px;
	height: 17px;
	background: #cfcdcd;
	position: absolute;
	left: 0;
	top: 5px;
}

.lnb_list>li:first-child::before {
	width: 0;
}

.lnb_list>ul>li>a {
	height: 50px;
	font-size: 18px;
	color: #383838 !important;
	font-weight: bold;
	display: block;
	padding: 0 10px 0px 10px;
	text-align: center;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.lnb_list li:hover .menu {
	position: relative;
	color: #1454c2 !important;
	z-index: 12;
}

.lnb_list li:hover .menu::after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #036cd5;
	position: absolute;
	left: 0;
	bottom: -11px;
}

.lnb_list .has_menu .sub {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 30px;
	width: 100%;
	height: 100%;
}

.lnb_list .has_menu .sub {
	position: absolute;
	/*left: 30px; */
	z-index: 20;

	display: none;
}

.lnb_list.has_line .has_menu .sub {
	display: block;
	height: 250px;
	background: #fff;
}

.lnb_list .has_menu .sub.wide {
	/*width: 235px; */
	height: 250px;
}

.lnb_list .has_menu .sub.wide2 {
	width: 300px;
	height: 250px;
}

.lnb_list .has_menu .sub ul li {
	text-align: center;
}

.lnb_list .has_menu .sub ul li a {
	display: block;
	color: #141414;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 5px;
}

.lnb_list .has_menu .sub ul li a:hover {
	color: #1454c2;
	text-decoration: underline;
}

.lnb_list .has_menu .active {
	color: #1454c2;
}

@media only screen and (max-width: 1023px) {

	.header_wrap .family_w,
	.header_wrap .mypage_w,
	.header_wrap .inner_wrap .bt_join,
	.header_wrap .sns_g,
	.header_wrap .inner_wrap .mylec {
		display: none
	}

	.header_wrap,
	.header_wrap-gnb {
		height: 50px;
		padding: 0;
	}

	.header_wrap-gnb {
		width: 100%;
		padding: 0;
	}

	.header_wrap-gnb .inner_wrap .bar {
		padding: 0;
		margin: 0;
	}

	.header_wrap-gnb .inner_wrap a,
	.header_wrap-gnb .inner_wrap .alarm_header button {
		color: #000 !important;
		font-size: 13px !important;
		font-weight: 400 !important;
	}

	.header_wrap-gnb .inner_wrap .bar::after {
		display: none;
		position: relative;
		right: auto;
		top: auto;
		margin: 0 5px 0 10px;
	}

	.header_wrap-gnb .inner_wrap .alarm_header button {
		text-indent: -999px !important;
		overflow: hidden;
		margin: 0;
		width: 30px;
		height: 30px;
		flex-direction: row;
		gap: 0;
		justify-content: center;
		font-size: 0 !important;
		line-height: 0 !important;
	}

	.header_wrap-gnb .inner_wrap .alarm_header .ic_new::after {
		left: auto;
		right: 0;
		top: 3px !important
	}

	.alarm_header button:before {
		display: block;
	}

	.header_wrap-gnb .inner_wrap .alarm_header::after {
		display: none;
	}

	.header_wrap-gnb .inner_wrap .alarm_header {
		margin-right: 0;
		padding-right: 0;
		width: 30px;
		height: 30px;
	}

	.alarm_header .ic_new::after {
		top: 2px !important
	}

	.btn_menu {
		width: 30px;
		height: 30px;
		transform: translateX(-5px);
	}

	/* 메뉴오픈 */
	.menu_open .header_wrap-gnb .inner_wrap {
		justify-content: flex-start;
		background: var(--primary-bg);
		margin: 0;
		padding: 0 20px;
	}

	.menu_open .header_wrap .btn_menu {
		display: none;
	}

	.menu_open .header_wrap .inner_wrap .bt_join,
	.menu_open .header_wrap .inner_wrap .mylec {
		display: flex;
	}

	.menu_open .header_wrap .inner_wrap .bar+.bt_join {
		margin-left: 10px;
	}

	.menu_open .header_wrap-gnb .inner_wrap .bar::after {
		display: block;
		background: var(--gray-400);
	}

	.menu_open .header_wrap .mobile_list .sns_g {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		margin-top: 30px;
		gap: 0;
	}

	.menu_open .header_wrap-gnb .inner_wrap a,
	.menu_open .header_wrap-gnb .inner_wrap .alarm_header button {
		color: #000 !important;
		font-weight: 400 !important;
	}

	.menu_open .header_wrap .mobile_list .sns_g a {
		width: 32px;
		height: 32px;
	}

	.menu_open .header_wrap .lnbm_wrap .mobile_list>.bt_logout {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 30px auto 0 auto;
		width: auto;
		text-decoration: underline;
		text-underline-offset: 2px;
	}

	.menu_open .header_wrap-gnb .inner_wrap .bar.mylec {
		padding-right: 0;
		margin-right: 0;
	}



	.mobile_list {
		display: block;
	}

	.lnbm_wrap {
		display: none;
	}

	.h1_title {
		display: block;
	}

	.h1_title .btn_menu {
		display: block;
	}

	.lnb_wrap {
		display: none;
	}

	.h1_title {
		padding: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 4;
	}

	.h1_title .inner_wrap {
		width: 100%
	}

	.h1_title .logo {}

	.h1_title .logo img {
		height: 50px;
		object-fit: contain;
	}

	.cont_pd {
		padding-top: 257px;
	}

	.lnb_wrap {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10000;
	}

	.header_wrap.fixed {
		position: fixed;
		height: 100%;
		width: 100%;
	}

	.header_wrap-gnb:before {
		display: none;
	}

	.header_wrap-gnb .inner_wrap {
		justify-content: space-between;
		height: 50px;
		max-width: none;
		width: 100%;
		padding: 0 20px;
	}

	.header_wrap.fixed .header_wrap-gnb .btn_blog {
		display: none;
	}

	.header_wrap.fixed .header_wrap-gnb .btn_yt {
		display: none;
	}

	.header_wrap.fixed .lnbm_wrap .inner_wrap {
		margin: 0;
	}

	.header_wrap.fixed .h1_title {
		display: none;
	}

	.header_wrap.fixed .lnbm_wrap {
		width: 100%;
		position: relative;
		border-bottom: 0;
	}

	.header_wrap.fixed .lnbm_wrap .btn_close {
		display: inline-block;

		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M8.9091 2.36364C9.10993 2.16281 9.43554 2.16281 9.63637 2.36364C9.8372 2.56447 9.8372 2.89008 9.63637 3.09091L3.09094 9.63634C2.89011 9.83717 2.5645 9.83717 2.36367 9.63634C2.16284 9.43551 2.16284 9.1099 2.36367 8.90907L8.9091 2.36364Z' fill='%23319ffd'/%3E%3Cpath d='M9.63633 8.90909C9.83716 9.10992 9.83716 9.43553 9.63633 9.63636C9.4355 9.83719 9.10989 9.83719 8.90906 9.63636L2.36363 3.09092C2.1628 2.89009 2.1628 2.56449 2.36363 2.36366C2.56446 2.16283 2.89007 2.16283 3.0909 2.36366L9.63633 8.90909Z' fill='%23319ffd'/%3E%3C/svg%3E") no-repeat 50% 50%;
		width: 40px;
		height: 40px;
		background-size: 50px;
		z-index: 3;

		width: 18px;
		height: 18px;
		text-indent: -9999px;
		background-size: contain;
		position: absolute;
		right: 20px;
		top: -35px;
	}

	.header_wrap.fixed .lnbm_wrap .inner_wrap {
		width: 100%;
	}

	.header_wrap.fixed .lnb_list>ul {
		flex-direction: column;
	}

	.header_wrap.fixed .lnbm_wrap::after {
		height: 0;
	}

	.lnbm_wrap .mobile_list {
		width: 100%;
		overflow-y: auto;
		height: calc(100vh - 60px);
	}

	.mobile_list .menu {
		font-size: 15px;
		width: 100%;
		display: block;
		padding: 12px 60px 12px 20px;
		position: relative;
		font-weight: 500 !important;
		border-bottom: 1px solid #ddd;
		color: var(--gray-800) !important;
		line-height: 1.6 !important;
		word-break: keep-all;
	}

	.mobile_list .show>.menu {
		color: var(--primary) !important;
		font-weight: 600 !important;
	}

	.mobile_list .has_menu.dep2 {
		position: relative;
	}

	.mobile_list .has_menu.dep2:after {
		position: absolute;
		right: 0px;
		top: 0;
		line-height: 50px;
		font-family: "remixicon";
		font-style: normal;
		font-weight: normal;

		display: block;
		text-decoration: inherit;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\EA4E";
		font-size: 20px;
		width: 60px;
		height: 100%;
		color: rgba(0, 0, 0, 0.35);
		text-decoration: none !important;
	}

	.mobile_list .has_menu.dep2.show:after {
		content: "\EA78";
	}

	.mobile_list .has_menu.dep2 .sub {
		background: var(--bg-gray);
		border-bottom: 1px solid #ddd;
		display: none;
	}

	.mobile_list .has_menu.dep2 .sub ul {
		padding: 10px 0;
	}

	.mobile_list .has_menu.dep2 .sub a {
		display: block;
		font-weight: 400;
		padding: 12px 20px 12px 35px;
		line-height: 1.6;
		font-size: 14px;
	}
}

.cont_pd {
	padding-top: 130px;
}

.vs_wrap {
	max-width: 100%;
	text-align: center;
	position: relative;
}

.vs_wrap .swiper-slide {
	width: 100%;
	/*height: 395px; */
}

.vs_wrap .swiper-slide img {
	width: 100%;
	height: 395px;
	object-fit: fill;
	/* object-fit: cover; */
}

.wrap:not(.index_wrap) .vs_wrap .swiper-slide {
	height: 280px;
}

.wrap:not(.index_wrap) .vs_wrap .swiper-slide img {
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.vs_wrap .swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	padding: 1rem 1rem 2.5rem 1rem;
	background: rgba(33, 158, 249, 0.3);
	background: linear-gradient(180deg, rgba(33, 158, 249, 0.3) 0%, transparent 90%);
	border-radius: 10px 10px 0 0;
	margin: 0;
	mix-blend-mode: luminosity;
}

.vs_wrap .swiper-pagination {
	display: flex !important;
	position: absolute !important;
	left: 50%;
	bottom: 5px;
	text-align: center;
	z-index: 10;
	transform: translateX(-50%);
}

.vs_wrap .swiper-pagination-bullet {
	width: 200px;
	height: 6px;
	background: rgba(255, 255, 255, 0.53);

	opacity: 1;
	border-radius: 0;
	text-align: center;
	position: relative;
	border-radius: 20px;
}

.vs_wrap .swiper-pagination-bullet span {
	width: 100%;
	display: block;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.53);
	margin-top: 13px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.vs_wrap .swiper-pagination-bullet-active {
	background: #fff;
}

.vs_wrap .swiper-pagination-bullet-active span {
	color: #fff;
}

/*.vs_wrap .main { 
max-width: 100%; 
width: 100%; 
height: 395px; 
background: #1454c2; 
margin: 0 auto; 
}*/
.vs_wrap .share {
	max-width: 1903px;
	width: 100%;
	height: 395px;
	background: #18b1bf;
	/*border-top: 1px solid #92ac61; 
border-bottom: 1px solid #92ac61; */
}

.vs_wrap .swiper-slide img {
	width: 100%;
	height: 395px;
	object-fit: cover;
}

@media only screen and (max-width:1200px) {
	.vs_wrap .main {
		width: 100%;
		height: min(40vh, 300px);
	}

	.vs_wrap .main img {
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
		object-position: center;
	}

	.wrap:not(.index_wrap) .vs_wrap .swiper-slide {
		height: 100%;
	}

}

@media only screen and (max-width: 940px) {
	.vs_wrap .main {
		width: 100%;
		height: min(40vh, 200px);
	}

	.vs_wrap .share {
		width: 100%;
		height: auto;
	}

	.vs_wrap .share img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	/*.vs_wrap .swiper-slide { 
width: 100%; 
height: auto; 
}
.vs_wrap .swiper-slide img { 
width: 100%; 
height: 180px; 
object-fit: cover; 
}*/
	.vs_wrap .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background: #81879c;

		border-radius: 100%;
	}

	.vs_wrap .swiper-pagination-bullet-active {
		background: #fff;
	}

	.vs_wrap .swiper-pagination-bullet span {
		display: none;
	}

	.vs_wrap .swiper-pagination {
		bottom: -20px;
		background: none !important;
	}
}

@media only screen and (max-width:600px) {
	.vs_wrap .main {
		width: 100%;
		height: 120px;
	}

	.vs_wrap .main img {
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
		object-position: center;
	}

}


.cont_wrap {
	position: relative;
}

.lecBanner {
	width: 1200px;
	margin: 25px auto 0;
	position: relative;
}

.lecBanner .swiper-wrapper {
	display: flex;
	justify-content: center;

	gap: 50px;
}

.lecBanner .swiper-button-prev {
	display: none;
}

.lecBanner .swiper-button-next {
	display: none;
}

.today_wrap {
	position: relative;
	max-width: 1030px;
	margin: 25px auto 0;
}

.today {
	position: relative;
	border: 1px solid #d6d6d6;
	margin-bottom: 90px;
	padding: 45px 0 40px;
	overflow: hidden;
}

.sww {
	border: 1px solid #000;
	overflow: hidden;
}

.today_wrap .title {
	color: #1072d2;
	font-size: 32px;
	font-weight: bold;
	background: #fff;
	padding: 0 14px 10px 14px;
	display: inline-block;
	position: absolute;
	left: -20px;
	top: -24px;
	z-index: 10;
}

.today .swiper-wrapper {
	display: flex;
	justify-content: center;
	gap: 50px;
}

.today .swiper-button-prev {
	display: none;
}

.today .swiper-button-next {
	display: none;
}

@media (max-width: 1160px) {
	.lecBanner {
		position: relative;

		width: calc(100% - 60px);
		margin: 25px auto;
	}

	.lecBanner .swiper-wrapper {
		gap: 0;
		width: 100%;
		justify-content: flex-start;
	}

	.lecBanner .swiper-button-prev {
		display: block;
		left: -20px;
	}

	.lecBanner .swiper-button-next {
		display: block;
		right: -20px;
	}

	.today_wrap {
		width: calc(100% - 60px);
	}

	.today {
		position: relative;
		margin: 25px auto;
	}

	.today .swiper-wrapper {
		gap: 0;
		width: 100%;
		justify-content: flex-start;
	}

	.today .swiper-button-prev {
		display: block;
		left: 0;
	}

	.today .swiper-button-next {
		display: block;
		right: 0;
	}
}

@media only screen and (max-width: 426px) {
	.lecBanner .swiper-button-prev {
		top: 50%;
		left: 0;
	}

	.lecBanner .swiper-button-next {
		top: 50%;
		right: 0;
	}

	.today {
		margin-bottom: 40px;
		padding: 25px 0 20px;
	}

	.today .swiper-button-prev {
		top: 50%;
		left: 0;
	}

	.today .swiper-button-next {
		top: 50%;
		right: 0;
	}
}

.lecBanner .swiper-slide {
	width: auto;
}

.lecBanner .item_wrap {
	text-align: center;
}

.lecBanner .item_wrap a {
	display: block;
}

.lecBanner .item_wrap .icon_01 {
	display: inline-block;
	/*background: url(../img23/icon_lec01.png) no-repeat 0 center; */
	width: 67px;
	height: 75px;
	background-size: contain;
}

.lecBanner .item_wrap .icon_02 {
	display: inline-block;
	background: url(../img23/icon_lec02.png) no-repeat 0 center;
	width: 67px;
	height: 75px;
	background-size: contain;
}

.lecBanner .item_wrap .icon_03 {
	display: inline-block;
	background: url(../img23/icon_lec03.png) no-repeat 0 center;
	width: 67px;
	height: 75px;
	background-size: contain;
}

.lecBanner .item_wrap .icon_04 {
	display: inline-block;
	background: url(../img23/icon_lec04.png) no-repeat 0 center;
	width: 67px;
	height: 75px;
	background-size: contain;
}

.lecBanner .item_wrap .icon_05 {
	display: inline-block;
	background: url(../img23/icon_lec05.png) no-repeat 0 center;
	width: 67px;
	height: 75px;
	background-size: contain;
}

.lecBanner .item_wrap .icon_06 {
	display: inline-block;
	background: url(../img23/icon_lec06.png) no-repeat 0 center;
	width: 67px;
	height: 75px;
	background-size: contain;
}

.lecBanner .item_wrap .icon_07 {
	display: inline-block;
	background: url(../img23/icon_lec07.png) no-repeat 0 center;
	width: 67px;
	height: 75px;
	background-size: contain;
}

.lecBanner .item_wrap .icon_08 {
	display: inline-block;
	/*background: url(../img23/icon_lec08.png) no-repeat 0 center; */
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 67px;
	height: 75px;
	background-size: auto;
}

.lecBanner .item_wrap .icon_09 {
	display: inline-block;
	background: url(../img23/icon_lec09.png) no-repeat 0 center;
	width: 67px;
	height: 75px;
	background-size: contain;
}

.lecBanner .item_wrap .tit {
	color: #383838;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.lecBanner .item_wrap .stext {
	color: #383838;
	font-weight: 700;
	font-weight: 15px;
}

.lecBanner .item_wrap .stext .num {
	font-size: 30px;
}

.lecBanner .item_wrap a:hover .tit {
	color: #1454c2;
}

.lecBanner .item_wrap a:hover .stext .num {
	color: #1454c2;
}

.lecBanner .item_wrap a:hover .icon_01 {
	background: url(../img23/icon_lec01_ov.png) no-repeat 0 center;
	background-size: contain;
}

.lecBanner .item_wrap a:hover .icon_02 {
	background: url(../img23/icon_lec02_ov.png) no-repeat 0 center;
	background-size: contain;
}

.lecBanner .item_wrap a:hover .icon_03 {
	background: url(../img23/icon_lec03_ov.png) no-repeat 0 center;
	background-size: contain;
}

.lecBanner .item_wrap a:hover .icon_04 {
	background: url(../img23/icon_lec04_ov.png) no-repeat 0 center;
	background-size: contain;
}

.lecBanner .item_wrap a:hover .icon_05 {
	background: url(../img23/icon_lec05_ov.png) no-repeat 0 center;
	background-size: contain;
}

.lecBanner .item_wrap a:hover .icon_06 {
	background: url(../img23/icon_lec06_ov.png) no-repeat 0 center;
	background-size: contain;
}

.lecBanner .item_wrap a:hover .icon_07 {
	background: url(../img23/icon_lec07_ov.png) no-repeat 0 center;
	background-size: contain;
}

.lecBanner .item_wrap a:hover .icon_08 {
	background: url(../img23/icon_lec08_ov.png) no-repeat 0 center;
	background-size: contain;
}

.lecBanner .item_wrap a:hover .icon_09 {
	background: url(../img23/icon_lec09_ov.png) no-repeat 0 center;
	background-size: contain;
}

/* */
.today .swiper-slide {
	width: auto;
}

.today .item_wrap {
	text-align: center;
}

.today .item_wrap a {
	display: block;
}

.today .item_wrap a .icon {
	display: inline-block;
	width: 95px;
	height: 95px;
	border-radius: 100%;
	/* background-color: #cccccc !important; */
}

.today .item_wrap a:hover .icon {
	background-color: #a8cdf8;
}

.today .item_wrap .icon_01 {
	/*background: url(../img23/tdi_01.png) no-repeat center center; */
	background-position: center !important;
	background-size: 61px 61px !important;
}

.today .item_wrap .icon_02 {
	background: url(../img23/tdi_02.png) no-repeat center center;
	background-size: 61px 61px;
}

.today .item_wrap .icon_03 {
	background: url(../img23/tdi_03.png) no-repeat center center;
	background-size: 61px 61px;
}

.today .item_wrap .icon_04 {
	background: url(../img23/tdi_04.png) no-repeat center center;
	background-size: 61px 61px;
}

.today .item_wrap .icon_05 {
	background: url(../img23/tdi_05.png) no-repeat center center;
	background-size: 61px 61px;
}

.today .item_wrap .icon_06 {
	background: url(../img23/tdi_06.png) no-repeat center center;
	background-size: 61px 61px;
}

.today .item_wrap .tit {
	color: #383838;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 15px;
}

.today .item_wrap .stext {
	color: #383838;
	font-weight: 700;
	font-weight: 15px;
}

.today .item_wrap .stext .num {
	font-size: 30px;
	color: #1072d2;
}

.today .item_wrap .stext .num.zero {
	color: #383838;
}

.today .item_wrap a:hover .tit {
	color: #1072d2;
}

.section_bg {
	/* background: #f4fbff; */
	padding: 30px 0 30px;
	/* margin: 40px 0 0 0; */
}

.section_bg:first-of-type {
	padding-top: 60px;
}

/*GMOOC 세션 배경 이미지 삽입*/
.section_bg.left {
	background: #f2f7fb url(../img23/bg_section.png) no-repeat 13% 50%;
}

.section_bg.right {
	background: #f2f7fb url(../img23/bg_section.png) no-repeat 93% 50%;
}

.stit_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: flex-start;
}

.stit_wrap .left {
	display: flex;
	align-items: flex-end;
}

.stit_wrap .t {
	color: var(--gray-800);
	font-size: 1.6rem;
	font-weight: 700;
}

.stit_wrap .s {
	color: #4aa4fc;
	font-size: 13px;
	font-weight: 500;
	margin-left: 15px;
}

.stit_wrap .text_more,
.cus_wrap .title .text_more {
	color: var(--gray-500) !important;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-top: 0.3rem;

	&:hover {
		color: var(--gray-800) !important;
	}
}

.stit_wrap .text_more i,
.cus_wrap .title .text_more i {
	display: inline-block;
	background: url(../img23/ic_more.png) no-repeat 100% 50%;
	width: 7px;
	height: 12px;
	margin-left: 8px;
	background-size: 6px;
	;
}

.stit_wrap .text_more:hover,
.cus_wrap .title .text_more:hover {
	color: var(--gray-800) !important;
}

.box_list {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	width: 100%;
	padding: 0px;
	flex-direction: row;
	background: #fff;
}

.box_list li {
	width: calc(25% - 19px);
	position: relative;
}

.box_list li .label {
	position: absolute;
	left: 14px;
	top: 14px;
	border-radius: 10px;
	color: #fff;
	font-size: 13px;
	padding: 5px 10px;
	line-height: 1;
}

.box_list li .label.apply {
	background: #fc2a5e;
}

.box_list li .label.ing {
	background: #0352e3;
}

.box_list li .label.end {
	background: #333333;
}

.box_list li .label.ended {
	background: #333333;
}

.box_list li .label.wait {
	background: #FFBE00;
}

.box_list li .box_thum {
	margin-bottom: 15px;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 296/167;
}

.box_list li .box_thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: auto;
}

.box_list li .tt {
	color: #383838;
	font-size: 16px;
	font-weight: 500;
	padding: 0 5px;
	word-break: break-all;
}

.box_list li .tt.t1 {
	color: #1072D2;
	font-size: 13px;
}

.box_list li .tac {
	text-align: center;
}

.box_list li a {
	display: block;
	cursor: pointer;
}

a,
a:active,
a:focus {
	-webkit-tap-highlight-color: rgba(33, 158, 249, 0.38);
	;
}

.box_list li:focus-within,
.box_list li .box:focus-within {
	-webkit-tap-highlight-color: rgba(33, 158, 249, 0.38);
}

.box_list2 .swiper-wrapper {
	display: flex;
	gap: 28px;
}

.box_list2 .swiper-slide {
	width: auto;
}

.box_list2 .box_thum {}

.box_list2 .box_thum img {
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
	object-fit: cover;
}

/* 강좌 정보 css */
.thum_wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(49, 159, 253, 0.88);
	transition: all 150ms ease-in-out;
	border-radius: 18px;
	padding: 20px 20px;
	opacity: 0;
	font-size: 0.92rem;
	backdrop-filter: brightness(0.25) blur(1px);
	transform: translateY(20px);
}

article.section_bg:nth-of-type(2n+2) .thum_wrap {
	background: rgba(255, 164, 0, 0.9);
	backdrop-filter: brightness(0.5) blur(1px);
}

article.section_bg:nth-of-type(3n+3) .thum_wrap {
	background: rgba(142, 195, 31, 0.88);
	backdrop-filter: brightness(0.5) blur(1px);
}


.thum_wrap .title {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
}

.thum_wrap .cont_scroll {
	max-height: 50px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;
	padding-right: 20px;
}

.thum_wrap .cont_scroll::-webkit-scrollbar {
	width: 5px;
	/* 스크롤바의 너비 */
}

.thum_wrap .cont_scroll::-webkit-scrollbar-thumb {
	height: 30%;
	/* 스크롤바의 길이 */
	background: #fff;
	/* 스크롤바의 색상 */
	border-radius: 10px;
	opacity: 0.75;
}

.thum_wrap .cont_scroll::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
	/*스크롤바 뒷 배경 색상*/
}

.thum_wrap .info {
	margin-top: 10px;
}

.thum_wrap .info ul {}

.thum_wrap .info ul li {
	color: #fff;
	width: 100%;
}

.thum_wrap .info ul li:last-child {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	display: block;
}

.box_list li a:hover .thum_wrap {
	opacity: 1;
	transform: translateY(0);
}

.list.thumlist li div:hover .thum_wrap {
	opacity: 1;
	transform: translateY(0);
}

@media only screen and (max-width:1024px) {
	.thum_wrap {
		display: none;
	}

	.box_list li .box {
		cursor: pointer;
	}

	.box_list li .box:focus {
		-webkit-tap-highlight-color: rgba(33, 158, 249, 0.38);
	}

	.box_list li .box {}
}

.section_news {
	margin: 30px auto 60px;
}

/* tab menu */
.common-tab {}

/* .common-tab .tab-btn { 
padding: 0 0 3px 0; 
 font-size: 0; 
 line-height: 1; 
 border-bottom: none; 
 width: 100%; 
 display: flex; 
 align-items: center; 
 gap: 8px; 
 overflow-x: auto; justify-content: center; } 
.common-tab .tab-btn span { 
font-weight: 400 !important; 
 color: rgba(0, 0, 0, 0.8); 
 font-size: 0.95rem; 
 letter-spacing: 0; 
 padding: 14px 20px !important; 
 position: relative; 
 line-height: 1; 
 height: 100%; 
 border: 1px solid #ddd !important; 
 border-radius: var(--radius-S); 
 position: relative; 
 z-index: 1; cursor: pointer; 
}

.common-tab .tab-btn span.active { 
border: 1px solid #0075b4 !important; 
 z-index: 2; 
 background: var(--primary) !important; 
 color: #fff; 
}*/

.common-tab .tab-btn {
	display: flex;
	gap: 0;
	justify-content: flex-start;
	padding: 0;
	height: 50px;
	;
	width: 100%;
	position: relative;
	overflow: hidden;
	overflow-x: auto;
}

.common-tab .tab-btn:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--primary);
}

.common-tab .tab-btn span {
	cursor: pointer;
	display: flex;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	padding: 12px 25px;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	flex: 1;
	max-width: 20%;
	border: 1px solid #ddd;
	border-bottom: 1px solid var(--primary);
	background-color: #fff;
	padding: 0;
	height: 50px;
	overflow: hidden;
	min-width: 120px;
	text-align: center;
	line-height: unset;
	margin-right: -1px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

.common-tab .tab-btn span.active {
	border-color: var(--primary);
	border-bottom: 1px solid #fff;
	z-index: 2;
	font-weight: 700;
	color: (--primary);
}

.inner_wrap.share .common-tab .tab-btn {
	margin-bottom: 30px;
}


.common-tab .tab-panel {}

.common-tab .tab-panel .tab-item {
	display: none;
}

.common-tab .tab-panel .tab-item .btn-more {
	text-align: center;
	margin: 20px auto !important;
	border: 1px solid gray !important;
	border-radius: 30px;
	width: 120px;
	padding: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	background: #fff !important;
	color: #000 !important;
}

.common-tab .tab-panel .tab-item.active {
	display: block;
}

@media only screen and (max-width: 767px) {
	.section_bg {
		padding: 20px 0 20px;
	}

	.section_news {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.section_bg:first-of-type {
		padding-top: 30px;
	}

	.stit_wrap {}

	.stit_wrap .left {}

	.stit_wrap .t {}

	.stit_wrap .s {}

	.stit_wrap .text_more {}

	.stit_wrap .text_more i {}

	.box_list {
		gap: 20px 12px;
	}

	.box_list li {
		width: calc(50% - 6px);
	}

	.box_list li .box {
		cursor: pointer;
	}

	.box_list li .tt {
		font-size: 1.1rem;
	}

	.box_list li .box_thum {
		margin-bottom: 7px;
		border-radius: 10px;
	}

	.box_list li .box_thum img {
		height: auto;
	}

	.common-tab .tab-btn {
		margin-bottom: 20px;
	}

	.common-tab .tab-btn span {
		padding: 5px 20px;
		font-size: 15px;
		margin-bottom: 10px;
	}
}

.cus_wrap {
	display: flex;
	align-items: flex-start;
	gap: 60px;
}

@media only screen and (max-width: 1200px) {
	.cus_wrap {
		gap: 30px;
	}
}

.cus_wrap>div {}

.cus_wrap .pr_banner {
	flex: 1;
	margin-right: 24px;
}

.cus_wrap .pr_banner .ban_wrap a {
	display: inline-block;
	margin-bottom: 18px;
}

.cus_wrap .pr_banner .ban_wrap a img {
	width: 100%;
	height: 150px;
}

.cus_wrap .notice_wrap {
	width: 100%;
}


.cus_wrap:has(.notice_wrap+.notice_wrap) .notice_wrap {
	width: 50%;
}

.cus_wrap .mt {
	margin-top: 0px;

}

.cus_wrap .notice_list li {
	border-bottom: 1px solid #dee6f3;
	padding: 12px 0px;
}

.cus_wrap .notice_list li:last-of-type {
	border-bottom: none;
}

.cus_wrap .notice_wrap li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 10px;
	color: var(--gray-700);

	&:hover {
		color: var(--gray-900);
	}
}

.cus_wrap .notice_wrap li a::before {
	display: block;
	flex: none;
	content: "";
	width: 4px;
	height: 2px;
	background: #666666;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateX(-50%);
}

.cus_wrap .title {
	border-bottom: 1px solid #383838;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	align-items: center;
}

.cus_wrap .title .t {
	color: var(--gray-800);
	font-size: 1.6rem;
	font-weight: 700;
}

/* .cus_wrap .title .text_more { 
color: #383838; 
font-size: 15px; 
display: flex; 
align-items: center; 
}
.cus_wrap .title .text_more i { 
display: inline-block; 
background: url(../img23/ic_more.png) no-repeat 0 0; 
width: 7px; 
height: 12px; 
margin-left: 8px; 
}*/
@media only screen and (max-width: 767px) {
	.cus_wrap {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.cus_wrap .pr_banner {
		margin-right: 0;
	}

	.cus_wrap .notice_wrap {
		width: 100% !important;
	}

	.cus_wrap>div {
		padding: 0px;
	}

	.cus_wrap .title .t {}

	.cus_wrap .title .text_more {
		font-size: 13px;
	}

	.cus_wrap .title .text_more i {
		display: inline-block;
		background: url(../img23/ic_more.png) no-repeat 0 0;
		width: 10px;
		height: 10px;
		margin-left: 8px;
		background-size: contain;
	}

	.cus_wrap .notice_list li:last-of-type {
		border-bottom: none;
	}
}

.footer_banner {
	border-top: 1px solid #cccccc;
	flex-wrap: wrap;
	padding: 30px 0;
}

.footer_banner ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

@media only screen and (max-width: 940px) {
	.footer_banner ul {
		gap: 20px;
		margin: 0 20px;
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 20px;
	}
}

.newfooter {
	background: #f5f5f5;
	border-top: 1px solid #e6e6e6;
}

.newfooter .ft_top .ft_util .ft_shortcut>span a {
	color: #383838;
}

.newfooter .ft_top .ft_util .ft_shortcut>span a:hover {
	color: #1454c2;
}

.newfooter .ft_top .ft_cs .call_box strong {
	color: #383838 !important;
	font-size: 1.2rem;
	;
}

.newfooter .ft_top .ft_cs>p {
	color: #383838 !important;
}

.newfooter .ft_bottom dl,
.ft_bottom dl dt,
.newfooter .ft_bottom dl dd {
	color: #383838 !important;
}

.newfooter .ft_bottom p.copyright {
	color: #383838 !important;
}

.newfooter .ft_top .ft_loud .ft_logo img {
	filter: none;
	max-width: none;
	width: 210px;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-14px, -11px);
}

.newfooter .ft_top .ft_cs .call_box p {
	color: #383838 !important;
	margin-top: 0.5rem;
}

.newfooter .ft_top .ft_util .ft_shortcut>span {
	text-align: left;
}

.newfooter .ft_top .ft_util .ft_shortcut {
	width: auto;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}

.newfooter .ft_top .ft_util .ft_shortcut::before {
	display: block;
	content: "";
	width: 1px;
	height: 12px;
	background: #383838;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.newfooter .ft_top .ft_util .ft_shortcut:last-child:before {
	width: 0;
}

.newfooter .ft_bottom dl dt {
	position: relative;
	color: #383838;
	margin-right: 5px;
}

.newfooter .ft_bottom dl .bar {
	padding: 0 10px;
}

.newfooter .ft_bottom dl dt::before {
	display: block;
	content: "";
	width: 1px;
	height: 12px;
	background: #383838;
	position: absolute;
	right: 0;
	top: 3px;
}

.newfooter .ft_bottom p.copyright {}

.newfooter .call_box {}

.newfooter .mail_box {}

.ft_top .ft_loud .ft_logo {
	height: 55px;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
}

.newfooter .ft_bottom {
	padding-left: 220px;
}

@media only screen and (max-width: 1023px) {
	.newfooter .call_box {
		padding-left: 0;
		border-left: 0;
	}

	.newfooter .mail_box,
	.ft_top .ft_cs .mail_box {
		margin-left: 0;
	}

	.newfooter .ft_util {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
}

/* quick */

.mq_wrap {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	display: block;
	flex-direction: column;
	background: rgb(33, 158, 249);
	background: linear-gradient(0deg, rgba(33, 158, 249, 0.8) 0%, rgba(37, 205, 250, 0.8) 100%);
	border-radius: 10px;
	padding: 15px 0;
}

.mq_wrap.show {
	display: flex;
}

.mq_wrap .qr .tooltip {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.mq_wrap .qr {
	display: flex;
	flex-direction: column;
	border-bottom: 1px dashed #fff;
	text-align: center;
	margin: 0 20px;
	padding-bottom: 10px;
}

.mq_wrap .qr i {
	display: inline-block;
	margin: 12px auto;
}

.mq_wrap .btn_q1 i {
	/*background: url(../img23/q_01.png) no-repeat center 0; */
	width: 44px;
	height: 37px;
}

.mq_wrap .btn_q2 i {
	/*background: url(../img23/q_02.png) no-repeat center 0; */
	width: 40px;
	height: 44px;
}

.mq_wrap .btn_q3 i {
	/*background: url(../img23/q_03.png) no-repeat center 0; */
	width: 43px;
	height: 41px;
}

.mq_wrap .btn_q4 i {
	/*background: url(../img23/q_04.png) no-repeat center 0; */
	width: 35px;
	height: 41px;
}

.mq_wrap .btn_talk {
	background: url(../img23/q_07.png) no-repeat 0 0;
	display: inline-block;
	width: 81px;
	height: 81px;
	background-size: 100% 100%;
	margin-bottom: 10px;
}

.mq_wrap .btn_talk.scroll_talk {
	position: relative;
	right: auto;
	bottom: auto;
}

.mq_wrap .btn_top {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
	display: block;
	text-align: center;
}

.mq_wrap .btn_top:hover {
	color: #fff !important;
}

.mq_wrap .btn_top.show {
	display: block;
}

.show_talk.nm {
	bottom: 215px;
}

.show_talk.active .pf_clise {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.show_talk.active .pf_clise img {
	width: 90%;
}

.scroll_talk.btn_talk.active {
	background: url(../img23/q_07.png) no-repeat 0 0;
	display: inline-block;
	width: 81px;
	height: 81px;
	background-size: 100% auto;
}

.scroll_talk.btn_talk button {
	width: 81px;
	height: 81px;
	background-size: 100% 100%;
}

.mobile .scroll_talk.btn_talk {
	width: 81px;
	height: 81px;
	background-size: 100% 100%;
}

/*GMOOC 지식나눔터 css*/
.inner_wrap.share {
	margin: 50px auto 20px auto;
}

.inner_wrap.share .nodata {
	text-align: center;
	justify-content: center;
	padding: 10px 0 20px 0;
	width: 100%;
	align-items: center;
	color: var(--gray-500);
}

.inner_wrap.share .box_list li .box_thum {
	border: 1px solid var(--gray-100);
}


@media only screen and (max-width: 1023px) {}

.share_tab {
	display: flex;
	align-items: center;
	justify-content: center;
}

.share_tab {
	padding: 0 0 3px 0;
	font-size: 0;
	line-height: 1;
	border-bottom: none;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	justify-content: center;
}

.share_tab .sbtn {
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.95rem;
	letter-spacing: 0;
	padding: 15px 20px !important;
	position: relative;
	line-height: 1;
	height: 100%;
	border: 1px solid #ddd !important;
	border-radius: var(--radius-S);
	position: relative;
	z-index: 1;
	cursor: pointer;
	font-size: 18px;
}

.share_tab .sbtn.active {
	border: 1px solid #0075b4 !important;
	z-index: 2;
	background: var(--primary) !important;
	color: #fff;
}

.saas_container .share_tab {
	max-width: min(1260px, calc(100% - 160px));
	margin: 0 auto;
	margin-top: 30px;
}


@media only screen and (max-width: 1023px) {
	.saas_container .share_tab {
		max-width: calc(100% - 40px);
	}

	.share_tab .sbtn,
	.share_tab .sbtn:focus {
		flex: 1;
		min-width: auto;
		width: auto;
		padding: 0 20px;
		white-space: nowrap;
		text-align: center;
		font-size: 15px;
		max-width: fit-content;
	}

}

.share_cont {
	margin-bottom: 40px;
	display: none;
}

.share_cont .center-content {
	padding-top: 30px;
	position: relative;
	margin: 0 auto;
}

.share_cont .top-info-area {
	overflow: hidden;
}

.share_cont .top-info-area .txt-box {
	/*float: left; 
width: 550px; 
height: 412px; 
margin-right: 40px; */
}

.share_cont .top-info-area .txt-box:nth-child(2n) {
	margin-right: 0;
}

.share_cont .top-info-area .txt-box:nth-child(1) {
	/*background: url(../img23/sub/introduce_txt_img_1.jpg) no-repeat center bottom; */
	text-align: center;
}

.share_cont .top-info-area .txt-box:nth-child(2) {
	padding-top: 250px;
	background: url(../img23/sub/introduce_txt_img_2.jpg) no-repeat center 0;
}

.share_cont .top-info-area .txt-box .tit {
	display: block;

	color: #000;
	font-weight: 700;
	font-size: 1.8rem !important;
}

.share_cont .top-info-area .txt-box .tit strong {
	font-weight: 500;
	color: #f0457a;
}

.share_cont .top-info-area .txt-box .txt {
	display: block;
	margin-top: 30px;
	font-size: 19px;
	line-height: 32px;
	color: #555;
}

.share_cont .top-info-area .txt-box .txt strong {
	font-weight: 500;
	color: #f0457a;
}

.share_cont .lecture-info-area {
	margin-top: 30px;
	text-align: center;
	max-width: 700px;
	margin: 60px auto 0 auto;
}

.share_cont .lecture-info-area * {
	max-width: 100%;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
	.common-tab .tab-btn {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.common-tab .tab-btn::-webkit-scrollbar {
		display: none;
	}
}


@media only screen and (max-width: 767px) {
	.share_cont .lecture-info-area {
		max-width: calc(100% - 40px);
	}

	.common-tab .tab-btn {
		justify-content: flex-start;
	}

}

.section-bkg-wrapper,
.section-bkg-wrapper>main {
	min-height: 100%;
}

.login-register {
	width: 100%;
	max-width: min(500px, 100%);
}

.login_wrap {
	max-width: min(680px, 100%);
	height: 100%;
	margin: 0px auto 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.login_wrap h1 {
	margin-bottom: 25px;
}

.login_wrap .bt_Microsoft {
	overflow: hidden;
}

.login_wrap .lgt1 {
	color: #333333;
	font-size: 13px;
	margin-bottom: 10px;
}

.login_wrap .lgt2 {
	width: min(495px, 100%);
	position: relative;
	height: 16px;
}

.login_wrap .lgt2::before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #c9c9c9;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.login_wrap .lgt2 span {
	color: var(--gray-400);
	font-size: 1.1rem;
	line-height: 1;
	padding: 0 10px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.login_wrap .bt_wrap {
	display: flex;
	width: 100%;
	gap: 16px;
	justify-content: center;
	padding: 15px;
}

.login_wrap .bt_wrap button {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	max-width: 76px;
	max-height: 76px;
}

.login_wrap .bt_wrap .bt_Microsoft {
	display: block;
	background: url(../img23/bt_o365.png) no-repeat 0 0 !important;

	text-indent: -9999px;
	background-size: cover !important;
}

.login_wrap .bt_wrap .bt_kakao {
	display: block;
	background: url(../img23/bt_kakao.png) no-repeat 0 0 !important;

	text-indent: -9999px;
	background-size: cover !important;
}

.login_wrap .bt_wrap .bt_naver {
	display: block;
	background: url(../img23/bt_naver.png) no-repeat 0 0 !important;

	text-indent: -9999px;
	background-size: cover !important;
}

.login_wrap .bt_wrap .bt_Google {
	display: block;
	background: url(../img23/bt_google.png) no-repeat 0 0 !important;

	text-indent: -9999px;
	background-size: cover !important;
}

.login_wrap .bt_wrap .bt_AIEP {
	display: block;
	background: url(../img23/bt_AIEP.png) no-repeat 50% 50% !important;

	text-indent: -9999px;
}

.login_wrap .lgt3 {
	padding: 30px 0px;
	color: #333;
	font-size: 16px;
}

.login_wrap .lgt3 a {
	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
}

.login_form {
	min-width: 490px;
}

.login_form li {
	position: relative;
}

.login_form li input {
	box-sizing: border-box;
	padding: 20px 0 0;
	width: 100%;
	height: 100%;
	border: 0 none;
	color: #595f63;
	outline: none;
}

.login_form li label {
	position: absolute;
	left: 0%;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #c4c4c4;
	text-align: left;
	pointer-events: none;
	color: #999999;
	font-size: 14px;
}

.login_form li label:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 100%;
}

/* 파란색 가로줄 */
.login_form li label span {
	position: absolute;
	left: 0;
	bottom: 5px;
	transition: all 0.3s ease;
}

.login_form li input:focus+label span,
.login_form li input:valid+label span {
	transform: translateY(-90%);
	font-size: 12px;
	color: #5fa8d3;
}

/* input에 글을 입력하고 포커스가 지나간 상태에서 제어하려면 valid 선택자를 써야한다. */
/* 포커스 될 때 label span(name)이 위로 올라감 */
.login_form li input:focus+label::after,
.login_form liinput:valid+label::after {
	width: 100%;
	transform: translateX(0);
}

/* 포커스 될 때 파란색 가로줄이 생김 */

@media only screen and (max-width: 940px) {
	.share_cont .center-content {
		width: 100%;
		height: auto;
	}

	.share_cont .center-content img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

@media only screen and (max-width: 1200px) {
	.login_wrap {
		overflow: hidden;
	}

	.login-register {
		padding: 0;
	}

	.login_wrap .bt_Microsoft {
		position: relative;
		width: 100%;
		min-height: 50px;
		background: none;
		border: 1px solid #aaa;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px 0 10px 0;
		height: auto;
		margin-bottom: 20px;
		border-radius: var(--radius-S);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
	}

	.login_wrap .bt_Microsoft:after {
		width: 250px !important;
		background: url('/static/mlp/img23/ms_login.png') no-repeat 50% 50%;
		position: relative !important;
		left: auto !important;
		top: auto !important;
		height: 40px !important;
		min-height: auto !important;
		background-size: 400px;
		overflow: hidden;
	}

	.login_wrap .bt_Microsoft img {
		display: none;
	}

	.login_wrap .bt_wrap {
		gap: 10px;
		justify-content: center;
		padding: 15px 5px;
	}

	.login_wrap .bt_wrap button {
		width: 25% !important;
		max-width: 60px;
	}
}