main > section > div {
  padding: 1rem 28rem;
  display: flex;
  justify-content: space-between;
}

h2 {
  position: relative;
  margin:0 auto; 
  font-weight: 500;
}
h2::before {
  position: absolute;
  left: -1rem;
  top: 0.5rem;
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: rgb(57, 198, 195);
}

.main-color {
    color: var(--main-color);
	font-size: 2rem;
}





main > .research_desc {
    background: url(../imgs/item/research_back.png) no-repeat 100%/100%;
    padding: 6rem;
}


main > .research_desc >div{
    flex-direction: column;
    align-items: center;
}

main .research_desc >div p{
    line-height: 2.5rem;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
}

main .research_desc b{
  font-size: 2rem;
}


main .recommend{
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

main .recommend_title{
    position: relative;
    margin: 0 auto 1rem;
    font-weight: 400;
}

main .recommend_item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

main .recommend_item img{
  width: 45%;
  height: intrinsic;
}





main .research img{
  width: 100%;
}










main .master_offer img {
    width: 100%;
}


main .admission_time {
    font-size: 1.3rem;
    color: red;
    justify-content: right;
    letter-spacing: 0.2em;
}







main .adviser{
    display: flex;
    flex-direction: column;
}

main .adviser_title{
      position: relative;
    margin: 0 auto;
    font-weight: 400;
}






main .adviser .title{
      display: flex;
    flex-direction: row;
    align-items: baseline;
      color: rgb(57, 198, 195);
          margin-bottom: 3rem;
}

main .adviser .point{
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: rgb(57, 198, 195);
    content:"";
    margin-right: 0.5rem;
}



main .job_desc  ul li{
    line-height: 3rem;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
}


main .job_background{
    display: flex;
    flex-direction: row;
    align-items: center;
}
main .job_background >div{
  width: 50%;
}

main .job_background  ul li{
    font-size: 1.3rem;
    letter-spacing: 0.1em;
}

main .job_background .title{
  margin-bottom: 3rem;
}

main .job_background img{
  height: 30rem;
}



















main .vision{
    flex-direction: row;
    justify-content: space-evenly;
}

main .vision > div{
    width: 30%;
    padding: 1rem 4rem;
    background: url(../imgs/joinus/vision_background.png) no-repeat 100%/100%;

}

main .vision img{
  width: 100%;
}

main .vision p{
    line-height: 3rem;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
}


main  .vision  .underline {
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
}

main  .vision .underline::before {
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    content: "";
    height: 2px;
    width: 100%;
    transform: translateX(-50%);
    background: rgb(57, 198, 195);
}




main .manager{
  display: flex;
  flex-direction: row;
}

main .manager > div{
  width: 50%
}
main .manager > div:nth-child(1){
  text-align: center;
}

main .manager img{
  width: 45%;
}


main .manager > div p{
    line-height: 3rem;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    padding: 1rem;
}

main .manager > div p b{
  font-size: 1.5rem;
}



main .hope{
    flex-direction: row;
}

main .hope > div {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    line-height: 3rem;
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-top: 3rem;
    align-items: center;
}

main .hope img{
    height: 8rem;
    width: max-content;
    margin-bottom: 2rem;
}

main .job_section{
      background: url(../imgs/joinus/blue.png) no-repeat 100%/100%;
      padding-bottom: 6rem;
}
main .job {
    flex-direction: row;
}
main .job img{
    height: 20rem;
    width: max-content;
}


main .mySwiper img {
    height: 23rem;
}



main .resume{
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .resume p{
    line-height: 3rem;
    font-size: 1.8rem;
}

main .resume img {
  height:10rem;
}
main .resume img {
  height:10rem;
}

main .progress{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
main .resume .progress_to{
    height:2rem;
}





main .master_percent > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
}


main .master_percent img{
    margin-bottom: 2rem;
    height: 10rem;
}
main .master_percent img + span {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
}



main .master_offer img{
    width: 100%;
}


main .admission_time {
    font-size: 1.3rem;
    color: red;
    justify-content: right;
    letter-spacing: 0.2em;
}



main .oversea {
    display: flex;
    flex-direction: column;
}

main .oversea p{
        font-size: 1.3rem;
    letter-spacing: 0.2em;
}

main .oversea .plan{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

main .oversea .plan img{
    width: 25rem;
    margin-top: 5rem;
}




@media only screen and (max-width: 875px){
	body main > section > div{
		    padding: 1rem 2rem;
	}

}




@media only screen and (max-width: 490px){
	html {
	    height: 100%;
	    font-size: 12px;
	    -webkit-text-size-adjust: 100%;
	}
	body h2{
		font-weight: 700;
		font-size: 1.5rem;
		letter-spacing: 0.15em;
	}
	body h2::before{
		    height: 1.5rem;
	}
	body .main-color{
		font-size: 1.5rem;
	}
	body main > section > div{
		    padding: 1rem 2rem;
	}
	body main > .research_desc{
		padding: 1rem;
	}
	body main > .research_desc >div{
		align-items: baseline;
	}
	body main .research_desc >div p{
		line-height: 1.7;
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
	body main .recommend_item img{
		width: 160px;
		height: 53px;
	}
}



