/* Minification failed. Returning unminified contents.
(334,72): run-time error CSS1030: Expected identifier, found 'img'
(334,75): run-time error CSS1031: Expected selector, found ')'
(334,75): run-time error CSS1025: Expected comma or open brace, found ')'
(450,74): run-time error CSS1030: Expected identifier, found 'img'
(450,77): run-time error CSS1031: Expected selector, found ')'
(450,77): run-time error CSS1025: Expected comma or open brace, found ')'
(455,42): run-time error CSS1030: Expected identifier, found '.'
(455,60): run-time error CSS1031: Expected selector, found ')'
(455,60): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
iframe{
    max-width:100%;
}
@charset "UTF-8";
*,
body,
html {
  font-family: Microsoft JhengHei;
  box-sizing: border-box;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome 和 Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.banner {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  background-image: url("/images/activity110/bg-4-2.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 42%;
}
.banner h1 {
  position: absolute;
  left: 10%;
  top: 5%;
}
.banner h1 a {
  display: block;
  background-image: url("/images/activity110/logo.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 350px;
  height: 95px;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.banner .ig_qrcode {
  position: absolute;
  right: 18%;
  bottom: 2%;
  width: 10%;
}

.up_container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto 5%;
}
.up_container .activity_title {
  margin-bottom: 2%;
}

.down_container {
  width: 90%;
  max-width: 1310px;
  margin: 0 auto;
}

.activity_title {
  text-align: center;
}
.activity_title img {
  margin: 0 auto;
}

.activity_title_h2 {
  display: inline-block;
  max-width: 100%;
}

.d_flex {
  display: flex;
}

.text_center {
  text-align: center;
}

.c_green {
  color: #92a125;
}

.c_black {
  color: #030000;
}

.c_orange {
  color: #dd5210;
}

.down_arrow {
  width: 4%;
  margin: 1% auto;
}
.down_arrow img {
  margin: 0 auto;
}

.step_p {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5;
}

.activity_overview {
  margin-bottom: 2%;
}
.activity_overview .activity_p {
  font-size: 1.5rem;
  color: #212121;
  line-height: 1.5;
}

.activity_video {
  margin-bottom: 8%;
}
.activity_video .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.activity_video .video_container iframe,
.activity_video .video_container object,
.activity_video .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruitment_process .step1_videos {
  display: flex;
  justify-content: space-between;
  margin: 2% 0;
}
.recruitment_process .step1_videos .step1_video {
  width: 45%;
  border: 10px solid #92a125;
  position: relative;
}
.recruitment_process .step1_videos .step1_video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.recruitment_process .step1_videos .step1_video_container iframe,
.recruitment_process .step1_videos .step1_video_container object,
.recruitment_process .step1_videos .step1_video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruitment_process .step1_videos .step_video_tag {
  position: absolute;
  top: 0;
  left: -50px;
}
.recruitment_process .download_music_btn {
  text-align: center;
}
.recruitment_process .download_music_btn a {
  display: inline-block;
  width: 48%;
  margin: 0 auto;
}
.recruitment_process .download_music_btn a img {
  margin: 0 auto;
}
.recruitment_process .tiktok_logo {
  width: 42px;
  display: inline-block;
}
.recruitment_process .step_2 img {
  margin: 0 auto;
}
.recruitment_process .step_3 .online_registration_btn {
  text-align: center;
}
.recruitment_process .step_3 .online_registration_btn a {
  display: inline-block;
  width: 47%;
  margin: 0 auto;
}
.recruitment_process .step_3 .online_registration_btn a img {
  margin: 0 auto;
}
.recruitment_process .step_4 .step_4_info {
  width: 48%;
  margin: 0 auto;
  background-color: #dfe88f;
  border-radius: 40px;
  font-size: 1.625rem;
  padding: 2% 5% 1.5%;
  line-height: 1.5;
}
.recruitment_process .step_4 .see_more_product {
  max-width: 310px;
  margin: 0 auto;
}
.recruitment_process .step_4 .see_more_product a {
  display: inline-block;
  margin: 2% 0 0;
}
.recruitment_process .step_5 .stpe5_divs {
  justify-content: space-around;
  align-items: stretch;
}
.recruitment_process .step_5 .stpe5_div {
  width: 41%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 5%;
  border-radius: 40px;
}
.recruitment_process .step_5 .stpe5_div_left {
  flex-direction: column;
  background-color: #f5b523;
  box-shadow: 0px 10px 0px #d19617;
}
.recruitment_process .step_5 .stpe5_div_left a {
  font-size: 1.125rem;
  color: #202020;
}
.recruitment_process .step_5 .stpe5_div_right {
  background-color: #efec64;
  box-shadow: 0px 10px 0px #bbb418;
}

.activity_way_intro {
  font-size: 1.375rem;
  line-height: 1.8;
}
.activity_way_intro .activity_title {
  margin-bottom: 3.5%;
}
.activity_way_intro a {
  text-decoration: underline;
  color: #2b479b;
}
.activity_way_intro ol {
  list-style: decimal;
  margin-left: 5%;
}
.activity_way_intro .activity_way_intro_li {
  margin-bottom: 3%;
}
.activity_way_intro .activity_way_intro_li p {
  margin-left: 3.5%;
}
.activity_way_intro .activity_way_intro_li img:not(.activity_way_title img) {
  margin-left: 3.5%;
}
.activity_way_intro .activity_way_title {
  margin-bottom: 10px;
  color: #98a52d;
  font-weight: bolder;
  font-size: 1.625rem;
  display: flex;
  align-items: center;
}
.activity_way_intro .activity_way_title span {
  display: inline-block;
  border-radius: 50%;
  padding: 0px 13px;
  color: #fff;
  background-color: #98a52d;
  font-size: 1.25rem;
  margin-right: 10px;
}
.activity_way_intro .activity_way_intro_li_img2 {
  align-items: center;
}
.activity_way_intro .activity_way_intro_li_img2 .activity_way_intro_li_img2_img {
  width: 28%;
  margin-right: 10px;
}

.activity_footer {
  border-top: 1px solid #828f2d;
  border-bottom: 1px solid #828f2d;
  background-color: #98a52d;
  padding: 1.5% 0;
}
.activity_footer p {
  width: 48%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.375rem;
}
.activity_footer p span {
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 1600px) {
  .activity_footer {
    padding: 1.5% 0;
  }
  .activity_footer p {
    width: 70%;
    max-width: none;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1280px) {
  .activity_way_intro {
    font-size: 1.2rem;
  }

  .activity_footer {
    padding: 2% 0;
  }
  .activity_footer p {
    width: 80%;
    max-width: none;
    font-size: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .banner h1 {
    position: absolute;
    left: 2%;
    top: 3%;
  }
  .banner h1 a {
    background-size: contain;
    width: 220px;
    height: 95px;
  }

  .activity_title_h2 img {
    max-width: 60%;
  }

  .step_p {
    font-size: 1.5rem;
  }

  .recruitment_process .step1_videos .step_video_tag {
    left: -30px;
    width: 30px;
  }
  .recruitment_process .step_4 .step_4_info {
    width: 70%;
    border-radius: 40px;
    font-size: 1.5rem;
    padding: 2% 5% 1.5%;
  }
  .recruitment_process .step_5 .stpe5_div_left a {
    font-size: 1rem;
    word-break: break-all;
  }
  .recruitment_process .step_5 .stpe5_div {
    width: 45%;
    border-radius: 30px;
  }

  .activity_way_intro {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .activity_way_intro .activity_way_intro_li img:not(.activity_way_title img) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .activity_title_h2:not(.activity_video .activity_title_h2) img {
    max-width: 50%;
  }

  .activity_video .activity_title_h2 img {
    max-width: 85%;
  }

  .activity_overview .activity_p {
    font-size: 1.1rem;
  }

  .step_p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .down_arrow {
    width: 8%;
    margin: 3% auto;
  }

  .recruitment_process .tiktok_logo {
    width: 30px;
  }
  .recruitment_process .step1_videos {
    flex-direction: column;
  }
  .recruitment_process .step1_videos .step1_video {
    width: 100%;
    margin-bottom: 10px;
  }
  .recruitment_process .step1_videos .step_video_tag {
    left: -25px;
    width: 25px;
  }
  .recruitment_process .download_music_btn a {
    width: 75%;
    margin-bottom: 15px;
  }
  .recruitment_process .step_3 .online_registration_btn a {
    width: 75%;
  }
  .recruitment_process .step_4 .step_4_info {
    width: 100%;
    border-radius: 20px;
    font-size: 1.2rem;
    padding: 5% 6% 5%;
  }
  .recruitment_process .step_4 .see_more_product a {
    width: 70%;
  }

  .activity_way_intro {
    font-size: 1rem;
  }

  .activity_way_intro_li_img {
    overflow-x: scroll;
  }
  .activity_way_intro_li_img img {
    max-width: none;
  }

  .activity_way_intro .activity_way_intro_li_img2 {
    flex-direction: column;
  }
  .activity_way_intro .activity_way_intro_li_img2 .activity_way_intro_li_img2_img {
    width: 80%;
    margin-bottom: 20px;
  }

  .activity_way_title img {
    max-width: 140px;
  }

  .activity_footer {
    padding: 3% 0;
  }
  .activity_footer p {
    flex-direction: column;
    width: 80%;
    max-width: none;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 650px) {
  .banner {
    background-size: cover;
    height: 250px;
  }
  .banner h1 a {
    width: 160px;
    height: 43px;
  }
  .banner .ig_qrcode {
    right: 3%;
    bottom: 0%;
    width: 15%;
  }

  .activity_way_intro .activity_way_intro_li {
    margin-bottom: 6%;
  }
  .activity_way_intro .activity_way_title {
    font-size: 1.5rem;
  }
  .activity_way_intro .activity_way_title span {
    padding: 0px 10px;
    font-size: 1rem;
    margin-right: 5px;
  }
}
@media screen and (max-width: 376px) {
  .banner {
    height: 195px;
  }
  .banner h1 a {
    width: 140px;
    height: 38px;
  }
  .banner .ig_qrcode {
    right: 3%;
    bottom: -5%;
    width: 15%;
  }
}
