.main{
  height: 40vw;
  padding-top: 4vw;
}
.intro_bg_img{
  width: 100% !important;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  top: 0;
}
.main_con{
  width: 77%;
}
.main_tt01{
  font-size: 2.9vw;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 3vw;
}
.main_tt01 span{
  margin-right: 4.5vw;
}
.main_tt02{
  font-size: 1vw;
  line-height: 1.5;
  margin-bottom: 3vw;
}
.main_04 {
  width: 6.46%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 16.5%;
  top: 34%;
}
.swiper_main{
  width: 100%;
  height: 100%;
}
.swiper_main_slide{
  width: 100% !important;
  height: 100%;
  cursor: pointer;
}
.swiper_main_slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper_main_page {
  display: flex;
  justify-content: center;
  bottom: 5% !important;
  gap: 0.5vw;
  z-index: 5;
}
.swiper_main_page .swiper-pagination-bullet{
  background-color: #6e6e6e;
  transition: 0.3s;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 100px;
  margin: 0 !important;
}
.swiper_main_page .swiper-pagination-bullet-active {
  background-color: #000;
  width: 1.3vw;
}
.main_02{
  width: 1.16474%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 2%;
  z-index: 5;
}
.main_circle{
  width: 10px;
  height: 10px;
  background-color: var(--main-blue);
  border-radius: 100%;
  animation: downAni 1.1s infinite linear;
  top: 5%;
}
@keyframes downAni {
  100% {
      transform: translateY(500%);
      opacity: 0;
  }
}







.con01{
  padding: 4vw 0 8vw 0;
}
.con01_vedio {
  width: 83vw;
  height: 38vw;
  border-radius: 2vw;
  overflow: hidden;
  margin-bottom: 10vw;
}
.con01_vedio video{
  scale: 1.01;
}
.con01_vedio_bg{
  width: 100%;
  height: 100%;
  background-color: #122d55;
  z-index: 5;
  opacity: 0;
  top: 0;
}
.con01_row{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7vw 0 8vw 0;
}
.con01_row_box{
  display: flex;
  align-items: center;
  gap: 1vw;
  font-size: 1.9vw;
  font-weight: 800;
}
.right .i01_con01_01 img{
  rotate: 180deg
}
.con01_row_center{
  font-size: 4.6vw;
  font-weight: 900;
  color: #fff;
  overflow: hidden;
}
.con01_tt01 {
  
}
.con01_tt02{
  margin-bottom: 3vw;
}
.i01_con01_01{
  width: 2.5521vw !important;
}







