@charset "utf-8";

/* 1921px ~	*/
/* ~ 1920px	*/
/* ~ 1600px	*/
/* 1340px~ 1280px idic tab*/
/* ~ 1024px	*/

html,
body {
	position: relative;
}

img	 {
	margin:	0;
	padding: 0;
	border:	0;
	vertical-align:	top;
	display: inline-block;
	max-width: 100%;
	height:	auto;
}

.ver-pc {
	display: none;
}

.ver-m {
	display: block;
}

@media(min-width:960px){
	.ver-pc {
		display: block;
	}

	.ver-m {
		display: none;
	}
}

/*weight*/

.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.font-800 {
	font-weight: 800;
}

/*color*/

.font-blue {
	color: #019cff;
}

.font-yellow {
	color: #fff158;
}

.font-white	{
	color: #fff;
}

.font-orange {
	color: #ffc561;
}

.font-purple {
	color: #af96ff;
}

.font-deeppurple {
	color: #747bff;
}

.font-pink {
	color: #ffa3a3;
}

.font-skybue {
	color: #7ac5ff;
}

.font-space	{
	letter-spacing:	-0.6rem;
}

.font-16px {
	padding-top: 1.8rem;
	font-size: 2.8rem;
}

/*module_page*/

.module01, /*초등화상영어 1위*/
.module02, /*온라인 명문학군*/
.module03, /*평생 영어완성*/
.module04,
.module05, /*동종업계 최다 후기*/
.module06, /*스피킹*/
.module07, /*선생님*/
.module08, /*아이딕 잉글리쉬*/
.module09, /*아이딕 잉글리쉬 탭*/
.module10, /*리딩스쿨*/
.module11, /*리딩스쿨 탭*/
.module12, /*일대일케어*/
.module13 /*일대일케어 탭*/{
	width: 100%;
	margin:	0;
	padding: 0;
	font-family: Pretendard, 'Noto Sans	KR', 'Malgun Gothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*title-bg*/
.module01 {
	background: url('/edu/skin/default/content/images/main/20220922/bg_module01.png') no-repeat, #f4f4f4;
	background-position: right center;
	background-size: cover, 100%;
}

.module02 {
	background: url('/edu/skin/default/content/images/main/20220922/bg_module02_02.png') no-repeat, url('/edu/skin/default/content/images/main/20220922/bg_module02_02.png') no-repeat, url('/edu/skin/default/content/images/main/20220922/bg_module02.png') no-repeat, #67dbad;
	background-size: cover, cover, 100%;
}

.module05 {
	background-image: url('/edu/skin/default/content/images/main/20220922/bg_module05.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.module06 {
	background-color: #af96ff;
}

/*
.module08 {
	background: #ffa3a3;
}
*/

.module10 {
	/*background: url('/edu/skin/default/content/images/main/20220922/bg_module10.png') no-repeat, #7ac5ff;*/
	background: url('/edu/skin/default/content/images/main/20250103/bg_module10.png') no-repeat, #7ac5ff;
	background-position: right 5% center;
	background-size: 50%, 100%;
}

.module12 {
	background: url('/edu/skin/default/content/images/main/20220922/bg_module12.png') no-repeat, #747bff;
	background-position: right 30% center;
	background-size: 100%, 100%;
}

@media(min-width:768px){
	.module01 {
		background-position: right center;
		background-size: 80%, 100%;
	}

	.module10 {
		background-size: 32%, 100%;
	}	
}

@media(min-width:960px){
	.module10 {
		background-position: right 30% top;
	}	
}

@media(min-width:1280px){
	.module10 {
		background-position: right 5% center;
		background-size: 32%, 100%;
	}	
}

/*color	title area*/
.module01 .modulewrap,
.module02 .modulewrap,
.module03 .modulewrap,
.module04 .modulewrap,
.module05 .modulewrap,
.module06 .modulewrap,
.module07 .modulewrap,
.module08 .modulewrap,
.module10 .modulewrap,
.module11 .modulewrap,
.module12 .modulewrap,
.module13 .modulewrap {
	position: relative;
	padding: 50px 20px;
	margin:	0 auto;
	width: 100%;
}

.module01 .modulewrap,
.module02 .modulewrap,
.module06 .modulewrap,
.module08 .modulewrap,
.module10 .modulewrap,
.module12 .modulewrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: top;
}

.module09 .modulewrap {
	position: relative;
	padding: 50px 20px 0 20px;
	margin: 0 auto;
	width: 100%;
}

@media(min-width:560px){
	.module01 .modulewrap,
	.module02 .modulewrap,
	.module06 .modulewrap,
	.module08 .modulewrap,
	.module10 .modulewrap,
	.module12 .modulewrap {
		flex-direction: row;
		justify-content: center;
		align-items: top;
	}
}

@media(min-width:768px){
	.module01 .modulewrap,
	.module02 .modulewrap,
	.module03 .modulewrap,
	.module04 .modulewrap,
	.module05 .modulewrap,
	.module06 .modulewrap,
	.module07 .modulewrap,
	.module08 .modulewrap,
	.module10 .modulewrap,
	.module11 .modulewrap,
	.module12 .modulewrap,
	.module13 .modulewrap {
		padding: 50px 30px;
	}

	.module09 .modulewrap {
		position: relative;
		padding: 50px 30px 0 30px;
	}
}

@media(min-width:960px){
	.module01 .modulewrap,
	.module02 .modulewrap,
	.module03 .modulewrap,
	.module04 .modulewrap,
	.module05 .modulewrap,
	.module06 .modulewrap,
	.module07 .modulewrap,
	.module08 .modulewrap,
	.module10 .modulewrap,
	.module11 .modulewrap,
	.module12 .modulewrap,
	.module13 .modulewrap {
		padding: 80px 50px;
	}

	.module09 .modulewrap {
		position: relative;
		padding: 80px 50px 0 50px;
	}
}

@media(min-width:1280px){
	.module01 .modulewrap,
	.module02 .modulewrap,
	.module03 .modulewrap,
	.module04 .modulewrap,
	.module05 .modulewrap,
	.module06 .modulewrap,
	.module07 .modulewrap,
	.module08 .modulewrap,
	.module10 .modulewrap,
	.module11 .modulewrap,
	.module12 .modulewrap,
	.module13 .modulewrap {
		padding: 120px 0;
		margin:	0 auto;
		width: 1200px;
	}

	.module01 .modulewrap,
	.module02 .modulewrap,
	.module06 .modulewrap,
	.module08 .modulewrap,
	.module10 .modulewrap,
	.module12 .modulewrap {
		justify-content: space-between;
	}

	.module09 .modulewrap {
		padding: 120px 0 0 0;
		width: 1200px;
	}
}

/*arrow-deco*/

.deco-box {
	position: relative;
	display: block;
	width: 100%;
	height:	1px;
	background-color: #fff;
}

.arrow-deco	{
	position: absolute;
	left: 50%;
	width: 60px;
	height:	60px;
	transform: translate(-50%, -50%);
}

@media(min-width:768px){
	.arrow-deco	{
		width: 80px;
		height:	80px;
	}
}

@media(min-width:1280px){
	.arrow-deco	{
		width: 120px;
		height:	120px;
	}
}

/*contents box*/
.module01>.modulewrap .text-box,
.module02>.modulewrap .text-box,
.module06>.modulewrap .text-box,
.module08>.modulewrap .text-box,
.module10>.modulewrap .text-box,
.module12>.modulewrap .text-box	{
	position: relative;
	width: 100%;
	height:	auto;
	text-align:	center;
}

.module01>.modulewrap .img-box,
.module02>.modulewrap .img-box,
.module06>.modulewrap .img-box,
.module08>.modulewrap .img-box,
.module10>.modulewrap .img-box,
.module12>.modulewrap .img-box {
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: auto;
	text-align: center;
}

.module01>.modulewrap .text-box	.inside	h1,
.module02>.modulewrap .text-box	.inside	h1,
.module06>.modulewrap .text-box	.inside	h1,
.module08>.modulewrap .text-box	.inside	h1,
.module10>.modulewrap .text-box	.inside	h1,
.module12>.modulewrap .text-box	.inside	h1 {
	font-size: 40px;
	line-height: 36px;
	letter-spacing:	-1px;
}

.module01>.modulewrap .text-box	.inside	h2,
.module02>.modulewrap .text-box	.inside	h2,
.module06>.modulewrap .text-box	.inside	h2,
.module08>.modulewrap .text-box	.inside	h2,
.module10>.modulewrap .text-box	.inside	h2,
.module12>.modulewrap .text-box	.inside	h2 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing:	-1px;
}

