@charset "UTF-8";
/*---------- common ----------*/
/*----
        Active
--------------------------------------------*/

.ticket_channel {
    margin-top: 20px;
    display: block;
    width: 100%;
    line-height: 1;
    height: 44px;
    padding: 0 13px;
    color: #999;
    border: solid 1px #d2d2d2;
    box-shadow: none;
    font-size: 16px;
}

.ticket_game {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    line-height: 1;
    height: 44px;
    padding: 0 13px;
    color: #999;
    border: solid 1px #d2d2d2;
    box-shadow: none;
    font-size: 16px;
}

.container.custom {
  padding: 120px 0 40px;
  min-height: calc(100vh - 160px);
  background-image: url("../images/act0/act_bg0.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed; }

.container.custom:after {
  display: none; }

.icon_award {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
  height: 30px;
  background-image: url("../../images/icons.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -330px; }

.heading_top.act {
  background-image: url("../images/heading_active.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.act_wrapper {
  width: 92%;
  max-width: 960px; }
  .act_wrapper .act_list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    /* .act_wrapper .act_list:after {
      display: block;
      content: '';
      clear: both; } */
    .act_wrapper .act_list figure {
      margin: 0 0 80px 0;
      width: calc(100% / 2 - 20px);
      color: #40474f;
      border-radius: 8px;
      background: #fff;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      .act_wrapper .act_list figure figcaption {
        padding: 16px 20px 20px; }
        .act_wrapper .act_list figure figcaption time {
          display: block;
          margin: 0 0 8px;
          font-size: .75rem;
          color: #666; }
        .act_wrapper .act_list figure figcaption .ttl {
          margin: 0 0 8px;
          font-size: 1.75rem;
          font-weight: bold; }
        .act_wrapper .act_list figure figcaption .desc {
          margin: 0 0 8px;
          color: #999;
          font-size: 1.125rem; }
      .act_wrapper .act_list figure .btn_wrapper {
        padding: 24px 0 0; }
        .act_wrapper .act_list figure .btn_wrapper a {
          margin: 0 0 0 4px;
          display: inline-block;
          width: auto; }

/*----
        Active page
--------------------------------------------*/
.panel_lg.act {
  max-width: 960px; }
  .panel_lg.act .panel_body {
    padding: 0; }
    .panel_lg.act .panel_body > .img_box {
      margin: 24px 24px 0; }
  .panel_lg.act .act_ttl {
    position: relative;
    padding: 40px 24px 30px; }
    .panel_lg.act .act_ttl h2 {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold; }
      .panel_lg.act .act_ttl h2 > span {
        position: relative; }
        .panel_lg.act .act_ttl h2 > span:before {
          position: absolute;
          top: -20px;
          left: -24px;
          z-index: 1;
          content: '';
          width: 50px;
          height: 50px;
          border-radius: 100%;
          border: 6px solid #61ff53; }
        .panel_lg.act .act_ttl h2 > span:after {
          position: absolute;
          top: -20px;
          left: 48px;
          z-index: 1;
          content: '';
          width: 18px;
          height: 18px;
          border-radius: 100%;
          background: #61ff53; }
      .panel_lg.act .act_ttl h2 > span > span {
        position: relative;
        z-index: 2; }

.act_menu {
  position: relative;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 1.125rem;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2; }
  .act_menu ul {
    position: relative;
    left: 0;
    margin: 0 auto;
    max-width: 840px;
    overflow-x: auto; }
    .act_menu ul::-webkit-scrollbar {
      display: none; }
  .act_menu li {
    position: relative;
    display: inline-block; }
    .act_menu li a {
      display: block;
      padding: 20px; }

.act_menu:before, .act_menu:after {
  position: absolute;
  top: 0;
  z-index: 2;
  content: '';
  width: 30px;
  height: 100%;
  background: white;
  background: -moz-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(10%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }

.act_menu:before {
  left: 0; }

.act_menu:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.act_menu li:hover, .act_menu li.cur {
  color: #49d294; }

.act_menu li:hover:after, .act_menu li.cur:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #49d294; }

.act_content {
  padding: 40px 36px; }
  .act_content article {
    display: none;
    margin: 0 auto;
    max-width: 840px; }
    .act_content article.cur {
      display: block; }
    .act_content article section {
      margin: 0 0 40px;
      padding: 0 0 40px;
      border-bottom: 1px solid #d2d2d2;
      text-align: justify; }
      .act_content article section:last-child {
        padding: 0; }
      .act_content article section h1 {
        margin: 0 0 40px;
        font-size: 1.5rem;
        font-weight: bold; }
        .act_content article section h1:after {
          margin: 24px 0;
          display: block;
          content: '';
          width: 40px;
          height: 4px;
          background: #49d294; }
    .act_content article section:last-child {
      border-bottom: 0; }
    .act_content article b {
      font-weight: bold; }
    .act_content article p {
      margin-bottom: 12px;
      line-height: 1.8; }
    .act_content article p.img_box {
      overflow: hidden; }
      .act_content article p.img_box > img {
        display: inline-block;
        margin: 10px 10px 10px 0;
        width: auto;
        max-width: 100%; }
    .act_content article a {
      color: #49d294;
      text-decoration: underline; }

.act_prize:after {
  display: block;
  content: '';
  clear: both; }
.act_prize .img_box {
  float: left;
  margin: 0 40px 0 0;
  width: 280px;
  height: 280px;
  border-radius: 4px;
  background: url("../images/act_prize_default.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden; }
.act_prize figcaption {
  float: left;
  width: calc(100% - 280px - 40px); }
  .act_prize figcaption .ttl {
    margin: 0 0 40px;
    font-size: 1.5rem;
    /* font-weight: bold; */ }

.winner-list .act_prize figcaption {
    float: left;
    width: auto;
}

.winner-list .act_prize figcaption .ttl {
    margin: 0 0 40px;
    font-size: 1.5rem;
    /* font-weight: 400; */
}

    .act_prize figcaption .ttl:after {
      display: block;
      content: '';
      width: 40px;
      height: 4px;
      background: #49d294; }
    .act_prize figcaption .ttl .act_prize_num {
      padding: 12px 0 8px;
      font-size: 1rem;
      font-weight: normal; }
      .act_prize figcaption .ttl .act_prize_num > span {
        margin: 0 4px; }
/*
.act_prize .desc ul li {
  margin: 0 0 0 1rem;
  padding: 0 0 8px;
  line-height: 1.5;
  list-style-type: decimal; }
*/
/*
[class^="list--"] li {
  position: relative;
  padding: 12px 0 12px 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #d2d2d2; }

.list--ar li:before {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  content: '▶';
  font-size: .8125rem;
  color: #49d294; }
*/
.tab_content ul li {
  position: relative;
  padding: 12px 0 12px 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #d2d2d2; }

.tab_content ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  content: '▶';
  font-size: .8125rem;
  color: #49d294; }
/*
.list--num {
  counter-reset: listNum; }

.list--num li:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  margin-right: 8px;
  counter-increment: listNum;
  content: counter(listNum) ".";
  color: #49d294; }
*/
.tab_content ol li {
  position: relative;
  padding: 12px 0 12px 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #d2d2d2; }

.tab_content ol {
  counter-reset: listNum; }

.tab_content ol li:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  margin-right: 8px;
  counter-increment: listNum;
  content: counter(listNum) ".";
  color: #49d294; }

a.btn--float {
  display: block;
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 999;
  width: 100px;
  height: 100px;
  background: #099438;
  background: -webkit-linear-gradient(158deg, #099438 0%, #1bb235 100%);
  background: -o-linear-gradient(158deg, #099438 0%, #1bb235 100%);
  background: linear-gradient(248deg, #099438 0%, #1bb235 100%);
  border-radius: 100%;
  overflow: hidden;
  color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -mos-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
@media (max-width: 600px) {
    a.btn--float {
        transform: scale(0.6);
        transform-origin: right center;
    }
}
a.btn--float2 {
  top: 340px;
}
a.btn--float3 {
  top: 480px;
}

a.btn--float.sticky {
    top: 160px; }
a.btn--float2.sticky {
    top: 300px; }
a.btn--float3.sticky {
    top: 440px; }
@media (max-width: 600px) {
    a.btn--float2 {
        top: 270px;
    }
    a.btn--float2.sticky {
        top: 240px;
    }
    a.btn--float3 {
      top: 340px;
    }
    a.btn--float3.sticky {
        top: 320px;
    }
}
a.btn--float > div {
  margin: 7px auto;
  text-align: center;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: .9rem; }

a.btn--float > div i {
  margin: 14px auto 4px; }

/*----
        Award
--------------------------------------------*/
.award_content {
  margin: 0 40px; }
  .award_content .award_ttl {
    margin: 0 0 40px;
    padding: 12px 16px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #f7f7f7; }
  .award_content .game-box{
    margin-bottom: 40px;
    background-color: #f9f9f9;
  }
  .award_content .game-box .game-title {
    color: #fff;
    font-size: 24px;
    padding: 10px 20px;
    background-color: #2c982d;
  }
  .award_content section {
    margin: 0 auto;
    padding: 40px 30px;
    border-bottom: 1px solid #d2d2d2; }
    .award_content section:last-child {
      border-bottom: 0; }
  .award_content .act_prize .img_box {
    width: 100px;
    height: 100px; }
  .award_content .act_prize_num {
    margin: 0 0 20px; }

.award_list:after {
  display: block;
  content: '';
  clear: both; }
.award_list li {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  padding: 16px 20px;
  width: calc(100% / 4);
  border: 1px solid #d2d2d2;
  box-sizing: border-box; }
  .award_list li p {
    line-height: 1.5; }
    .award_list li p b {
      font-weight: bold; }
    .award_list li p b + span {
      font-size: .83rem; }
    .award_list li p.sn {
      font-size: .85rem; }
.award_list li:nth-child(even) {
  background: #f7f7f7; }

/*----
        serial
--------------------------------------------*/
.container.serial {
  padding: 120px 0 40px; }
  .container.serial .panel_lg.act {
    max-width: 640px; }
  .container.serial .panel_lg.act .sn_content {
    margin: 0 auto 80px;
    padding: 0 24px;
    max-width: 400px; }
  .container.serial .panel_lg.act .sn_content .form_wrapper {
    margin: 0; }

.form_text_wrapper.success {
  position: relative; }
  .form_text_wrapper.success:after {
    content: '✔';
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 16px;
    color: #49d294; }

.form_text_wrapper.fail {
  position: relative; }
  .form_text_wrapper.fail:after {
    content: '✕';
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 16px;
    color: #dd0021; }

.form_text_wrapper.loading {
  position: relative; }
  .form_text_wrapper.loading:after {
    content: '';
    font-size: 20px;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon_spinning.svg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #49d294;
    opacity: .6;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    animation-name: rotate; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
.crm_info {
  border: 1px solid rgba(100, 100, 100, 0.1);
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); }
  .crm_info_inner {
    position: relative;
    margin: 0 20px;
    padding: 20px 0 20px 100px;
    line-height: 1.2; }
    .crm_info_inner:before {
      position: absolute;
      top: 20px;
      left: 0;
      content: '';
      width: 60px;
      height: 60px;
      border-radius: 100%;
      background-image: url("../images/icon_phone.svg");
      background-size: 50px;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #0A6F58; }
    .crm_info_inner b {
      font-size: .875rem;
      font-weight: bold; }
    .crm_info_inner .phone {
      font-size: 1.5rem; }
    .crm_info_inner em {
      font-size: .875rem;
      color: #999; }

.result_wrapper {
  padding: 20px 0 0;
  text-align: center;
  line-height: 1.5; }
  .result_wrapper .txt_box {
    margin: 0 0 48px; }
  .result_wrapper h4 {
    font-size: 1.5rem;
    font-weight: bold; }
  .result_wrapper p.prize {
    font-size: 1.125rem; }
  .result_wrapper p b {
    font-weight: bold; }

.result_wrapper .btn_wrapper {
  display: inline-flex; }
  .result_wrapper .btn_wrapper .btn_normal {
    width: auto; }

.lity .form_wrapper {
  margin: 0 0 20px; }

#login .content {
  min-width: 460px; }

#login .content .panel_body {
  padding: 24px 36px; }

#register .content {
  min-width: 1000px; }

#register form > div:after {
  display: block;
  content: '';
  clear: both; }

@media (max-width: 768px) {
  .act_wrapper .act_list figure {
    margin: 0 0 40px 0;
    width: calc(100% / 2 - 10px); }
    .act_wrapper .act_list figure figcaption .ttl {
      font-size: 1.5rem; }
    .act_wrapper .act_list figure .btn_wrapper a {
      display: block;
      margin: 0 0 8px;
      text-align: center;
      width: calc(100% - 48px); }

  .act_menu ul {
    padding: 0 24px; }
  .act_menu li a {
    padding: 12px 20px; }

  #login .content {
    min-width: 0; }

  #register .content {
    min-width: 0; } }
@media (max-width: 480px) {
  .container.custom {
    padding: 90px 0 40px;
    min-height: calc(100vh - 130px); }

  .panel_lg.act .panel_body > .img_box {
    margin: 16px 16px 0; }
  .panel_lg.act .act_ttl {
    position: relative;
    padding: 30px 16px; }
    .panel_lg.act .act_ttl h2 {
      text-align: left;
      font-size: 1.875rem; }
      .panel_lg.act .act_ttl h2 > span:before {
        top: -18px;
        left: -30px;
        width: 40px;
        height: 40px;
        border: 4px solid #61ff53; }
      .panel_lg.act .act_ttl h2 > span:after {
        top: -16px;
        left: 30px;
        width: 12px;
        height: 12px; }

  .act_menu {
    font-size: 1rem; }

  .act_wrapper .act_list figure {
    margin: 0 0 40px 0;
    width: 100%; }

  .act_content {
    padding: 40px 24px 24px; }
    .act_content article p {
      font-size: .875rem; }

  .act_content article section h1 {
    margin: 0 0 20px; }

  .act_prize:after {
    display: none; }
  .act_prize .img_box {
    float: none;
    margin: 0 0 20px;
    width: 150px;
    height: 150px; }
  .act_prize figcaption {
    float: none;
    width: 100%; }
    .act_prize figcaption .ttl {
      margin: 0 0 30px;
      font-size: 1.5rem;
      font-weight: bold; }
      .act_prize figcaption .ttl:after {
        display: block;
        content: '';
        width: 40px;
        height: 4px;
        background: #49d294; }
/*
  .act_prize .desc ul li {
    margin: 0 0 0 .875rem;
    font-size: .875rem; }
*/
/*
  [class^="list--"] li {
    font-size: .875rem; }
*/
.tab_content ul li{
  font-size: .875rem; }
.tab_content ol li{
  font-size: .875rem; }
  /* a.btn--float {
    padding: 8px 10px;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: calc(100% - 20px);
    height: auto;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

  a.btn--float > div {
    margin: 0 auto;
    padding: 8px 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    font-size: 1.125rem;
    font-weight: bold;
    background: #099438;
    background: -webkit-linear-gradient(158deg, #099438 0%, #1bb235 100%);
    background: -o-linear-gradient(158deg, #099438 0%, #1bb235 100%);
    background: linear-gradient(248deg, #099438 0%, #1bb235 100%);
    border-radius: 2px; }

  a.btn--float > div i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0; } */

  .award_content {
    margin: 0 16px; }

  .award_content section {
    padding: 0 0 40px; }

  .award_list li {
    width: 100%; }

  .container.serial {
    padding: 80px 0 40px; }
    .container.serial .panel_lg.act .sn_content {
      padding: 0 16px; }

  .lity .content .panel_lg {
    margin: 2vh auto 0;
    border-radius: 8px 8px 0 0;
    max-height: 98vh;
    overflow: auto; }

  .crm_info_inner {
    padding: 20px 0 20px 60px;
    line-height: 1.2; }
    .crm_info_inner:before {
      top: 30px;
      width: 50px;
      height: 50px;
      background-size: 40px; }

  #login .content .panel_body {
    padding: 20px; } }

  #serial_number_submit:disabled,
  #serial_number_submit[disabled] {
    pointer-events: none;
    opacity: 0.5;
  }

  /* 活動頁圖片縮放 */
.act_content >article >section.tab_content img {
    max-width: 100%;
}

/*# sourceMappingURL=active.css.map */
