@charset "UTF-8";
/*!
* @author Steven Masala [me@smasala.com]
* Github: https://github.com/smasala/responsive-tables-js
* @license: MIT https://tldrlegal.com/license/mit-license
* Responsive Tables
* @version 1.0.0
*/
table.responsive span[data-type="responsive"] {
  display: none; }

table.responsive td.notitle:before {
  display: none; }

@media (max-width: 768px) {
  table.responsive span[data-type="responsive"] {
    display: inline-block;
    width: 45%;
    color: #a8a8a8;
    vertical-align: top;
    display: none; }

  table.responsive td:before {
    display: inline-block;
    content: attr(data-title);
    position: relative;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #a9a9a9; }

  table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }

  html.ie9 table.responsive, html.ie9 table.responsive thead, html.ie9 table.responsive tbody, html.ie9 table.responsive th, html.ie9 table.responsive td, html.ie9 table.responsive tr {
    float: left;
    clear: both;
    width: 100%; }

  table.responsive thead {
    display: none; }

  table.responsive tr {
    border: 1px solid #ccc;
    padding: 5px 0; }
    table.responsive tr + tr {
      margin-top: 10px; }

  table.responsive td {
    border: none !important;
    position: relative;
    padding: 5px 10px !important; }

  table.responsive th {
    display: none; }

  .am-table-striped > tbody > tr:nth-child(odd) > td, .am-table-striped > tbody > tr:nth-child(odd) > th {
    background: transparent; } }
