@charset "UTF-8";
/* 2022/08/14 蝦戰天下新人賽千鼎首戰 */
body { color: #fff; background: #11163C; }

.text-accent { color: #50C2DD; }

.bg-nest { background: url(../images/bg_repeat.png) center center repeat; background-size: 34px 19px; }

.mb-1rem { margin-bottom: 1rem; }
.mb-2rem { margin-bottom: 2rem; }

.actTitle { position: relative; z-index: 1; margin-left: auto; margin-right: auto; margin-bottom: -2.26vw; height: 12.26vw; line-height: 12vw; font-size: 5.86vw; font-weight: bold; text-align: center; background: url(../images/actTitle.png) center 0 no-repeat, linear-gradient(to bottom, transparent, transparent 10.13vw, #3DB3E6 10.13vw, #3DB3E6 10.4vw, transparent 10.4vw); background-size: auto 100%, contain; }
.actTitle-bgLight { background-image: url(../images/actTitle.png), linear-gradient(to bottom, #fff, #fff 10.13vw, #3DB3E6 10.13vw, #3DB3E6 10.4vw, transparent 10.4vw); }
@media (min-width: 768px) { .actTitle { margin-bottom: -10px; height: 69px; line-height: 59px; font-size: 32px; background: url(../images/actTitle.png) center 0 no-repeat, linear-gradient(to bottom, transparent, transparent 58px, #3DB3E6 58px, #3DB3E6 59px, transparent 59px); background-size: contain, contain; }
  .actTitle-bgLight { background-image: url(../images/actTitle.png), linear-gradient(to bottom, #fff, #fff 58px, #3DB3E6 58px, #3DB3E6 59px, transparent 59px); }
  .actTitle-mbSpace { margin-bottom: -6px; } }

.actTitle-thread { display: flex; align-items: center; font-size: 1.25em; font-weight: bold; color: #50C2DD; }
.actTitle-thread:after { content: ""; flex-grow: 1; margin-left: 0.25em; border-top: 1px solid; width: fit-content; }

.actBtn { display: inline-flex; align-items: center; width: 20em; max-width: 100%; background: linear-gradient(#AF0000, #820000); border-radius: 3em; font-size: 20px; font-weight: bold; letter-spacing: 0.1em; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
.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: 1200px) { .actBtn { font-size: 30px; } }

.actbox { position: relative; margin-left: auto; margin-right: auto; padding: 1.5rem 1rem; background: rgba(0, 0, 0, 0.6); border: solid 1px #50C2DD; }
.actbox_mx-offset { margin-left: -1rem; margin-right: -1rem; }
.actbox_topDeco { content: ""; position: absolute; top: -9px; left: 0; right: 0; height: 9px; background: url(../images/box_deco.png) center bottom no-repeat; background-size: 70% 100%; }
.actbox::before { content: ""; position: absolute; top: 0; left: 0; margin: 4px; width: 8px; height: 8px; clip-path: polygon(0 0, 100% 0, 0 100%); background: #50C2DD; }
.actbox::after { content: ""; position: absolute; bottom: 0; right: 0; margin: 4px; width: 8px; height: 8px; clip-path: polygon(100% 0, 100% 100%, 0 100%); background: #50C2DD; }
@media (min-width: 768px) { .actbox { padding: 2rem 50px; }
  .actbox_topDeco { background-size: contain; }
  .actbox_mx-offset { margin-left: -50px; margin-right: -50px; } }

.gutter { padding-left: 4vw; padding-right: 4vw; }
.gutter-offset { margin-left: -4vw; margin-right: -4vw; }
.gutter-offset-right { margin-right: -4vw; }
@media (min-width: 768px) { .gutter { padding-left: 1rem; padding-right: 1rem; }
  .gutter-offset { margin-left: -1rem; margin-right: -1rem; }
  .gutter-offset-right { margin-right: -1rem; } }

.inner { width: 1160px; margin-left: auto; margin-right: auto; }

.actNav { font-size: 18px; text-align: center; }
.actNavBg { position: sticky; z-index: 2; top: 0; height: 3.333em; line-height: 3.222em; color: #fff; background: #000; border: solid #fff; border-width: 1px 0; 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: #F23434; color: #fff; }
@media (hover: hover) { .actNav_link:hover { color: #50C2DD; }
  .actNav_link-btn:hover { font-weight: bold; background: #3DB3E6; 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: #50C2DD; } }
@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 img { max-width: 100%; }
.actkv_arrow { display: block; width: 1em; margin: -0.45em auto -0.25em; font-size: 3.125em; }
@media (min-width: 768px) { .actkv_arrow { width: 100px; margin: -0.75em auto -0.5em; } }

.intro .actbox { max-width: 540px; }

@media (max-width: 767.98px) { .actBuoy_text { order: -1; } }
.actBalance_img { display: block; width: 100%; }
@media (min-width: 768px) { .actBalance_img { width: 160%; margin-right: -100%; } }

@media (max-width: 767.98px) { .actBalance_textWrap { order: -1; } }

.actDepthRod_grid { display: grid; }
.actDepthRod_grid_box2 img { width: 100%; }
@media (max-width: 767.98px) { .actDepthRod_grid_box1 { margin-top: -1rem; margin-bottom: 1rem; }
  .actDepthRod_grid_box3 { order: -1; } }
@media (min-width: 768px) { .actDepthRod_grid { grid-template-columns: repeat(2, 1fr); }
  .actDepthRod_grid_box1 { grid-row-start: 1; grid-row-end: 3; align-self: center; padding: 0 10%; }
  .actDepthRod_grid_box2 img { width: 85%; } }

.actWeight_grid { margin-top: 1.25em; margin-bottom: 5%; line-height: 1.5em; }
.actWeight_grid_item { margin-bottom: 1rem; border-right: solid 1px #777; }
.actWeight_grid_item:first-child { border-left: solid 1px #777; }
.actWeight_grid_pic { margin-bottom: 1rem; border: solid #777; border-width: 0 1px; }
.actWeight_name { font-size: 1.25em; font-weight: bold; text-align: center; color: #000; }
.actWeight p { margin-bottom: 0.5em; }
.actWeight_figure { margin: 1rem auto; max-width: 400px; }
@media (max-width: 767.98px) { .actWeight_grid_item:nth-child(2n+1) { border-left: solid 1px #777; } }
@media (min-width: 992px) { .actWeight_grid_pic { border-left: 0; }
  .actWeight_figure { position: sticky; top: 70px; padding-top: 10%; } }

/*# sourceMappingURL=activity_202507_speed.css.map */
