@charset "utf-8";
/* CSS Document */
/**************** 
2023 신규 메인 
****************/
.inner_wrap {
	width: 1303px; /*<- width: 1234px;*/
	margin: 0 auto;
}
@media (max-width: 1234px) {
	.inner_wrap {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
}
.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;
}
.header_wrap.fixed {
	z-index: 100;
}
.header_wrap-gnb {
	padding: 20px 0 10px;
	position: relative;
}
.header_wrap-gnb .inner_wrap {
	display: flex;
	justify-content: flex-end;
}
.header_wrap-gnb .inner_wrap .ic_bu {
	display: inline-block;
	background: url(../img23/ic_user.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.header_wrap-gnb .inner_wrap .btn_blog {
	display: inline-block;
	background: url(../img23/ic_b.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	margin-left: 20px;
	text-indent: -9999px;
}
.header_wrap-gnb .inner_wrap .btn_yt {
	display: inline-block;
	background: url(../img23/ic_y.png) no-repeat 0 0;
	width: 24px;
	height: 24px;

	text-indent: -9999px;
}
.header_wrap-gnb .inner_wrap a {
	display: flex;
	align-items: center;

	color: #6a737b !important;
}
.header_wrap-gnb .inner_wrap .bar {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}
.header_wrap-gnb .inner_wrap .bar::after {
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	background: #ddd;
	position: absolute;
	right: 0;
	top: 5px;
}
.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;
}
.lnb_wrap h1 {
	/*margin-right: 50px;*/
}
.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: 260px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 94px;
	z-index: 10;
	display: none;
}
.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: 10px 0;
}
.mobile_list {
	display: none;
}
.lnb_list > ul {
	display: flex;
	justify-content: center;
}
.lnb_list > ul > li {
	position: relative;
	background: #fff;
	position: relative;
	width: 195px;
}
.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 {
	font-size: 18px;
	color: #383838 !important;
	font-weight: bold;
	display: block;
	padding: 0 10px 0px 10px;
	min-width: 160px;
	text-align: center;
}
.lnb_list li:hover .menu {
	position: relative;
	color: #1454c2 !important;
}
.lnb_list li:hover .menu::after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #036cd5;
	position: absolute;
	left: 0;
	bottom: 0;
}
.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: 1170px) {
	.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: 10px 0 26px;
	}
	.h1_title .logo {
	}
	.h1_title .logo img {
		height: 30px;
		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 .inner_wrap {
		justify-content: flex-start;
	}
	.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(../img23/btn_close.png) no-repeat 0 0;
		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: 16px;
		width: 100%;
		display: block;
		padding: 12px 60px 12px 20px;
		position: relative;
		font-weight: 200 !important;
		border-bottom: 1px solid #ddd;
		color: #000 !important;
		line-height: 1.6 !important;
		word-break: keep-all;
	}
	.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: 30px;
		width: 60px;
		height: 100%;
		color: rgba(0, 0, 0, 0.73);
		text-decoration: none !important;
	}
	.mobile_list .has_menu.dep2.show:after {
		content: "\EA78";
	}
	.mobile_list .has_menu.dep2 .sub {
		background: #f7f7f7;
		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;
}
/* 메인 배너 css 수정 (GMOOC 퍼블에 맞게)*/
.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; */
}
.vs_wrap .swiper-container-horizontal > .swiper-pagination-bullets {
	width: auto;
	height: 50px;
}
.vs_wrap .swiper-pagination {
	display: flex !important;
	position: absolute !important;
	left: 50%;
	bottom: 0;
	text-align: center;
	z-index: 10;
	transform: translateX(-50%);
}
.vs_wrap .swiper-pagination-bullet {
	width: 200px;
	height: 6px;
	background: #505875;
	opacity: 1;
	border-radius: 0;
	text-align: center;
	position: relative;
}
.vs_wrap .swiper-pagination-bullet span {
	width: 100%;
	display: block;
	font-size: 13px;
	color: #777989;
	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: 940px) {
	.vs_wrap .main {
		width: 100%;
		height: auto;
	}
	.vs_wrap .main img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.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;
	}
}
.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: #e5f3fd; */
	padding: 60px 0 70px;
	/* margin: 40px 0 0 0; */
}
/*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: 35px;
}
.stit_wrap .left {
	display: flex;
	align-items: flex-end;
}
.stit_wrap .t {
	color: #383838;
	font-size: 28px;
	font-weight: 800;
}
.stit_wrap .s {
	color: #4aa4fc;
	font-size: 13px;
	font-weight: 500;
	margin-left: 15px;
}
.stit_wrap .text_more {
	color: #383838;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.stit_wrap .text_more i {
	display: inline-block;
	background: url(../img23/ic_more.png) no-repeat 0 0;
	width: 7px;
	height: 12px;
	margin-left: 8px;
}
.box_list {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	width: 100%;
	flex-direction: row;
}
.box_list li {
	width: 287px;
	position: relative;
}
.box_list li .label {
	position: absolute;
	left: 14px;
	top: 14px;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	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 .box_thum {
	margin-bottom: 20px;
}
.box_list li .box_thum img {
	width: 100%;
	height: 171px;
}
.box_list li .tt {
	color: #383838;
	font-size: 18px;
	font-weight: bold;
}
.box_list li .tt.t1 {
	color: #1072D2;
	font-size: 13px;
}
.box_list li .tac {
	text-align: center;
}
.box_list li a {
	display: block;
}

.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(0, 0, 0, 0.8);
	transition: all 150ms ease-in-out;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 20px 20px;
	opacity: 0;
}
.thum_wrap .title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 55px;
}
.thum_wrap .cont_scroll {
	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(33, 122, 244, 0.1); /*스크롤바 뒷 배경 색상*/
}
.thum_wrap .info {
	margin-top: 10px;
}
.thum_wrap .info ul {
}
.thum_wrap .info ul li {
	color: #fff;
	width: 100%;
}
.box_list li a:hover .thum_wrap {
	opacity: 1;
}
.list.thumlist li div:hover .thum_wrap {
	opacity: 1;
}

