@charset "UTF-8";
.eventWidth {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .eventWidth {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .eventWidth {
    width: calc(100% - 40px);
  }
}

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

.event_title {
  position: relative;
  z-index: 3;
}
.event_title h2 {
  color: #fff;
  text-shadow: 3px 0 #000, -3px 0 #000, 0 3px #000, 0 -3px #000;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  filter: drop-shadow(0px -1px 0px black);
}
@media (max-width: 980px) {
  .event_title h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 640px) {
  .event_title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .event_title h2 {
    font-size: 1.6rem;
  }
}
.event_title .sub_title {
  position: absolute;
  text-align: center;
  background-image: url(../images/subtitle-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #000;
  width: 100%;
  top: -180%;
}
@media (max-width: 1280px) {
  .event_title .sub_title {
    top: -150%;
  }
}
@media (max-width: 1100px) {
  .event_title .sub_title {
    top: -120%;
  }
}
.event_title .sub_title p {
  padding: 10px;
  font-size: 1.5rem;
}
.event_title .sub_title svg {
  transform: scale(0.7) translateY(3%);
}
.event_title .sub_title svg text {
  font-size: 2rem;
}
.event_title .sub_title.sub_title_m {
  background: none;
}
@media (max-width: 1023px) {
  .event_title .sub_title.sub_title_m {
    position: initial;
    margin-top: -30px;
  }
  .event_title .sub_title.sub_title_m img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .event_title .sub_title.sub_title_m img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .event_title .sub_title.sub_title_m {
    margin-top: -20px;
  }
}

.ott-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ott-btn a {
  display: block;
  background-color: #edc654;
  color: #000;
  padding: 5px 45px;
  border-radius: 45px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3882352941) inset;
  cursor: pointer;
  transition: all linear 0.2s;
}
.ott-btn a:hover {
  background-color: rgb(255, 247, 247);
}
@media (max-width: 1440px) {
  .ott-btn a {
    font-size: 1.2rem;
  }
}
@media (max-width: 1280px) {
  .ott-btn a {
    font-size: 1.1rem;
  }
}

.mainKV {
  background-color: #000;
}
.longPart {
  background-image: url(../images/kv/long.webp);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
}
.longPart > div {
  padding-bottom: 80px;
}

.sec1 .event_title {
  transform: translateY(-250%) scale(1.2);
}
@media (max-width: 1023px) {
  .sec1 .event_title {
    transform: translateY(-40%) scale(1.1);
  }
}
.sec1 .func {
  background-image: url(../images/01/pcbg-body.png);
  background-size: 100%;
  position: relative;
}
@media (max-width: 1280px) {
  .sec1 .func {
    background-image: url(../images/01/pcbg-body-m.png);
  }
}
.sec1 .func .bg-head {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sec1 .func .bg-head img {
  width: 100%;
}
.sec1 .func .bg-foot {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sec1 .func .bg-foot img {
  width: 100%;
}
.sec1 .func h3 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  transform: translateY(-40px);
}
@media (max-width: 1023px) {
  .sec1 .func h3 {
    margin: 0 50px;
  }
}
@media (max-width: 768px) {
  .sec1 .func h3 {
    transform: translateY(-20px);
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .sec1 .func h3 {
    margin: 0 30px;
    font-size: 1rem;
    transform: translateY(-10px);
  }
}
.sec1 .func > ul {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sec1 .func > ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .sec1 .func > ul {
    width: calc(100% - 60px);
  }
}
.sec1 .func > ul > li {
  width: calc(25% - 20px);
  position: relative;
}
@media (max-width: 1023px) {
  .sec1 .func > ul > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec1 .func > ul > li::after {
  content: "";
  display: block;
  width: 10px;
  height: 50%;
  border-right: 2px dotted #fff;
  position: absolute;
  left: 100%;
  bottom: 0;
  filter: drop-shadow(0px 0px 6px #efff5b);
}
@media (max-width: 1023px) {
  .sec1 .func > ul > li::after {
    display: none;
  }
}
.sec1 .func > ul > li:last-child::after {
  display: none;
}
@media (max-width: 1023px) {
  .sec1 .func > ul > li:last-child {
    margin-bottom: 0;
  }
}
.sec1 .func > ul > li .box {
  height: 100%;
}
@media (max-width: 1023px) {
  .sec1 .func > ul > li .box {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec1 .func > ul > li .box h4 {
  text-align: center;
  line-height: 120%;
  color: #f0c917;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .sec1 .func > ul > li .box h4 {
    order: 2;
    font-size: 1.4rem;
    width: 7rem;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .sec1 .func > ul > li .box h4 {
    width: calc(100% - 90px);
    text-align: left;
    display: flex;
    align-items: center;
  }
}
.sec1 .func > ul > li .box .icon-img {
  margin: 20px 0;
}
@media (max-width: 1023px) {
  .sec1 .func > ul > li .box .icon-img {
    margin: 0;
    order: 1;
    width: 80px;
  }
}
@media (max-width: 640px) {
  .sec1 .func > ul > li .box .icon-img {
    margin-right: 10px;
  }
}
.sec1 .func > ul > li .box p {
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  height: 10rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .sec1 .func > ul > li .box p {
    height: auto;
    order: 3;
    width: calc(100% - 7rem - 80px);
    text-align: left;
  }
}
@media (max-width: 640px) {
  .sec1 .func > ul > li .box p {
    width: calc(100% - 90px);
    margin-left: 90px;
    font-size: 1rem;
  }
}

.sec2 {
  margin-top: 80px;
}
.sec2 .event_title {
  transform: scale(1.2);
}
.sec2 .event_title .sub_title svg {
  transform: scale(0.7) translateY(2%);
}
.sec2 .event_title .sub_title svg text {
  font-size: 1.8rem;
}
.sec2 .func {
  width: calc(100% - 55px);
  margin: 0 auto;
  margin-top: 150px;
}
@media (max-width: 1023px) {
  .sec2 .func {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .sec2 .func {
    margin-top: 30px;
    width: calc(100% - 25px);
  }
}
.sec2 .func ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .sec2 .func ul {
    flex-wrap: wrap;
  }
}
.sec2 .func ul li {
  width: calc(50% - 40px);
}
@media (max-width: 1280px) {
  .sec2 .func ul li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1280px) {
  .sec2 .func ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}
.sec2 .func ul li .box {
  height: 100%;
}
.sec2 .func ul li .box h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #e8c498;
}
.sec2 .func ul li .box h3 span {
  margin-top: 5px;
  display: block;
  text-align: center;
}
.sec2 .func ul li .box .inside-box {
  height: 100%;
  filter: drop-shadow(0px 0px 10px #fcffce);
  border-radius: 30px;
}
.sec2 .func ul li .box .inside-box .hr {
  width: 100%;
  height: 5px;
  background: linear-gradient(45deg, rgb(246, 255, 1) 0%, rgb(254, 255, 193) 29%, rgb(255, 192, 0) 69%, rgb(255, 250, 167) 100%);
}
.sec2 .func ul li .box .inside-box .pic {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  position: relative;
}
.sec2 .func ul li .box .inside-box .pic > img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
}
.sec2 .func ul li .box .inside-box .pic .hair {
  position: absolute;
  top: 0;
  z-index: 2;
}
.sec2 .func ul li .box .inside-box .pic .hair img {
  width: 100%;
}
.sec2 .func ul li .box .inside-box .pic.pic1 .hair {
  top: -17%;
  width: 14.8%;
  right: 18%;
}
.sec2 .func ul li .box .inside-box .pic.pic2 .hair {
  top: -18%;
  width: 18.5%;
  left: 20.5%;
}
.sec2 .func ul li .box .inside-box .bottom {
  padding: 20px;
  width: 100%;
  background-color: #0d0d0f;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  height: 180px;
}
@media (max-width: 1280px) {
  .sec2 .func ul li .box .inside-box .bottom {
    height: auto;
  }
}
.sec2 .func ul li .box .inside-box .bottom .plan {
  width: 100%;
}
.sec2 .func ul li .box .inside-box .bottom .plan h4 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .sec2 .func ul li .box .inside-box .bottom .plan h4 {
    font-size: 1.5rem;
  }
}
.sec2 .func ul li .box .inside-box .bottom .plan-choice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .sec2 .func ul li .box .inside-box .bottom .plan-choice {
    flex-wrap: wrap;
  }
}
.sec2 .func ul li .box .inside-box .bottom .plan-choice .ott-btn {
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .sec2 .func ul li .box .inside-box .bottom .plan-choice .ott-btn {
    margin-top: 10px;
  }
}
.sec2 .func ul li .box .inside-box .bottom .plan-choice .ott-btn p {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}

.sec3 .eventWidth .event_title {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .sec3 .eventWidth .event_title {
    margin-top: 0;
  }
}
.sec3 .eventWidth .func {
  width: calc(100% - 55px);
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 640px) {
  .sec3 .eventWidth .func {
    width: calc(100% - 25px);
  }
}
.sec3 .eventWidth .func > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec3 .eventWidth .func > ul > li {
  width: calc(50% - 30px);
}
@media (max-width: 768px) {
  .sec3 .eventWidth .func > ul > li {
    width: calc(100% - 0px);
    margin-bottom: 60px;
  }
}
.sec3 .eventWidth .func > ul > li .box p {
  text-align: center;
  font-size: 1.5rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (max-width: 480px) {
  .sec3 .eventWidth .func > ul > li .box p {
    font-size: 1.2rem;
  }
}
.sec3 .eventWidth .func > ul > li .box .inside-box {
  margin-top: 20px;
  border-radius: 45px;
  padding: 20px 40px;
  filter: drop-shadow(0 0 10px #fbffc8);
  background: linear-gradient(to bottom, rgb(36, 36, 36) 0%, rgb(19, 19, 19) 100%);
}
@media (max-width: 480px) {
  .sec3 .eventWidth .func > ul > li .box .inside-box {
    padding: 10px 20px 20px;
  }
}
.sec3 .eventWidth .func > ul > li .box .inside-box ul {
  margin-bottom: 10px;
}
.sec3 .eventWidth .func > ul > li .box .inside-box ul li {
  margin: 20px 0;
}
.sec3 .eventWidth .func > ul > li .box .inside-box ul li > div {
  display: flex;
  align-items: center;
}
.sec3 .eventWidth .func > ul > li .box .inside-box ul li > div .icon-img {
  width: 50px;
  margin-right: 15px;
}
.sec3 .eventWidth .func > ul > li .box .inside-box ul li > div .txt {
  width: calc(100% - 65px);
}
.sec3 .eventWidth .func > ul > li .box .inside-box ul li > div .txt h4 {
  color: #e8c498;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .sec3 .eventWidth .func > ul > li .box .inside-box ul li > div .txt h4 {
    font-size: 1.2rem;
  }
}
.sec3 .eventWidth .func > ul > li .box .inside-box ul li > div .txt p {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
}

.sec4 {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .sec4 {
    margin-top: 0;
  }
}
.sec4 .KOLs {
  width: calc(100% - 55px);
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .sec4 .KOLs {
    width: calc(100% - 25px);
  }
}
.sec4 .KOLs .swiper-slide {
  width: auto;
}
.sec4 .KOLs .swiper-slide .box {
  width: 380px;
}
@media (max-width: 480px) {
  .sec4 .KOLs .swiper-slide .box {
    width: 310px;
  }
}
.sec4 .KOLs .swiper-slide .box .cover {
  border-radius: 45px;
  background-color: #000;
  filter: drop-shadow(0 0 10px #fbffc8);
}
.sec4 .KOLs .swiper-slide .box .cover div {
  aspect-ratio: 5/3;
  background-size: cover;
  border-radius: 45px;
}
.sec4 .KOLs .swiper-slide .box .txt {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sec4 .KOLs .swiper-slide .box .txt h3 {
  text-align: center;
  color: #e8c498;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .sec4 .KOLs .swiper-slide .box .txt h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .sec4 .KOLs .swiper-slide .box .txt h3 {
    font-size: 1.2rem;
  }
}
.sec4 .KOLs .swiper-slide .box .txt p {
  font-size: 1.1rem;
  display: -webkit-box; /* 將物件作為彈性伸縮盒模型顯示 */
  -webkit-box-orient: vertical; /* 設定伸縮盒的子元素排列方式為垂直 */
  -webkit-line-clamp: 2; /* 限制最多顯示的行數（此處為3行） */
  overflow: hidden; /* 隱藏溢出的文字 */
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .sec4 .KOLs .swiper-slide .box .txt p {
    font-size: 1rem;
  }
}
.secQA {
  margin-top: 50px;
  counter-reset: qa-item; /* 建立一個計數器，名稱自取 */
}
.secQA .drawer-box .drawer {
  border: 2px solid #ffd96d;
  color: #000;
  counter-increment: qa-item; /* 每個項目 +1 */
}
.secQA .drawer-box .drawer .drawer-number b {
  font-weight: normal;
  position: relative;
}
.secQA .drawer-box .drawer .drawer-number b::before {
  content: counter(qa-item) ". ";
  text-align: right;
  font-weight: 500;
}/*# sourceMappingURL=ott.css.map */