.subMain_bg {
    width: 100.788%;
    height: 35.8334vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subMain_subTitle {
  font-weight: 500;
  overflow: hidden;
}
.subMain_title {
  font-weight: 700;
  font-size: 4.1667vw;
  margin: 1.5vw 0;
}
.subMain_tt {
  font-weight: 400;
  font-size: 1.1458vw;
  overflow: hidden;
}
.subMain_tt_wrap {
    left: 22%;
    bottom: 18%;
}
.subMain_title .line {
  overflow: hidden;
}



@media screen and (max-width:599px) {
.subMain {
  margin-top: 15vw;
}
.subMain_title {
    font-weight: 700;
    font-size: 8.1667vw;
    margin: 1.5vw 0;
}
.subMain_tt_wrap {
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 
.subMain_tt {
    font-weight: 400;
    font-size: 3.458vw;
}
.subMain_bg {
    width: 100.788%;
    height: 61.8334vw;
    display: flex;
    justify-content: center;
    align-items: center;
}










}
