@charset "UTF-8";

.imgMobile {
  display: none !important;
}
.concert-bg {
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 102%;
  width: 100%;
  padding-bottom: 40px;
}
.concert-box {
  width: 560px;
  max-width: 100%;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  border: 3px solid #7345b4;
  background: #fff;
  color: #7345b4;
  border-radius: 24px;
  font-weight: 300;
}
.concert-box div {
  padding: 12px 0;
  width: 68%;
  margin: 0 auto;
}
.concert-box p {
  font-weight: 600;
  background: #fff;
  color: #7345b4;
  padding: 0 0 10px;
}
.concert-box table td {
  text-align: left;
  border-bottom: none;
  padding: 0 !important;
}
.concertSwiper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
.swiper-slide {
  width: 25%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: none;
  cursor: pointer;
  user-select: none;
  pointer-events: auto !important;
  position: static !important;
  z-index: 1 !important;
  opacity: 1 !important;
}
.swiper-slide img {
  width: 188px;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}
.swiper-slide:hover::after, .swiper-slide.active::after {
  content: '';
  background: url('../images/arrow_purple.png');
  background-size: cover;
  display: block;
  position: relative;
  width: 28px;
  height: 18px;
  margin: 6px auto 10px;
}
.swiper-slide:first-child:hover::after, .swiper-slide.active:first-child::after {
  content: '';
  background: url('../images/arrow_blue.png');
  background-size: cover;
  display: block;
  position: relative;
  width: 28px;
  height: 18px;
  margin: 6px auto 10px;
}
.swiper-slide:hover {
  transform: scale(1.02);
}
.tab-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tab-outer {
  display: none;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
  padding: 0;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
}
.tab-outer.active {
  display: block;
}
.tab-inner {
  padding: 40px 40px 15px 40px;
}
.tab-inner p {
  font-size: 18px;
  font-weight: 300;
}
/*btn*/
.concert-btn {
  position: relative;
  display: block;
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100px;
  background: none;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
}
.concert-btn:active, .concert-btn:hover {
  transform: translateY(-10px);
  transition: 3s;
}
.concert-btn:hover .concert-btn-img {
  transform: scale(1.1);
}
.concert-btn-front, .concert-btn-back, .concert-btn-body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.concert-btn-front {
  clip-path: polygon(1.83% 1%, 92.48% 29%, 89.11% 87.00%, 10.01% 83%);
  background: #82b4da;
  background: -webkit-linear-gradient(15deg, #82b4da 0%, #034780 100%);
  background: -moz-linear-gradient(15deg, #82b4da 0%, #034780 100%);
  background: linear-gradient(15deg, #82b4da 0%, #034780 100%);
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, .75));
}
.concert-btn-back {
  clip-path: polygon(99.82% 1px, 92.82% 79%, 8.28% 91%, 17px 37%);
  background: #8158bb;
  background: -webkit-linear-gradient(0deg, #8158bb 0%, #7345b4 100%);
  background: -moz-linear-gradient(0deg, #8158bb 0%, #7345b4 100%);
  background: linear-gradient(0deg, #8158bb 0%, #7345b4 100%);
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, .75));
}
.concert-btn-body {
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  align-items: center;
  text-align: center;
  width: 75%;
  max-width: 100%;
  margin: 0 auto;
}
.concert-btn-img {
  width: 70px;
  margin-bottom: 40px;
}
.concert-btn-txt {
  width: calc(100% - 70px);
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}
.concert-btn-txt:after {
  content: '';
  background: url('../images/arrow_white.png');
  background-size: cover;
  width: 9px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  transform: translateY(50%);
}
/*table*/
.concert-top, .concert-bot {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}
.concert-top td, .concert-bot td {
  border-right: 0;
  border-bottom: 0;
  vertical-align: middle;
  padding: 0;
}
.concert-top td {
  background: #3880bc;
  color: #fff;
  border-radius: 16px;
  border: 2px solid #fff;
  padding: 8px 0;
  vertical-align: middle;
  font-weight: 600;
  min-height: 100%;
}
.line-hori {
  background-color: #2b3980;
  width: calc(100% - 20px);
  height: 1px;
  margin: 0 auto;
}
.concert-bot tr:nth-child(odd) td:first-child {
  padding: 20px 4px 20px 10px;
}
.concert-bot td:nth-child(2) {
  border-left: 1px solid #0066b3;
  border-right: 1px solid #0066b3;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #2b3980;
}
.concert-bot td:last-child {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #2b3980;
}
.task-icon {
  background-image: url('../images/arrow_target.png');
  background-size: cover;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
}
.task-info {
  position: relative;
  width: calc(100% - 40px);
  display: inline-block;
}
.task-head {
  background-color: #0066b3;
  background-position: right;
  color: #fff;
  padding: 6px 8px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  min-height: 62px;
  display: table;
}
.task-head p {
	display: table-cell;
	vertical-align: middle;
}
.task-con {
  text-align: left;
  margin-top: 16px;
}
.task-con p {
	font-size: 16px;
	line-height: 140%;
}
.task-btn {
  background: #fff;
  border-radius: 16px;
  padding: 2px 10px;
  font-size: 14px;
  margin-top: 8px;
  color: #0066b3;
}
.task-btn img {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.offer-Remark {
  font-size: 12px;
  line-height: 120%;
  color: #666;
}
.f18 {
  font-size: 18px;
  line-height: 140%;
}
.f22 {
  font-size: 22px;
  line-height: 140%;
}
.break {
  display: inline-block;
}
@media (max-width: 576px) {
  .imgDesktop {
  	display: none !important;
  }
  .imgMobile {
  	display: block !important;
  }
  .concert-box div {
    width: 100%;
    padding: 12px;
  }
  .swiper-slide {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .swiper-slide img {
    width: 86px;
  }
  .swiper-slide:hover::after, .swiper-slide.active::after {
    content: '';
    width: 16px;
    height: 10px;
  }
  .swiper-slide:first-child:hover::after, .swiper-slide.active:first-child::after {
    content: '';
    width: 16px;
    height: 10px;
  }
  .tab-container {
    gap: 10;
  }
  .tab-outer {
    width: 100%;
    margin: 0px auto;
    padding: 20px;
  }
  .tab-inner {
    padding: 0;
  }
  .concert-btn {
    height: 160px;
  }
  .concert-btn-body {
    width: 100%;
  }
  .concert-btn-txt {
    width: 66%;
  }
  .concert-btn-back {
    clip-path: polygon(100% 5.38%, 93.05% 77.88%, 7.72% 92.25%, 1.2% 19.63%);
  }
  .concert-btn-front {
    clip-path: polygon(2.17% 11.51%, 95% 17.14%, 86.53% 88.13%, 11.45% 84.5%);
  }
  .concert-btn-img {
    margin-bottom: 0;
  }
  .concert-btn-txt::after {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: 2px;
    transform: translateY(0%);
  }
  .concert-table {
    height: auto;
  }
  .concert-height {
    height: auto;
  }
  .break {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swiper-wrapper {
    display: block;
    white-space: nowrap;
    font-size: 0;
  }
  .swiper-slide {
    width: 50%;
    display: inline-block;
    font-size: 16px;
  }
  .concertSwiper {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .swiper-slide {
    width: 25%;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swiper-slide {
      width: 25%;
    }
  }
}