
.PrefColImg_main h2.bnr_title {
  color: #FFF;
  font-family:Avenir-Medium, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
  padding-bottom: 40px;
}
.PrefColImg_main .NewBanner_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.PrefColImg_main .col.text_sec{
  width: 45%;
  padding-right: 20px;
  padding-left: 2.5%;
}

.PrefColImg_main .col.img {
  width: 55%;
  background-position: top center;
  position:relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
}

.PrefColImg_main .content h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.img_inner img {
  width: 100%;
  line-height: 0;
  vertical-align: middle;
}
.NewBanner_inner {
  position: relative;
  z-index: 11;
}

.img_inner{
  position:relative
    min-height:604px;
}


.col.img {
  padding-top: 0;
  padding-bottom: 0;
}


.PrefColImg_main .col.img:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(260deg, #ffffff 5%, #eee0 18%);
}
.PrefColImg_main .col.img:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(0deg, #ffffff 5%, #eee0 18%);
}

.PrefColImg_main ul {
  padding-left: 0;
}

.PrefColImg_main .img_inner img {
  visibility: hidden;
}


.partnerships .col.img:before {
  background: unset;
}

.PrefColImg_main.ticket {
  border-top: 1px solid rgb(0 0 0 / 20%);
}
.PrefColImg_main .content *:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.PrefColImg_main .arrow_img img {
  width: 100%;
  max-width: 40px;
}
.top_tag {
  border-radius: 4px;
  border: 1px solid rgba(227, 90, 237, 0.50);
  background: linear-gradient(101deg, rgba(227, 90, 237, 0.40) 34.27%, rgba(208, 39, 236, 0.40) 113.98%);
  display: inline-block;
  padding: 0px 40px;
  margin-bottom: 20px;
}
.PrefColImg_main .NewBanner_inner.swp_dir .col.img:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, #ffffff 5%, #eee0 18%);
}
@media(min-width:1025px){
.NewBanner_inner.swp_dir {
    flex-direction: row-reverse;
}
}
@media(max-width:1024px){


  .PrefColImg_main .col.text_sec {
    width: 100%;
  }

  .PrefColImg_main .col.img {
    width: 100%;
    padding:20px 0 0;
  }
}
@media(max-width:767px){
  .PrefColImg_main  img.hs-img {
    padding: 20px;
  }
  .PrefColImg_main .side_text {
    width: 15%;
  }


  .PrefColImg_main .img_inner {
    width: 100%;
  }
  .PrefColImg_main p.top_title {
    padding-bottom: 30px;
  }
  .PrefColImg_main h2.bnr_title {
    font-size: 36px;
    line-height: 42px;
  }
  .PrefColImg_main .img_inner img {
    visibility: visible;
  }
  .PrefColImg_main .col.img {
    background-image: unset !important;
    height: auto;
    padding-top: 0;
  }
}