.pc_show {
  display: block;
}

.mobile_show {
  display: none;
}

.kv_2023__body .txt_con p {
  color: #fff;
  font-weight: 700;
}

.kv_2023__body .txt_con h3 {
  font-weight: 700;
}

.cp {
  padding: 80px 0;
}

.vi_box_1 .img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

h3.page_title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 700;
}

p.page_title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 40px;
}

p.page_title sup {
  padding-left: 5px;
  font-size: 12px;
}

.vi_box_2 {
  background: url(../img2023/vi/bg_1.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 130px;
}

.vi_box_2 .img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.vi_box_2 .in_box {
  padding-top: 300px;
}

.vi_box_2 .in_box .img {
  margin-bottom: 40px;
  max-width: 50%;
}

.vi_box_3 {
  padding-top: 0;
  margin-top: -100px;
}

.vi_box_3 .swiper_out__con {
  padding-left: 8%;
}

.vi_box_3 .video_con {
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transform: scale(0.8);
  transition: all .36s;
}

.vi_box_3 .video_con img {
  display: block;
  width: 100%;
}

.vi_box_3 .video_con i {
  background: url(../img2023/vi/play.png) center no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.vi_box_3 .swiper-slide-active .video_con {
  transform: scale(1);
}

.vi_box_3 .swiper-slide-active .video_box .txt_con {
  display: block;
}

.vi_box_3 .video_box .txt_con {
  padding-top: 60px;
  display: none;
}

.vi_box_3 .video_box .txt_con p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.4);
}

.video_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.video_mask.show {
  opacity: 1;
  visibility: visible;
}

.video_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  width: 70%;
  z-index: 9001;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.video_pop.show {
  opacity: 1;
  visibility: visible;
}

.video_pop video {
  display: block;
  width: 100%;
  height: 100%;
}

.video_pop .close_btn {
  background-color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 50%;
  z-index: 100;
  transition: all .3s;
}

.video_pop .close_btn:hover {
  background-color: #fff;
  color: #000;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vi_box_4 {
  background: url(../img2023/vi/bg_2.png) center 70% no-repeat;
  background-size: 100% auto;
  padding-bottom: 0;
}

.vi_box_4 .txt_con {
  width: 50%;
}

.vi_box_4 .txt_con h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.vi_box_4 .txt_con h3 span {
  font-weight: normal;
}

.vi_box_4 .txt_con p {
  font-size: 20px;
  line-height: 1.5;
}

.vi_box_4 .img_con {
  width: 50%;
  text-align: center;
}

.vi_box_4 .img_con img {
  width: 160px;
}

.vi_box_5 {
  background: url(../img2023/vi/bg_3.png) center no-repeat;
  background-size: cover;
  padding: 150px 0;
}

.vi_box_5 .txt_con {
  width: 50%;
}

.vi_box_5 h3, .vi_box_5 p {
  color: #fff;
}

.vi_box_5 h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.vi_box_5 p {
  font-size: 20px;
  line-height: 1.5;
}

.vi_box_5 h6 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.img_list.s_1 li {
  margin-bottom: 80px;
}

.img_list.s_1 li .txt_con {
  order: -2;
}

.img_list.s_1 li .txt_con p, .img_list.s_1 li .txt_con h3 {
  color: #fff;
  text-align: left;
}

.img_list.s_1 li .txt_con h6 {
  color: rgba(255, 255, 255, 0.5);
}

.img_list.s_1 li:nth-child(2n) .img_con {
  order: -3;
}

.img_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.img_list li:nth-child(2n) .txt_con {
  order: -1;
}

.img_list li .img_con, .img_list li .txt_con {
  width: 50%;
}

.img_list li .img_con img {
  display: block;
  width: 100%;
}

.img_list li .txt_con {
  padding: 0 40px;
}

.img_list li .txt_con h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.img_list li .txt_con p {
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 20px;
}

.img_list li .txt_con h6 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  text-align: justify;
}

.img_list li .txt_con h6 a {
  color: rgba(0, 0, 0, 0.5);
}

.vi_box_7 {
  background: url(../img2023/vi/bg_4.png) center no-repeat;
  background-size: cover;
  padding: 100px 0 40px;
}