/*	進頁面LOADING
--------------------------------------------------------*/
.loading-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .loading-wrapper .loading-top {
    width: 50%;
    height: 100vh;
    background: #fff;
    animation: loading-top 2s ease-in forwards; }
  .loading-wrapper .loading-btm {
    width: 50%;
    height: 100vh;
    background: #fff;
    animation: loading-btm 2s ease-in forwards;
    position: absolute;
    left: 50%;
    top: 0; }
  .loading-wrapper .copy {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 500; }
  .loading-wrapper .line {
    width: 100%;
    height: 2px;
    background: #fff;
    background: linear-gradient(45deg, #FFC107 0%, #E91E63 50%, #673AB7 100%);
    animation: copy 1.5s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

@keyframes copy {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  60% {
    transform-origin: right;
    transform: scaleX(1); }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
@keyframes loading-top {
  0% {
    transform-origin: left;
    transform: scaleX(1); }
  80% {
    transform-origin: left;
    transform: scaleX(1); }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
@keyframes loading-btm {
  0% {
    transform-origin: right;
    transform: scaleX(1); }
  80% {
    transform-origin: right;
    transform: scaleX(1); }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
/*	HERE START
--------------------------------------------------------*/
body.SingupPage {
  font-family: "Roboto", Arial, "微軟正黑體", "Microsoft JhengHei";
  min-height: 100%;
  color: #444;
  background: #fff;
  position: relative; }
  @media (min-width: 641px) {
    body.SingupPage.modal_open {
      overflow: hidden; } }

/*	BASIC
--------------------------------------------------------*/
img {
  max-width: 100%; }

li {
  list-style: none; }

a, button {
  cursor: pointer;
  display: inline-block;
  transition: all .2s; }

*[disabled], .disabled {
  pointer-events: none;
  border-color: transparent;
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none; }

.material-icons {
  vertical-align: middle; }

/*	RESET
--------------------------------------------------------*/
.am-form-help {
  margin-bottom: 0; }

.am-modal-dialog {
  width: 90%;
  max-width: 540px;
  border-radius: 5px;
  overflow: hidden;
  margin: 15px 0 30px; }

.am-modal-hd {
  padding: 10px 20px;
  border-bottom: 1px solid #dedede; }

.am-modal-bd {
  background: #fff;
  padding: 20px;
  text-align: left; }

.am-modal-hd + .am-modal-bd {
  padding-top: 20px; }

.am-modal-footer {
  background: #fff;
  padding: 10px 20px;
  text-align: left;
  display: block;
  height: auto;
  border-radius: 0 0 5px 5px; }
  .am-modal-footer .am-modal-btn {
    height: auto;
    line-height: initial; }

/*	MODAL
--------------------------------------------------------*/
.modal_SL .am-modal-dialog {
  width: 95%;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #555;
  margin-top: 10px;
  margin-bottom: 70px; }
  @media (min-width: 641px) {
    .modal_SL .am-modal-dialog {
      max-width: 540px; } }
.modal_SL .modal-hd {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 15px;
  margin-top: -10px; }
  .modal_SL .modal-hd .btn_close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #ccc;
    cursor: pointer;
    font-weight: 100;
    padding: 10px; }
.modal_SL .modal-bd {
  line-height: 1.8; }
.modal_SL .input-group {
  text-align: left;
  margin-bottom: 15px; }
  .modal_SL .input-group input:not([type=radio]):not([type=checkbox]), .modal_SL .input-group select, .modal_SL .input-group textarea, .modal_SL .input-group .am-selected-btn {
    display: block;
    width: 100%;
    padding: 9px 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #b7b7b7; }
    .modal_SL .input-group input:not([type=radio]):not([type=checkbox])[readonly], .modal_SL .input-group select[readonly], .modal_SL .input-group textarea[readonly], .modal_SL .input-group .am-selected-btn[readonly] {
      padding: 5px 0;
      border-color: transparent;
      pointer-events: none;
      box-shadow: none;
      background-color: transparent; }
      .modal_SL .input-group input:not([type=radio]):not([type=checkbox])[readonly]:-webkit-autofill, .modal_SL .input-group input:not([type=radio]):not([type=checkbox])[readonly]:-webkit-autofill:hover, .modal_SL .input-group input:not([type=radio]):not([type=checkbox])[readonly]:-webkit-autofill:focus, .modal_SL .input-group select[readonly]:-webkit-autofill, .modal_SL .input-group select[readonly]:-webkit-autofill:hover, .modal_SL .input-group select[readonly]:-webkit-autofill:focus, .modal_SL .input-group textarea[readonly]:-webkit-autofill, .modal_SL .input-group textarea[readonly]:-webkit-autofill:hover, .modal_SL .input-group textarea[readonly]:-webkit-autofill:focus, .modal_SL .input-group .am-selected-btn[readonly]:-webkit-autofill, .modal_SL .input-group .am-selected-btn[readonly]:-webkit-autofill:hover, .modal_SL .input-group .am-selected-btn[readonly]:-webkit-autofill:focus {
        border: 1px solid white;
        -webkit-box-shadow: 0 0 0px 100px #fff inset !important;
        box-shadow: 0 0 0px 100px #fff inset !important; }
  .modal_SL .input-group select.w-auto {
    width: auto; }
  .modal_SL .input-group [type=radio] + .title, .modal_SL .input-group [type=checkbox] + .title {
    font-size: 17px;
    font-weight: normal; }
.modal_SL .d-flex-sm .content.inline input, .modal_SL .d-flex-sm .content.inline select {
  margin-bottom: 5px; }
@media (min-width: 480px) {
  .modal_SL .d-flex-sm {
    display: flex;
    flex-wrap: wrap; }
    .modal_SL .d-flex-sm label {
      flex: 110px 0 0;
      padding-right: 10px;
      text-align: right; }
      .modal_SL .d-flex-sm label.longLabel {
        flex: 180px 0 0; }
        .modal_SL .d-flex-sm label.longLabel + .content {
          flex: calc(100% - 180px) 1 1; }
    .modal_SL .d-flex-sm .content {
      flex: calc(100% - 110px) 1 1; }
      .modal_SL .d-flex-sm .content.inline input, .modal_SL .d-flex-sm .content.inline select {
        display: inline-block;
        width: auto;
        margin-bottom: 0; } }

/*	共用
--------------------------------------------------------*/
.maxwidth {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px; }
  @media (max-width: 1199px) {
    .maxwidth {
      max-width: 100%; } }
  @media (min-width: 980px) {
    .maxwidth {
      padding: 0 30px; } }

.page-title {
  font-size: 30px;
  font-weight: 400;
  margin: 0; }
  @media (max-width: 600px) {
    .page-title {
      font-size: 22px; } }

/*	基本版面
--------------------------------------------------------*/
.header {
  padding: 7px 0; }
  .header h1 {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 33px;
    margin: 0; }
    .header h1 a {
      color: #444; }
    @media (max-width: 640px) {
      .header h1 {
        line-height: 1.4;
        font-size: 26px; } }
  .header .logo {
    height: 60px; }
  @media (min-width: 601px) {
    .header h1 {
      min-height: 60px; } }

.div_mainContentBody {
  min-height: calc(100vh - 100px); }

.footer {
  height: 100px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  background: #333; }

/*	BTN
--------------------------------------------------------*/
.btn {
  padding: 8px 16px;
  text-align: center;
  border: 1px solid transparent;
  transition: all .2s;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1); }
  .btn:hover, .btn:focus {
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1); }
  .btn[readonly] {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: .45;
    box-shadow: none; }
  .btn:not(.am-round) {
    border-radius: 4px; }

.btn-lg {
  font-size: 20px;
  padding: 8px 30px; }

.btn-shadow {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.2); }
  .btn-shadow:hover, .btn-shadow:focus, .btn-shadow:active {
    outline: 0;
    box-shadow: 0px 2px 7px #2d5d84;
    border-color: transparent; }

.btn_main, .btn-main {
  color: #fff;
  background: #2C82DE; }
  .btn_main:hover, .btn_main:focus, .btn-main:hover, .btn-main:focus {
    color: #fff;
    background: #2175d0; }

.btn_default {
  color: #000;
  background: #DEDEDE; }
  .btn_default:hover, .btn_default:focus {
    color: #000;
    background: #d1d1d1; }

.btn-default {
  color: #444;
  border: 1px solid #aaa;
  background: transparent; }
  .btn-default:hover, .btn-default:focus {
    color: #000;
    border: 1px solid #000; }

.btn-border {
  color: #428fe1;
  border: 1px solid #2C82DE;
  background: transparent; }
  .btn-border:hover, .btn-border:focus {
    color: #1d69ba;
    border: 1px solid #1d69ba; }

.btn_line, .btn-line {
  background: #00b900;
  color: #fff; }
  .btn_line:hover, .btn_line:focus, .btn-line:hover, .btn-line:focus {
    background: #00d300;
    color: #fff; }

.btn-pink {
  background: #e91e63;
  color: #fff; }
  .btn-pink:hover, .btn-pink:focus {
    background: #eb3573;
    color: #fff; }

/*	TABLE
--------------------------------------------------------*/
th {
  white-space: nowrap; }

/*	活動各區塊樣式
--------------------------------------------------------*/
@media (max-width: 600px) {
  #div_ACTPIC1 {
    margin-bottom: 15px; } }

img.ACTPIC1 {
  width: 100%;
  border-radius: 10px; }

@media (max-width: 600px) {
  .div_actMainInfo .d-flex-sm {
    display: flex;
    flex-wrap: wrap; }
  .div_actMainInfo #div_Desc {
    order: 2; }
  .div_actMainInfo #div_ActMainMenu {
    order: 1; }
  .div_actMainInfo .div_SLqecode {
    display: none; }
  .div_actMainInfo .infoWrap {
    margin-top: 0; } }

.infoWrap {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-radius: 10px; }
  .infoWrap .btn {
    padding: 10px 16px;
    font-size: 17px; }

.div_actInfoItem {
  padding-left: 40px; }
  .div_actInfoItem > i {
    background: #758f9d;
    color: #FFF;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-left: -40px;
    font-size: 90%;
    text-align: center;
    line-height: 30px; }
  .div_actInfoItem .content {
    display: inline-block; }

.contactInfo .btn {
  padding: 3px 20px; }

/*下方BLOGGER FEED*/
.div_blog {
  background: #f5f5f5;
  padding: 30px 0; }

#divActFilm1 iframe {
  width: 640px;
  height: 480px; }
  @media (max-width: 599px) {
    #divActFilm1 iframe {
      width: 100%; } }

/*	表單
--------------------------------------------------------*/
/*
.input-group {
	text-align: left;
	margin-bottom: 15px;
	.form-field, .am-selected-btn{
		display: block;
		width: 100%;
		padding: 9px 10px;
		font-size: 16px;
		border-radius: 5px;
		border: 1px solid #b7b7b7;
		&[readonly]{
			padding: 5px 0;
			border-color: transparent;
			pointer-events: none;
			box-shadow: none;
			background-color: transparent;
			&:-webkit-autofill,
			&:-webkit-autofill:hover,
			&:-webkit-autofill:focus{
				border: 1px solid white;
				-webkit-box-shadow: 0 0 0px 100px #fff inset !important;
			}
		}
	}
	select.w-auto{
		width: auto;
	}
	[type=radio]+.title,[type=checkbox]+.title{
		font-size: 17px;
		font-weight: normal;
	}
}
*/
/*	MODAL>編輯
--------------------------------------------------------*/
.div_edit input, .div_edit select {
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 5px 7px; }
  .div_edit input[readonly], .div_edit select[readonly] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    pointer-events: none; }
    .div_edit input[readonly]:hover, .div_edit input[readonly]:focus, .div_edit select[readonly]:hover, .div_edit select[readonly]:focus {
      border: 1px solid transparent;
      outline: 0; }
.div_edit .btn-xs {
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 3px; }
.div_edit .btn_modal_edit {
  color: #ccc; }
  .div_edit .btn_modal_edit:hover, .div_edit .btn_modal_edit:focus {
    color: #444; }

/*	內頁樣式
--------------------------------------------------------*/
.pageWrap {
  padding: 0 15px; }

.max1000 {
  margin: 0 auto;
  max-width: 1000px; }

.max1200 {
  margin: 0 auto;
  max-width: 1200px; }

.max1400 {
  margin: 0 auto;
  max-width: 1400px; }

.pageInside {
  line-height: 1.8; }
  .pageInside .div_contentBox {
    border: 1px solid #A5A5A5;
    padding: 20px 30px 30px;
    border-radius: 3px; }
    @media (max-width: 600px) {
      .pageInside .div_contentBox {
        padding: 20px; } }
  .pageInside .div_pageTitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #A5A5A5; }
    .pageInside .div_pageTitle .pageTitle {
      font-size: 30px;
      font-weight: 400;
      margin: 0 0 5px;
      margin-right: 20px; }
    .pageInside .div_pageTitle .menu ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .pageInside .div_pageTitle .menu ul li {
        padding-right: 10px;
        margin-bottom: 5px; }
      .pageInside .div_pageTitle .menu ul a {
        color: #444;
        background: #e5e8ef;
        padding: 7px 30px;
        border-radius: 50px; }
        .pageInside .div_pageTitle .menu ul a.active {
          color: #fff;
          background: #ec4611; }
        .pageInside .div_pageTitle .menu ul a:hover:not(.active), .pageInside .div_pageTitle .menu ul a:focus:not(.active) {
          background: #cacfda; }
  .pageInside .box_title {
    color: #2C82DE;
    border-left: 5px solid #2C82DE;
    padding-left: 10px;
    line-height: 1.4; }
  .pageInside .div_desc {
    background: #e5e8ef;
    padding: 10px 15px;
    border-radius: 2px; }

/*  STEP
--------------------------------------------------------*/
.div_step_Container .Container-progessbar {
  display: flex;
  width: 100%;
  padding: 0;
  position: relative;
  counter-reset: step; }
  .div_step_Container .Container-progessbar:after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #dedede;
    position: absolute;
    top: 18px;
    z-index: 0; }
  .div_step_Container .Container-progessbar li {
    width: calc(100%/2);
    text-align: center;
    counter-increment: step;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #747d8c;
    z-index: 1; }
    .div_step_Container .Container-progessbar li:before {
      content: counter(step);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background-color: #fff;
      border: 3px solid #dedede;
      color: #747d8c;
      font-weight: bold;
      margin-bottom: 5px; }
    .div_step_Container .Container-progessbar li:first-child:after {
      display: none; }
    .div_step_Container .Container-progessbar li.active:before, .div_step_Container .Container-progessbar li.active::after {
      background-color: #2C82DE;
      color: #fff;
      border-color: #2C82DE; }
    .div_step_Container .Container-progessbar li.false:before, .div_step_Container .Container-progessbar li.false::after {
      background-color: #EA2027;
      color: #fff;
      border-color: #EA2027; }

/*  FORM
--------------------------------------------------------*/
.form-group {
  margin-bottom: 15px; }
  .form-group label.title .am-text-danger {
    font-weight: 900; }
  .form-group .form-field:not([type=radio]):not([type=checkbox]), .form-group .am-selected-btn {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #aaa;
    transition: all .2s;
    background: #fff; }
    .form-group .form-field:not([type=radio]):not([type=checkbox]):-webkit-autofill, .form-group .form-field:not([type=radio]):not([type=checkbox]):-webkit-autofill:hover, .form-group .form-field:not([type=radio]):not([type=checkbox]):-webkit-autofill:focus, .form-group .form-field:not([type=radio]):not([type=checkbox]):-webkit-autofill:active, .form-group .am-selected-btn:-webkit-autofill, .form-group .am-selected-btn:-webkit-autofill:hover, .form-group .am-selected-btn:-webkit-autofill:focus, .form-group .am-selected-btn:-webkit-autofill:active {
      -webkit-text-fill-color: #000;
      -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
      box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
      transition: background-color 5000s ease-in-out 0s; }
    .form-group .form-field:not([type=radio]):not([type=checkbox]):hover, .form-group .form-field:not([type=radio]):not([type=checkbox]):active, .form-group .am-selected-btn:hover, .form-group .am-selected-btn:active {
      border: 1px solid #000;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
    .form-group .form-field:not([type=radio]):not([type=checkbox])[readonly], .form-group .am-selected-btn[readonly] {
      display: inline-block;
      width: auto;
      background: transparent;
      border-color: transparent;
      pointer-events: none;
      padding: 0;
      opacity: 1; }
  @media (min-width: 600px) {
    .form-group.inline {
      display: flex; }
      .form-group.inline .title {
        flex: 0 0 120px;
        text-align: right;
        padding-right: 10px; }
      .form-group.inline .content {
        flex: 1; } }
  .form-group.form-error label.title {
    color: #dd514c;
    font-weight: bold; }
  .form-group.form-error .form-field:not([type=radio]):not([type=checkbox]), .form-group.form-error .am-selected-btn {
    border-color: #dd514c; }
  .form-group.form-error .div_radio label span {
    border: 1px solid #dd514c; }

select[readonly] {
  appearance: none; }

.div_Edit_UserData:not(.inEdit) .form-group, .div_Edit_AppUserData:not(.inEdit) .form-group {
  margin-bottom: 5px; }
.div_Edit_UserData .form-group, .div_Edit_AppUserData .form-group {
  display: flex; }
  .div_Edit_UserData .form-group .title, .div_Edit_AppUserData .form-group .title {
    flex: 0 0 85px;
    text-align: right; }
  .div_Edit_UserData .form-group .content, .div_Edit_AppUserData .form-group .content {
    flex: 1; }
    .div_Edit_UserData .form-group .content input:not([type=radio]):not([type=checkbox]), .div_Edit_AppUserData .form-group .content input:not([type=radio]):not([type=checkbox]) {
      width: 100% !important; }

.div_radio input[type="radio"] {
  display: none; }
.div_radio.block label, .div_radio.block label span {
  display: block;
  width: 100%; }
.div_radio label, .div_radio label span {
  display: inline-block; }
.div_radio label span {
  padding: 7px 12px;
  cursor: pointer;
  font-weight: normal;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  line-height: 1.5; }
  .div_radio label span:hover {
    color: #444;
    background: #f1f1f1;
    border-color: #888; }
  .div_radio label span:before {
    content: "\f096";
    font-family: FontAwesome;
    margin-right: 7px; }
.div_radio input:checked + span {
  color: #2C82DE;
  border: 1px solid #2C82DE !important;
  font-weight: bold;
  background: #FFF; }
  .div_radio input:checked + span:before {
    content: "\f046";
    font-weight: normal; }

.btn_desc_xs {
  border-radius: 30px;
  border: 1px solid #2196f3;
  color: #2196f3;
  background: transparent;
  font-size: 80%;
  padding: 2px 10px;
  margin-left: 10px;
  float: right; }
@media (min-width: 600px) and (max-width: 699px) {
  .btn_desc_xs {
    float: none;
    display: block;
    margin-left: 22px;
    margin-top: 5px; } }

  .btn_desc_xs:hover, .btn_desc_xs:focus {
    color: #fff;
    background: #2196f3; }

.div_SignStatus {
  padding: 15px;
  background-color: #edf0f7;
  border-color: #dfdfdf;
  border-left: 5px solid #2C82DE; }
  .div_SignStatus .title {
    color: #2C82DE; }

.div_AppUser {
  display: inline-block;
  border: 1px solid #AAA;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  margin-right: 15px; }
  .div_AppUser .btn_delAppUser {
    background: #AAA;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 30px;
    margin-bottom: 12px;
    font-size: 15px; }
    .div_AppUser .btn_delAppUser:hover, .div_AppUser .btn_delAppUser:focus {
      background: #777; }

/*	報名清單
--------------------------------------------------------*/
.div_serCount {
  background: #e5e8ef;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 2px; }
  .div_serCount .div_li {
    margin-right: 10px; }
    .div_serCount .div_li + .div_li {
      border-left: 1px solid #b2bacf;
      padding-left: 10px; }

.div_pageUserTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .div_pageUserTitle .title {
    padding: 15px 0px;
    margin: 0;
    margin-right: 20px; }
  .div_pageUserTitle .menu ul {
    margin: 0;
    padding: 0;
    display: flex; }
    .div_pageUserTitle .menu ul li + li {
      padding-left: 10px; }
    .div_pageUserTitle .menu ul a {
      color: #444;
      background: #e5e8ef;
      padding: 7px 30px;
      border-radius: 50px; }
      .div_pageUserTitle .menu ul a.active {
        color: #fff;
        background: #ec4611; }
      .div_pageUserTitle .menu ul a:hover:not(.active), .div_pageUserTitle .menu ul a:focus:not(.active) {
        background: #cacfda; }
  @media (max-width: 600px) {
    .div_pageUserTitle.div_pageUserTitle {
      padding: 15px 15px 0px; }
    .div_pageUserTitle .title {
      padding: 0; }
    .div_pageUserTitle .menu {
      margin-top: 10px; }
      .div_pageUserTitle .menu ul a {
        padding: 7px 15px;
        font-size: 15px; } }

.RasUserList_ClubName {
  border-left: 5px solid #2C82DE;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #2C82DE;
  font-size: 18px; }

.div_UserList_Subtitle {
  font-size: 13px;
  color: #A9A9A9;
  font-weight: bold;
  /* font-size: 12px; */
  margin: 0; }

.ul_eachClubUserList {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 7px; }
  .ul_eachClubUserList .li_user {
    float: left;
    color: #555; }
    .ul_eachClubUserList .li_user.isPay_N {
      color: #ec4611;
      font-weight: bold; }
    .ul_eachClubUserList .li_user + .li_user::before {
      content: '、'; }

#ulRasUser {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }

@media (min-width: 768px) {
  #ulRasUser > li {
    flex-basis: 33%;
    margin-bottom: 30px;
    padding-right: 30px; } }
@media (min-width: 640px) and (max-width: 767px) {
  #ulRasUser > li {
    flex-basis: 50%;
    margin-bottom: 30px;
    padding-right: 30px; } }
/*	SignupDetailForm 詳細報名表
--------------------------------------------------------*/
.SignupDetailForm {
  background: #f7f7f7; }
  .SignupDetailForm .btn {
    border-radius: 3px; }
  .SignupDetailForm .am-btn-lg {
    padding: 10px 25px; }
  .SignupDetailForm .btn-border {
    background: #FFF;
    border: 1px solid #ddd;
    color: #444; }
    .SignupDetailForm .btn-border:hover, .SignupDetailForm .btn-border:focus {
      background: #F7F7F7;
      color: #000; }
  .SignupDetailForm #ACT_form {
    background: #fff;
    margin: 10px auto 30px;
    padding: 20px 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media (min-width: 601px) {
      .SignupDetailForm #ACT_form {
        padding: 30px; } }
  .SignupDetailForm #btnSubmit {
    min-width: 130px; }
  .SignupDetailForm .am-form-field {
    padding: 10px 15px;
    border-radius: 3px;
    transition: all .2s;
    font-size: 16px; }
    .SignupDetailForm .am-form-field:hover, .SignupDetailForm .am-form-field:focus {
      border-color: #666;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
    .SignupDetailForm .am-form-field[readonly] {
      display: inline-block;
      width: auto;
      background-color: transparent !important;
      border-color: transparent;
      pointer-events: none;
      padding-left: 0; }
  .SignupDetailForm select.am-form-field {
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat 100% center;
    padding-right: 25px; }
  .SignupDetailForm input[type=radio] + span, .SignupDetailForm input[type=checkbox] + span {
    font-weight: normal; }
  .SignupDetailForm input[type=radio]:not(:checked)[readonly] + span, .SignupDetailForm input[type=checkbox]:not(:checked)[readonly] + span {
    opacity: 0.45;
    color: #505050; }

/*	表單
--------------------------------------------------------*/
@media (min-width: 601px) {
  .div_fieldsetContent {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }

  .div_fieldsetContent_li {
    padding-right: 20px;
    flex: 1 0 50%;
    border-bottom: 1px dotted #ccc; }
    .div_fieldsetContent_li .form_group {
      display: flex;
      margin: 0;
      height: 100%; }
      .div_fieldsetContent_li .form_group .form_label {
        flex: 0 0 120px;
        margin: 0;
        background: #eee;
        padding: 10px;
        text-align: right; }
      .div_fieldsetContent_li .form_group .div_field {
        flex: 1;
        padding: 10px; } }
/*  Cropper 圖片模組
--------------------------------------------------------*/
.div_cropBtnRow {
  background: #555;
  display: flex; }
  .div_cropBtnRow button {
    font-size: 13px;
    padding: 5px 12px;
    color: #fff;
    background: #444;
    border: 1px solid;
    border-color: transparent;
    transition: .15s; }
    .div_cropBtnRow button + button {
      border-left: 1px solid rgba(255, 255, 255, 0.15); }
    .div_cropBtnRow button:hover, .div_cropBtnRow button:focus {
      background: #111; }

.pageGroup {
  font-size: 15px;
  max-width: 1400px;
  margin: 0 auto 30px; }
  .pageGroup .am-panel {
    border: 0;
    box-shadow: none; }

.div_searchGroup {
  display: flex; }

.selectWrap {
  position: relative;
  display: block;
  height: 38px;
  overflow: hidden; }
  .selectWrap select {
    outline: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background-image: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 15px 0 5px;
    cursor: pointer; }

/*	價格方案
--------------------------------------------------------*/
#div_ApplFeeList {
  display: flex;
  flex-wrap: wrap; }

.div_FeeKind {
  border: 1px solid #c9c9c9;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 15px;
  transition: .15s; }
  .div_FeeKind .title {
    font-size: 16px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px; }
  .div_FeeKind .ul_UseFor {
    padding: 0 5px;
    margin-bottom: 10px; }
  .div_FeeKind:hover, .div_FeeKind:focus {
    border: 1px solid #444; }
    .div_FeeKind:hover .title, .div_FeeKind:focus .title {
      border-bottom: 1px solid #444; }

/*	繳費方式
--------------------------------------------------------*/
.label_rdoPayType {
  border: 1px solid #c9c9c9;
  padding: 6px 15px;
  border-radius: 4px;
  transition: .15s;
  font-size: 15px;
  font-weight: 400; }
  .label_rdoPayType:hover, .label_rdoPayType:focus {
    border: 1px solid #444;
    color: #333; }

/*  EXCEL清單上傳
--------------------------------------------------------*/
#excel {
  display: none;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333;
  position: fixed;
  z-index: 99; }
  #excel .title {
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #727272;
    color: #fff;
    font-size: 25px;
    position: relative;
    font-weight: 700;
    background: #2C82DE; }
    #excel .title .close {
      position: absolute;
      right: 10px;
      top: 0;
      cursor: pointer;
      transition: all .3s; }
  #excel .btnGroup {
    height: 70px;
    display: flex;
    border-top: 1px solid #ccc;
    padding: 7px;
    background: #f3f3f3;
    position: relative; }
    #excel .btnGroup a, #excel .btnGroup button {
      border-radius: 3px;
      width: 100%;
      line-height: 56px;
      font-size: 18px;
      background: #2C82DE;
      color: #fff;
      border: 0;
      transition: all .35s;
      border: 1px solid #1f70c7; }
      #excel .btnGroup a:hover, #excel .btnGroup a:focus, #excel .btnGroup button:hover, #excel .btnGroup button:focus {
        background: #2175d0; }
    #excel .btnGroup .cancel {
      cursor: pointer;
      width: 100px;
      text-align: center;
      color: #666;
      border: 1px solid #aaa;
      margin-left: 7px;
      background: #fff;
      transition: all .35s; }
      #excel .btnGroup .cancel:hover, #excel .btnGroup .cancel:focus {
        background: #dedede; }

#exceltabel {
  height: calc(100% - 60px - 70px);
  overflow: auto;
  position: relative; }

/*  清單上傳.END
--------------------------------------------------------*/
.div_BeneficiaryAccount {
  background: #ededed;
  padding: 10px; }

.div_AMT_Postdata .input-group {
  text-align: left;
  margin-bottom: 15px; }
  .div_AMT_Postdata .input-group input:not([type=radio]):not([type=checkbox]), .div_AMT_Postdata .input-group select, .div_AMT_Postdata .input-group textarea, .div_AMT_Postdata .input-group .am-selected-btn {
    display: block;
    width: 100%;
    padding: 9px 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #b7b7b7; }
    .div_AMT_Postdata .input-group input:not([type=radio]):not([type=checkbox])[readonly], .div_AMT_Postdata .input-group select[readonly], .div_AMT_Postdata .input-group textarea[readonly], .div_AMT_Postdata .input-group .am-selected-btn[readonly] {
      padding: 5px 0;
      border-color: transparent;
      pointer-events: none;
      box-shadow: none;
      background-color: transparent; }
      .div_AMT_Postdata .input-group input:not([type=radio]):not([type=checkbox])[readonly]:-webkit-autofill, .div_AMT_Postdata .input-group input:not([type=radio]):not([type=checkbox])[readonly]:-webkit-autofill:hover, .div_AMT_Postdata .input-group input:not([type=radio]):not([type=checkbox])[readonly]:-webkit-autofill:focus, .div_AMT_Postdata .input-group select[readonly]:-webkit-autofill, .div_AMT_Postdata .input-group select[readonly]:-webkit-autofill:hover, .div_AMT_Postdata .input-group select[readonly]:-webkit-autofill:focus, .div_AMT_Postdata .input-group textarea[readonly]:-webkit-autofill, .div_AMT_Postdata .input-group textarea[readonly]:-webkit-autofill:hover, .div_AMT_Postdata .input-group textarea[readonly]:-webkit-autofill:focus, .div_AMT_Postdata .input-group .am-selected-btn[readonly]:-webkit-autofill, .div_AMT_Postdata .input-group .am-selected-btn[readonly]:-webkit-autofill:hover, .div_AMT_Postdata .input-group .am-selected-btn[readonly]:-webkit-autofill:focus {
        border: 1px solid white;
        -webkit-box-shadow: 0 0 0px 100px #fff inset !important; }
  .div_AMT_Postdata .input-group select.w-auto {
    width: auto; }
  .div_AMT_Postdata .input-group [type=radio] + .title, .div_AMT_Postdata .input-group [type=checkbox] + .title {
    font-size: 17px;
    font-weight: normal; }
.div_AMT_Postdata .d-flex-sm .content.inline input, .div_AMT_Postdata .d-flex-sm .content.inline select {
  margin-bottom: 5px; }
@media (min-width: 480px) {
  .div_AMT_Postdata .d-flex-sm {
    display: flex;
    flex-wrap: wrap; }
    .div_AMT_Postdata .d-flex-sm label {
      flex: 110px 0 0;
      padding-right: 10px;
      text-align: right; }
      .div_AMT_Postdata .d-flex-sm label.longLabel {
        flex: 180px 0 0; }
        .div_AMT_Postdata .d-flex-sm label.longLabel + .content {
          flex: calc(100% - 180px) 1 1; }
    .div_AMT_Postdata .d-flex-sm .content {
      flex: calc(100% - 110px) 1 1; }
      .div_AMT_Postdata .d-flex-sm .content.inline input, .div_AMT_Postdata .d-flex-sm .content.inline select {
        display: inline-block;
        width: auto;
        margin-bottom: 0; } }

/*.am-table>tbody>tr.tr_user>td {
	// font-weight: bold;
}*/
.am-table > tbody > tr.tr_AppUser > td {
  border-top: 0px;
  color: #2183d7; }

/*	團報單管理
--------------------------------------------------------*/
.div_OrderList {
  background: #f1f5ff;
  padding: 15px;
  border-radius: 5px; }

#drp_OrderList {
  padding: 3px;
  border: 1px solid #6C6C6C;
  border-radius: 3px;
  background: #FFF; }

#div_OrderList_Info ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
#div_OrderList_Info li {
  border-left: 1px solid #6C6C6C;
  padding: 3px 10px; }
  @media (max-width: 479px) {
    #div_OrderList_Info li .title {
      display: block; } }

.div_OrderList_Empty {
  cursor: pointer;
  margin: 20px 0 5px;
  padding: 20px;
  border: 2px dashed #cfcfcf;
  border-radius: 10px;
  color: #999;
  width: 100%;
  transition: all .2s; }
  .div_OrderList_Empty:hover {
    border: 2px dashed #a9a9a9;
    color: #333; }

body.page_LineBind_group {
  background: #f7f7f7;
  line-height: 1.8; }
  body.page_LineBind_group .wrap {
    margin: 20px auto;
    max-width: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08); }
  body.page_LineBind_group .div_ACTINFO {
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 18px; }
  body.page_LineBind_group .div_desc {
    color: #666; }

/*	LOADING
--------------------------------------------------------
#div_mainContent{
	position: relative;
	z-index: 1;
}

/*	MENU
--------------------------------------------------------*/
/*	獎項&得獎名單
--------------------------------------------------------*/
.div_award {
  margin-bottom: 50px; }

.AWARDNAME {
  font-size: 20px;
  margin: 0 auto;
  text-align: center; }

.awardRule {
  padding: 10px 15px;
  font-size: 13px; }

.table_wrap {
  margin-top: 7px;
  overflow: hidden; }

.table_award {
  width: 100%; }
  .table_award th, .table_award td {
    padding: 10px; }

.table_award_th {
  text-align: center; }

/*	與會人員
--------------------------------------------------------*/
.rasUserSort {
  display: flex; }
  .rasUserSort a {
    cursor: pointer;
    flex: 1;
    text-align: center;
    display: inline-block;
    padding: 8px; }
  .rasUserSort #btnSortClubNa {
    border-radius: 5px 0 0 0; }
  .rasUserSort #btnSortUserGNa {
    border-radius: 0 5px 0 0; }

.page_AwardList #ulRasUser {
  padding: 5px 10px; }
.page_AwardList .RasUserList {
  margin-bottom: 10px; }
  .page_AwardList .RasUserList li {
    padding: 2px 0;
    padding-right: 17px; }
    @media (min-width: 768px) {
      .page_AwardList .RasUserList li {
        min-width: 150px; } }
    .page_AwardList .RasUserList li .spanAppCount {
      font-size: 12px; }
  .page_AwardList .RasUserList > ul {
    margin: 0;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.js_RasUserList_awardSP .clubname {
  background: #00bcd4;
  color: #fff;
  padding: 7px 15px;
  border-radius: 2px;
  font-weight: bold;
  margin: 10px 0 7px; }

/*	RWD
--------------------------------------------------------*/
/*活動說明*/
/*	深色主題
--------------------------------------------------------*/
.theme_dark {
  background: #000;
  background: url(./img/brickwall.jpg) no-repeat fixed top center;
  background-size: cover;
  background: url(./img/crissXcross.jpg) repeat fixed;
  color: #fff;
  /*	獎項&得獎名單
  --------------------------------------------------------*/
  /*	與會人員
  --------------------------------------------------------*/ }
  .theme_dark .fc_main {
    color: #f8c634; }
  .theme_dark a {
    color: #f8c634; }
  .theme_dark .h2 {
    color: #fff; }
  .theme_dark .ACTDESC * {
    color: #fff; }
  .theme_dark .ACTDESC a {
    color: #f8c634; }
    .theme_dark .ACTDESC a:hover, .theme_dark .ACTDESC a:focus {
      color: #fad465; }
  .theme_dark .time_addr {
    background: rgba(255, 255, 255, 0.15); }
  .theme_dark .AWARDNAME {
    color: #f8c634; }
  .theme_dark .table_wrap {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px; }
  .theme_dark .awardRule {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background: #131273;
    color: rgba(255, 255, 255, 0.85); }
  .theme_dark .table_award thead th + th {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .theme_dark .table_award tbody {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .theme_dark .table_award tbody tr + tr {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .theme_dark .table_award tbody tr:nth-child(even) {
      background: rgba(255, 255, 255, 0.08); }
    .theme_dark .table_award tbody tr:hover, .theme_dark .table_award tbody tr:focus {
      background: rgba(255, 255, 255, 0.15); }
    .theme_dark .table_award tbody td + td {
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .theme_dark .table_award_th {
    color: #f8c634;
    background: rgba(29, 58, 142, 0.8); }
  .theme_dark .authcode {
    color: #fff005;
    letter-spacing: .5px; }
  .theme_dark .rasUserSort a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-bottom: 2px solid rgba(255, 255, 255, 0.25); }
    .theme_dark .rasUserSort a.active, .theme_dark .rasUserSort a:hover, .theme_dark .rasUserSort a:focus {
      background: rgba(255, 255, 255, 0.38);
      border-bottom: 2px solid #ffe200; }
    .theme_dark .rasUserSort a + a {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
  .theme_dark #ulRasUser .clubname {
    color: #f8c634; }
  .theme_dark #ulRasUser .spanClubUserCount {
    color: #f8c634;
    margin-left: 3px; }
  .theme_dark .RasUserList {
    border-bottom: 1px solid #272727; }
    .theme_dark .RasUserList li {
      color: #dedede; }
      .theme_dark .RasUserList li.paid {
        color: #6dffd2; }
  .theme_dark .js_RasUserList_awardSP .clubname {
    background: rgba(0, 188, 212, 0.8); }

/*	淺色主題
--------------------------------------------------------*/
.theme_light {
  color: #444;
  /*	獎項&得獎名單
  --------------------------------------------------------*/
  /*	與會人員
  --------------------------------------------------------*/ }
  .theme_light .fc_main {
    color: #3F51B5; }
  .theme_light .ACTPIC1 {
    border-radius: 10px; }
  .theme_light .time_addr {
    background: #efefef;
    border-radius: 10px; }
  .theme_light .AWARDNAME {
    color: #3F51B5; }
  .theme_light .table_wrap {
    border: 1px solid #DEDEDE;
    border-radius: 10px; }
  .theme_light .awardRule {
    background: #F0F0F0;
    color: #666;
    border-top: 1px solid #DEDEDE; }
  .theme_light .table_award thead th + th {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .theme_light .table_award tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .theme_light .table_award tbody tr + tr {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .theme_light .table_award tbody tr:nth-child(even) {
      background: #F0F0F0; }
    .theme_light .table_award tbody tr:hover, .theme_light .table_award tbody tr:focus {
      background: #e8e8e8; }
    .theme_light .table_award tbody td + td {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .theme_light .table_award_th {
    background: #2196f3;
    color: #fff; }
  .theme_light .authcode {
    color: #f35a2a;
    letter-spacing: .5px; }
  .theme_light .rasUserSort a {
    background: #f0f0f0;
    color: #555;
    border-bottom: 3px solid #2196f3; }
    .theme_light .rasUserSort a.active, .theme_light .rasUserSort a:hover, .theme_light .rasUserSort a:focus {
      background: #2196f3;
      color: #fff;
      border-bottom: 3px solid #0067b9; }
    .theme_light .rasUserSort a + a {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
  .theme_light .rasUserSort #btnSortClubNa {
    border-radius: 10px 0 0 0; }
  .theme_light .rasUserSort #btnSortUserGNa {
    border-radius: 0 10px 0 0; }
  .theme_light #ulRasUser .clubname {
    color: #3F51B5; }
  .theme_light #ulRasUser .spanClubUserCount {
    color: #3F51B5;
    margin-left: 3px; }
  .theme_light .RasUserList {
    border-bottom: 1px solid #e4e4e4; }
    .theme_light .RasUserList li.paid {
      color: #00bcd4; }

/*# sourceMappingURL=ActSingup.css.map */
