
@keyframes infoTitle {
	0% {
		width: 0;
	}
	100% {
		width: 30.625rem;
	}
}

@keyframes bounce {
	0% {
	  transform: translateY(-260%);
	}
	30% {
	  transform: translateY(80%)
	}
	50% {
	  transform: translateY(-10%);
	}
	75% {
	  transform: translateY(5%);
	}
	100% {
	  transform: translateY(0);
	}
}

@keyframes bounceLeft {
	0% {
		transform: rotate(6deg);
	}
	30% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(3deg);
	}
	75% {
		transform: rotate(-2deg);
	}
	100% {
	  transform: translateY(0);
	}
}
@keyframes bounceRight {
	0% {
		transform: rotate(-6deg);
	}
	30% {
		transform: rotate(8deg);
	}
	50% {
		transform: rotate(-3deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
	  transform: translateY(0);
	}
}

/* main-notice */
.main-notice {
	margin-top: 3rem;
}
.main-notice .key-info {
	margin-left: 33.3%;
	margin-right: 3.125rem;
	margin-bottom: 3rem;
}
.main-notice .info-item a {
	background-image: url("/resource/images/common/link-arrow.svg");
	background-position: center right 1.25rem;
	background-size: 1.5rem;
	background-repeat: no-repeat;
}

.main-notice .info-title {
	width: 0;
	overflow: hidden;
	white-space: nowrap;

	animation: infoTitle 1.3s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}
.main-notice .info-title img {
	min-width: 30.625rem;
}
.main-notice .info-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
	transform: translateY(-260%);
	animation: bounce 0.6s 1.3s cubic-bezier(0.13, 0.61, 1, 1) forwards;
}
.main-notice .info-item {
	border:2px solid #02B5B1;
	border-radius: 2.5rem;
	background-color: #fff;
}
.main-notice .info-item:nth-of-type(1),
.main-notice .info-item:nth-of-type(3) {
	animation: bounceLeft 0.6s 1.3s cubic-bezier(0.13, 0.61, 1, 1) forwards;
}
.main-notice .info-item:nth-of-type(2),
.main-notice .info-item:nth-of-type(4),
.main-notice .info-item:nth-of-type(5) {
	animation: bounceRight 0.6s 1.3s cubic-bezier(0.13, 0.61, 1, 1) forwards;
}
.main-notice .info-item a {
	display: block;
	padding: 1rem 3.25rem 1rem 1.25rem;
	color: #222;
	font-size: 1.375rem;
	font-weight: 600;
}