.vi_box_7 h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 80px;
}

.vi_box_8 {
  background: url(../img2023/vi/bg_5.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.vi_box_8 h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
}

.vi_box_8 .img {
  width: 100%;
  display: block;
  margin: 0 auto 60px;
}

.vi_box_8 .flex {
  justify-content: center;
}

.vi_box_8 .flex .txt_con {
  padding-left: 10%;
  width: 40%;
}

.vi_box_8 .flex .txt_con h4, .vi_box_8 .flex .txt_con p {
  color: #fff;
}

.vi_box_8 .flex .txt_con h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.vi_box_8 .flex .txt_con p {
  font-size: 20px;
  line-height: 1.5;
}

.vi_box_8 .flex .img_con {
  text-align: right;
}

.vi_box_8 .flex .img_con img {
  width: 210px;
}

sup {
  font-size: 12px !important;
  padding-left: 5px !important;
  padding-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .vi_box_2 .in_box {
    padding-top: 150px;
  }
  .vi_box_5 {
    padding: 80px 0;
  }
  .img_list li .txt_con h3, h3.page_title, .vi_box_4 .txt_con h3, .vi_box_7 h3, .vi_box_8 h3 {
    font-size: 24px;
  }
  .img_list li .txt_con p, p.page_title, .vi_box_5 p {
    font-size: 16px;
  }
  .img_list li .txt_con h6, .vi_box_5 h6 {
    font-size: 14px;
  }
  .img_list li .img_con {
    height: 350px;
  }
  .img_list li .img_con img {
    object-fit: cover;
    height: 100%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .kv_2023__body {
    height: 250px;
  }
  .kv_2023__body .kv {
    object-fit: cover;
    height: 100%;
  }
  .kv_2023__body p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .kv_2023__body .txt_con h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .kv_2023__body .txt_con h6 {
    font-size: 12px;
  }
  .cp {
    padding: 30px 15px;
  }
  .img_list li .txt_con h3, h3.page_title, .vi_box_4 .txt_con h3, .vi_box_7 h3, .vi_box_8 h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .img_list li .txt_con p, p.page_title, .vi_box_5 p {
    font-size: 14px;
  }
  .img_list li .txt_con h6, .vi_box_5 h6 {
    font-size: 12px;
  }
  .vi_box_3 .video_con i {
    width: 40px;
    height: 40px;
  }
  .vi_box_3.cp {
    padding-left: 0;
    padding-right: 0;
  }
  .vi_box_4 .txt_con {
    width: 100%;
    padding-bottom: 20px;
  }
  .vi_box_4 .img_con {
    width: 100%;
  }
  .vi_box_5 h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .vi_box_5 p {
    font-size: 14px;
  }
  .img_list li .img_con {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    order: -10;
  }
  .img_list li .txt_con {
    width: 100%;
    padding: 0 15px 20px 15px !important;
  }
  .vi_box_7, .vi_box_8 {
    padding: 30px 0;
  }
  .vi_box_7 h3, .vi_box_8 h3 {
    margin-bottom: 20px;
  }
  .vi_box_8 .flex .img_con, .vi_box_8 .flex .txt_con {
    width: 100%;
  }
  .vi_box_8 .flex .img_con img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .vi_box_4 .img_con img {
    width: 60px;
  }
  .img_list.s_1 li {
    margin-bottom: 20px;
  }
  .vi_box_8 .flex .txt_con {
    padding: 20px 15px;
  }
  .vi_box_8 .flex .txt_con h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }
  .vi_box_8 .flex .txt_con p {
    font-size: 14px;
  }
  .pc_show {
    display: none;
  }
  .mobile_show {
    display: block;
  }
  .vi_box_4 .txt_con p {
    font-size: 14px;
  }
  h3.page_title, .vi_box_4 .txt_con h3 {
    margin-bottom: 15px;
  }
  .vi_box_3 .video_box .txt_con p {
    font-size: 12px;
  }
  .vi_box_3 .video_box .txt_con {
    padding-top: 30px;
  }
  .vi_box_3 {
    margin-top: -80px;
  }
}