.module01>.modulewrap .text-box	.inside	.subtxt,
.module02>.modulewrap .text-box	.inside	.subtxt,
.module06>.modulewrap .text-box	.inside	.subtxt,
.module08>.modulewrap .text-box	.inside	.subtxt,
.module10>.modulewrap .text-box	.inside	.subtxt,
.module12>.modulewrap .text-box	.inside	.subtxt	{
	margin-top:	20px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing:	-1px;
}

.module01>.modulewrap .text-box	.inside>a,
.module02>.modulewrap .text-box	.inside>a,
.module06>.modulewrap .text-box	.inside>a,
.module08>.modulewrap .text-box	.inside>a,
.module10>.modulewrap .text-box	.inside>a,
.module12>.modulewrap .text-box	.inside>a {
	display: inline-block;
	margin-top:	30px;
	padding-left: 40px;
	width: 100%;
	height:	60px;
	background-color: #333;
	border:	1px	solid transparent;
	border-radius: 30px;	
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	line-height: 60px;
	text-align:	left;
}

.module01>.modulewrap .text-box	.inside>a.inside-btn-lat {
	background-image: url('/edu/skin/default/content/images/main/20220922/btn_arrow01.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 40px	center;
}

.module02>.modulewrap .text-box	.inside>a.inside-btn-lat {
	background-image: url('/edu/skin/default/content/images/main/20220922/btn_arrow02.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 40px	center;
}

.module06>.modulewrap .text-box	.inside>a.inside-btn-lat,
.module08>.modulewrap .text-box	.inside>a.inside-btn-lat {
	background-image: url('/edu/skin/default/content/images/main/20220922/btn_arrow02.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 40px	center;
}

.module10>.modulewrap .text-box	.inside>a.inside-btn-lat {
	background-image: url('/edu/skin/default/content/images/main/20220922/btn_arrow02.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 40px center;;
}

.module12>.modulewrap .text-box	.inside>a.inside-btn-lat {
	background-image: url('/edu/skin/default/content/images/main/20220922/btn_arrow02.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 40px	center;
}

@media(min-width:560px){
	.module01>.modulewrap .text-box,
	.module02>.modulewrap .text-box,
	.module06>.modulewrap .text-box,
	.module08>.modulewrap .text-box,
	.module10>.modulewrap .text-box,
	.module12>.modulewrap .text-box	{
		width: 50%;
		text-align: left;
	}

	.module01>.modulewrap .img-box,
	.module02>.modulewrap .img-box,
	.module06>.modulewrap .img-box,
	.module08>.modulewrap .img-box,
	.module10>.modulewrap .img-box,
	.module12>.modulewrap .img-box {
		width: 50%;
	}
}

@media(min-width:768px){
	.module01>.modulewrap .text-box	.inside>a,
	.module02>.modulewrap .text-box	.inside>a,
	.module06>.modulewrap .text-box	.inside>a,
	.module08>.modulewrap .text-box	.inside>a,
	.module10>.modulewrap .text-box	.inside>a,
	.module12>.modulewrap .text-box	.inside>a {
		width: 320px;
		height:	60px;
		font-size: 20px;
	}
}

@media(min-width:960px){
	.module01>.modulewrap .text-box	.inside	h1,
	.module02>.modulewrap .text-box	.inside	h1,
	.module06>.modulewrap .text-box	.inside	h1,
	.module08>.modulewrap .text-box	.inside	h1,
	.module10>.modulewrap .text-box	.inside	h1,
	.module12>.modulewrap .text-box	.inside	h1 {
		font-size: 50px;
		line-height: 50px;
	}

	.module01>.modulewrap .text-box	.inside	h2,
	.module02>.modulewrap .text-box	.inside	h2,
	.module06>.modulewrap .text-box	.inside	h2,
	.module08>.modulewrap .text-box	.inside	h2,
	.module10>.modulewrap .text-box	.inside	h2,
	.module12>.modulewrap .text-box	.inside	h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.module01>.modulewrap .text-box	.inside	.subtxt,
	.module02>.modulewrap .text-box	.inside	.subtxt,
	.module06>.modulewrap .text-box	.inside	.subtxt,
	.module08>.modulewrap .text-box	.inside	.subtxt,
	.module10>.modulewrap .text-box	.inside	.subtxt,
	.module12>.modulewrap .text-box	.inside	.subtxt	{
		margin-top:	40px;
		font-size: 20px;
		line-height: 30px;
	}

	.module01>.modulewrap .text-box	.inside>a,
	.module02>.modulewrap .text-box	.inside>a,
	.module06>.modulewrap .text-box	.inside>a,
	.module08>.modulewrap .text-box	.inside>a,
	.module10>.modulewrap .text-box	.inside>a,
	.module12>.modulewrap .text-box	.inside>a {
		margin-top:	80px;
		padding-left: 50px;
		width: 360px;
		height:	70px;
		border-radius: 35px;
		font-size: 24px;
		line-height: 70px;
	}
}

@media(min-width:1280px){
	.module01>.modulewrap .text-box	.inside	h1,
	.module02>.modulewrap .text-box	.inside	h1,
	.module06>.modulewrap .text-box	.inside	h1,
	.module08>.modulewrap .text-box	.inside	h1,
	.module10>.modulewrap .text-box	.inside	h1,
	.module12>.modulewrap .text-box	.inside	h1 {
		font-size: 60px;
		line-height: 55px;
	}

	.module01>.modulewrap .text-box	.inside	h2,
	.module02>.modulewrap .text-box	.inside	h2,
	.module06>.modulewrap .text-box	.inside	h2,
	.module08>.modulewrap .text-box	.inside	h2,
	.module10>.modulewrap .text-box	.inside	h2,
	.module12>.modulewrap .text-box	.inside	h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.module01>.modulewrap .text-box	.inside	.subtxt,
	.module02>.modulewrap .text-box	.inside	.subtxt,
	.module06>.modulewrap .text-box	.inside	.subtxt,
	.module08>.modulewrap .text-box	.inside	.subtxt,
	.module10>.modulewrap .text-box	.inside	.subtxt,
	.module12>.modulewrap .text-box	.inside	.subtxt	{
		margin-top:	45px;
		font-size: 24px;
		line-height: 34px;
	}

	.module01>.modulewrap .text-box	.inside>a,
	.module02>.modulewrap .text-box	.inside>a,
	.module06>.modulewrap .text-box	.inside>a,
	.module08>.modulewrap .text-box	.inside>a,
	.module10>.modulewrap .text-box	.inside>a,
	.module12>.modulewrap .text-box	.inside>a {
		width: 460px;
		height:	80px;
		border-radius: 45px;
		font-size: 30px;
		line-height: 80px;
	}

	.module01>.modulewrap .text-box	.inside>a.inside-btn-lat {
		width: 420px;
		background-position: right 50px	center;
	}

	.module02>.modulewrap .text-box	.inside>a.inside-btn-lat {
		width: 290px;
		background-position: right 50px	center;
	}

	.module06>.modulewrap .text-box	.inside>a.inside-btn-lat {
		width: 460px;
		background-position: right 50px	center;
	}

	.module08>.modulewrap .text-box	.inside>a.inside-btn-lat {
		width: 430px;
		background-position: right 50px	center;
	}

	.module10>.modulewrap .text-box	.inside>a.inside-btn-lat {
		width: 350px;
		background-position: right 50px	center;
	}

	.module12>.modulewrap .text-box	.inside>a.inside-btn-lat {
		width: 370px;
		background-position: right 50px	center;
	}
}


/*module03*/

.module03 .title {
	width: 100%;
	text-align:	center;
	font-size: 32px;
	font-weight: 800;
}

.module03 .modulewrap {
	position: relative;
	margin:	0 auto;
	display: flex;
	flex-direction:	column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.module03 .modulewrap .record {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: top;
	gap: 30px;
}

.module03 .modulewrap .record > div {
	width: 130px;
	text-align: center;
}

.module03 .modulewrap .record > div > p:nth-child(2) {
	color: #27d18d;
	font-size: 22px;
	font-weight: 800;
}

.module03 .modulewrap .record > div > p:nth-child(3) {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

@media(min-width:960px){
	.module03 .title {
		font-size: 40px;
	}
		
	.module03 .modulewrap .record {
		gap: 50px;
	}
	
	.module03 .modulewrap .record > div {
		width: 150px;
	}
	
	.module03 .modulewrap .record > div > p:nth-child(2) {
		font-size: 30px;
	}
	
	.module03 .modulewrap .record > div > p:nth-child(3) {
		font-size: 18px;
		line-height: 26px;
	}
}

@media(min-width:1280px){
	.module03 .title {
		font-size: 45px;
	}
	
	.module03 .modulewrap .record > div {
		width: 250px;
	}
	
	.module03 .modulewrap .record > div > p:nth-child(2) {
		font-size: 36px;
	}
}


/*module05*/

.module05 .modulewrap {
	position: relative;
	margin:	0 auto;
	display: flex;
	flex-direction:	column;
	justify-content: center;
	align-items: center;
	overflow: unset;
}

.module05>.modulewrap h1 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing:	-1px;
}

.module05>.modulewrap h1 span {
	letter-spacing:	0;
}

.module05>.modulewrap h2 {
	font-size: 32px;
	letter-spacing:	-1px;
}


.module05 .modulewrap .graph-box {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	border: transparent;
	border-radius: 30px;
}

.module05 .modulewrap .graph-box > div {
	position: relative;
}

.module05 .modulewrap .graph-box rect + div {
	font-weight: 900;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	z-index: 1;
	color: #fff;
}

.module05 .modulewrap .graph-box > div > div .graph-description .highlight {
	background: unset;
	color: #ffc067;
}

.module05 .modulewrap .graph-box > div.ts > div .graph-description > img {
	height: 16px;
	display: inline-block;
	margin: 2px 0 0 10px;
}

.module05 .modulewrap .graph-box > div > div .graph-subscript {
	font-size:14px;
	display: none;
	color: #ffffff;
	font-weight: 500;
}

.module05 .modulewrap .graph-box > div > div .reviewCount {
	color: #333333;
}


.module05 .modulewrap .graph-box rect {
	position: relative;
	display: inline-block;
	content: '';
	width: 300px;
	height: 45px;
	background-color: #ffffff;
	border: 1px dashed #ffae3b;
	border-radius: 10px;
	overflow: hidden;
}

.module05 .modulewrap .graph-box rect + div > span:not(.graph-subscript) {
	display: none;
}

.module05 .modulewrap .graph-box rect.drawing + div > span:not(.graph-subscript) {
	display: block;
	animation: graph-show-text 5s step-end forwards 1;
}

.module05 .modulewrap .graph-box rect.drawing.ts {
	animation: graph-border-style 5s step-end forwards 1;
}

.module05 .modulewrap .graph-box rect.drawing.company-a + div .graph-subscript {
	display: block;
	animation: graph-subscript-text 6s step-end forwards 1;
}

.module05 .modulewrap .graph-box rect.drawing.company-b + div .graph-subscript {
	display: block;
	animation: graph-subscript-text 5.5s step-end forwards 1;
}

.module05 .modulewrap .graph-box rect.drawing::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 0;
}

.module05 .modulewrap .graph-box rect.drawing.ts::after {
	background-color: #ffba57;
	animation: progress-ts 5s ease forwards 1;
}

.module05 .modulewrap .graph-box rect.drawing.company-a::after {
	background-color: #ffc067;
	animation: progress-a 5s ease forwards 1;
}

.module05 .modulewrap .graph-box rect.drawing.company-b::after {
	background-color: #ffc067;
	animation: progress-b 5s ease forwards 1;
}

@keyframes progress-ts {
	0% { width: 0px; }
	100% { width: 100%; }
}

@keyframes progress-a {
	0% { width: 0px; }
	100% { width: 10%; }
}

@keyframes progress-b {
	0% { width: 0px; }
	100% { width: 15%; }
}

@keyframes graph-show-text {
	0% { display: none; }
	90% { display: block; }
	100% { display: block; }
}

@keyframes graph-border-style {
	100% { border-style: solid; }
}

@keyframes graph-subscript-text {
	0% {
		display: none;
		color: #ffffff;
	}
	100% {
		display: block;
		color: #333333;
	}
}


@media(min-width:560px){
	.module05 .modulewrap .graph-box {
		min-width: 480px;
	}

	.module05 .modulewrap .graph-box rect {
		width: 480px;
		height: 70px;
	}

	.module05 .modulewrap .graph-box rect + div {
		font-size: 20px;
	}
	
	
	@keyframes progress-a {
		0% { width: 0px; }
		100% { width: 7%; }
	}
	
	@keyframes progress-b {
		0% { width: 0px; }
		100% { width: 10%; }
	}
}

@media(min-width:768px){
	.module05 .modulewrap .graph-box {
		min-width: 720px;
	}

	.module05 .modulewrap .graph-box rect {
		width: 720px;
		height: 70px;
	}
	@keyframes progress-a {
		0% { width: 0px; }
		100% { width: 5%; }
	}
	
}

@media(min-width:960px){
	.module05>.modulewrap h1 {
		font-size: 45px;
		line-height: 45px;
	}
	
	.module05>.modulewrap h2 {
		font-size: 40px;
	}
	
	.module05 .modulewrap {
		min-width: 840px;
	}
			
	.module05 .modulewrap .graph-box rect {
		width: 840px;
		height: 90px;
	}
	
	.module05 .modulewrap .graph-box {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 10px;
		row-gap: 10px;
		align-items: center;
		margin: 0 48px;
		padding: 30px 0 120px;
		border: transparent;
		border-radius: 30px;
	}
	
	.module05 .modulewrap .graph-box .touchCover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10000;
	}
	
	.module05 .modulewrap .graph-box > div {
		position: relative;
	}
	
	.module05 .modulewrap .graph-box rect + div {
		font-weight: 900;
		font-size: 13px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 25px;
		z-index: 1;
		color: #fff;
	}
	
	.module05 .modulewrap .graph-box > div > div .graph-description {
		font-size:24px;
	}
	.module05 .modulewrap .graph-box > div > div .graph-description .highlight {
		background: unset;
		color: #ffc067;
	}
	
	.module05 .modulewrap .graph-box > div.ts > div .graph-description > img {
		height: 27px;
		display: inline-block;
		margin: 5px 0 0 15px;
	}
	
	.module05 .modulewrap .graph-box > div > div .graph-subscript {
		font-size:24px;
		display: none;
		color: #ffffff;
		font-weight: 500;
	}
	
	.module05 .modulewrap .graph-box > div > div .reviewCount {
		color: #333333;
		font-size:24px;
	}
	
	.module05 .modulewrap .graph-box rect {
		position: relative;
		display: inline-block;
		content: '';
		width: 720px;
		height: 80px;
		background-color: #ffffff;
		border: 2px dashed #ffae3b;
		border-radius: 15px;
		overflow: hidden;
	}
	
	.module05 .modulewrap .graph-box rect + div > span:not(.graph-subscript) {
		display: none;
	}
	
	.module05 .modulewrap .graph-box rect.drawing + div > span:not(.graph-subscript) {
		display: block;
		animation: graph-show-text 5s step-end forwards 1;
	}
	
	.module05 .modulewrap .graph-box rect.drawing.ts {
		animation: graph-border-style 5s step-end forwards 1;
	}
	
	.module05 .modulewrap .graph-box rect.drawing.company-a + div .graph-subscript {
		display: block;
		animation: graph-subscript-text 6s step-end forwards 1;
	}
	
	.module05 .modulewrap .graph-box rect.drawing.company-b + div .graph-subscript {
		display: block;
		animation: graph-subscript-text 5.5s step-end forwards 1;
	}
	
	.module05 .modulewrap .graph-box rect.drawing::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100px;
		width: 0;
	}
	
	.module05 .modulewrap .graph-box rect.drawing.ts::after {
		background-color: #ffba57;
		animation: progress-ts 5s ease forwards 1;
	}
	
	.module05 .modulewrap .graph-box rect.drawing.company-a::after {
		background-color: #ffc067;
		animation: progress-a 5s ease forwards 1;
	}
	
	.module05 .modulewrap .graph-box rect.drawing.company-b::after {
		background-color: #ffc067;
		animation: progress-b 5s ease forwards 1;
	}
	
	
	@keyframes progress-a {
		0% { width: 0px; }
		100% { width: 6%; }
	}
}

@media(min-width:1280px){
	.module05 .modulewrap .graph-box rect + div {
		font-size: 24px;
	}
	
	.module05>.modulewrap h1 {
		font-size: 55px;
		line-height: 65px;
	}
	
	.module05>.modulewrap h2 {
		font-size: 50px;
	}
	
	.module05 .modulewrap {
		min-width: 960px;
	}
			
	.module05 .modulewrap .graph-box rect {
		width: 960px;
		height: 100px;
		border-radius: 20px;
	}
	
	.module05 .modulewrap .graph-box > div > div .graph-description,
	.module05 .modulewrap .graph-box > div > div .graph-subscript,
	.module05 .modulewrap .graph-box > div > div .reviewCount{
		font-size:30px;
	}
	@keyframes progress-a {
		0% { width: 0px; }
		100% { width: 5%; }
	}
}

/*module06*/
.module06 > .modulewrap > .img-box {
	background: url('/edu/skin/default/content/images/main/20220922/module06_img03.png') no-repeat;
	background-position: center center;
	background-size: 80%;
	
}

/*module07*/

.module07 .inside {
	position: relative;
	display: block;
	margin:	0 auto;
}

.module07 .tab {
	overflow: hidden;
	width: 100%;
}

.module07 .tab li {
	float: left;
	width: 33.333%;
	text-align:	center;
	box-sizing:	border-box;
}

.module07 .tab li {
	padding-right: 10px;
	display: inline-block;
	cursor:	pointer;
}

.module07 .tab li:last-child {
	padding-right: 0;
}

.module07 .tab li span {
	display: block;
	margin-top:	0;
	width: 100%;
	height:	60px;
	background-color: #ccc;
	border:	1px	solid transparent;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 60px;
	color: #fff;
}

.module07 .tab li.active span {
	background-color: #af96ff;
	font-weight: 700;
}

.module07 .tab::after {
	clear: both;
	content: "";
}

.module07 .tab_con {
	position: relative;
	display: block;
	width: 100%;
}

.module07 .tab_con>div {
	display: none;
	width: 100%;
	height:	100%;
	background-color: #fff;
	text-align:	center;
}

.module07 .tab_con > div > div.title {
	padding: 30px 0;
	font-size: 32px;
	font-weight: 400;
	width: 100%;
	text-align:	center;
	line-height: 42px;
}

.module07 .tab_con > div > .video-fit {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}

.module07 .tab_con .slickwrap,
.module07 .tab_con .slickwrap02 {
	margin: 0 auto 4rem auto;
	padding: 10px;
	width: 320px;
	height: 213px;
	background-image: url('/edu/skin/default/content/images/main/20220922/bg_module07_02.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.module07 .movecon {
	display: none;
}


/* slick slider	*/

.module07 .for_slick_slider{
	display: block;
	padding: 5px;
	margin: 0;
	width: 100%;
}

.module07 .for_slick_slider	.items {
	margin-top: 10px;
	margin-right: 5px;
}

.module07 .for_slick_slider	.storybook {
	margin-top: 8px;
	margin-right: 5px;
}

.module07 .for_slick_slider	.storybook img {
	width: 78%;
	height: auto;
	object-fit: cover;
}

@media(min-width:768px){			
	.module07 .tab_con .slickwrap,
	.module07 .tab_con .slickwrap02 {
		margin: 0 auto 4rem auto;
		padding: 10px;
		width: 700px;
		height: 467px;
		background-image: url('/edu/skin/default/content/images/main/20220922/bg_module07_02.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	
	.module07 .for_slick_slider{
		display: block;
		width: 100%;
	}
	
	.module07 .for_slick_slider	.items {
		margin-top: 10px;
		margin-right: 5px;
	}
	
	
	.module07 .for_slick_slider	.storybook {
		margin-top: 8px;
	}	

	.module07 .movecon {
		display: block;
	}

	.module07 .movecon>img {
		position: absolute;
		display: block;
		animation-duration:	0.8s;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-fill-mode: forwards;
	}
	
	.module07 .movecon .img1 {
		width: 80px;
		left: 30px;
		top: 0;
		animation-name:move12;
	}
	
	@keyframes move12 {0% {top:120px;} 100% {top:170px;}}
	@-webkit-keyframes move12 {0% {top:120px;} 100% {top:170px;}} 
	@-moz-keyframes	move12 {0% {top:120px;} 100% {top:170px;}}
	@-o-keyframes move12 {0% {top:120px;} 100% {top:170px;}}
}

@media(min-width:960px){
	.module07 .tab li span {
		height:	70px;
		border-radius: 35px;
		font-size: 24px;
		line-height: 70px;
	}

	.module07 .tab_con > div > div.title {
		padding: 50px 0;
		font-size: 36px;
		line-height: 46px;
	}

	.module07 .tab_con .slickwrap,
	.module07 .tab_con .slickwrap02 {
		padding: 20px;
		width: 840px;
		height: 560px;
	}

	.module07 .movecon .img1 {
		width: 90px;
	}

	@keyframes move12 {0% {top:200px;} 100% {top:250px;}}
	@-webkit-keyframes move12 {0% {top:200px;} 100% {top:250px;}}
	@-moz-keyframes	move12 {0% {top:200px;} 100% {top:250px;}}
	@-o-keyframes move12 {0% {top:200px;} 100% {top:250px;}}
}

@media(min-width:1280px){
	.module07 .tab li span {
		padding-right: 15px;
		height:	80px;
		border-radius: 40px;
		font-size: 32px;
		line-height: 80px;
	}

	.module07 .tab_con > div > div.title {
		padding: 50px 0;
		font-size: 40px;
		line-height: 50px;
	}

	.module07 .tab_con .slickwrap,
	.module07 .tab_con .slickwrap02 {
		padding: 30px;
		width: 960px;
		height: 640px;
	}

	.module07 .movecon .img1 {
		width: 120px;
	}

	@keyframes move12 {0% {top:230px;} 100% {top:280px;}}
	@-webkit-keyframes move12 {0% {top:230px;} 100% {top:280px;}}
	@-moz-keyframes	move12 {0% {top:230px;} 100% {top:280px;}}
	@-o-keyframes move12 {0% {top:230px;} 100% {top:280px;}}
}


/*module09*/

.module09 .contabroll {
	width: 100%;
}

.module09 .contabroll dd {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin:	0px;
	cursor:	pointer;
	box-sizing:	border-box;
}

.module09 .contabroll dd:nth-child(even){
	padding-right: 0;
}

.module09 .contabroll dd span {
	display: block;
	margin-top:	10px;
	height:	60px;
	background-color: #ccc;
	border:	1px	solid transparent;
	border-radius: 15px;
	text-align:	center;
	font-size: 18px;
	font-weight: 400;
	line-height: 60px;
	color: #fff;
}

.module09 .contabroll dd.on	span {
	background-color: #ffa3a3;
	font-weight: 700;
}

.module09 .contabroll dl {
	display: none;
	padding: 0;
	margin: 0;
	box-sizing:	border-box;
	width: 100%;
}

.module09 .contabroll dl.on	{
	display: block;
}

.module09 .tab_cont_area {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.module09 .tab_cont_area .txt-box {
	margin-bottom: 30px;
	text-align:	center;
}

.module09 .tab_cont_area .txt-box > div{
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.module09 .tab_cont_area .txt-box>h2 {
	font-size: 40px;
	opacity: 0;
	animation: fadeInText 1s 0.5s ease-out forwards;
}

@keyframes fadeInText {100%	{opacity: 1;}}
@-webkit-keyframes fadeInText {100%	{opacity: 1;}}
@-o-keyframes fadeInText {100% {opacity: 1;}}
@-moz-keyframes	fadeInText {100% {opacity: 1;}}

.module09 .movecon>img {
	position: absolute;
	display: block;
	animation-duration:	0.8s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

.module09 .movecon .img1 {
	width: 80px;
	right: 20px;
	top: 0;
	animation-name:move14;
}

@keyframes move14 {0% {top:400px;} 100% {top:450px;}}
@-webkit-keyframes move14 {0% {top:400px;} 100% {top:450px;}}
@-moz-keyframes	move14 {0% {top:400px;} 100% {top:450px;}}
@-o-keyframes move14 {0% {top:400px;} 100% {top:450px;}}

.module09 .movecon .img2 {
	width: 50px;
	left: 20px;
	top: 0;
	animation-name:move13;
}

@keyframes move13 {0% {top:65%;} 100% {top:60%;}}
@-webkit-keyframes move13 {0% {top:65%;} 100% {top:60%;}}
@-moz-keyframes	move13 {0% {top:65%;} 100% {top:60%;}}
@-o-keyframes move13 {0% {top:65%;} 100% {top:60%;}}

@media(min-width:768px){
	.module09 .contabroll dd {
		float: left;
		width: 25%;
		padding-right: 10px;
		margin:	0px;
		cursor:	pointer;
		box-sizing:	border-box;
	}

	.module09 .contabroll dd:nth-child(2){
		padding-right: 10px;
	}

	.module09 .contabroll dd:last-child{
		padding-right: 0;
	}

	.module09 .movecon .img1 {
		width: 90px;
		right: 30px;
	}
	
	.module09 .movecon .img2 {
		width: 50px;
		left: 30px;
	}
}

@media(min-width:960px){	
	.module09 .contabroll dd span {
		height:	70px;
		border-radius: 35px;
		font-size: 24px;
		line-height: 70px;
	}
	
	.module09 .contabroll dl {
		display: none;
		padding: 0;
		margin: 0;
		box-sizing:	border-box;
		width: 100%;
	}

	.module09 .tab_cont_area .txt-box {
		margin-bottom: 50px;
	}
	
	.module09 .tab_cont_area .txt-box > div{
		font-size: 28px;
		line-height: 38px;
	}
	
	.module09 .tab_cont_area .txt-box>h2 {
		font-size: 42px;
	}

	.module09 .movecon .img1 {
		width: 100px;
		right: 20px;
		top: 0;
		animation-name:move14;
	}
	
	@keyframes move14 {0% {top:400px;} 100% {top:450px;}}
	@-webkit-keyframes move14 {0% {top:400px;} 100% {top:450px;}}
	@-moz-keyframes	move14 {0% {top:400px;} 100% {top:450px;}}
	@-o-keyframes move14 {0% {top:400px;} 100% {top:450px;}}
	
	.module09 .movecon .img2 {
		width: 80px;
		left: 30px;
		top: 0;
		animation-name:move13;
	}
	
	@keyframes move13 {0% {top:55%;} 100% {top:50%;}}
	@-webkit-keyframes move13 {0% {top:55%;} 100% {top:50%;}}
	@-moz-keyframes	move13 {0% {top:55%;} 100% {top:50%;}}
	@-o-keyframes move13 {0% {top:55%;} 100% {top:50%;}}
	
}

@media(min-width:1280px){
	.module09 .contabroll dd {
		padding-right: 15px;
	}

	.module09 .contabroll dd span {
		height:	80px;
		border-radius: 40px;
		font-size: 32px;
		line-height: 80px;
	}

	.module09 .tab_cont_area .txt-box > div{
		font-size: 32px;
		line-height: 42px;
	}

	.module09 .tab_cont_area .txt-box>h2 {
		font-size: 50px;
	}
	
	.module09 .movecon .img1 {
		width: 120px;
	}
	
	@keyframes move14 {0% {top:300px;} 100% {top:350px;}}
	@-webkit-keyframes move14 {0% {top:300px;} 100% {top:350px;}}
	@-moz-keyframes	move14 {0% {top:300px;} 100% {top:350px;}}
	@-o-keyframes move14 {0% {top:300px;} 100% {top:350px;}}	
	
	.module09 .movecon .img2 {
		width: 85px;
		left: 50px;
	}
}

/*module11*/

.module11 .contabroll_02 {
	width: 100%;
}

.module11 .contabroll_02 dd	{
	float: left;
	width: 50%;	/* tab number /	100*/
	padding-right: 10px;
	margin:	0px;
	cursor:	pointer;
	box-sizing:	border-box;
}

.module11 .contabroll_02 dd:nth-child(2) {
	padding-right: 0;
}

.module11 .contabroll_02 dd	span {
	display: block;
	height:	60px;
	background-color: #ccc;
	border:	1px	solid transparent;
	border-radius: 15px;
	text-align:	center;
	font-size: 18px;
	font-weight: 400;
	line-height: 60px;
	color: #fff;
}

.module11 .contabroll_02 dd.on span	{
	background-color: #7ac5ff;
	font-weight: 700;
}

.module11 .contabroll_02 dl	{
	display: none;
	box-sizing:	border-box;
	width: 100%;
}

.module11 .contabroll_02 dl.on {
	display: block;
}

.module11 .tab_cont_area01,
.module11 .tab_cont_area02 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 50px;
	width: 100%;
}

.module11 .tab_cont_area01 > div,
.module11 .tab_cont_area02 > div  {
	width: 100%;
	text-align: center;
}

.module11 .tab_cont_area01 .txt-box>div,
.module11 .tab_cont_area02 .txt-box>div {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.module11 .tab_cont_area01 .txt-box>div > img,
.module11 .tab_cont_area02 .txt-box>div > img {
	width: 100%;
}

.module11 .tab_cont_area01 .txt-box>h2,
.module11 .tab_cont_area02 .txt-box>h2 {
	font-size: 32px;
	opacity: 0;
	animation: fadeInText 1s 0.5s ease-out forwards;
}

@keyframes fadeInText {100%	{opacity: 1;}}
@-webkit-keyframes fadeInText {100%	{opacity: 1;}}
@-o-keyframes fadeInText {100% {opacity: 1;}}
@-moz-keyframes	fadeInText {100% {opacity: 1;}}

@media(min-width:560px){
	.module11 .tab_cont_area01,
	.module11 .tab_cont_area02 {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 80px;
	}

	.module11 .tab_cont_area01 > div,
	.module11 .tab_cont_area02 > div {
		width: 50%;
		text-align: left;
	}
}

@media(min-width:768px){
	.module11 .contabroll_02 dl	{
		display: none;
		box-sizing:	border-box;
		width: 100%;
	}
}

@media(min-width:960px){	
	.module11 .contabroll_02 dd	span {
		height:	70px;
		border-radius: 35px;
		font-size: 24px;
		line-height: 70px;
	}

	.module11 .tab_cont_area01 .txt-box>div,
	.module11 .tab_cont_area02 .txt-box>div {
		font-size: 24px;
		line-height: 32px;
	}
	
	.module11 .tab_cont_area01 .txt-box>h2,
	.module11 .tab_cont_area02 .txt-box>h2 {
		font-size: 40px;
		opacity: 0;
		animation: fadeInText 1s 0.5s ease-out forwards;
	}
}

@media(min-width:1280px){	
	.module11 .contabroll_02 dd {
		padding-right: 15px;
	}

	.module11 .contabroll_02 dd	span {
		height:	80px;
		border-radius: 40px;
		font-size: 32px;
		line-height: 80px;
	}

	.module11 .tab_cont_area01 .txt-box>div,
	.module11 .tab_cont_area02 .txt-box>div  {
		font-size: 28px;
		line-height: 38px;
	}

	.module11 .tab_cont_area01 .txt-box>div > img,
	.module11 .tab_cont_area02 .txt-box>div > img {
		width: 80%;
	}
}

/*module13*/

.module13 .tab {
	width: 100%;
}

.module13 .tab li	{
	float: left;
	width: 100%;	/* tab number /	100*/
	margin:	0px;
	cursor:	pointer;
	box-sizing:	border-box;
}

.module13 .tab li span {
	display: block;
	height:	60px;
	background-color: #747bff;
	border:	1px	solid transparent;
	border-radius: 15px;
	text-align:	center;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
}

.module13 .txt-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.module13 .txt-box > div {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.module13 .txt-box > div:nth-child(2) {
	margin-top: 30px;
}

.module13 .txt-box > div > img {
	width: 80%;
}

@media(min-width:560px){
	.module13 .txt-box {
		flex-direction: row;
		gap: 20px;
		padding: 30px 0;
		text-align: left;
	}
	
	.module13 .txt-box > div {
		width: 50%;
	}

	.module13 .txt-box > div img {
		width: 80%
	}
	
	.module13 .txt-box > div > img {
		width: 80%;
	}
}

@media(min-width:960px){
	.module13 .tab li	{
		padding-right: 10px;
		width: 50%;
	}

	.module13 .tab li:nth-child(2) {
		padding-right: 0;
	}

	.module13 .tab li span {
		height:	70px;
		border-radius: 35px;
		font-size: 24px;
		line-height: 70px;
	}

	.module13 .bottom_txt {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 80px;
		background: url('/edu/skin/default/content/images/main/20220922/module13_img04.png') no-repeat;
		background-position: center center;
		box-sizing:	border-box;
		width: 100%;
	}

	.module13 .txt-box {
		flex-direction: column;
		gap: 10px;
		width: 100%;
		text-align: center;
	}

	.module13 .txt-box > div {
		width: 100%;
		font-size: 22px;
		line-height: 32px;
	}
}

@media(min-width:1280px){
	.module13 .tab li {
		padding-right: 15px;
	}

	.module13 .tab li span {
		height:	80px;
		border-radius: 40px;
		font-size: 32px;
		line-height: 80px;
	}

	.module13 .txt-box > div {
		font-size: 24px;
		line-height: 34px;
	}
}

/*animation*/
.module01>.modulewrap .img-box .inside > img,
.module02>.modulewrap .img-box .inside > img,
.module06>.modulewrap .img-box .inside > img,
.module08>.modulewrap .img-box .inside > img,
.module10>.modulewrap .img-box .inside > img,
.module12>.modulewrap .img-box .inside > img {
	position: absolute;
	display: block;
	animation-duration:	1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

/*animation_module1*/

.module01>.modulewrap .img-box .img1 {
	width: 80px;
	top: 0%;
	left: 0;
	animation-name:	newyear1;
}

@keyframes newyear1 {0% {top:50px;} 100% {top:0;}}
@-webkit-keyframes newyear1 {0% {top:50px;} 100% {top:0;}}
@-moz-keyframes	newyear1 {0% {top:50px;} 100% {top:0;}}
@-o-keyframes newyear1	{0% {top:50px;} 100% {top:0;}}

.module01>.modulewrap .img-box .img2 {
	width: 80px;
	top: 0;
	right: 0;
	animation-name:	newyear2;
}

@keyframes newyear2 {0% {top:0px;}100% {top:50px;}}
@-webkit-keyframes newyear2 {0% {top:0px;}100% {top:50px;}}
@-moz-keyframes	newyear2 {0% {top:0px;}100% {top:50px;}}
@-o-keyframes newyear2	{0% {top:0px;}100% {top:50px;}}

.module01>.modulewrap .img-box .img3 {
	width: 55%;
	height: auto;
}

@media(min-width:960px){
	.module01>.modulewrap .img-box .img1 {
		width: 110px;
	}

	.module01>.modulewrap .img-box .img2 {
		width: 110px;
	}
	
	.module01>.modulewrap .img-box .img3 {
		width: 280px;
	}
}

@media(min-width:1280px){
	.module01>.modulewrap .img-box .img1 {
		width: 154px;
	}

	.module01>.modulewrap .img-box .img2 {
		width: 154px;
	}
	
	.module01>.modulewrap .img-box .img3 {
		width: 320px;
	}
}

/*animation_module2*/

.module02>.modulewrap .img-box .img1 {
	width: 90%;
}

@media(min-width:1280px){
	.module02>.modulewrap .img-box .img1 {
		width: 500px;
	}
}

/*animation_module6*/

.module06>.modulewrap .img-box .img1 {
	width: 100%;
}

.module06>.modulewrap .img-box .img2 {
	width: 60px;
	top: 0;
	left: 70%;
	animation-name:	newyear4;
}

@keyframes newyear4 {0% {top:50px;} 100% {top:0px;}}
@-webkit-keyframes newyear4 {0% {top:50px;} 100% {top:0px;}}
@-moz-keyframes	newyear4 {0% {top:50px;} 100% {top:0px;}}
@-o-keyframes newyear4	{0% {top:50px;} 100% {top:0px;}}

@media(min-width:1280px){
	.module06>.modulewrap .img-box .img1 {
		width: 550px;
	}
	
	.module06>.modulewrap .img-box .img2 {
		width: 80px;
	}
}


/*animation_module8*/

.module08>.modulewrap .img-box .img1 {
	width: 150px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	animation-name: move5;
}

@keyframes move5 {0% {bottom:50px;} 100% {bottom:0px;}}
@-webkit-keyframes move5 {0% {bottom:50px;} 100% {bottom:0px;}}
@-moz-keyframes	move5 {0% {bottom:50px;} 100% {bottom:0px;}}
@-o-keyframes move5	{0% {bottom:50px;} 100% {bottom:0px;}}

.module08>.modulewrap .img-box .img3 {
	width: 100%;
}

.module08>.modulewrap .img-box .img4 {
	display: none !important;
}

@media(min-width:1280px){
	.module08>.modulewrap .img-box .img1 {
		width: 200px;
		bottom: 0;
		left: 0;
	}

	.module08>.modulewrap .img-box .img4 {
		display: block !important;
		width: 260px;
		top: -100px;
		animation-name: move21;
	}

	@keyframes move21 {0% {opacity: 1;} 100% {opacity: 0.5;}}
	@-webkit-keyframes move21 {0% {opacity: 1;} 100% {opacity: 0.5;}}
	@-moz-keyframes	move21 {0% {opacity: 1;} 100% {opacity: 0.5;}}
	@-o-keyframes move21 {0% {opacity: 1;} 100% {opacity: 0.5;}}
}

/*animation_module10*/

.module10>.modulewrap .img-box .img1 {
	width: 100px;
	top: 0;
	left: 30px;
	animation-name:	move6;
}

@keyframes move6 {0% {top:-50px;} 100% {top:10px}}
@-webkit-keyframes move6 {0% {top:-50px;} 100% {top:10px}}
@-moz-keyframes	move6 {0% {top:-50px;} 100% {top:10px}}
@-o-keyframes move6	{0% {top:-50px;} 100% {top:10px}}

.module10>.modulewrap .img-box .img2 {
	margin-top: 60px;
	width: 100%;
}

.module10>.modulewrap .img-box .img3 {
	width: 130px;
	bottom: 0;
	right: 0;
	animation-name:	move7;
}

@keyframes move7 {0% {bottom:20px;} 100% {bottom:60px;}}
@-webkit-keyframes move7 {0% {bottom:20px;} 100% {bottom:60px;}}
@-moz-keyframes	move7 {0% {bottom:20px;} 100% {bottom:60px;}}
@-o-keyframes move7 {0% {bottom:20px;} 100% {bottom:60px;}}

@media(min-width:1280px){
	.module10>.modulewrap .img-box .img1 {
		width: 150px;
		left: 0px;
		transform: translateX(-100px);
	}
	
	@keyframes move6 {0% {top:0px;} 100% {top:50px}}
	@-webkit-keyframes move6 {0% {top:0px;} 100% {top:50px}}
	@-moz-keyframes	move6 {0% {top:0px;} 100% {top:50px}}
	@-o-keyframes move6	{0% {top:0px;} 100% {top:50px}}
	
	.module10>.modulewrap .img-box .img2 {
		margin-top: 0;
		width: 500px;
	}
	
	.module10>.modulewrap .img-box .img3 {
		width: 200px;
	}
	
	@keyframes move7 {0% {bottom:0;} 100% {bottom:50px;}}
	@-webkit-keyframes move7 {0% {bottom:0;} 100% {bottom:50px;}}
	@-moz-keyframes	move7 {0% {bottom:0;} 100% {bottom:50px;}}
	@-o-keyframes move7 {0% {bottom:0;} 100% {bottom:50px;}}
}


/*animation_module12*/

.module12>.modulewrap .img-box .img1 {
	width: 80%
}

.module12>.modulewrap .img-box .img2 {
	width: 120px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	animation-name:	move8;
}

@keyframes move8 {0% {top:40%;}	100% {top:35%;}}
@-webkit-keyframes move8 {0% {top:40%;}	100% {top:35%;}}
@-moz-keyframes	move8 {0% {top:40%;} 100% {top:35%;}}
@-o-keyframes move8	{0% {top:40%;} 100% {top:35%;}}

@media(min-width:1280px){
	.module12>.modulewrap .img-box .img1 {
		width: 500px;
	}
	
	.module12>.modulewrap .img-box .img2 {
		width: 150px;
	}
	
	@keyframes move8 {0% {top:50%;}	100% {top:45%;}}
	@-webkit-keyframes move8 {0% {top:50%;}	100% {top:45%;}}
	@-moz-keyframes	move8 {0% {top:50%;}	100% {top:45%;}}
	@-o-keyframes move8	{0% {top:50%;}	100% {top:45%;}}
}


/*customer*/
.m-customer {
	text-align: left;
	font-family: 'Pretendard Variable';
	font-weight: 45	920;
	font-style:	normal;
}

.m-customer h2 {
	margin: 0 0 20px 0;
	font-size: 33px;
}

.m-customer span {
	color: #333;
}



/*video*/

.video-conatiner {
	position: relative;
	height:	0;
	padding-top: 30px;
	padding-bottom:	56.25%;
	overflow: hidden;
	background: transparent;
	border-radius: 20px;
}

.video-conatiner iframe,
.video-conatiner object,
.video-conatiner embed {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height:	100%;
	background: transparent;
}

/*footer-pc-main에 있던 것*/

#me-footer {
	padding: 80px 0;
}

#me-footer, #footer-menu {
	background-color: #333333;
}

.view-m {
	display: inline-block;
}

.view-pc {
	display: none;
}

header .top_header .family-site-wrap li:nth-child(3) a span {color: #666666;font-size: 12px;}

header .top_header ul li a {
	color: #666;
	font-size: 12px;
	padding: 13px 10px 5px;
}

header .top_header ul li a {
	color: #666;
}
.moveToTopBtn{
	font-family:"TmoneyRoundWindExtraBold", "Pretendard", "Malgun Gothic", "arial" ,"sans-serif";
	font-size:16px;
	width:90px;
	height:30px;
	display:flex;
	justify-content: center;
	align-items:center;
	gap:3px;
	background-color: #444;
	border-radius: 15px;
	color:#ffffff;
}


/*2025 new year*/

/*module02*/
.module02>.modulewrap .img-box .img2 {
	width: 130px;
	bottom: 0;
	left: 0;
}

.module02>.modulewrap .img-box .img3 {
	width: 130px;
	bottom: 0;
	left: 0;
	animation-name:	newyear3;
}

@keyframes newyear3 {0% {bottom:50px;} 100% {bottom:20px;}}
@-webkit-keyframes newyear3 {0% {bottom:50px;} 100% {bottom:20px;}}
@-moz-keyframes	newyear3 {0% {bottom:50px;} 100% {bottom:20px;}}
@-o-keyframes newyear3	{0% {bottom:50px;} 100% {bottom:20px;}}


.module02>.modulewrap .img-box .img4 {
	display: none !important;
}

@media(min-width:1200px) {
	.module02>.modulewrap .img-box .img2 {
		width: 277px;
		left: 0;
	}

	.module02>.modulewrap .img-box .img3 {
		width: 213px;
		left: 5%;
	}

	@keyframes move3 {0% {bottom:100px;} 100% {bottom:70px;}}
	@-webkit-keyframes move3 {0% {bottom:100px;} 100% {bottom:70px;}}
	@-moz-keyframes	move3 {0% {bottom:100px;} 100% {bottom:70px;}}
	@-o-keyframes move3 {0% {bottom:100px;} 100% {bottom:70px;}}

	.module02>.modulewrap .img-box .img4 {
		display: block !important;
		width: 258px;
		left: 0;
	}
}

/*module07*/
@media(min-width:768px){
	.module07 .movecon .img1 {
		width: 180px;
		left: 0;
		top: 0;
		animation-name:newyear5;
	}

	@keyframes newyear5 {0% {left:0px;} 100% {left:30px;}}
	@-webkit-keyframes newyear5 {0% {left:0px;} 100% {left:30px;}}
	@-moz-keyframes	newyear5 {0% {left:0px;} 100% {left:30px;}}
	@-o-keyframes newyear5 {0% {left:0px;} 100% {left:30px;}}

	.module07 .movecon .img2 {
		width: 170px;
		right: 0;
		bottom: 0;
		animation-name:newyear6;
	}

	@keyframes newyear6 {0% {right:0;} 100% {right:30px;}}
	@-webkit-keyframes newyear6 {0% {right:0;} 100% {right:30px;}}
	@-moz-keyframes	newyear6 {0% {right:0;} 100% {right:30px;}}
	@-o-keyframes newyear6 {0% {right:0;} 100% {right:30px;}}
}

@media(min-width:1200px){
	.module07 .movecon .img1 {
		width: 207px;
		top: 250px;
	}

	.module07 .movecon .img2 {
		width: 190px;
		bottom: 20px;
	}
}

/*module08*/
.module08 {
	background: #ffa3a3;
	background-position: center;
	background-size: contain;
}


/*module09*/
.module09 .movecon .img3 {
	display: none;
}


@media(min-width:960px){
	.module09 .movecon .img3 {
		display: block;
		width: 150px;
		right: 20px;
		top: 0px;
		animation-name:newyear7;
	}

	@keyframes newyear7 {0% {top:300px;} 100% {top:350px;}}
	@-webkit-keyframes newyear7 {0% {top:300px;} 100% {top:350px;}}
	@-moz-keyframes	newyear7 {0% {top:300px;} 100% {top:350px;}}
	@-o-keyframes newyear7 {0% {top:300px;} 100% {top:350px;}}
}

@media(min-width:1200px){
	.module09 .movecon .img3 {
		width: 200px;
	}
}

/*module10*/
.module10 .img4 {
	display: none;
}

@media(min-width:768px){
	.module10 .img4 {
		display: block;
		position: absolute;
		width:250px;
		left: 52%;
		bottom: 0;
	}
}

@media(min-width:1200px){
	.module10 .img4 {
		width: 283px;
		left: 52%;
	}
}

/*module11*/
.module11 .inside {
	position: relative;
	display: block;
	margin:	0 auto;
	width: 100%;
	height: auto;
}

.module11 .img-box .img1,
.module11 .img-box .img2 {
	display: none;
}

@media(min-width:1200px){
	.module11>.modulewrap .img-box .inside > img {
		position: absolute;
		display: block;
		animation-duration:	1s;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-fill-mode: forwards;
	}

	.module11 .img-box .img1 {
		left: -50px;
		top: -100px;
		width: 97px;
		animation: newyear8;
	}

	@keyframes newyear8 {
    from {
			-webkit-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
    to {
			-webkit-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}
	}

	.module11 .img-box .img2 {
		right: 50px;
		top: 450px;
		width: 160px;
		animation: newyear9;
	}

	@keyframes newyear9 {0% {right:0;} 100% {right:30px;}}
	@-webkit-keyframes newyear9 {0% {right:0;} 100% {right:30px;}}
	@-moz-keyframes	newyear9 {0% {right:0;} 100% {right:30px;}}
	@-o-keyframes newyear9 {0% {right:0;} 100% {right:30px;}}
}