@charset "UTF-8";
/* 2022/08/14 蝦戰天下新人賽千鼎首戰 */
:root { --bodyBg: #ECE9E6; --sliderBg: #ECE9E6; }

html, body { background: var(--bodyBg); }

.main { color: #000; }

.wrap { background: none; }

.text-accent { color: #C13645; }

.actBorder { border: solid 1px rgba(255, 255, 255, 0.3); }

.border-gray { border-color: #ddd !important; }

.actBtnWrap { z-index: 1; transition: 0.3s ease; transition-property: opacity; }
.actBtnWrap.hide { opacity: 0; pointer-events: none; }

.actBtn { max-width: 100%; padding: 0.65em 1.25em; color: #fff; background: #E70000; border-radius: 3em; font-size: 5vw; font-weight: bold; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
.actBtn-2 { background: #0064E7; }
.actBtn-black { background: #000; }
.actBtn:focus { box-shadow: 0 0 0 0.2rem rgba(255, 202, 0, 0.25); }
.actBtn:hover { filter: brightness(120%); }
.actBtn:active { transform: translateY(1px); }
@media (min-width: 576px) { .actBtn { font-size: 20px; padding: 0.65em 0.75em; } }
@media (min-width: 992px) { .actBtn { font-size: 24px; } }

.actTitle { position: relative; display: flex; justify-content: center; align-items: center; min-height: 2.889em; margin-top: -0.806em; font-size: 5.33vw; font-weight: bold; line-height: 1.1; text-align: center; color: #fff; background: url(../images/title_bg.png) center center no-repeat; background-size: contain; }
@media (min-width: 768px) { .actTitle { font-size: 2.25rem; } }

.actTitle-s { font-size: 8.533vw; font-weight: bold; }
@media (min-width: 768px) { .actTitle-s { font-size: 2.625rem; } }

.listSlider { line-height: 1.625; margin: 0 -1.25rem; padding: 0 3.75rem; }
.listSlider::before, .listSlider::after { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; width: 5rem; background: linear-gradient(to right, var(--sliderBg), var(--sliderBg) 50%, transparent 75%); }
.listSlider::before { left: 0; }
.listSlider::after { right: 0; transform: scaleX(-100%); }
.listSlider .swiper-wrapper { z-index: 0; }
.listSlider .swiper-slide { transition: 0.3s ease; transition-property: color, border, outline, background, opacity, filter, box-shadow, transform; }
.listSlider .swiper-slide:not(.swiper-slide-visible) { opacity: 0; pointer-events: none; }
.listSlider .slider_arrow-left, .listSlider .slider_arrow-right { position: absolute; z-index: 2; top: 40%; margin: -1.5em 0; width: 1.5em; line-height: 3em; font-size: 2.5rem; text-align: center; }
.listSlider .slider_arrow-left { left: 0; }
.listSlider .slider_arrow-right { right: 0; }
@media (min-width: 992px) { .listSlider { margin: 0 -3.75rem; } }

@media (min-width: 768px) and (max-width: 1199.98px) { .gutter, .gutter-md { padding-left: 7%; padding-right: 7%; }
  .gutter-offset, .gutter-md-offset { margin-left: -7%; margin-right: -7%; } }
@media (min-width: 992px) { .gutter, .gutter-lg { padding-left: 60px; padding-right: 60px; }
  .gutter-offset, .gutter-lg-offset { margin-left: -60px; margin-right: -60px; } }

.headerWrap { position: static !important; }

.footerMenu { display: none !important; }

.actNav { font-size: 18px; text-align: center; }
.actNavBg { position: sticky; z-index: 2; top: 0; height: 3.889em; line-height: 3.889em; color: #fff; background: #000; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
.actNav_link { display: block; padding: 0 1em; transition: 0.3s ease; transition-property: all; }
.actNav_link-btn { font-weight: bold; background: #FFCA00; color: #000; }
@media (hover: hover) { .actNav_link:hover { color: #FFCA00; }
  .actNav_link-btn:hover { font-weight: bold; background: #F23434; color: #fff; } }
@media (max-width: 767.98px) { .actNav_cont_menu { flex-grow: 1; position: relative; }
  .actNav_cont_menu_trigger:after { content: '\f0d7'; font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", Helvetica, Helvetica Neue, Arial, 微軟正黑體, Microsoft JhengHei, Microsoft YaHei, SF Pro TC, SF Pro Display, SF Pro Icons, PingFang TC, LiHei Pro, sans-serif; font-weight: 900; margin-left: 0.5em; }
  .actNav_cont_menu_dropdown { display: none; position: absolute; top: 100%; width: 100%; padding: 0.75em 0; line-height: 1.25; background: #000; border-top: solid 1px rgba(255, 255, 255, 0.3); }
  .actNav_cont_menu_dropdown.open { display: block; }
  .actNav_cont_menu_dropdown .actNav_link { padding: 0.5em; }
  .actNav_cont_menu_dropdown .actNav_link:active { background: #C13645; } }
@media (min-width: 768px) { .actNav { font-size: 16px; }
  .actNav_cont { justify-content: center; }
  .actNav_cont_menu_trigger { display: none; }
  .actNav_item { display: inline-block; }
  .actNav_link { padding: 0 0.75em; }
  .actNav_link-btn { margin-left: 0.5em; } }
@media (min-width: 992px) { .actNav_link { padding: 0 1.5em; }
  .actNav_link-btn { margin-left: 1.5em; } }
@media (min-width: 1200px) { .actNav { font-size: 20px; }
  .actNav_link { padding: 0 2em; }
  .actNav_link-btn { margin-left: 2em; } }

.actkv { display: block; background: #000; padding-bottom: 24vw; }
.actkv_go { position: relative; display: block; margin: 0 auto; width: 2em; height: 2em; line-height: 2em; font-size: 30px; text-align: center; background: #C13645; color: #fff; border-radius: 50%; }
@media (min-width: 768px) { .actkv { padding-bottom: 60px; }
  .actkv_go { margin-top: -50px; } }

.actbox { flex-grow: 1; width: 100%; line-height: 1.5; background: #fff; }
.actbox h3, .actbox h4 { line-height: 1.4; }
.actbox .imgfit { background: #000; }
@media (max-width: 767.98px) { .actbox_cont { height: 3em; overflow: hidden; -webkit-mask: linear-gradient(0deg, transparent, #fff 60%); mask: linear-gradient(0deg, transparent, #fff 60%); }
  .actbox.open .actbox_cont { height: auto; -webkit-mask: none; mask: none; } }
@media (min-width: 768px) { .actbox_open { display: none; } }

.actboxBtm { position: sticky; bottom: 0; z-index: 1; display: flex; background: #fff; }

.actTks { margin-top: 5%; font-size: 5.333vw; line-height: 1.5; text-align: center; background: #fff; outline: solid #BB323E 8px; outline-offset: -18px; }
.actTks_sponser { height: 3.4em; }
@media (min-width: 768px) { .actTks { font-size: 32px; } }
@media (min-width: 992px) { .actTks_sponser { height: 1.75em; } }

/*# sourceMappingURL=activity_20250706_mls_contest.css.map */