@media only screen and (max-width: 646px) {
	.thum_wrap {
		padding: 10px;
	}
	.thum_wrap .title {
		font-size: 14px;
		-webkit-line-clamp: 1;
		height: 25px;
		max-height: 25px;
	}
	.thum_wrap .cont_scroll {
		height: calc(100% - 84px);
		max-height: calc(100% - 84px);
		font-size: 12px;
	}
	.thum_wrap .info ul li {
		font-size: 12px;
		line-height: 1;
	}
}

.section {
	margin: 80px auto 85px;
}

/* tab menu */
.common-tab {
}
.common-tab .tab-btn {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.common-tab .tab-btn span {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	color: #4376ce;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #4376ce;
	border-radius: 15px;
	cursor: pointer;
	line-height: 1;
	margin-right: 10px;
}
.common-tab .tab-btn span:last-child {
	margin-right: 0;
}
.common-tab .tab-btn span.active {
	background-color: #4376ce;
	color: #fff;
	border: 1px solid #4376ce;
}
.common-tab .tab-panel {
}
.common-tab .tab-panel .tab-item {
	display: none;
}
.common-tab .tab-panel .tab-item.active {
	display: block;
}

@media only screen and (max-width: 646px) {
	.section_bg {
		padding: 40px 0 30px;
		margin: 40px 0 0 0;
	}
	.stit_wrap {
		margin-bottom: 20px;
	}
	.stit_wrap .left {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		width: 84%;
	}
	.stit_wrap .t {
		color: #383838;
		font-size: 25px;
		font-weight: 800;
	}
	.stit_wrap .s {
		font-size: 13px;
		margin-left: 0;
	}
	.stit_wrap .text_more {
		font-size: 13px;
	}
	.stit_wrap .text_more i {
		display: inline-block;
		background: url(../img23/ic_more.png) no-repeat 0 0;
		width: 10px;
		height: 10px;
		background-size: contain;
		margin-left: 8px;
	}
	.box_list {
		gap: 12px;
	}
	.box_list li {
		width: calc(50% - 6px);
	}
	.box_list li .tt {
		font-size: 12px;
	}
	.box_list li .box_thum {
		margin-bottom: 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;
}
.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: 50%;
}
.cus_wrap .mt {
	margin-top: 25px;
	margin-right: 25px;
}
.cus_wrap .notice_list li {
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 14px;
}
.cus_wrap .notice_wrap li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 10px;
}
.cus_wrap .notice_wrap li a::before {
	display: block;
	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: 20px;
	display: flex;
	justify-content: space-between;
}
.cus_wrap .title .t {
	color: #383838;
	font-size: 28px;
	font-weight: 800;
}

