.all-banner .banner-text p{
    font-size: 34px;
    transform: translateX(-32%);
    margin-bottom: 0;
}
/* .study-banner .banner-text{
    color: #595959;
} */
/* .study-banner h1::before{
    background-color: #595959;
} */
.study-info{
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 24rem;
    max-width: 860px;
}
.study-info span.big-circle{
    top: -35rem;
    right: -9%;
}
.study-info p:nth-of-type(1){
    margin-bottom: 1.5rem;
}
.study-info span.circle3{
    bottom: -22.7rem;
    right: -16%;
    transition: 2.2s all ease;
}
.study-info span.circle1{
    bottom: 13rem;
    left: -14%;
    background-image: linear-gradient(to right top,#41B6D5, #E3F2FF);
    transition: 2s all ease;
    z-index: -1;
}
ul.center-list li .img{
    position: relative;
    height: 162px;
    margin-bottom: 1.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
    z-index: 3;
}
ul.center-list li .img span{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    top: 0;
    left: 0;
    border-radius: 0.8rem;
    /* z-index: 1;
    opacity: .5; */
    transition: 0.4s all ease;
}
ul.center-list li div.img p {
    position: relative;
    color: white;
    z-index: 2;
    font-size: 1.75rem;
}
ul.center-list li div.text{
    box-shadow: 0 2px 60px rgb(0 0 0 / 6%);
    padding: 50px 35px;
    border-radius: 0.7rem;
    min-height: 265px;
    background-color: white;
}
ul.center-list li div.text p{
    font-size: 18px;
    line-height: 2.3rem;
}
ul.center-list li div.text strong{
    font-size: 18px;
    display: block;
    line-height: 2.3rem;
    color: #008AD8;
}
ul.center-list li:nth-child(even) div.text strong{
    color: #FF0244;
}
ul.center-list li{
    width: 49%;
}
ul.center-list li:nth-child(even) .img::before{
    background-image: linear-gradient(to left top,#EC133B, #FFD3AA);
}
span.study-bf01{
    display: inline-block;
    width: 80%;
    height: 200%;
    background: url(../img/study-bf.svg) no-repeat center;
    position: absolute;
    right: -38%;
    top: 104%;
    transform: translateY(-50%);
    z-index: -1;
}
.study-center {
    position: relative;
    max-width: 1100px;
}
.study-all-content{
    padding-bottom: 13rem;
}
.study-all-content p strong{
    font-size: 22px;
}
.study-process>p{
    font-size: 16px;
    line-height: 2rem;
}
.study-content{
    position: relative;
    padding-bottom: 25rem;
    overflow: hidden;
    margin-top: -24rem;
}
.study-content::before{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/bg-01.svg) no-repeat center;
    position: absolute;
    bottom: 0;
    background-size: 105%;
    left: 0;
    z-index: -1;
    background-position-y: 49rem;
    background-position-x: -18rem;
}
.tech-content{
    position: relative;
    max-width: 1350px;
    margin: 6rem auto 0;
}
.tech-content .tech-main{
    position: absolute;
    margin-left: -150px;
    left: 50%;
    top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate 45s linear infinite;
}
.tech-content .tech-main > span{
    animation: rotate-all-reverse 45s linear infinite;
}
/* .tech-content .tech-main::before{
    content: '';
    width: 20vw;
    height: 20vw;
    background-image: linear-gradient(to left,#0075e9, #41B6D5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
} */
.tech-content .tech-main>p{
    animation: rotate-all-reverse 45s linear infinite;
}
.tech-content .tech-main::after{
    content: '';
    width: 400px;
    height: 400px;
    background-color: transparent;
    border: 4px solid #41B6D5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.tech-content .tech-main span{
    width: 300px;
    height: 300px;
    background-size: cover !important;
    border-radius: 50%;
    opacity: .7;
    transition: 0.5s all ease;
}
.tech-content .tech-main span.circle3{
    transition: 1.5s all ease;
}
.tech-content .tech-main p{
    position: absolute;
    color: white;
    width: 53%;
    line-height: 31px;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}
.tech-content .tech-main p strong{
    color: white;
    vertical-align: unset;
}
ul.tech-list>li{
    width: 63%;
    position: relative;
    padding-right: 7%;
    margin-bottom: 1.5rem;
}
/* ul.tech-list>li:nth-child(2){
    transition-delay: 1s;
}
ul.tech-list>li:nth-child(3){
    transition-delay: 2s;
}
ul.tech-list>li:nth-child(4){
    transition-delay: 3s;
}
ul.tech-list>li:nth-child(5){
    transition-delay: 4s;
} */
ul.tech-list:nth-child(2)>li{
    margin-left: auto;
}
ul.tech-list:nth-child(2)>li{
    padding-left: 7%;
    padding-right: 0;
}
ul.tech-list:nth-child(2)>li:last-of-type{
    margin-right: 3.5rem;
}
ul.tech-list li p.title{
    background: linear-gradient(278.26deg, #008AD8 5%, #41B6D5 85.17%);
    border-radius: 10px;
    padding: 0.3rem 1rem;
    font-size: 1rem;
    color: white;
    text-align: center;
    position: relative;
    cursor: pointer;
    line-height: 29px;
}
ul.tech-list li ul {
    background: #E3F2FF;
    padding: 0 0.8rem;
    border-radius: 10px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s all ease;
}
ul.tech-list li.active ul{
    padding: 1.5rem 0.8rem;
    max-height: 30rem;
    margin-top: 0.8rem;
}
ul.tech-list li ul li{
    color: #595959;
    position: relative;
    padding-left: 1rem;
    line-height: 34px;
}
ul.tech-list li ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    background: #595959;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
}
ul.tech-list{
    width: 50%;
    padding-top: 2.5rem;
}
ul.tech-list li.main p.title::before{
    content: '';
    width: 0.85rem;
    height: 0.85rem;
    background: url(../img/add.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
}
ul.tech-list li.main.active p.title::before{
    background: url(../img/reduce.svg) no-repeat center;
    background-size: contain;
}
ul.tech-list li.star p.title::after{
    content: '';
    width: 0.9rem;
    height: 0.9rem;
    background: url(../img/start-red.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0.8rem;
    left: -1.5rem;
}
ul.tech-list:first-child>li:first-child,ul.tech-list:first-child>li:nth-child(5){
    margin-left: 4rem;
}
ul.tech-list:first-child>li:nth-child(2),ul.tech-list:first-child>li:nth-child(4){
    margin-left: 2rem;
}
ul.tech-list:last-child>li:first-child{
    margin-right: 2rem;
}
ul.tech-list>li:nth-child(3){
    margin-right: 1rem;
}
ul.tech-list:last-child>li:nth-child(4){
    margin-right: 2.5rem;
}
.tech-content span.circle3{
    width: 2.5rem;
    height: 2.5rem;
    top: -0.5rem;
    right: -1rem;
    opacity: 1;
    background-image: linear-gradient(to right top,#41B6D5, #E3F2FF);
}
.tech-content span.circle3:nth-child(4){
    width: 73px;
    height: 73px;
    left: -4.5rem;
    top: 1.5rem;
    background-image: linear-gradient(to left top,#41B6D5, #E3F2FF);
}
.tech-content span.circle3:nth-child(5){
    left: -1.5rem;
    top: 88%;
}
.tech-content span.circle3:nth-child(6){
    width: 50px;
    height: 50px;
    top: 98%;
    right: 1rem;
}
span.star-red{
    width: 0.8rem;
    height: 0.8rem;
    background-size: contain !important;
    display: inline-block;
    margin: 0 0.3rem;
    margin-bottom: 0;
    transform: translateY(0.15rem);
    display: inline-block;
}
.tech-content>p{
    font-size: 13px;
    text-align: right;
    padding-right: 6rem;
    margin-top: 3rem;
}
.study-process.content{
    max-width: 1050px;
}
ul.process-list li{
    position: relative;
    max-width: 13rem;
    color: #41B6D5;
    font-size: 16px;
    margin-top: 9rem;
    font-weight: 500;
    letter-spacing: 2px;
    padding-top: 1rem;
    text-align: center;
    min-width: 9%;
}
/* ul.process-list li:nth-child(2){
    transition-delay: 0.5s;
}
ul.process-list li:nth-child(3){
    transition-delay: 1s;
}
ul.process-list li:nth-child(4){
    transition-delay: 1.5s;
}
ul.process-list li:nth-child(5){
    transition-delay: 2s;
}
ul.process-list li:nth-child(6){
    transition-delay: 2.5s;
}
ul.process-list li:nth-child(7){
    transition-delay: 3s;
} */
ul.process-list li span{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(23.31deg, #41B6D5 7.97%, #323F5D 100.83%);
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s cubic-bezier(.34,1.56,.84,1);
}
ul.process-list li:not(:last-child)::after{
    content: '';
    width: 7px;
    height: 11px;
    background: url(../img/arrow-dotted.svg) no-repeat center right;
    background-size: contain;
    position: absolute;
    top: -1.85rem;
    right: -86%;
}
ul.process-list li:not(:last-child)::before{
    content: '';
    width: 6.8rem;
    height: 1rem;
    background: url(../img/dash-point.png) repeat-x center;
    position: absolute;
    background-size: 8px;
    top: -2rem;
    left: 50%;
    transform: translateX(19%);
}
ul.process-list li:nth-child(1)::before{
    width: 105px;
}
ul.process-list li:nth-child(6)::before{
    width: 130px;
}
ul.process-list li:nth-child(6)::before{
    left: 3.5vw;
}
ul.process-list li:nth-child(4)::before, ul.process-list li:nth-child(5)::before{
    width: 7.2rem;
}
ul.process-list li:nth-child(4)::after{
    right: -65%;
}
ul.process-list li:nth-child(3)::before{
    width: 7rem;
}
ul.process-list li:nth-child(2)::after{
    right: -75%;
}
ul.process-list li:nth-child(3)::after{
    right: -81%;
}
ul.process-list li:nth-child(5)::after{
    right: -105%;
}
ul.process-list li:nth-child(6)::after{
    right: -49%;
}
ul.process-list li:nth-child(4){
    max-width: 120px;
}
ul.process-list li:nth-child(6){
    max-width: 150px;
}
.study-tech h2{
    margin-bottom: 3rem;
    font-size: 26px;
}
.mb3{
    margin-bottom: 3rem;
}
.study-tech .content{
    max-width: 1100px;
}
.study-tech>p{
    font-size: 18px;
}
.study-tech{
    margin-bottom: 12rem;
}
@-webkit-keyframes arrow{
	0%{
		transform: translateX(0);
	}
	25%{
		transform: translateX(8px);
	}
	50%{
		transform: translateX(0);
	}
	75%{
		transform: translateX(8px);
	}
	100%{
		transform: translateX(0);
	}
}
.study-content span.big-circle{
    top: unset;
    bottom: -33rem;
    width: 45rem;
    height: 45rem;
    min-width: unset;
    min-height: unset;
    right: 12%;
}
.study-content>span.circle3{
    width: 13rem;
    height: 13rem;
    bottom: -2.5rem;
    right: 10%;
    background-image: linear-gradient(to right top,#41B6D5, #E3F2FF);
    transition: 1.5s all ease;
}
.study-content>span.circle1{
    width: 5.5rem;
    height: 5.5rem;
    bottom: -3.5rem;
    left: 42%;
    background-image: linear-gradient(to right top,#41B6D5, #E3F2FF);
    transition: 1.5s all ease;
}
.about-content span.circle3{
    transition: 2.2s all ease;
}
.about-content span.circle1{
    transition: 2s all ease;
}
@keyframes rotate-all {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes rotate-all-reverse {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-360deg);
    }
}