ul {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

.resources-paging {
	margin-bottom: 80px;
}

.noResourceMsg {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	text-align: center;
	padding: 140px 0;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.content-container {
	max-width: 1400px;
	width: 100%;
}

.rightCont .nextIcon.blue {
	background-color: transparent;
}

.flex-row-center-between {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}


/* 교육 */
/* 테이블 공통 */
.changing-edu-cnt {
	padding: 80px 0;
}

.table-list-wrapper {
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e9eaeb;
	border-radius: 24px;
	color: #333;
	margin: 0 0 80px 0;
}

.table-list-wrapper .table-list-head {
	padding: 32px 0;
	background: #fafafa;
	border-radius: 32px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.table-list-head>span {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #333;
}

.table-list-cnt {
	display: inline-block;
	width: 100%;
}

.table-list-cnt li {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #e9eaeb;
	cursor: pointer;
}

.table-list-cnt li span {
	display: inline-block;
	font-size: 16px;
	text-align: center;
}


.icon-main-title {
	margin-top: 120px;
}

.icon-main-title,
.icon-explain {
	text-align: center;
}

.partnerWarp {
	background: #F8F8F8;
	width: 100%;
	height: 300px;
	margin-top: 80px;
	padding: 50px 0;
	display: inline-block;
	box-sizing: border-box;
}

.partnerList>ul {
	max-width: 1400px;
	margin: 0 auto;
}

.partnerList>ul>li {
	float: left;
	width: 24.2%;
	margin-right: 1%;
	height: 200px;
	background-color: #FFFFFF;
	background-image: url("/images/partner/partner_main_arrow.svg");
	background-repeat: no-repeat;
	background-position: 93%;
	box-shadow: 0px 0px 16px 0px #00000014;
	border-radius: 8px;
}

.partnerList>ul>li:last-child {
	margin: 0 !important;
}

a {
	all: unset;
	cursor: pointer;
}

.partnerList>ul>li>a {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	display: block;
	width: 100%;
	height: 100%;
	padding: 79px 20px 0;
	box-sizing: border-box;
}

.partnerList>ul>li>a>span {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	margin: 8px 0 0;
	color: #545454;
}


.edu-module-wrapper {
	margin-top: 80px;
	padding: 45px 60px;
	background-color: #ffffff;
	border-radius: 32px;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
}

.edu-module-wrapper .text-wrapper {
	margin-top: 55px;
	text-align: left;
}

.edu-module-wrapper .text-wrapper .main-text {
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	color: #222222;
}

.edu-module-wrapper .text-wrapper .main-text span {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.edu-module-wrapper .text-wrapper .main-text span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 22px;
	bottom: 0;
	background: rgba(135, 220, 255, 0.5);
	z-index: -1;
}

.edu-module-wrapper .text-wrapper .sub-text {
	padding: 16px 0 40px 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}

.edu-module-wrapper .text-wrapper .sub-text span {
	display: block;
	margin-top: 20px;
}

.edu-module-card {
	position: relative;
	padding: 32px;
	width: 300px;
	box-sizing: border-box;
	text-align: left;
	color: #ffffff;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
	border-radius: 32px 32px 0px 32px;
	cursor: pointer;
}

.edu-module-card.yellow {
	background-color: #ecd610;
}

.edu-module-card.red {
	margin-left: 24px;
	background-color: #ff4d4d;
}

.edu-module-card.blue {
	margin-top: 20px;
	background-color: #1d71ef;
}

.edu-module-card.navy {
	margin: 20px 0 0 24px;
	background-color: #0b0438;
}

.edu-module-card>img {
	width: 88px;
	height: 88px;
}

.edu-module-card div.smTit {
	font-size: 16px;
	font-weight: 300;
}

.edu-module-card div.bTit {
	margin-top: 4px;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
}

.edu-module-card:hover .edu-module-popup {
	display: block;
}

.edu-module-wrapper .edu-module-popup {
	top: 100px !important;
	left: auto;
	right: 100px !important;
	height: auto;
}

.main-btn-medium {
	display: inline-block;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	border-radius: 32px;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
	background-color: #2c3785;
	color: #ffffff;
}

.edu-module-wrapper .popup-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
}

.edu-module-wrapper .popup-cnt {
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #586063;
}


.type-btn-group-wrapper.narrow.video-demo,
.type-btn-group-wrapper.narrow.reserch-tab-wrapper {
	margin: 90px 0 0;
	text-align: center;
	padding-top: 0;
}

.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 40px;
}

.year-top-wrapper {
	margin: 0 0 40px;
}

.fc-view-container {
	margin-bottom: 120px;
}

/* 게시판 */
.table-list-head span.no,
.table-list-cnt li span.no {
	width: 100px;
}

.table-list-head span.month,
.table-list-cnt li span.month {
	width: 100px;
}

.table-list-head span.day,
.table-list-cnt li span.day {
	width: 300px;
}

.table-list-head span.title,
.table-list-cnt li span.title {
	flex: 1;
}

.table-list-cnt li span.title {
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-list-head span.register,
.table-list-cnt li span.register {
	width: 180px;
}

.table-list-cnt li span.register a.edu-apply-btn {
	display: inline-block;
	padding: 8px 16px;
	font-size: 16px;
	color: #ffffff;
	background-color: #1ab6e4;
	border-radius: 32px;
}

.year-list-wrapper .table-list-cnt .noList {
	display: block;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #333;
	padding: 35px 0;
}

.plus-banner-wrapper {
	width: 100%;
	box-sizing: border-box;
}

.edu-banner-bg {
	background-image: url(/images/edu-banner-background.png);
}

.edu-banner-btn-wrapper.demo {
	background-image: url("/images/edu-banner-btn-bg1.png");
}

.edu-banner-btn-wrapper.consulting {
	background-image: url("/images/edu-banner-btn-bg2.png");
}

/* 교육 2차 추가 개발 css 시작*/
.edu-plan-list {
	width: 100%;
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.edu-plan-list li{
	/* display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between; */
	border-bottom: 1px solid #e9eaeb;
	box-sizing: border-box;
	padding: 20px 0;
	cursor: pointer;
}
.edu-plan-list li .edu-plan-cont {
	display: flex;
	gap: 40px;
	align-items: center;
}
.edu-plan-list .edu-img-wrap{
	width: 248px;
	height: 150px;
	border-radius: 16px;
	border: 1px solid #cccccc;
}
.edu-plan-list .edu-img-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.edu-plan-list .edu-desc .num{
	font-size: 16px;
	color: #1AB6E4;
	font-weight: bold;
}
.edu-plan-list .edu-desc  {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	word-break: break-all;
}
.edu-plan-list .edu-desc .edu-desc-detail{
	display: flex;
	flex-direction: column;
}
.edu-plan-list .edu-desc .edu-title{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-bottom: 4px;
}
.edu-plan-list .edu-desc .edu-place,
.edu-plan-list .edu-desc .edu-date{
	font-size: 14px;
	color: #7D7D7D;
	font-weight: bold;
}
.edu-plan-list .edu-desc .edu-place span,
.edu-plan-list .edu-desc .edu-date span {
	font-weight: 400;
}

.edu-plan-list .wrap-edu-btn .go-apply-btn {
	width: 90px;
	background: #1AB6E4;
	color: #fff;
	font-size: 16px;
	border-radius: 32px;
	padding: 6px 0;
}
.edu-plan-list .wrap-edu-btn .go-apply-btn.disabled {
	color: #fff;
	background: #D9D9D9;
}
@media screen and (max-width: 650px) {
	.edu-plan-list li .edu-plan-cont {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
}
/* 교육 2차 추가 개발 css 끝*/

/* 비디오 데모 */
/* 비디오 재생 */
.video-demo-list-wrap {
	margin-bottom: 120px;
}

.video-demo-list-wrap .video-list-con ul {
	display: grid;
	width: 100%;
	/* grid-template-rows: repeat(4, 1fr); */
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.video-demo-list-wrap .video-list-con ul li {
	position: relative;
	box-shadow: 0px 1px 24px rgba(184, 198, 204, 0.24);
	cursor: pointer;
	height: 400px;
}

.video-demo-list-wrap .video-list-con ul li .video-con-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.video-demo-list-wrap .video-list-con ul li .video-con-text .demo-sub-title {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
}

.video-demo-list-wrap .video-list-con ul li .video-con-text .demo-main-title {
	margin-top: 8px;
	padding: 0 ;
	font-size: 24px;
	font-weight: 600;
	color: #FFF;
}
.video-img {
	width: 100%;
	height: 100%;
}
.video-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

/* 뉴스레터 */
.news-container {
	width: auto;
	max-width: 1440px;
	padding: 0 20px;
	box-sizing: border-box;
}

.news-banner-wrapper {
	margin: 80px 0 0;
}

.news-banner-wrapper .banner-main-title{
	line-height: 46px;
}

.news-banner-wrapper span.news-underline {
	position: relative;
	z-index: 1;
}

.news-banner-wrapper span.news-underline::before {
	content: '';
	position: absolute;
	right: -15px;
	bottom: -2px;
	display: inline-block;
	width: 145px;
	height: 22px;
	background: rgba(135, 220, 255, 0.4);
	z-index: -1;
}

.news-preview-mb-con {
	display: none;
}

.type-btn-group-wrapper.narrow.edu-plan-group-wrap {
	text-align: center;
	padding: 40px 0;
	margin: 90px 0 0;
}

.newsLetter-tab-list a + a {
	margin-left: 24px;
}

.news-container .img-caption {
	padding: 8px 0 120px 0;
	text-align: right;
	font-size: 12px;
	color: #939FA4;
	max-width: 849px;
	margin: 0 auto;
}


/* layerPopup */
.dim {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.layerPopup {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 80%;
	box-sizing: border-box;
	padding: 80px 30px 70px;
	background: #FFF;
	border-radius: 16px;
	z-index: 1001;
}

.layerPopup h3 {
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0.01em;
	color: #000;
	margin: 0 0 20px;
}

.layerPopup button.popupClose {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 30px;
	right: 30px;

}

.layerPopup button.popupClose i {
	position: absolute;
	display: block;
	width: 2px;
	height: 22px;
	background-color: #333;
	border-radius: 30px;
}

.layerPopup button.popupClose i:nth-child(1) {
	top: 0;
	right: 10px;
	transform: rotate(-45deg);
}

.layerPopup button.popupClose i:nth-child(2) {
	top: 0;
	right: 10px;
	transform: rotate(45deg);
}

.layerPopup p.popup-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #222;
}

.layerPopup #eduForm {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
	height: calc(100% - 70px);
	overflow: auto;
}

.layerPopup #eduForm .modal-form-wrapper {
	width: 100%;
}

.layerPopup #eduForm .modal-form-wrapper .modal-checkbox-wrapper>div span {
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #000;
}

.layerPopup #eduForm .modal-form-wrapper input[id="cb"]+label {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("/images/rpa/checkbox-default.png");
	cursor: pointer;
}

.layerPopup #eduForm .modal-form-wrapper input[id="cb"]:checked+label {
	background: url("/images/rpa/checkbox-checked.png");
}