.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: 646px) {
	.cus_wrap {
		flex-direction: column;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.cus_wrap .pr_banner {
		margin-right: 0;
	}
	.cus_wrap .notice_wrap {
		width: 100%;
	}

	.cus_wrap .title .t {
		font-size: 15px;
	}

	.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;
	}
}
.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;
}
.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;
	margin-top: 36px;
	object-fit: cover;
    width: 269px;
    height: 77.33px;
}
.newfooter .ft_top .ft_cs .call_box p {
	color: #383838 !important;
}
.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: 3px;
}
.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 {
	margin-top: 5px;
}
.newfooter .call_box {
	border-left: 1px solid #d4d4d4;
	padding-left: 40px;
}
.newfooter .mail_box {
	margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
	.newfooter .call_box {
		padding-left: 0;
		border-left: 0;
	}
	.newfooter .mail_box {
		margin-left: 0;
	}
	.newfooter .ft_util{
		word-break: normal;
	}
}
/* quick */
@media only screen and (max-width: 1023px) {
	.mq_wrap{
		display: none !important;
	}
}
.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-bottom: 160px;
}
.inner_wrap.share .common-tab .tab-btn {
	margin-bottom: 54px;
	justify-content: center;
}
.inner_wrap.share .common-tab .tab-btn span {
	border: 0;
	color: #383838;
	font-size: 28px;
	position: relative;
	background-color: transparent;
}
.inner_wrap.share .common-tab .tab-btn span::after {
	display: block;
	content: "";
	width: 1px;
	height: 60%;
	background: #a2a2a2;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inner_wrap.share .common-tab .tab-btn span::before {
	display: block;
	content: "";
	width: 1px;
	height: 60%;
	background: #383838;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
}
.inner_wrap.share .common-tab .tab-btn span:last-child:after,
.inner_wrap.share .common-tab .tab-btn span:last-child::before {
	width: 0;
}
.inner_wrap.share .common-tab .tab-btn span.active {
	background: transparent;
	color: #005b8a;
	font-weight: bold;
}
@media only screen and (max-width: 940px) {
	.inner_wrap.share {
		margin-bottom: 60px;
	}
	.inner_wrap.share .common-tab .tab-btn span {
		font-size: 14px;
	}
	.inner_wrap.share .common-tab .tab-btn {
		margin-bottom: 24px;
		justify-content: center;
	}
	.inner_wrap.share .common-tab .tab-btn span {
		padding: 5px 10px;
	}
}
.share_tab {
	display: flex;
	gap: 18px;
	justify-content: center;
	padding: 40px 0 70px;
}
.share_tab .sbtn,
.share_tab .sbtn:focus {
	border: 2px solid #128692;
	border-radius: 10px;
	color: #128692 !important;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 15px 100px;
	width: 370px;
}
.share_tab .sbtn.active {
	background: #128692;
	color: #fff !important;
}
@media only screen and (max-width: 940px) {
	.share_tab {
		gap: 10px;
		padding: 30px 0 30px;
	}
	.share_tab .sbtn,
	.share_tab .sbtn:focus {
		font-size: 18px;
		padding: 10px 20px;
		width: auto;
	}
}
@media only screen and (max-width: 406px) {
	.share_tab {
		gap: 10px;
		margin: 0 20px;
		flex-direction: column;
	}
	.share_tab .sbtn,
	.share_tab .sbtn:focus {
		font-size: 18px;
		padding: 10px 20px;
		width: 100%;
	}
}
.share_cont {
	margin-bottom: 80px;
	display: none;
}
.share_cont .center-content {
	position: relative;
	width: 1140px;
	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;
	font-size: 32px;
	line-height: 34px;
	color: #222;
}
.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: 60px;
	text-align: center;
}

.login_wrap {	
	max-width: 680px;	
	height: 100%;	
	margin: 20px auto 0 auto;	
	display: flex;	
	flex-direction: column;	
	align-items: center;	
	justify-content: center;	
}	
.login_wrap h1 {	
	margin-bottom: 25px;	
}	
.login_wrap .lgt1 {	
	color: #333333;	
	font-size: 13px;	
	margin-bottom: 10px;	
}	
.login_wrap .lgt2 {	
	width: 495px;	
	position: relative;	
	height: 30px;	
}	
.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: #333333;	
	font-size: 17px;	
	padding: 0 10px;	
	background: #fff;	
	display: inline-block;	
	position: absolute;	
	left: 50%;	
	top: 0;	
	transform: translateX(-50%);	
}	
.login_wrap .bt_wrap {	
	display: flex;	
	gap: 16px;	
	justify-content: center;	
	padding-top: 15px;	
}	
.login_wrap .bt_wrap .bt_Microsoft {	
	display: block;	
	background: url(../img23/bt_o365.png) no-repeat 0 0 !important;	
	width: 76px;	
	height: 76px;	
	text-indent: -9999px;	
}
.login_wrap .bt_wrap .bt_kakao {	
	display: block;	
	background: url(../img23/bt_kakao.png) no-repeat 0 0 !important;	
	width: 76px;	
	height: 76px;	
	text-indent: -9999px;	
}	
.login_wrap .bt_wrap .bt_naver {	
	display: block;	
	background: url(../img23/bt_naver.png) no-repeat 0 0 !important;	
	width: 76px;	
	height: 76px;	
	text-indent: -9999px;	
}	
.login_wrap .lgt3 {	
	margin-top: 50px;	
	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;
	}
}