.main_visual{
	position: relative; 
	overflow:hidden;
}
.main_visual .swiper-slide{
	position:relative;
	height:100vh;
	/* height: 780px; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main_visual .swiper-slide .text_item{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	transform:translateY(-50%);
	color:#fff;
	text-align: center;
}
.main_visual .swiper-slide h3{
	margin-bottom: 8rem;
	font-size:5.4rem;
	font-weight:bold;
}
.main_visual .swiper-slide p{
	font-size:2rem;
	font-weight:500;
}
.main_visual .line{
	z-index: 1;
	position: absolute;
	top:50%; left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background:rgba(255, 255, 255, .3);
}
.main_visual .line > div{
	position: relative;
	width: 100%; height: 100%;  
}
.main_visual .bar{
	z-index: 2;
	position: absolute;
	top: 0; left: 0;
	width: 30rem; height: 1px;
	transform: translateX(-100%);
	background-color: #fff;
	animation-name: progress;
	animation-duration: 6s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
.main_visual .bar.stop {
  animation-play-state: paused;
}
@keyframes progress{
	0% {
		left: 0;
		transform: translateX(-100%);
	}
	100% {
		left: 100%;
		transform: translateX(100%);
	}
}
.main_visual .controller{
	display:flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top: 70%;
	left:0;
	width: 100%;
	color:#fff;
	padding:0 15px;
	z-index:10;
}
.main_visual .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 8px;
	width: 1.2rem;
	height: 1.2rem;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	border-radius: 100%;
	opacity: 1;
}
.main_visual .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.main_visual .mv_status{margin-left: 1.5rem;}
.main_visual .mv_status button{
	display: none;
	outline: none;
	border: none;
	padding: 0;
	width: 2.2rem; height: 2.2rem;
	text-align: center;
	line-height: 2.2rem;
	font-size: 1.6rem;
	color:#000;
	background: #fff;
	border-radius: 50%;
}
.main_visual .mv_status button.active {
    display: inline-block;
}
.main_visual .mv_status button.play i{
	transform: translateX(1px);
}
@media(max-width:1199.98px){
	.main_visual .swiper-slide h3{font-size:4.5rem;}
}
@media(max-width:991.98px){
	.main_visual .swiper-slide h3{
		margin-bottom: 6rem;
		font-size:4rem;
	}
	.main_visual .swiper-slide p{font-size:1.8rem;}
	.main_visual .line{top: 51.5%;}
	.main_visual .bar{width: 27rem;}
	.main_visual .controller{top: 80%;}
}
@media(max-width:767.98px){
	.main_visual .swiper-slide h3{font-size:3.5rem;}
	.main_visual .swiper-slide p{font-size:1.6rem;}
	.main_visual .bar{width: 24rem;}
}
@media(max-width:576.98px){
	.main_visual .line,
	.main_visual .swiper-slide .text_item{top: 45%;}
	.main_visual .swiper-slide h3{font-size:3rem;}
}



/*sec01*/
#main_container > .sec01{
	padding:18rem 0;
	text-align: center;
	font-size: 8rem;
	font-weight: bold;
	color: #000;
}
#main_container > .sec01 > div >div{
	opacity: 0;
  transform: translateY(60px);
}
#main_container > .sec01 > div div:nth-of-type(2){margin: 10px 0;}
#main_container > .sec01 > div div:nth-of-type(2) span{color: #004D6D;}
#main_container > .sec01 > div div:nth-of-type(3) span{color: var(--color);}
#main_container > .sec01 span,
#main_container > .sec01 p {
  display: inline-block;
  vertical-align: middle;
}
#main_container > .sec01 p {
	overflow: hidden;
	display: inline-block;
	position: relative;
	max-width: 221px;
	width: 100%;
	height: 96px;
	transform: scaleX(1);
	margin: 0 1.2rem;
	margin-top: -6px;
	width: 0;
}
#main_container > .sec01 img{
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0;
	width: 221px;
	height: 96px;
	transform: translateX(-50%);
}
@media (max-width:1300px) {
	#main_container > .sec01{font-size: 7rem;}
}
@media (max-width:1199.98px) {
	#main_container > .sec01{
		padding:15rem 0;
		font-size: 5.5rem;
	}
}
@media (max-width:991.98px) {
	#main_container > .sec01{
		padding:12rem 0;
		font-size: 4rem;
	}
	#main_container > .sec01 > div div:nth-of-type(2){margin: 20px 0;}
}
@media (max-width:767.98px) {
	#main_container > .sec01{
		padding:10rem 0;
		font-size: 3.5rem;
	}
	#main_container > .sec01 > div div:nth-of-type(2){margin: 10px 0;}
	#main_container > .sec01 span{
		margin-bottom: 10px;
		display: block;
	}
}
@media (max-width:575.98px) {
	#main_container > .sec01{
		padding:8rem 0;
		font-size: 2.5rem;
	}
	#main_container > .sec01 p{height: 56.47px;}
	#main_container > .sec01 img{
		width: 130px;
		height: 56.47px;
	}
}