.layerPopup #eduForm .modal-form-wrapper input[id="cb"] {
	display: none;
}

.layerPopup #eduForm .modal-form-wrapper input[id="popupCheck"]+label {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("/images/rpa/checkbox-default.png");
	cursor: pointer;
}

.layerPopup #eduForm .modal-form-wrapper input[id="popupCheck"]:checked+label {
	background: url("/images/rpa/checkbox-checked.png");
}

.layerPopup #eduForm .modal-form-wrapper input[id="popupCheck"] {
	display: none;
}


/* 제품소개 & 매뉴얼 */
.categoryCont .categoryList {
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-bottom: 40px;
}

.categoryCont .categoryList li button,
.categoryCont .categoryList li a {
	display: block;
	width: 198px;
	background: #fff;
	padding: 16px 24px;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	border-radius: 100px;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #1A1A1A;
	text-align: center;
	cursor: pointer;
}

.categoryCont .categoryList li button.active,
.categoryCont .categoryList li a.active {
	background: #1AB6E4;
	font-weight: 500;
	color: #fff;
}

.event-list-no-data,
.manual-list .event-list-no-data {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #000;
}

.research-list-wrapper {
	padding: 40px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #e9eaeb;
	border-radius: 24px;
	color: #333;
	margin: 0 0 80px 0;
}