@media screen and (max-width: 1600px) { 
	.main-notice .key-info {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 800px) { 
	.main-notice {
		margin-top: 1.5rem;
	}
	.main-notice .key-info {
		margin-bottom: 0;
	}
	.main-notice .info-item a {
		background-size: 1rem;
	}
	.main-notice .mo-info-btn {
		overflow: hidden;
		position: fixed;
		bottom: 8.875rem;
		right: 1rem;
		width: 3.375rem;
		height: 3.375rem;
		border-radius: 100%;
		z-index: 10002;
	}
	.main-notice .mo-info-btn .close {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: #02B5B1;
	}
	.main-notice .mo-info-btn .open {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: #02B5B1;
	}
	.main-notice .mo-info-btn .open.on {
		display: none;
	}
	.main-notice .mo-info-btn .open p {
		color: #fff;
		font-size: 0.875rem;
		font-weight: 500;
		text-align: center;
	}
	.main-notice .info-detail {
		display: none;
		inset: 0;
		position: fixed;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 10001;
		height: 100%;
		width: 100%;
		min-height: 100vh;
	}
	.main-notice .info-detail.on {
		display: block;
	}
	.main-notice .info-list {
		width: calc(100% - 2rem);
		position: absolute;
		align-items: flex-end;
		flex-direction: column;
		gap: 0.5rem;
		bottom: 13.5rem;
		right: 1rem;
		margin-top: 0;
		animation: bounce 0.6s cubic-bezier(0.13, 0.61, 1, 1) forwards;
	}
	.main-notice .info-item:nth-of-type(1),
	.main-notice .info-item:nth-of-type(3) {
		animation: bounceLeft 0.6s cubic-bezier(0.13, 0.61, 1, 1) forwards;
	}
	.main-notice .info-item:nth-of-type(2),
	.main-notice .info-item:nth-of-type(4),
	.main-notice .info-item:nth-of-type(5) {
		animation: bounceRight 0.6s cubic-bezier(0.13, 0.61, 1, 1) forwards;
	}
	.main-notice .info-item a {
		padding-right: 2.75rem;
		font-size: 1rem;
	}
}

.main-notice .notice-slider {
	display: flex;
	align-items: center;
	position: relative;
	height: 4.5rem;
	border: 2px solid #222;
}
.main-notice .notice-illust {
	position: absolute;
    left: 2.85%;
	bottom: 100%;
	width: 24.67%;
}
.main-notice .notice-title {
	color: #02B5B1;
	font-size: 1.125rem;
	font-weight: 700;
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
.main-notice .notice-swiper {
	display: flex;
	justify-content: space-between;
	flex: 1;
	height: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.main-notice .swiper-wrapper {
	width: calc(100% - 8.3125rem);
}
.main-notice .swiper-slide a {
	display: flex;
	align-items: center;
	height: 100%;
	color: #222;
	font-size: 1.125rem;
	font-weight: 500;
}
.main-notice .swiper-slide .ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	min-width: 0;    
}
.main-notice .swiper-slide .notice_date {
	color: #999;
	font-size: 1.125rem;
	font-weight: 500;
}
.main-notice .swiper-right {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}
.main-notice .swiper-right .date {
	color: #999;
	font-size: 1.125rem;
	font-weight: 500;
}
.main-notice .swiper-controls {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.main-notice .swiper-button-next,
.main-notice .swiper-button-prev {
	position: static;
}
.main-notice .btn-pause {
	width: 1.5rem;
	height: 1.5rem;
	background-image: url("/resource/images/common/pause.svg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main-notice .btn-pause.on {
	background-image: url("/resource/images/common/play.svg");
}
.main-notice .swiper-button-next, 
.main-notice .swiper-button-prev {
	margin-top: 0;
	width: 1.5rem;
	height: 1.5rem;
}
.main-notice .swiper-button-next:after, 
.main-notice .swiper-button-prev:after {
	height: 100%;
	width: 100%;
	font-size: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.main-notice .swiper-button-next:after {
	background-image: url("/resource/images/common/next.svg");
}
.main-notice .swiper-button-prev:after {
	background-image: url("/resource/images/common/prev.svg");
}
.main-notice .more-view {
	width: 4.25rem;
	height: 4.25rem;
	margin-left: 1.5rem;
	background-color: #222;
	background-image: url("/resource/images/common/plus.png");
	background-size: 2.5rem;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) { 
	.main-notice .swiper-wrapper {
		width: calc(100% - 6.5625rem);
	}
}
@media screen and (max-width: 800px) {
	.main-notice .notice-title {
		margin-left: 0.5rem;
		margin-right: 0.75rem;
		font-size: 1rem;
	}
	.main-notice .notice-slider {
		height: 1.5rem;
		border: none;
	}
	.main-notice .swiper-wrapper {
        width: calc(100% - 3.4375rem);
    }
	.main-notice .swiper-slide a {
		font-size: 0.875rem;
	}
	.main-notice .swiper-slide .notice_date {
		display: none;
	}
	.main-notice .more-view {
		width: 1.5rem;
		height: 1.5rem;
		margin-left: 0.75rem;
		background-size: 1.5rem;
	}
	.main-notice .swiper-controls {
		gap: 0.25rem;
	}
	.main-notice .btn-pause {
		width: 1.125rem;
		height: 1.125rem;
	}
	.main-notice .swiper-button-next,
	.main-notice .swiper-button-prev {
		width: 1rem;
		height: 1rem;
	}
}

.main-learning {
	margin-top: 2rem;
}
.learning-wrap {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding:3rem;
	border: 2px solid #222;
	background-image: url(/resource/images/common/frame-bg.png);
}
.learning-wrap .more {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	position: absolute;
	bottom: 3rem;
	left: 3rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	border-radius: 2.5rem;
	padding:1.25rem 2.5rem;
	background-color: #222;
}
.learning-wrap .more img {
	width: 1.5rem;
}
.learning-wrap > img {
	position: absolute;
	bottom: 0;
	left: 20%;
	margin-bottom: -1.5rem;
}
.learning-title {
	margin-right: auto;
}
.learning-title h2 {
	font-size: 3rem;
}
.learning-title h2 span {
	color: #366CF0;
}
.learning-title p {
	font-size: 1.125rem;
}
.learning-period {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 50%;
}
.learning-period li {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding:1.5rem 2.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	word-break: keep-all;
	text-align: right;
	border: 1px solid #222;
	border-radius: 2.5rem;
	background-color: #fff;
}
.learning-period li span {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	gap: 1rem;
	margin-right: auto;
	color: #555;
	font-size: 1.125rem;
}
.learning-period li span b {
	color: #366CF0;
	font-size: 0.75rem;
}

.main-schedule {
	margin-top: 5rem;
}
.main-schedule .more {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	border-radius: 2.5rem;
	padding:1.25rem 2.5rem;
	background-color: #222;
}
.main-schedule .more.mo {
	display: none;
}
.main-schedule .more img {
	width: 1.5rem;
}
.schedule-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.schedule-title {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.schedule-title h2 {
	font-size: 3rem;
}
.schedule-title p {
	font-size: 1.125rem;
}

@media screen and (max-width: 1280px) {
	.learning-wrap {
		flex-wrap: wrap;
	}
	.learning-wrap .more {
		position: static;
		margin-top: 2rem;
	}
	.learning-wrap > img {
		left: auto;
		right: 0;
		width: 16.75rem;
		transform: rotateY(180deg);
	}
	.learning-title {
		width: 100%;
	}
	.learning-period {
		width: 100%;
		margin-top: 2rem;
	}
}
@media screen and (max-width: 1024px) {
	.schedule-title {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.5rem;
	}
}
@media screen and (max-width: 800px) {
	.main-learning {
		margin-top: 1rem;
	}
	.learning-title h2 {
		font-size: 2rem;
	}
	.learning-title p {
		font-size: 1rem;
	}
	.learning-wrap {
		padding: 1.5rem 1rem;
	}
	.learning-wrap > img {
		width: 11.25rem;
		margin-bottom: -1rem;
	}
	.learning-wrap .more {
		position: static;
		gap: 0.25rem;
		margin-top: 1rem;
		font-size: 0.875rem;
		padding:0.75rem 1rem;
	}
	.learning-wrap .more img {
		width: 1rem;
	}
	.learning-period {
		gap: 0.875rem;
		width: 100%;
		margin-top: 1rem;
		padding:1.25rem 1.5rem;
		border: 1px solid #222;
		border-radius: 1rem;
		background-color: #fff;
	}
	.learning-period li {
		padding: 0;
		font-size: 1rem;
		border: none;
		border-radius: 0;
	}
	.learning-period li span {
		font-size: 0.875rem;
	}
	.learning-period li span b {
		font-size: 0.625rem;
	}

	.main-schedule {
		margin-top: 2.5rem;
	}
	.main-schedule {
		position: relative;
	}
	.main-schedule .more:not(.mo) {
		gap: 4px;
		position: absolute;
		top: 0;
		right: 0.5rem;
		color: #222;
		font-size: 0.875rem;
		padding: 0.625rem;
		background-color: #fff;
	}
	.main-schedule .more img {
		width: 1rem;
		height: 1rem;
	}
	.main-schedule .more.mo {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 340px;
		margin:2.5rem auto 0;
		padding: 1rem 1.25rem;
		font-size: 1rem;
		text-align: center;
	}
	.schedule-title h2 {
		font-size: 2rem;
	}
	.schedule-title p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 600px) {
	.learning-period li {
		text-align: left;
	}
	.learning-period li span {
		gap: 0.5rem;
		margin-right: 0;
		line-height: 1;
	}
	.main-schedule .more.mo {
		width: 100%;
		max-width: 100%;
	}
}