.con02{
  background-color: var(--main-sky);
  padding: 11vw 0 25vw 0;
}
.con02_con{
  width: 70%;
}
.con02_con p{
  text-align: start;
}
.con02_slide {
  width: 20vw;
  height: 24vw;
  background-color: #fff;
  border: 1px solid #B6C6E8;
  border-radius: 1.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 2.5vw;
  box-sizing: border-box;
}
.con02_slide_num {
  width: 3vw;
  height: 1.4vw;
  line-height: 1.4vw;
  background-color: var(--main-blue);
  border-radius: 0.3vw;
  color: #fff;
  font-size: 0.8vw;
  font-weight: 700;
  left: 1vw;
  top: -1.8vw;
  letter-spacing: 0.05vw;
}
.swiper_con02{
  width: 20vw;
  padding-top: 2vw;
  top: calc(18% - 2vw);
  pointer-events: none;
}
.swiper_con02_02{
  top: 18%;
  width: 38%;
  right: 0;
  pointer-events: none;
}
.con02_slide_img{
  width: 43.456%;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 2.5vw;
}
.con02_slide_tt01 {
  font-size: 1.4vw;
  font-weight: 800;
  margin-bottom: 1.3vw;
}
.con02_slide_tt02{
  font-size: 0.88vw;
  line-height: 1.5;
}
.con02_02_slide{
  width: 14.5833vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con02_02_slide_tt{
  color: #fff;
  font-size: 1.3vw;
  z-index: 5;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
.swiper_con02_btn{
  bottom: 16%;
  cursor: pointer;
  z-index: 5;
}
.swiper_con02_prev {
  rotate: 180deg;
  left: 47.3%;
}
.swiper_con02_next {
  right: 46.3%;
}
.i01_con02_01 {
  width: 11.7586%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -11%;
  left: 10.5%;
}
.i01_con02_02 {
  width: 11.9686%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -8%;
  left: 22%;
}
.con02_tt02 {
  line-height: 1.4;
}
.con02_tt03 {
  line-height: 1.5;
  left: 63.2%;
  bottom: 29%;
  font-size: 1vw;
}
.con02_tt01 {
  margin-bottom: 1vw;
}






.con03{
  padding: 10vw 0;
}
.con03_con{
  width: 78%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con03_tt{
  font-size: 2.5vw;
  font-weight: 800;
}
.i01_con03_01{
  width: 33.0895%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.5vw;
  overflow: hidden;
}
.i01_con03_02{
  width: 38.587%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.i01_con03_03 {
  width: 12.7518%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con03_con_line{
  height: 1px;
  background-color: #cddcfa;
}
.con03_con_line.left{
  width: 11%;
  margin-right: 13.5vw;
}
.con03_con_line.right{
  width: 16%;
  margin-left: 13.5vw;
}
.i01_con03_05{
  width: 142.857%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: scaleOpa2 1.6s infinite;
}
.i01_con03_06{
  width: 222.164%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: scaleOpa2 1.6s 0.2s infinite;
}
.con03_con.top .con03_tt{
  color: var(--main-blue);
}
.con03_con.top{
  pointer-events: none;
  display: none;
}
.con04_tt01{
  line-height: 1.2;
  margin-bottom: 1vw;
}
.con04_tt02 b{
  border-bottom: 2px solid #000;
}
.con04_tt02 {
  margin-bottom: 3vw;
}







.con04{
  padding-bottom: 6vw;
}
.con04_con_container{
  border: 1px solid #CADAFF;
  /* border-right: none; */
  box-sizing: border-box;
  width: 77%;
  border-radius: 2.2vw;
  overflow: hidden;
}
.con04_con_wrap{
  transition: 0.5s;
}
.con04_con_wrap.care1{
  z-index: 5;
}
.con04_con_wrap.care2{
  z-index: 4;
}
.con04_con_wrap.care3{
  z-index: 3;
}
.con04_con_wrap{
  display: flex;
  align-items: start;
}
.con04_con_box{
  position: relative;
  width: 66vw;
  height: 32vw;
  border: 1px solid #CADAFF;
  border-radius: 2.2vw;
  left: 0;
  top: 0;
  padding: 6vw 0 0 0;
  box-sizing: border-box;
  background-color: #fff;
  transition: 0.3s;
}
.con04_con_box_in{
  width: 80%;
  margin: 0 auto;
}
.con04_con_tt01{
  font-size: 1.5vw;
  font-weight: 700;
  margin-bottom: 2vw;
}
.con04_con_tt01 span {
  font-size: 2.6vw;
  margin-right: 0.5vw;
}
.con04_con_box_line{
  width: 55%;
  height: 1px;
  background-color: #3676ff2f;
  margin-bottom: 4vw;
}
.con04_con_tt02{
  font-size: 1.3vw;
  font-weight: 800;
  margin-bottom: 3vw;
}
.con04_con_tt03{
  font-size: 0.95vw;
  color: #585858;
  font-weight: 500;
  line-height: 1.5;
}
.con04_con_num{
  width: 2.6042vw !important;
  cursor: pointer;
}
.con04_con_num_on {
  width: 100% !important;
}
.care1 .con04_con_num{
  margin-top: 2vw;
}
.care2 .con04_con_num{
  margin-top: 8.8vw;
}
.care3 .con04_con_num{
  margin-top: 15.6vw;
}
.care4 .con04_con_num{
  margin-top: 22.4vw;
}
.care1{
  margin-left: -7.8vw;
}
.care2{
  margin-left: -5.2vw;
}
.care3{
  margin-left: -2.6vw;
}
.care4{
  margin-left: 0.09vw;
}
.con04_con{
  margin-left: 7.8vw;
}
.con04_con_num_on{
  opacity: 0;
  transition: 0.3s;
  top: 0;
}
.on .con04_con_num_on{
  opacity: 1;
}
.on .con04_con_box{
  background-color: #F0F5FF;
  border: 1px solid var(--main-blue);
}
.off.con04_con_wrap {
  transform: translateX(-63.4vw);
}
/* .off .con04_con_box {
  border: none;
} */
.swiper_con04{
  width: 20%;
  height: 100%;
  left: 63%;
  top: 0;
  /* border-top: 1px solid var(--main-blue);
  border-bottom: 1px solid var(--main-blue); */
  box-sizing: border-box;
}
.con04_slide{
  width: 7vw;
  height: 7vw;
  border-radius: 100%;
  border: 1px solid #B6C6E8;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.con04_slide_tt{
  z-index: 5;
  font-size: 1vw;
  font-weight: 600;
  transition: 0.3s;
}
.i01_con03_07{
  width: 158.955% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  scale: 0;
}
.swiper_con04 .swiper-slide-active .i01_con03_07 {
  scale: 1;
}
.swiper_con04 .swiper-slide-active .con04_slide_tt {
  color: #fff;
  transform: translateY(-1vw);
  font-size: 1.1vw;
}
.swiper-slide-prev .con04_slide{
  transform: translateY(-1vw);
}
.swiper-slide-next .con04_slide{
  transform: translateY(1vw);
}
.swiper_con04_btn{
  width: 2.69631%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 14%;
  cursor: pointer;
  z-index: 5;
}
.swiper_con04_prev {
  rotate: 180deg;
  top: 43.7%;
}
.swiper_con04_next {
  bottom: 43.7%;
}
.i01_con03_09{
  width: 32.016%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 55%;
  top: 23%;
}
.i01_con03_10{
  width: 64.9825%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -8.5%;
  scale: 0.9;
}
.i01_con03_11 {
  width: 33.4649%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 59%;
  top: 43%;
  z-index: 5;
}
.i01_con03_12 {
  width: 18.97%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 66%;
  top: 30.5%;
}
.i01_con03_13{
  width: 133.198%;
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 0.85;
}
.con04_con_circle{
  width: 8vw;
  height: 8vw;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #CADAFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con04_con_circle_tt{
  text-align: center;
  font-size: 1.05vw;
  line-height: 1.3;
  z-index: 2;
  font-weight: 500;
  transition: 0.3s;
}
.i01_con03_22{
  width: 9.3750vw !important;
  scale: 0;
  transition: 0.5s;
}
.on.con04_con_circle .i01_con03_22{
  scale: 1;
}
.on.con04_con_circle .con04_con_circle_tt{
  color: #fff;
}
.con04_con_circle.item1{
  top: 15%;
  right: 20%;
}
.con04_con_circle.item2{
  top: 37.5%;
  right: 9.5%;
}
.con04_con_circle.item3{
  bottom: 15%;
  right: 20%;
}
.con04_con_circle.item4{
  top: 37.5%;
  right: 31%;
}







.con05{
  padding: 7vw 0;
  background-color: #d7e7f0;
  z-index: 0;
}
.con05_video{
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 0;
  overflow: hidden;
  opacity: 0.4;
}
.con05_video video{
  scale: 1.01;
}
.con05_tt01{
  margin-bottom: 1.5vw;
}
.i01_con04_01{
  width: 4.72451%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  animation: ddm_m 1.5s infinite;
}
.con05_con{
  width: 70%;
  background-color: #fff;
  border-radius: 1.8vw;
  padding: 5vw 0;
}
.con05_con_in{
  width: 83%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.5vw;
}
.con05_con_in_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
}
.con05_con_in_title{
  width: 100%;
  color: var(--main-blue);
  font-size: 1.2vw;
  font-weight: 700;
  border-bottom: 1px solid #3676ff41;
  padding-bottom: 0.6vw;
  margin-bottom: 1.5vw;
}
.con05_con_in_row{
  width: 88%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con05_con_in_row_tt{
  width: 83%;
  font-size: 1vw;
}
.con05_con_in_row_check {
  width: 3.28575%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i01_con04_03 {
  width: 100.315%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i01_con04_04{
  width: 10.2678%;
  display: flex;
  justify-content: center;
  align-items: center;
}





.con06{
  padding-bottom: 7vw;
}
.con06_row{
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8vw 0;
}
.con06_row_box {
  width: 34vw;
  height: 11.5vw;
  background-color: var(--main-navy);
  border-radius: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con06_row_box_tt{
  color: #fff;
  font-size: 2.2vw;
  z-index: 5;
}
.i01_con05_03{
  top: 6%;
}

.i01_con06_01{
  width: 8.34656%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.7vw;
}
.con06_tt02{
  margin-bottom: 2.5vw;
}
.swiper_con06{
  width: 100%;
}
.con06_slide{
  width: 35vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.con06_slide_video{
  width: 100%;
  height: 20vw;
  border-radius: 1vw;
  overflow: hidden;
}
.con06_slide_video iframe{
  pointer-events: all;
}
.con06_slide_tt01 {
  font-size: 1.3vw;
  font-weight: 700;
  width: 80%;
  border-bottom: 1px solid #0000001e;
  padding: 1.7vw 0;
}
.con06_slide_tt02 {
  font-size: 0.95vw;
  font-weight: 600;
  padding: 1vw 0 0 0;
  color: #00000075;
}
.con06_slide p{
  opacity: 0;
  transition: 0.5s;
}
.swiper-slide-active .con06_slide p{
  opacity: 1;
}
.swiper_con06_btn{
  bottom: 31%;
  cursor: pointer;
  z-index: 5;
}
.swiper_con06_prev{
  rotate: 180deg;
  left: 27%;
}
.swiper_con06_next{
  right: 27%;
}
.i01_con05_01{
  width: 33.882%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i01_con05_02{
  width: 10.023%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i01_con05_03 {
  width: 147.477%;
  display: flex;
  justify-content: center;
  align-items: center;
}






.con07{
  padding: 2vw 0 16vw 0;
}
.i01_con07_01{
  width: 26.3351%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -0.8vw;
  overflow: hidden;
  z-index: -1;
}
.con07_con{
  width: 90%;
  padding: 8vw 0 7vw 0;
  background: url("/images/01_con07_02.png") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1.8vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.con07_tt01{
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.7vw;
  margin-bottom: 1vw;
}
.con07_tt02{
  font-size: 1vw;
  margin-bottom: 3.5vw;
}
.con07_input_wrap {
  width: 36vw;
  height: 4.4vw;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  z-index: 1;
  overflow: hidden;
}
.con07_input {
  height: 100%;
  background-color: #fff;
  border: none;
  appearance: none;
  width: 80%;
  outline: none;
  font-size: 1vw;
  color: #000;
  padding-left: 2.8vw;
  box-sizing: border-box;
}
.con07_input::placeholder {
  font-family: 'pretendard Variable';
  font-weight: 500;
  opacity: 0.6;
}
.con07_search_btn {
  width: 5.64409%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 2vw;
}
.i01_con07_07 {
  width: 110.866%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 21.5%;
}
.i01_con07_04 {
  width: 10.262%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 14%;
}
.i01_con07_06{
  width: 151.236%;
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 0.8;
}





.con08{
  padding: 11vw 0 9vw 0;
  background: url("/images/01_con08_02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.con08_con{
  width: 75%;
}
.i01_con08_01{
  width: 6.0938vw !important;
  margin-bottom: 0.8vw;
}
.con08_tt02{
  text-align: start;
  margin-bottom: 5vw;
}
.con08_tt03{
  text-align: end;
  font-size: 1.05vw;
}
.con08_line{
  width: 100%;
  height: 1px;
  background-color: #ffffff21;
  margin: 8vw 0 3vw 0;
}
.con08 .sec_btn_box{
  margin: 0 auto;
}
.con08 .sec_btn_bg{
  background-color: #ffffff3b;
}






@media screen and (max-width:599px) {

.main {
  height: 160vw;
  padding-top: 0;
}
.main_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.main_tt01 {
  font-size: 6.8vw;
  margin-bottom: 4vw;
}
.main_tt02 {
  font-size: 3.4vw;
  margin-bottom: 6vw;
}
.main_btn{
  margin-bottom: 8vw;
}
.main_02 {
  display: none;
}
.main_tt01 span {
  margin-right: 11vw;
}
.main_04 {
  width: 14%;
  left: 39%;
  top: 38%;
}
.swiper_main_page {
  bottom: 8% !important;
  gap: 2vw;
}
.swiper_main_page .swiper-pagination-bullet {
  width: 2vw;
  height: 2vw;
}
.swiper_main_page .swiper-pagination-bullet-active {
  width: 5vw;
}


.con01 {
  padding: 0 0 17vw 0;
}
.con01_vedio {
  width: 100%;
  height: 60vw;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 17vw;
}
.con01_row_box {
  gap: 3vw;
  font-size: 5.5vw;
}
.con01_row_center {
  font-size: 8.5vw;
  color: #000;
}
.con01_row {
  gap: 4vw;
  margin: 7vw 0;
}
.con01_tt02 {
  margin-bottom: 10vw;
}
.i01_con01_01 {
  width: 2.7vw !important;
}







.con02 {
  padding: 15vw 0 25vw 0;
}
.con02_con {
  width: 100%;
}
.con02_con p {
  text-align: center;
}
.swiper_con02 {
  width: 100%;
  padding-top: 5vw;
  pointer-events: all;
  position: static !important;
}
.swiper_con02_02 {
  display: none;
}
.con02_slide {
  width: 70vw;
  height: 75vw;
  border-radius: 4vw;
  padding-top: 6vw;
}
.con02_slide_img {
  margin-bottom: 5vw;
}
.con02_slide_tt01 {
  font-size: 4.2vw;
  margin-bottom: 3vw;
}
.con02_slide_tt02 {
  font-size: 3.4vw;
}
.con02_slide_num {
  width: 9vw;
  height: 5vw;
  line-height: 5vw;
  border-radius: 1vw;
  font-size: 3.3vw;
  left: 3vw;
  top: 2.2vw;
  letter-spacing: 0.05vw;
}
.con02_tt01{
  font-size: 3.8vw;
}
.swiper_con02_next {
  right: 41%;
}
.swiper_con02_prev {
  left: 41%;
}
.swiper_con02_btn {
  bottom: 10%;
}
.i01_con02_01 {
  width: 23%;
  bottom: -11%;
  left: 5%;
}
.i01_con02_02 {
  width: 23%;
  bottom: -5.5%;
  left: 72%;
}









.con03 {
  padding: 17vw 0;
}
.con03_con.top {
  display: none;
}
.con03_con {
  width: 85%;
}
.con03_tt {
  width: 17vw;
  font-size: 5vw;
  text-align: end;
}
.con03_con_line {
  display: none;
}
.i01_con03_01 {
  width: 42%;
  margin-bottom: 15vw;
}
.i01_con03_02 {
  width: 49%;
}
.i01_con03_03 {
  width: 23%;
}








.con04 {
  padding-bottom: 15vw;
}
.con04_con_container {
  width: 93%;
  border-radius: 3vw;
}
.con04_con_container{
  display: none;
}
.swiper_con04_m{
  width: 100%;
  position: relative;
  padding-top: 10vw;
}
.con04_con_wrap{
  margin: 0;
}
.con04_con_box {
  width: 80vw;
  height: 110vw;
  border-radius: 4vw;
  padding: 8vw 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.con04_con_num {
  position: absolute !important;
  width: 7vw !important;
  cursor: pointer;
  rotate: -90deg;
  margin: 0 !important;
  left: 20vw;
  top: -12.3vw;
}

.con04_con_box_in {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.con04_con_tt01 span {
  font-size: 5vw;
  margin-right: 2vw;
}
.con04_con_tt01 {
  font-size: 3.8vw;
  margin-bottom: 3vw;
}
.con04_con_box_line {
  width: 100%;
  margin-bottom: 4vw;
}
.con04_con_tt02 {
  font-size: 4.3vw;
  margin-bottom: 3vw;
}
.con04_con_tt03 {
  font-size: 3.3vw;
}
.swiper_con04 {
  width: 100%;
  height: auto;
  left: 0;
  top: 71%;
  padding: 5vw 0;
}
.con04_slide {
  width: 18vw;
  height: 18vw;
}
.swiper-slide-prev .con04_slide {
  transform: translateY(0);
}
.swiper-slide-next .con04_slide {
  transform: translateY(0);
}
.con04_slide_tt {
  font-size: 3.4vw;
}
.swiper_con04 .swiper-slide-active .con04_slide_tt {
  transform: translateY(-4vw);
  font-size: 3.8vw;
}
.i01_con03_07 {
  width: 140% !important;
}
.swiper_con04_btn {
  width: 10%;
  right: auto;
  top: auto;
  bottom: auto;
  top: 63%;
}
.swiper_con04_prev {
  rotate: 90deg;
  left: 39%;
}
.swiper_con04_next {
  rotate: 270deg;
  right: 39%;
}
.i01_con03_09 {
  width: 68%;
  left: auto;
  top: 53%;
}
.i01_con03_11 {
  width: 65%;
  left: auto;
  top: 65%;
}
.i01_con03_12 {
  width: 48%;
  left: auto;
  top: 54%;
}
.con04_con_circle {
  width: 20vw;
  height: 20vw;
}
.con04_con_circle_tt {
  font-size: 3.5vw;
}
.con04_con_circle.item1 {
  top: 56%;
  right: auto;
}
.con04_con_circle.item2 {
  top: 66%;
  right: 10%;
}
.con04_con_circle.item3 {
  bottom: 3%;
  right: auto;
}
.con04_con_circle.item4 {
  top: 66%;
  right: 64%;
}
.i01_con03_22 {
  width: 22vw !important;
}
.swiper-slide-active .con04_con_num_on{
  opacity: 1;
}
.swiper-slide-active .con04_con_box{
  background-color: #F0F5FF;
  border: 1px solid var(--main-blue);
}
.swiper_con04_m_btn{
  bottom: 40%;
  cursor: pointer;
  z-index: 5;
}
.swiper_con04_m_prev{
  rotate: 180deg;
  left: 5%;
}
.swiper_con04_m_next{
  right: 5%;
}









.con05 {
  padding: 15vw 0;
}
.i01_con04_01 {
  width: 9%;
  margin-bottom: 2vw;
}
.con05_tt01 {
  margin-bottom: 5vw;
}
.con05_con {
  width: 93%;
  border-radius: 3vw;
  padding: 8vw 0;
}
.con05_con_in_title {
  font-size: 3.6vw;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}
.con05_con_in_row {
  width: 100%;
}
.con05_con_in_row_check {
  width: 5.5%;
}
.con05_con_in {
  width: 85%;
  gap: 7vw;
}
.con05_con_in_row_tt {
  width: 72%;
  font-size: 3.3vw;
  line-height: 1.5;
}
.i01_con04_04 {
  width: 15%;
}
.con05_con_in_box {
  gap: 2vw;
}








.con06 {
  padding-bottom: 15vw;
}
.con06_row {
  width: 90%;
  padding: 15vw 0;
  gap: 4vw;
}
.i01_con05_01 {
  width: 30%;
}
.i01_con05_02 {
  width: 9%;
}
.con06_row_box {
  width: 40vw;
  height: 14vw;
}
.con06_row_box_tt {
  font-size: 4.2vw;
  margin-top: 2vw;
}
.i01_con05_03 {
  width: 109%;
}
.i01_con06_01 {
  width: 36%;
  margin-bottom: 4vw;
}
.con06_tt02 {
  margin-bottom: 8vw;
}
.con06_slide {
  width: 80vw;
}
.con06_slide_video {
  height: 45vw;
  border-radius: 3vw;
}
.con06_slide_tt01 {
  font-size: 3.7vw;
  width: 90%;
  padding: 3vw 0;
}
.con06_slide_tt02 {
  font-size: 3.3vw;
  padding: 3vw 0 0 0;
}
.swiper_con06_btn {
  bottom: 33%;
}
.swiper_con06_next {
  right: 4%;
}
.swiper_con06_prev {
  left: 4%;
}





.con07 {
  padding: 0 0 25vw 0;
}
.i01_con07_01 {
  width: 44%;
}
.con07_tt01 {
  font-size: 6vw;
  margin-bottom: 3vw;
}
.con07_tt02 {
  font-size: 3.4vw;
  margin-bottom: 6vw;
}
.con07_input_wrap {
  width: 60vw;
  height: 9vw;
}
.con07_input {
  width: 85%;
  font-size: 3.1vw;
  padding-left: 3vw;
}
.con07_search_btn {
  width: 7%;
  margin-right: 3vw;
}
.con07_con {
  width: 93%;
  padding: 12vw 0 10vw 0;
  border-radius: 4vw;
}
.i01_con07_07 {
  width: 250%;
  bottom: 18%;
}
.i01_con07_04 {
  width: 18%;
  bottom: 12%;
}






.con08 {
  padding: 15vw 0;
}
.con08_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.i01_con08_01 {
  width: 25vw !important;
  margin-bottom: 3vw;
}
.con08_tt02 {
  text-align: center;
  margin-bottom: 5vw;
}
.con08_tt03 {
  text-align: center;
  font-size: 3.6vw;
}
.con08_line {
  margin: 13vw 0 8vw 0;
}









}