/*sec02*/
#main_container > .sec02 .top{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 4rem;
}
#main_container > .sec02 .top a{
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
}
#main_container > .sec02 .top a i{
	transform: rotate(-45deg);
}
#main_container > .sec02 .tab{
	display: flex;
	gap: 5rem;
	margin-top: 2.5rem;
}
#main_container > .sec02 .tab li{
	position: relative;
	padding: 1rem 0;
	font-size: 2.4rem;
	font-weight: bold;
	cursor: pointer;
}
#main_container > .sec02 .tab li.on{
	color: var(--color);
}
#main_container > .sec02 .tab li + li::before{
	content: '';
	position: absolute;
	top: 50%; left: -2.5rem;
	width: 8px; height: 8px;
	background: #ddd;
	border-radius: 50%;
 	transform: translate(-50%,-2px);
}
#main_container > .sec02 .tab li.on::after{
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 4px;
	background: var(--color);
} 
@media (max-width:991.98px) {
	#main_container > .sec02 .top{margin-bottom: 3rem;}
	#main_container > .sec02 .tab{
		gap: 4rem;
		margin-top: 2rem;
	}
	#main_container > .sec02 .tab li{
		padding: 5px 0;
		font-size: 2rem;
	}
	#main_container > .sec02 .tab li + li::before{
		left: -2rem;
		width:6px; height:6px;
	}
	#main_container > .sec02 .tab li.on::after{height: 2px;} 
}
@media (max-width:767.98px) {
	#main_container > .sec02 .tab{
		gap: 3rem;
		margin-top: 1.5rem;
	}
	#main_container > .sec02 .tab li + li::before{left: -1.5rem;}
}
@media (max-width:575.98px) {
		#main_container > .sec02 .top {display: block;}
		#main_container > .sec02 .tab{margin: 1rem 0 1.5rem;}
}



/*sec03*/
#main_container .banner{margin: 12rem 0 11rem;}
#main_container .banner *{color: #000;}
@media (max-width:991.98px) {
	#main_container .banner{margin: 10rem 0;}
}
@media (max-width:767.98px) {
	#main_container .banner{margin: 8rem 0;}
}
@media (max-width:576.98px) {
	#main_container .banner{margin: 6rem 0;}
}



/*sec04*/
#main_container .sec04{overflow: hidden;}
#main_container .sec04 .mySwiper{
	position: relative;
	padding-bottom: 6.5rem;
}
#main_container .sec04 .swiper-slide{
	width: 44.6rem;
}
#main_container .sec04 .item{
	padding: 3rem;
	border: 1px solid #ccc;
	border-radius: 1rem;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
#main_container .sec04 .item .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}
#main_container .sec04 .item .face{
	flex-shrink: 0;
	width: 6.8rem;
	height: 6.8rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}
#main_container .sec04 .item .star{
	flex-shrink: 0;
}
#main_container .sec04 .item .star img{
	vertical-align: middle;
	margin-left: 2px;
	width: 20px;
}
#main_container .sec04 .item .cont{
	height: 8.1rem;
	font-size: 1.8rem;
	font-weight: bold;
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main_container .sec04 .item hr{
	display: block;
	margin: 2rem 0;
	border: none;
	border-top: 1px solid #ddd;
}
#main_container .sec04 .item .name{
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1.6rem;
}
#main_container .sec04 .swiper-pagination-progressbar {
  background: #eee;
	border-radius: 8px;
	overflow: hidden;
}
#main_container .sec04 .swiper-container-horizontal>.swiper-pagination-progressbar{
	top: unset;
	bottom: 0;
}
#main_container .sec04 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: var(--color);
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
@media (max-width:991.98px) {
	#main_container .sec04 .mySwiper{padding-bottom: 4.5rem;}
}
@media (max-width:991.98px) {
	#main_container .sec04 .mySwiper{padding-bottom: 3.5rem;}
	#main_container .sec04 .swiper-slide{width: 35rem;}
	#main_container .sec04 .item{padding: 2rem;}
	#main_container .sec04 .item .top{margin-bottom: 1.5rem;}
	#main_container .sec04 .item .face{
		width:6rem;
		height:6rem;
	}
	#main_container .sec04 .item .star img{width: 15px;}
	#main_container .sec04 .item hr{margin: 1.5rem 0;}
}



/* sec05 */
#main_container .sec05{
	padding-top: 11rem;
	padding-bottom: 12rem;
	text-align: center;
}
#main_container .sec05 .list{
	display: flex;
	gap: 4rem;
	margin: 6rem 0;
	text-align: left;
}
#main_container .sec05 .list li{width: calc(25% - 3rem);}
#main_container .sec05 .list li a{display: block;}
#main_container .sec05 .box{
	position: relative;
	padding: 4rem 3rem 2rem;
}
#main_container .sec05 .box::after{
	content: '';
	z-index: -1;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 75.47%;
	background: #f5f5f5;
	border-radius: 1rem;
}
#main_container .sec05 .book{
	padding-top: 138%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-shadow: 0 5px 1.5rem rgba(0, 0, 0, .2);
}
#main_container .sec05 .subject{
	height: 3.6rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #000;
	overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#main_container .sec05 .arrow{
	margin: 1.5rem 0 3rem;
	width: 4rem; height: 4rem;
	text-align: center;
	line-height: 4rem;
	font-size: 2rem;
	color: #fff;
	background: #000;
	border-radius: 50%;
}
#main_container .sec05 .btn_st2{
	min-width: 20rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media (max-width:991.98px) {
	#main_container .sec05{
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	#main_container .sec05 .list{
		gap: 2rem;
		margin: 4rem 0;
	}
	#main_container .sec05 .list li{width: calc(25% - 1.5rem);}
	#main_container .sec05 .box{
		padding: 3rem 2rem 2rem;
	}
	#main_container .sec05 .subject{
		height: 3.2rem;
		font-size: 2rem;
	}
	#main_container .sec05 .arrow{
		margin: 1rem 0 2rem;
		width: 3rem; height: 3rem;
		line-height: 3rem;
		font-size: 1.6rem;
	}
}
@media (max-width:767.98px) {
	#main_container .sec05{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	#main_container .sec05 .list{flex-wrap: wrap;}
	#main_container .sec05 .list li{width: calc(50% - 1rem);}
}
@media (max-width:575.98px) {
	#main_container .sec05{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}