.research-list-wrapper .research-list-header {
	padding: 32px 0;
	background: #fafafa;
	border-radius: 32px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.research-list-wrapper .research-list-header span {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.01em;
	color: #333;
}

.research-list-wrapper .research-list-header span.no,
.research-list-wrapper .research-list-cnt li span.no {
	width: 80px;
}

.research-list-wrapper .research-list-header span.process,
.research-list-wrapper .research-list-cnt li span.process {
	width: 180px;
}

.research-list-wrapper .research-list-header span.title,
.research-list-wrapper .research-list-cnt li span.title {
	flex: 1;
}

.research-list-wrapper .research-list-header span.date,
.research-list-wrapper .research-list-cnt li span.date {
	width: 180px;
}

.research-list-wrapper .research-list-cnt {}

.research-list-wrapper .research-list-cnt li {}

.research-list-wrapper .research-list-cnt li span {
	display: inline-block;
	font-size: 16px;
	text-align: center;
}

.research-list-wrapper .research-list-cnt li span.title {
	text-align: left;
	margin-left: 8px;
}

/* 매뉴얼 상세 보기 */
.conView-view-con .con-fileDown {
	display: flex;
	justify-content: space-between;
	padding: 35px 50px;
	width: 100%;
	box-sizing: border-box;
	background: #f6f6f6;
	border-radius: 32px;
	font-size: 16px;
	margin: 40px 0 0;
}

.conView-view-con .con-fileDown span {
	width: 72px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
}
.conView-view-con .con-fileDown span.flieName {
	flex: 1;
	text-align: left;
	font-weight: 500;
	color: #222;
}

.conView-view-con .con-fileDown span.flieDown {
	width: 180px;
}
.conView-view-con .con-fileDown span.flieUpload,
.conView-view-con .con-fileDown span.flieUpload label {
	width: 180px;
	cursor: pointer;
}

.resrch-detail-wrapper {}

.resrch-detail-wrapper .resrch-title-wrapper {
	display: flex;
	padding: 0 10px;
	width: 100%;
	height: 88px;
	box-sizing: border-box;
	background: #FAFAFA;
	border-radius: 50px;
	font-size: 20px;
	align-items: center;
	text-align: center;
	justify-content: space-between;
}

.resrch-detail-wrapper .resrch-title-wrapper span {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #333;
	text-align: center;
}

.resrch-detail-wrapper .resrch-title-wrapper span.no {
	width: 80px;
}

.resrch-detail-wrapper .resrch-title-wrapper span.process {
	width: 180px;
	margin: 0;
	flex: unset;
}

.resrch-detail-wrapper .resrch-title-wrapper span.title {
	flex: 1;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.resrch-detail-wrapper .resrch-title-wrapper span.date {
	width: 180px;
}

.resrch-detail-wrapper .resrch-cnt-wrapper {
	margin: 20px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #333;
}

.resrch-detail-wrapper .resrch-file-wrapper {
	background: #FAFAFA;
	border-radius: 50px;
}

.resrch-detail-wrapper .resrch-file-wrapper span {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #222;
}

.resrch-detail-wrapper .resrch-file-wrapper span.font-dark-gray {
	width: 72px;
	color: #586063;
}

.resrch-detail-wrapper .resrch-file-wrapper span.fileName {
	flex: 1;
	text-align: left;
}

.resrch-detail-wrapper .resrch-file-wrapper span.fileDown {
	width: 180px;
	font-weight: 400;
}

.rounded-line-wrap {
	padding: 35px 54px;
	width: 100%;
	height: 88px;
	box-sizing: border-box;
	background: #FAFAFA;
	border-radius: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rounded-line-wrap span.pn {
	width: 85px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #586063;
}

.rounded-line-wrap span.title {
	flex: 1;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #939FA4;
	text-align: left;
}

.rounded-line-wrap span.date {
	width: 180px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #939FA4;
}

.con-bottom-btn-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.con-bottom-btn-wrap .white-round-btn {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	border-radius: 100px;
	width: 93px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.01em;
}

/*페이지네이션*/
.demo-list-pagination {
	margin: 80px auto 120px;
}




/* 모바일 */
@media screen and (max-width: 998px) {
	/* 연간 신청 */
	.toastui-calendar-layout * {
		font-size: 12px;
	}
	.changing-edu-cnt {
		padding-bottom: 80px;
	}
	
	.table-list-wrapper .table-list-head {
		display: none;
	}

	.table-list-wrapper {
		border: none;
		padding: 0;
		border-radius: 0;
	}

	.edu-module-wrapper {
		box-shadow: none;
		margin: 60px 0 0;
		padding: 0;
		background: none;
		display: grid;
		grid-template-columns: 100%;
	}

	.edu-module-wrapper .text-wrapper {
		font-weight: 600;
		font-size: 28px;
		line-height: 33px;
		text-align: center;
		letter-spacing: -0.01em;
		color: #000;
		margin: 0 0 35px;
	}

	.edu-module-wrapper .text-wrapper .main-text {
		font-weight: 600;
		font-size: 28px;
		line-height: 33px;
		text-align: center;
		letter-spacing: -0.01em;
	}

	.edu-module-wrapper .text-wrapper .sub-text {
		font-weight: 300;
		font-size: 18px;
		line-height: 27px;
		letter-spacing: -0.01em;
		color: #333;
		padding: 15px 0 30px;
	}


	.fc-prev-button.fc-button.fc-state-default,
	.fc-next-button.fc-button.fc-state-default {
		width: 36px;
		height: 36px;
		padding: 3px;
		box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
		border-radius: 8px;
	}

	.fc-toolbar h2 {
		margin: 0 14px;
		width: 105px;
		height: 36px;
		line-height: 36px;
		box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
		border-radius: 8px;
		padding: 0;
		font-weight: 600;
		font-size: 18px;
		text-align: center;
	}

	.edu-module-wrapper .text-wrapper .sub-text span {
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
		margin: 15px 0 0;
	}

	.edu-module-wrapper .main-btn-medium {
		width: 100%;
		box-sizing: border-box;
		font-weight: 600;
		font-size: 18px;
	}

	.edu-top-btn-wrapper .flex-row-center-between {
		display: block;
	}

	.type-btn-group-wrapper.narrow.edu-plan-group-wrap {
		padding: 0 0 32px;
		margin: 60px 0 0;
		display: flex;
		justify-content: center;
		gap: 12px;
	}

	.type-btn-group-wrapper.narrow.edu-plan-group-wrap .type-btn {
		width: 95px;
		height: 43px;
		line-height: 43px;
		font-weight: 500;
		font-size: 16px;
	}

	.type-btn-group-wrapper.narrow.edu-plan-group-wrap .type-btn:last-child {
		margin: 0;
	}

	.edu-top-btn-wrapper .edu-module-card {
		width: calc(50% - 6px);
		float: left;
		margin: 0;
		box-shadow: none;
		border-radius: 24px 24px 0px 24px;
		padding: 24px;
		min-height: 170px;
		display: grid;
		align-content: space-between;
	}

	.edu-top-btn-wrapper .edu-module-card img {
		width: 52px;
	}

	.edu-top-btn-wrapper .edu-module-card div.smTit {
		font-weight: 300;
		font-size: 14px;
		line-height: 17px;
	}

	.edu-top-btn-wrapper .edu-module-card div.bTit {
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
		letter-spacing: -0.01em;
	}

	.edu-top-btn-wrapper .edu-module-card.red,
	.edu-top-btn-wrapper .edu-module-card.navy {
		margin-left: 12px;
	}

	.edu-top-btn-wrapper .edu-module-card.yellow,
	.edu-top-btn-wrapper .edu-module-card.red {
		margin-bottom: 12px;
	}

	.edu-module-card:hover .edu-module-popup {
		display: none;
	}

	/* 리스트 */
	/* 달력 */
	.fc-view-container {
		margin-bottom: 60px;
	}

	.fc-day-header.fc-widget-header {
		padding: 30px 0 15px 0;
	}

	.fc .fc-scroller {
		height: auto !important;
	}

	.type-btn-group-wrapper.narrow {
		margin: 60px 0 0;
		padding: 0 0 20px;
	}

	.year-top-wrapper,
	.fc .fc-toolbar.fc-header-toolbar {
		margin-bottom: 30px;
	}

	.year-top-wrapper .selection-box {
		width: 36px;
		height: 36px;
		padding: 3px;
		box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
		border-radius: 8px;
	}

	.year-top-wrapper .selection-box img {
		width: 30px;
	}

	.year-top-wrapper .selection-text {
		width: 70px;
		height: 36px;
		line-height: 36px;
		box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
		border-radius: 8px;
		padding: 0;
		font-weight: 600;
		font-size: 18px;
		text-align: center;
	}

	.year-list-wrapper {
		margin: 0;
	}

	.year-list-wrapper .table-list-cnt li {
		position: relative;
		display: grid;
		padding: 20px 0;
	}

	.year-list-wrapper .table-list-cnt span.no {
		display: none;
	}

	.year-list-wrapper .table-list-cnt span.month {
		color: #1AB6E4;
		text-align: left;
		font-weight: 400;
		font-size: 14px;
		width: calc(100% - 95px);
	}

	.year-list-wrapper .table-list-cnt span.day {
		order: 3;
		font-weight: 400;
		font-size: 16px;
		color: #B1B1B1;
	}

	.year-list-wrapper .table-list-cnt span.title {
		order: 2;
		font-weight: 500;
		font-size: 18px;
	}

	.year-list-wrapper .table-list-cnt span.day,
	.year-list-wrapper .table-list-cnt span.title {
		text-align: left;
		width: calc(100% - 95px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.year-list-wrapper .table-list-cnt span.register {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
	}

	.year-list-wrapper .table-list-cnt span.register a {
		font-weight: 400;
		font-size: 16px;
	}

	.year-list-wrapper .table-list-cnt .noList {
		font-weight: 500;
		font-size: 18px;
		text-align: center;
		color: #333;
		padding: 35px 0;
	}

	/* 교육콘텐츠 2차 개발 시작 */

	/* 교육콘텐츠 2차 개발 끝*/


	/* 비디오 데모 */
	.type-btn-group-wrapper.narrow.video-demo,
	.type-btn-group-wrapper.narrow.reserch-tab-wrapper {
		display: flex;
		justify-content: center;
		gap: 12px;
		padding: 0 0 32px;
		margin-top: 60px;
	}

	.type-btn-group-wrapper.narrow.video-demo .type-btn,
	.type-btn-group-wrapper.narrow.reserch-tab-wrapper .type-btn {
		margin: 0;
		width: 95px;
		height: 43px;
		line-height: 43px;
		font-weight: 500;
		font-size: 16px;
	}

	.video-demo-list-wrap {
		padding: 0;
		margin: 0 0 60px;
	}

	.video-demo-list-wrap .video-list-con ul {
		grid-template-rows: unset;
		grid-template-columns: unset;
		gap: 0;
	}

	.video-demo-list-wrap .video-list-con ul li {
		display: flex;
		gap: 16px;
		align-items: center;
		box-shadow: none;
		padding: 20px 0;
		border-bottom: 1px solid #e9eaeb;
		height: auto;
	}

	.video-demo-list-wrap .video-list-con ul li:first-child {
		padding-top: 0;
	}

	.video-demo-list-wrap .video-list-con ul li .video-img {
		width: 80px;
		height: 73px;
		box-shadow: 0px 1px 24px rgba(184, 198, 204, 0.24);
		border-radius: 16px;
		overflow: hidden;
	}

	.video-demo-list-wrap .video-list-con ul li .video-con-text {
		position: unset;
		flex: 1;
		display: unset;
		background-color: transparent;
		height: auto;
	}

	.video-demo-list-wrap .video-list-con ul li .video-con-text .demo-sub-title {
		color: #1AB6E4;
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.01em;
	}

	.video-demo-list-wrap .video-list-con ul li .video-con-text .demo-main-title {
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		width: 100%;
		color: #000;
		/* display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2; */
	}

	/* 뉴스레터 */
	.news-banner-wrapper {
		margin: 60px auto;
		box-shadow: none;
		box-sizing: border-box;
		padding: 0 20px;
		display: block;
		text-align: center;
	}

	.news-banner-wrapper .banner-text-wrapper {
		text-align: center;
	}

	.news-banner-wrapper .banner-text-wrapper .banner-main-title {
		font-weight: 600;
		font-size: 28px;
		line-height: 33px;
		letter-spacing: -0.01em;
	}

	.news-banner-wrapper span.news-underline::before {
		width: 108px;
		right: -8px;
		bottom: 0;
	}

	.news-banner-wrapper .banner-text-wrapper .banner-sub-title {
		font-weight: 300;
		font-size: 18px;
		line-height: 27px;
		letter-spacing: -0.01em;
		color: #333333;
	}

	.content-super-narrow-container {
		width: 100%;
		padding: 0;
	}

	.news-preview-wrapper .bottom-wide-btn.small-text {
		width: 100%;
	}

	.news-preview-wrapper {
		margin: 0 0 60px;
	}

	.news-preview-wrapper .section-divided-title {
		font-weight: 600;
		font-size: 24px;
		line-height: 29px;
		letter-spacing: -0.01em;
		color: #333333;
	}

	.newsLetter-tab-list {
		padding: 0 0 24px 12px !important;
	}

	.newsLetter-tab-list .scroll-wrap {
		overflow: auto;
		white-space: nowrap;
		padding: 8px 0 8px 8px;
	}

	.newsLetter-tab-list .scroll-wrap::-webkit-scrollbar {
		display: none;
	}

	.newsLetter-tab-list .scroll-wrap>a {
		margin: 0 12px 0 0 !important;
		width: auto;
		min-width: 95px;
		padding: 0 12px;
		height: 43px;
		line-height: 43px;
		font-weight: 500;
		font-size: 16px;
		box-sizing: border-box;
	}

	.newsLetter-tab-list .scroll-wrap>a:last-child {
		margin-right: 0;
	}

	.news-preview-cnt {
		padding: 0 20px;
	}

	.news-pc-img {
		display: none;
	}

	.news-preview-mb-con {
		display: block;
		border-radius: 12px;
		background: #374858;
		overflow: hidden;
		max-width: 849px;
		margin: 0 auto;
	}

	.news-preview-mb-con .news-preview-con-text {
		padding: 16px;
	}

	.news-preview-mb-con .news-preview-con-text ul li {
		text-align: left;
		margin: 25px 0 0;
	}

	.news-preview-mb-con .news-preview-con-text ul li:first-child {
		margin: 0;
	}

	.news-preview-mb-con .news-preview-con-text ul li p.title {
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.01em;
		color: #FFF;
		margin: 0 0 12px;
	}

	.news-preview-mb-con .news-preview-con-text ul li p.contents {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 0.01em;
		color: #AEE6F7;
	}

	.news-preview-mb-con .news-preview-con-text ul li p.news {
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0.01em;
		color: #B8C6CC;
		margin: 10px 0 0;
	}

	.news-preview-wrapper .img-caption {
		padding: 0 20px;
		margin: 16px auto 40px;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		text-align: right;
		letter-spacing: 0.01em;
		color: #939FA4;
		max-width: 849px;
	}

	.news-preview-wrapper .news-btn-wrap {
		padding: 0 20px;
	}

	.news-preview-wrapper .news-btn-wrap .bottom-wide-btn.small-text {
		font-weight: 600;
		font-size: 18px;
		height: 53px;
		line-height: 53px;
		border-radius: 8px;
		box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
	}


	/* 제품소개&매뉴얼 */
	.research-list-wrapper {
		padding: 0;
		border: none;
		border-radius: 0;
		margin: 0;
	}

	.event-list-no-data,
	.manual-list .event-list-no-data {
		font-weight: 500;
		font-size: 18px;
		line-height: 27px;
		color: #333;
		margin: 0 auto 40px;
		padding: 40px 0;
		border-bottom: 1px solid #e9eaeb;
	}

	.research-list-wrapper .research-list-header {
		display: none;
	}

	.research-list-wrapper .research-list-cnt li {
		display: block;
		padding: 20px 0;
	}

	.research-list-wrapper .research-list-cnt li span.no {
		display: none;
	}

	.research-list-wrapper .research-list-cnt li span.process {
		display: block;
		width: 100%;
		text-align: left;
		font-weight: 400;
		font-size: 14px;
		color: #1AB6E4;
		padding: 0;
	}

	.research-list-wrapper .research-list-cnt li span.title {
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		font-weight: 500;
		font-size: 18px;
		margin: 8px 0;
	}

	.research-list-wrapper .research-list-cnt li span.date {
		display: block;
		text-align: left;
		width: 100%;
		color: #B1B1B1;
	}

	.resrch-detail-wrapper {
		padding: 0 0 30px;
		border-radius: 0;
		border: none;
		margin-bottom: 20px;
		border-bottom: 1px solid #E9EAEB;
	}

	.resrch-detail-wrapper .resrch-title-wrapper {
		display: block;
		background: none;
		padding: 0 0 20px;
		text-align: left;
		height: auto;
		border-radius: 0;
		border-bottom: 1px solid #e9eaeb;
	}

	.resrch-detail-wrapper .resrch-title-wrapper span.no {
		display: none;
	}

	.resrch-detail-wrapper .resrch-title-wrapper span.process {
		display: block;
		width: 100%;
		text-align: left;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: -0.01em;
		color: #1AB6E4;
	}

	.resrch-detail-wrapper .resrch-title-wrapper span.title {
		width: 100%;
		display: inherit;
		margin: 2px 0;
		padding: 0;
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0.01em;
		white-space: unset;
		color: #333;
	}

	.resrch-detail-wrapper .resrch-title-wrapper span.date {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		letter-spacing: -0.01em;
		color: #B1B1B1;
	}

	.resrch-detail-wrapper .resrch-cnt-wrapper {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.01em;
		color: #333;
	}

	.resrch-detail-wrapper .resrch-file-wrapper {
		margin: 20px 0 0;
		padding: 18px;
		height: auto;
	}

	.resrch-detail-wrapper .resrch-file-wrapper span {
		font-size: 14px;
	}

	.resrch-detail-wrapper .resrch-file-wrapper span.font-dark-gray {
		width: 65px;
		font-weight: 500;
		font-size: 14px;
	}

	.resrch-detail-wrapper .resrch-file-wrapper span.fileName {
		padding-right: 10px;
		margin: 0;
	}

	.resrch-detail-wrapper .resrch-file-wrapper span.fileDown {
		width: auto;
		font-weight: 400;
	}

	.rounded-line-wrap {
		padding: 20px;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		background: #FAFAFA;
		border-radius: 32px;
	}

	.rounded-line-wrap.preview span {
		font-size: 14px !important;
	}

	.rounded-line-wrap span.pn {
		width: 55px;
	}

	.rounded-line-wrap span.title {
		padding-right: 10px;
		margin: 0;
	}

	.rounded-line-wrap span.date {
		width: auto;
	}

	.con-bottom-btn-wrap .white-round-btn {
		width: 80px;
		font-weight: 400;
		font-size: 14px;
	}


	/* 하단 배너 */
	.plus-banner-wrapper {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.edu-banner-bg {
		height: auto;
		background-size: cover;
		background-position-x: center;
	}

	.edu-banner-bg .flex-row-vertical-center {
		display: grid;
		grid-template-columns: 100%;
	}

	.edu-banner-bg .plus-text-wrapper {
		width: 100%;
		text-align: center;
		margin-bottom: 35px;
	}

	.edu-banner-bg .plus-banner-wrapper {
		width: 100%;
		display: block;
		padding: 60px 20px;
		box-sizing: border-box;
	}

	.edu-banner-bg .flex-row-vertical-center a {
		position: relative;
		background-image: none;
		width: 100%;
		height: 68px;
		border-radius: 16px;
		padding: 11px 20px;
		box-sizing: border-box;
	}

	.edu-banner-bg .flex-row-vertical-center a br {
		display: none;
	}

	.edu-banner-bg .flex-row-vertical-center a span {
		display: inline-block;
		width: 100%;
		height: 68px;
		margin: 0;
		font-weight: 500;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: -0.01em;
	}

	.edu-banner-bg .flex-row-vertical-center a.demo {
		background: #A1B13D;
	}

	.edu-banner-bg .flex-row-vertical-center a.consulting {
		background: #1A53E4;
		margin-top: 12px;
	}

	.edu-banner-bg .flex-row-vertical-center a span>span {
		display: inline-block;
		height: auto;
		font-weight: 600;
		font-size: 12px;
		line-height: 14px;
		letter-spacing: -0.01em;
	}

	.edu-banner-bg .flex-row-vertical-center a button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
		width: 36px;
		height: 36px;
	}


	/* 레이어 팝업 */
	.layerPopup {
		width: calc(100% - 40px);
		padding: 50px 20px;
	}

	.layerPopup button.popupClose {
		right: 20px;
		top: 20px;
	}

	.layerPopup h3 {
		font-weight: 600;
		font-size: 28px;
		line-height: 33px;
		text-align: center;
		margin-bottom: 12px;
		letter-spacing: -0.01em;
	}

	.layerPopup p.popup-text {
		font-weight: 300;
		font-size: 15px;
		line-height: 24px;
	}

	.layerPopup #eduForm .modal-form-wrapper {
		padding-bottom: 0;
	}

	.layerPopup #eduForm {
		padding: 0;
	}

	.layerPopup #eduForm .modal-input-wrapper>span {
		width: 60px;
	}

	.layerPopup #eduForm .modal-input-wrapper>input {
		flex: 1;
	}

	.layerPopup #eduForm .full-w-btn {
		height: 61px;
		line-height: 61px;
		font-weight: 700;
		font-size: 24px;
		letter-spacing: 0.01em;
		padding: 0;
		box-sizing: border-box;
	}

	.categoryCont .categoryList {
		display: flex;
		gap: 8px;
	}

	.categoryCont .categoryList li a {
		width: fit-content;
		padding: 12px 18px;
		font-weight: bold;
		font-size: 16px;
		line-height: 19px;
	}

	.categoryCont .categoryList li a.active {
		background: #1AB6E4;
		color: #fff;
		font-weight: bold;
	}

	
	.conView-view-con .con-fileDown {
		margin: 20px 0 0;
		padding: 18px;
	}

	.conView-view-con .con-fileDown span {
		width: 65px;
		font-weight: 500;
		font-size: 14px;
	}

	.conView-view-con .con-fileDown span.flieName {
		padding-right: 10px;
	}

	.conView-view-con .con-fileDown span.flieDown {
		width: auto;
		font-weight: 400;
	}
	/*페이지네이션*/
	.demo-list-pagination {
		display: none;
	}

	.pagingArea.mobile .moreBtn {
		font-size: 13px;
		margin: 40px auto;
	}

}