@charset "UTF-8";
button {
  border: 0;
}

.btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  margin-bottom: 16px;
  border-radius: 12px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

.btn img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.btn1 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  border-radius: 8px;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background: -webkit-linear-gradient(bottom, #df0036, #a20027);
  background: -moz-linear-gradient(bottom, #df0036, #a20027);
  background: -o-linear-gradient(bottom, #df0036, #a20027);
  background: linear-gradient(to top, #df0036, #a20027);
  color: #fff;
}
.btn1:hover, .btn1:active, .btn1:focus {
  color: #fff;
  background: -webkit-linear-gradient(bottom, #078275, #04544b);
  background: -moz-linear-gradient(bottom, #078275, #04544b);
  background: -o-linear-gradient(bottom, #078275, #04544b);
  background: linear-gradient(to top, #078275, #04544b);
}
.btn1 i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.btn1.disabled {
  background: -webkit-linear-gradient(bottom, #ccc, #ccc);
  background: -moz-linear-gradient(bottom, #ccc, #ccc);
  background: -o-linear-gradient(bottom, #ccc, #ccc);
  background: linear-gradient(to top, #ccc, #ccc);
  color: #666;
}

.btn2 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  border-radius: 8px;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background: -webkit-linear-gradient(bottom, #078275, #04544b);
  background: -moz-linear-gradient(bottom, #078275, #04544b);
  background: -o-linear-gradient(bottom, #078275, #04544b);
  background: linear-gradient(to top, #078275, #04544b);
  color: #fff;
}
.btn2:hover, .btn2:active, .btn2:focus {
  color: #fff;
  background: -webkit-linear-gradient(bottom, #df0036, #a20027);
  background: -moz-linear-gradient(bottom, #df0036, #a20027);
  background: -o-linear-gradient(bottom, #df0036, #a20027);
  background: linear-gradient(to top, #df0036, #a20027);
}
.btn2 i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.btn1.disabled {
  background: -webkit-linear-gradient(bottom, #ccc, #ccc);
  background: -moz-linear-gradient(bottom, #ccc, #ccc);
  background: -o-linear-gradient(bottom, #ccc, #ccc);
  background: linear-gradient(to top, #ccc, #ccc);
  color: #666;
}

.btn2.disabled {
  background: -webkit-linear-gradient(bottom, #ccc, #ccc);
  background: -moz-linear-gradient(bottom, #ccc, #ccc);
  background: -o-linear-gradient(bottom, #ccc, #ccc);
  background: linear-gradient(to top, #ccc, #ccc);
  color: #666;
}

.btn-s {
  padding: 8px 16px;
}

.btn-xl {
  padding: 8px 48px;
}

.btn3 {
  cursor: pointer;
  background: -webkit-linear-gradient(bottom, #df0036, #a20027);
  background: -moz-linear-gradient(bottom, #df0036, #a20027);
  background: -o-linear-gradient(bottom, #df0036, #a20027);
  background: linear-gradient(to top, #df0036, #a20027);
  color: #fff;
}
.btn3:hover {
  color: #fff;
  background: #a20027;
}

.btn-line {
  background-color: #5ac826;
}
.btn-line:hover {
  color: #fff;
  background-color: #45a61f;
}

.btn4 {
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid #A20027;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  color: #A20027;
  font-size: 1.1em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn4:hover {
  color: #04544B;
  border: 1px solid #04544B;
}

.btn-outline {
  background: #fff;
  border: 1px solid #A20027;
  color: #A20027;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  color: #A20027;
  background: #04544B;
  border: 1px solid #04544B;
}

.btn-round {
  background: #fff;
  border: 1px solid #A20027;
  color: #A20027;
  border-radius: 99px;
}
.btn-round:hover, .btn-round:active, .btn-round:focus {
  color: #A20027;
  background: #04544B;
  border: 1px solid #04544B;
}

.textBt {
  color: #D9AF79;
  border-bottom: 1px solid #D9AF79;
  cursor: pointer;
}
.textBt:hover, .textBt:active, .textBt:focus {
  color: #04544B;
  border-bottom: 1px solid #04544B;
}

.textBt2 {
  color: #A20027;
  border-bottom: 1px solid #A20027;
  cursor: pointer;
}
.textBt2:hover, .textBt2:active, .textBt2:focus {
  color: #04544B;
  border-bottom: 1px solid #04544B;
}

.g-main {
  width: 100%;
  max-width: 1224px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (max-width: 1224px) {
  .g-main {
    overflow: hidden;
  }
}
.g-main-M {
  width: 100%;
  max-width: 1000px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.g-main-S {
  width: 100%;
  max-width: 640px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.g-main-XS {
  width: 100%;
  max-width: 360px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
  position: relative;
}

.flex-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  position: relative;
}

.disflex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flexauto {
  -webkit-flex: 0 0 auto !important;
     -moz-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.nowarp {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flexalign_cc {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.space-between {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexalign_center {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-21 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 768px) {
  .g-21 {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.g-21-65 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 768px) {
  .g-21-65 {
    -webkit-flex: 0 0 65%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.g-321 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 768px) {
  .g-321 {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .g-321 {
    -webkit-flex: 0 0 33.33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.g-42 {
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 768px) {
  .g-42 {
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.g-1 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.g-basis {
  -webkit-flex-basis: 1;
      -ms-flex-preferred-size: 1;
          flex-basis: 1;
}

.g-auto {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.g-33 {
  -webkit-flex: 0 0 33.33%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 12px;
}

.g-half {
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.g-70 {
  -webkit-flex: 0 0 70%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding: 12px;
}

.g-100 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

label {
  display: block;
  margin: 10px 0;
  padding: 0 10px 0 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
  background: transparent;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.mgc {
  position: relative;
  width: 16px;
  height: 16px;
  background-clip: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -0.15px 0.6px 0 0;
  vertical-align: text-bottom;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc:checked:after {
  content: "";
  display: block;
  height: 4px;
  width: 7px;
  border: 0 solid #333;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 3px;
}

.mgc:disabled {
  opacity: 0.65;
}

.mgc:focus {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 2px #38a7ff;
}

.mgc:checked {
  background-color: #fff;
  border-color: #d7d7d7;
}

.mgc:checked:after {
  border-color: #414141;
}

.mgc-primary {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-primary:checked {
  background-color: #fff;
  border-color: #A20027;
}

.mgc-primary:checked:after {
  border-color: #A20027;
}

.mgc-success {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-success:checked {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.mgc-success:checked:after {
  border-color: #fff;
}

.mgc-info {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-info:checked {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.mgc-info:checked:after {
  border-color: #fff;
}

.mgc-warning {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-warning:checked {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.mgc-warning:checked:after {
  border-color: #fff;
}

.mgc-danger {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-danger:checked {
  background-color: #cf3b3a;
  border-color: #cf3b3a;
}

.mgc-danger:checked:after {
  border-color: #fff;
}

.mgc-mg {
  width: 18px;
  height: 18px;
}

.mgc-mg:checked:after {
  top: 3px;
  left: 3px;
  height: 6px;
  width: 12px;
}

.mgc-lg {
  width: 24px;
  height: 24px;
}

.mgc-lg:checked:after {
  top: 4px;
  left: 4px;
  height: 8px;
  width: 16px;
}

.mgr {
  position: relative;
  width: 16px;
  height: 16px;
  background-clip: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: text-bottom;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr:disabled {
  opacity: 0.65;
}

.mgr:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  -webkit-transition: width 0.25s, height 0.25s;
  -o-transition: width 0.25s, height 0.25s;
  -moz-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}

.mgr:checked:before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 3px 0 0 3px;
}

.mgr:focus {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 2px #38a7ff;
}

.mgr:checked {
  border: 1px solid #555;
}

.mgr:checked:before {
  background-color: #555;
}

.mgr-primary {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-primary:checked {
  border: 1px solid #A20027;
}

.mgr-primary:checked:before {
  background-color: #A20027;
}

.mgr-success {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-success:checked {
  border: 1px solid #5cb85c;
}

.mgr-success:checked:before {
  background-color: #5cb85c;
}

.mgr-info {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-info:checked {
  border: 1px solid #5bc0de;
}

.mgr-info:checked:before {
  background-color: #5bc0de;
}

.mgr-warning {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-warning:checked {
  border: 1px solid #f0ad4e;
}

.mgr-warning:checked:before {
  background-color: #f0ad4e;
}

.mgr-danger {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-danger:checked {
  border: 1px solid #cf3b3a;
}

.mgr-danger:checked:before {
  background-color: #cf3b3a;
}

.mgr-sm {
  width: 20px;
  height: 20px;
}

.mgr-sm:checked:before {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin: 2px 0 0 2px;
}

.mgr-lg {
  width: 24px;
  height: 24px;
}

.mgr-lg:checked:before {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin: 3px 0 0 3px;
}

.mgc-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 41px;
  height: 24px;
  border: 1px solid #dfdfdf;
  outline: 0;
  border-radius: 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #dfdfdf;
}

.mgc-switch:before,
.mgc-switch:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mgc-switch:before {
  width: 39px;
  height: 22px;
  background-color: #fdfdfd;
}

.mgc-switch:after {
  width: 22px;
  height: 22px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mgc-switch:checked {
  border-color: #04be02;
  background-color: #04be02;
}

.mgc-switch:checked:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
}

.mgc-switch:checked:after {
  -webkit-transform: translateX(17px);
  -moz-transform: translateX(17px);
   -ms-transform: translateX(17px);
    -o-transform: translateX(17px);
       transform: translateX(17px);
}

.mgc-sm.mgc-switch {
  height: 20px;
  width: 32px;
}

.mgc-sm.mgc-switch:before {
  height: 18px;
  width: 30px;
}

.mgc-sm.mgc-switch:after {
  width: 18px;
  height: 18px;
}

.mgc-sm.mgc-switch:checked:after {
  top: 0;
  left: 2px;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
   -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
       transform: translateX(10px);
}

.mgc-lg.mgc-switch {
  height: 32px;
  width: 52px;
}

.mgc-lg.mgc-switch:before {
  height: 30px;
  width: 50px;
}

.mgc-lg.mgc-switch:after {
  width: 30px;
  height: 30px;
}

.mgc-lg.mgc-switch:checked:after {
  top: 0;
  left: 2px;
  -webkit-transform: translateX(18px);
  -moz-transform: translateX(18px);
   -ms-transform: translateX(18px);
    -o-transform: translateX(18px);
       transform: translateX(18px);
}

.form-style input[type=text],
.form-style input[type=date],
.form-style input[type=datetime],
.form-style input[type=email],
.form-style input[type=number],
.form-style input[type=search],
.form-style input[type=time],
.form-style input[type=url],
.form-style input[type=tel],
.form-style input[type=password],
.form-style textarea,
.form-style select {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  color: #555;
  border-radius: 4px;
  height: 44px;
}

.form-style textarea {
  min-height: 120px;
}

.form-style input[type=text]:focus,
.form-style input[type=date]:focus,
.form-style input[type=datetime]:focus,
.form-style input[type=email]:focus,
.form-style input[type=number]:focus,
.form-style input[type=search]:focus,
.form-style input[type=time]:focus,
.form-style input[type=url]:focus,
.form-style input[type=tel]:focus,
.form-style input[type=password]:focus,
.form-style textarea:focus,
.form-style select:focus {
  box-shadow: 0 0 5px #A20027;
  border: 1px solid #A20027;
}

.form-style input[type=submit],
.form-style input[type=button] {
  width: 100%;
}

.form-style .error input[type=text],
.form-style .error input[type=date],
.form-style .error input[type=datetime],
.form-style .error input[type=email],
.form-style .error input[type=number],
.form-style .error input[type=search],
.form-style .error input[type=time],
.form-style .error input[type=url],
.form-style .error input[type=password],
.form-style .error input[type=tel],
.form-style .error textarea,
.form-style .error select {
  box-shadow: 0 0 5px #f54747;
  border: 1px solid #f54747;
}

.form-style .error p {
  color: #f54747;
  font-size: 13px;
}

.form-style .disable input[type=text],
.form-style .disable input[type=date],
.form-style .disable input[type=datetime],
.form-style .disable input[type=email],
.form-style .disable input[type=number],
.form-style .disable input[type=search],
.form-style .disable input[type=time],
.form-style .disable input[type=url],
.form-style .disable textarea,
.form-style .disable select {
  background-color: #eee;
  border: 1px solid #eee;
}

.form-style .icon-down {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../image/icon/arrdownIcon.svg) no-repeat right 0.5em center;
  background-color: #fff;
  -o-background-size: 16px;
     background-size: 16px;
}

select::-ms-expand {
  display: none;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #FCF8F2;
  color: #444444;
  font-family: "Noto Sans TC", "Helvetica", "Microsoft JhengHei", Verdana, Arial, sans-serif;
  font-size: medium;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

p {
  margin: 0;
}

a {
  color: #333;
  margin: 0px;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #A20027;
}

a:focus {
  outline: none !important;
  text-decoration: none;
}

button:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #333;
}

:after,
:before {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.circle_box {
  border-radius: 999em;
}

.clear {
  clear: both;
}

/* ------------------------------------ */
.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.img-rwd {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.hide {
  display: none;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.p-red {
  color: #fa5353;
}

.p-green {
  color: #5cb85c;
}

.main-top {
  margin-top: 72px;
  -webkit-transition: margin-top 0.4s;
  -o-transition: margin-top 0.4s;
  -moz-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
}

@media (max-width: 1000px) {
  .main-top {
    margin-top: 72px;
  }
}
.ic {
  position: relative;
  display: inline;
  width: 32px;
  height: 32px;
}

.ic_arr1 {
  -webkit-mask: url("../images/public/ic_arr.svg") no-repeat center;
          mask: url("../images/public/ic_arr.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ic_s {
  background: url(../images/public/ic_smartpush_A.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.animation {
  position: relative;
  width: 100%;
  height: 100vh;
}
.animation .fx {
  width: 100%;
  max-width: 860px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.animation .fx .fx_inner {
  height: 0;
  padding-bottom: 100%;
  background: url(../images/animation/light_fx_fps.png) 0 0 no-repeat;
  background-repeat: no-repeat;
  /*----呼叫動畫名稱 ----*/
  -webkit-animation-name: Fps12p;
     -moz-animation-name: Fps12p;
       -o-animation-name: Fps12p;
          animation-name: Fps12p;
  /*----播放時間----*/
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  /*----影格數----*/
  -webkit-animation-timing-function: steps(12, end);
     -moz-animation-timing-function: steps(12, end);
       -o-animation-timing-function: steps(12, end);
          animation-timing-function: steps(12, end);
  /*----播放次數 ----*/
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  /*----停在最後一格 ----*/
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*----background-size 的寬度值設為 N影格 ×100% ----*/
  -o-background-size: 1200% 100%;
     background-size: 1200% 100%;
  position: relative;
  display: block;
}
.animation .scenes {
  width: 100%;
  max-width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.animation .scenes .scenes_inner {
  height: 0;
  padding-bottom: 100%;
}
.animation .bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.animation .bg .bg_inner {
  height: 0;
  padding-bottom: 100%;
  background: url(../images/animation/light2_fx_fps.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  /*----呼叫動畫名稱 ----*/
  -webkit-animation-name: Fps12p;
     -moz-animation-name: Fps12p;
       -o-animation-name: Fps12p;
          animation-name: Fps12p;
  /*----播放時間----*/
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  /*----影格數----*/
  -webkit-animation-timing-function: steps(12, end);
     -moz-animation-timing-function: steps(12, end);
       -o-animation-timing-function: steps(12, end);
          animation-timing-function: steps(12, end);
  /*----播放次數 ----*/
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  /*----停在最後一格 ----*/
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*----background-size 的寬度值設為 N影格 ×100% ----*/
  -o-background-size: 1200% 100%;
     background-size: 1200% 100%;
  position: relative;
  display: block;
}

.MG_icon {
  width: 100%;
  /*----物件需要顯示的寬高比例 ----*/
  height: 0;
  padding-bottom: 100%;
  /*----逐格動畫圖片檔 ----*/
  background: url(../images/public/ic_smartpush_A.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  /*----呼叫動畫名稱 ----*/
  -webkit-animation-name: Fps12p;
     -moz-animation-name: Fps12p;
       -o-animation-name: Fps12p;
          animation-name: Fps12p;
  /*----播放時間----*/
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  /*----影格數----*/
  -webkit-animation-timing-function: steps(12, end);
     -moz-animation-timing-function: steps(12, end);
       -o-animation-timing-function: steps(12, end);
          animation-timing-function: steps(12, end);
  /*----播放次數 ----*/
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*----停在最後一格 ----*/
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*----background-size 的寬度值設為 N影格 ×100% ----*/
  -o-background-size: 1200% 100%;
     background-size: 1200% 100%;
  position: relative;
  display: block;
}

@-webkit-keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}

@-moz-keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}

@-o-keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}

@keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}
.mod_tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  color: #000;
  cursor: pointer;
}
.mod_tip .active {
  color: red;
}
.mod_tip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  font-size: 15px;
}
.mod_tip .tiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.mod_tip:hover .tiptext {
  visibility: visible;
}
.mod_tip .toggle {
  visibility: visible;
}

.lightbox-target {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 2000;
}

.lightbox-target .content {
  width: 90%;
  height: auto;
  background: #fff;
  color: #333;
  margin: auto;
  margin-top: 6%;
  padding: 8px;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 12px;
}
.lightbox-target .content .lightboxbody {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.lightbox-target .content .title {
  text-align: center;
  font-size: 28px;
  line-height: 52px;
}

.lightbox-target .content {
  max-width: 640px;
  max-height: 460px;
}

@media (max-width: 640px) {
  .lightbox-target .content {
    max-width: 640px;
    max-height: 640px;
  }
}
.lightboxopen {
  display: block;
}

.lightbox-close {
  display: block;
  width: 40px;
  height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #A20027;
  color: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  z-index: 99;
  cursor: pointer;
  border-radius: 99em;
}

.lightbox-close:before,
.lightbox-close:after {
  content: " ";
  display: block;
  height: 24px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 20px;
  top: 8px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lightbox-close:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scale11 {
  height: 0;
  padding-bottom: 100%;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
  position: relative;
}
.scale11 img {
  width: 100%;
}

.scale169 {
  height: 0;
  padding-bottom: 52.5%;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
  position: relative;
}
.scale169 img {
  width: 100%;
}

.ellipsis1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.ellipsis2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.ellipsis3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.videobg {
  width: 100%;
  height: 100vh;
}
.videobg .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-pages {
  margin-top: 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.mod-pages .paginations {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-pages .paginations .pageitem {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: #e5e5e5 solid 1px;
  border-radius: 8px;
  margin: 0 3px;
  background-color: #fff;
  text-align: center;
}
.mod-pages .paginations .active {
  border: 1px solid #A20027;
}
.mod-pages .paginations .active a {
  color: #A20027;
}

.table-normal {
  position: relative;
  margin: 0 auto 20px;
}
.table-normal .table-wrap {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.table-normal table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
}
.table-normal tr:nth-child(even) {
  background: #f9f9f9;
}
.table-normal th,
.table-normal td {
  padding: 8px 4px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.table-normal th {
  background: #00bfa8;
}
.table-normal th span {
  display: block;
  font-size: 13px;
}
.table-normal thead,
.table-normal tfoot {
  background: #f9f9f9;
}

.mod-table-scrollx {
  overflow-x: auto;
  margin: 0 auto 20px;
}
.mod-table-scrollx table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.mod-table-scrollx tr:nth-child(even) {
  background: #f9f9f9;
}
.mod-table-scrollx th,
.mod-table-scrollx td {
  padding: 8px 4px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.mod-table-scrollx th {
  background: #00bfa8;
}
.mod-table-scrollx th span {
  display: block;
  font-size: 13px;
}

.list-decimal {
  padding-left: 24px;
}
.list-decimal li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.list-decimal li li {
  margin-left: 24px;
  list-style-type: disc;
}

.list-disc {
  padding-left: 24px;
}
.list-disc li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.swiper-pagination-bullet-active {
  background: #A20027;
}

.ic {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.ic_search {
  background: url(../images/public/ic_search.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_person {
  background: url(../images/public/ic_person.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_older {
  background: url(../images/public/ic_older.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_notify {
  background: url(../images/public/ic_notify.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_s {
  background: url(../images/public/ic_smartpush_A.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_fb {
  background: url(../images/public/ic_fb.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_fb2 {
  background: url(../images/public/ic_fb2.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_line {
  background: url(../images/public/ic_line.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_line2 {
  background: url(../images/public/ic_line2.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_language {
  background: url(../images/public/ic_language.svg) no-repeat;
  -o-background-size: contain;
     background-size: contain;
  background-position: 0 4px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 32px;
}

.ic_close {
  background: url(../images/public/ic_close.svg) no-repeat center center, #fff;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 50%;
}

.ic_message {
  background: url(../images/public/ic_smartpush.svg) no-repeat center center, #fff;
  -o-background-size: 38px 38px;
     background-size: 38px 38px;
  width: 44px;
  height: 44px;
}

.message_MG {
  width: 100%;
  /*----物件需要顯示的寬高比例 ----*/
  height: 0;
  padding-bottom: 100%;
  /*----逐格動畫圖片檔 ----*/
  background: url(../images/public/ic_smartpush_A.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  /*----呼叫動畫名稱 ----*/
  -webkit-animation-name: Fps12p;
     -moz-animation-name: Fps12p;
       -o-animation-name: Fps12p;
          animation-name: Fps12p;
  /*----播放時間----*/
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  /*----影格數----*/
  -webkit-animation-timing-function: steps(12, end);
     -moz-animation-timing-function: steps(12, end);
       -o-animation-timing-function: steps(12, end);
          animation-timing-function: steps(12, end);
  /*----播放次數 ----*/
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*----停在最後一格 ----*/
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*----background-size 的寬度值設為 N影格 ×100% ----*/
  -o-background-size: 1200% 100%;
     background-size: 1200% 100%;
  position: relative;
  display: block;
}

@keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}
a.sr-only {
  padding: 4px 8px;
  background: #D1A36D;
  color: #FFF;
  position: fixed;
  top: -3rem;
  left: 0;
  -webkit-transition: top 1s ease-out;
  -o-transition: top 1s ease-out;
  -moz-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 210;
}

a.sr-only:focus {
  position: fixed;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  -o-transition: top 0.1s ease-in;
  -moz-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  background: #D1A36D;
  font-weight: 700;
}

.heroheader {
  background: #fff;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-top: 2px solid;
  -moz-border-image: -moz-linear-gradient(left, #AA0225, #AA0225 75%, #004738 75%) 1;
    -o-border-image: -o-linear-gradient(left, #AA0225, #AA0225 75%, #004738 75%) 1;
       border-image: -webkit-linear-gradient(left, #AA0225, #AA0225 75%, #004738 75%) 1;
       border-image: linear-gradient(to right, #AA0225, #AA0225 75%, #004738 75%) 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.heroheader .inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
.heroheader .inner .logobox {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
.heroheader .inner .logobox .logo {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
}
.heroheader .inner .logobox .logo img {
  width: 150px;
  padding-right: 8px;
}
.heroheader .inner .logobox span {
  color: #D1A36D;
  font-size: 1.1em;
  font-weight: 550;
  padding-top: 9px;
  padding-left: 9px;
  vertical-align: top;
  display: inline-block;
  border-left: 1px solid #c4c4c4;
}
.heroheader .inner .navbox {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroheader .inner .navbox .in {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroheader .inner .navbox .in .nav {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.heroheader .inner .navbox .in .member {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.heroheader .inner .navbox .in .channel {
  display: none;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.heroheader .inner .hamburger {
  display: none;
  width: 44px;
  height: 44px;
  background: url(../images/public/ic_hamburger.svg) no-repeat center center;
  -o-background-size: 28px;
     background-size: 28px;
  cursor: pointer;
}
.heroheader .inner .mod-message {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.heroheader .inner .mod-message .ic {
  width: 44px;
  height: 44px;
}

@media (max-width: 1000px) {
  .heroheader .inner {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .heroheader .inner .navbox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #F5F5F5;
    z-index: 999;
  }
  .heroheader .inner .navbox .in {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .heroheader .inner .navbox .in .nav {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .heroheader .inner .navbox .in .member {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 12px;
  }
  .heroheader .inner .navbox .in .channel {
    display: block;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .heroheader .inner .hamburger {
    display: inline-block;
  }
  .heroheader .inner .show {
    display: block;
  }
}
.member {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.member li {
  display: none;
}
.member li:nth-child(1) {
  display: inline;
}

.membernav {
  position: relative;
  cursor: pointer;
}
.membernav .lists {
  position: absolute;
  display: none;
  background-color: #fff;
  width: 128px;
  top: 36px;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 110;
  border-radius: 12px;
  text-align: center;
}
.membernav .lists a {
  line-height: 44px;
  width: 100%;
  display: block;
  color: #333;
}
.membernav .lists a:hover {
  color: #D1A36D;
}
.membernav .lists a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 1000px) {
  .member li {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 8px;
    height: 36px;
  }
  .member li:nth-child(2) {
    margin-left: auto;
  }
  .member li .ic {
    width: 36px;
    height: 36px;
    -o-background-size: 24px;
       background-size: 24px;
    background-position: center 8px;
  }
  .member li span {
    float: right;
    line-height: 36px;
  }
  .member li .close_hamburger .ic {
    -o-background-size: 18px;
       background-size: 18px;
    background-position: center center;
  }
  .membernav .lists {
    right: -88px;
  }
}
.nav-title {
  display: none;
}

@media (max-width: 1000px) {
  .nav-title {
    display: block;
    background: #E1E1E1;
    padding: 4px 12px;
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
  }
}
.font0 {
  font-size: 0em;
}

.mod-language {
  cursor: pointer;
  position: relative;
}
.mod-language .language-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 88px;
  top: 100%;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 110;
  border-radius: 12px;
  overflow: hidden;
}
.mod-language .language-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.mod-language .language-content a:hover {
  background-color: #ddd;
}

.mod-message {
  cursor: pointer;
  position: relative;
}
.mod-message .message-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 260px;
  top: 100%;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 110;
  padding: 8px;
}
.mod-message .message-content .bt {
  display: block;
  color: #E40439;
  text-align: center;
}

.mod-content-card {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.mod-content-card .pic {
  -webkit-flex: 0 0 88px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  margin-right: 4px;
}
.mod-content-card .content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mod-content-card .content .time {
  font-size: 0.8em;
  text-align: right;
  color: #999;
}

.loginbt {
  background-color: rgb(241, 241, 241);
  color: #333;
  padding: 8px 24px;
  border-radius: 50px;
}
.loginbt:hover {
  color: #D1A36D;
}

@media (max-width: 1000px) {
  .loginbt {
    display: inline-block;
  }
}
.channel {
  font-size: 1.1em;
}
.channel a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.channel a:hover {
  color: #D1A36D;
}
.channel a .pic {
  -webkit-flex: 0 0 52px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  margin-right: 8px;
}
.channel a p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 12px;
}

.nav {
  display: block;
  background: #fff;
  font-size: 1.1em;
  /*menu層style*/
  /*第一層style*/
  /*第二層style*/
  /*第三層style*/
}
.nav .menu li {
  position: relative;
}
.nav .menu a {
  padding-left: 20px;
  line-height: 52px;
  font-weight: 550;
  color: #333;
}
.nav .menu a:hover {
  color: #D1A36D;
}
.nav .active {
  color: #D1A36D;
}
.nav .subhide {
  display: none;
}
.nav .open {
  display: block;
}
.nav .menu > li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.nav .sub-menu {
  background-color: #fcfcfc;
}
.nav .sub-menu a {
  font-weight: normal;
  padding-left: 40px;
}
.nav .sub-menu ul {
  background-color: #f6f6f6;
}
.nav .sub-menu ul a {
  font-size: 0.9em;
  color: #555;
  padding-left: 60px;
}
.nav .sub-menu ul ul a {
  padding-left: 56px;
}
.nav .toggleIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 44px;
  background: url(../images/public/ic_plus.svg) no-repeat;
  background-position: right 24px top 50%;
  margin-top: 5px;
  -o-background-size: 16px;
     background-size: 16px;
}
.nav .closebt {
  background: url(../images/public/ic_minus.svg) no-repeat;
  background-position: right 24px top 50%;
  -o-background-size: 16px;
     background-size: 16px;
}

/* nav pc版顯示*/
@media screen and (min-width: 1000px) {
  .nav {
    background: #fff;
    /*PC所有層基本style*/
    /*pc menu層style*/
    /*pc 第一層style*/
    /*pc 第二層style*/
    /*pc 第三層style*/
  }
  .nav .menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav .menu li {
    position: relative;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
    padding: 0 12px;
  }
  .nav .menu a {
    line-height: 40px;
    padding-left: 0px;
  }
  .nav .subhide {
    display: block;
  }
  .nav .open {
    display: block;
  }
  .nav .menu > li a {
    display: block;
    border-bottom: 0px;
  }
  .nav .sub-menu {
    background: url(../images/public/megamenu_bg.jpg) no-repeat;
    -o-background-size: cover;
       background-size: cover;
    background-position: bottom;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 12px 6px 32px;
  }
  .nav .sub-menu li {
    float: none;
    width: 15%;
    padding: 0 4px;
    display: inline-block;
    vertical-align: top;
  }
  .nav .sub-menu li a {
    font-weight: normal;
    padding-left: 0px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/public/ic_nav.svg) no-repeat center left;
    text-align: left;
    padding-left: 12px;
  }
  .nav .sub-menu li a[href="javascript:void(0)"]:hover {
    color: #333;
    cursor: text;
  }
  .nav .sub-menu ul {
    background-color: transparent;
  }
  .nav .sub-menu ul li {
    width: 100%;
  }
  .nav .sub-menu ul li a {
    font-size: 0.9em;
    padding-left: 0px;
    border-bottom: 0;
    background: none;
  }
  .nav .sub-menu ul li a:hover {
    color: #D1A36D;
  }
  .nav .sub-menu ul ul {
    background-color: #f5f5f5;
  }
  .nav .sub-menu ul ul a {
    padding-left: 0px;
  }
  .toggleIcon {
    display: none;
  }
  .closebt {
    display: none;
  }
  .mega {
    position: static !important;
  }
  .mega > .subhide {
    display: none;
  }
  .mega > .open {
    display: block;
  }
}
footer {
  background: #444444;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
footer p {
  width: 100%;
  max-width: 1260px;
  padding: 12px;
  margin: 0 auto;
}
footer .copywriter {
  background-color: #CF092C;
}

.roundpic {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid rgb(235, 235, 235);
}

.roundpic.line {
  border: 2px solid #7cd231;
}

.bg1 {
  width: 100%;
  height: 100%;
  max-width: 360px;
  max-height: 360px;
  border-radius: 50%;
  background: -webkit-radial-gradient(circle, rgb(255, 219, 168) 0%, rgba(252, 248, 242, 0) 70%);
  background: -moz-radial-gradient(circle, rgb(255, 219, 168) 0%, rgba(252, 248, 242, 0) 70%);
  background: -o-radial-gradient(circle, rgb(255, 219, 168) 0%, rgba(252, 248, 242, 0) 70%);
  background: radial-gradient(circle, rgb(255, 219, 168) 0%, rgba(252, 248, 242, 0) 70%);
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: breathe 6s ease-in-out infinite;
     -moz-animation: breathe 6s ease-in-out infinite;
       -o-animation: breathe 6s ease-in-out infinite;
          animation: breathe 6s ease-in-out infinite;
  z-index: -1;
}

@media (max-width: 768px) {
  .bg1 {
    width: 70vw;
    height: 70vw;
    max-width: none;
    max-height: none;
  }
}
@-webkit-keyframes breathe {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.5);
            transform: translateX(-50%) scale(1.5);
    opacity: 0.95;
  }
}
@-moz-keyframes breathe {
  0%, 100% {
    -moz-transform: translateX(-50%) scale(1);
         transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    -moz-transform: translateX(-50%) scale(1.5);
         transform: translateX(-50%) scale(1.5);
    opacity: 0.95;
  }
}
@-o-keyframes breathe {
  0%, 100% {
    -o-transform: translateX(-50%) scale(1);
       transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    -o-transform: translateX(-50%) scale(1.5);
       transform: translateX(-50%) scale(1.5);
    opacity: 0.95;
  }
}
@keyframes breathe {
  0%, 100% {
    -webkit-transform: translateX(-50%) scale(1);
       -moz-transform: translateX(-50%) scale(1);
         -o-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.5);
       -moz-transform: translateX(-50%) scale(1.5);
         -o-transform: translateX(-50%) scale(1.5);
            transform: translateX(-50%) scale(1.5);
    opacity: 0.95;
  }
}
.state {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 16px;
  color: #fff;
  background-color: #fa8c16;
  border-radius: 8px;
  padding: 2px 12px;
}

@media (max-width: 640px) {
  .state {
    font-size: 14px;
  }
}
.kvSwiper {
  padding: 24px 0;
  margin-bottom: 24px;
}

.kv {
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  position: relative;
  display: block;
}
.kv img {
  border-radius: 16px;
}

.title1 {
  font-size: 2em;
  color: #444444;
  text-align: center;
  padding: 16px 0;
}

.title2 {
  font-size: 1.5em;
  border-left: 4px solid #A20027;
  color: #444444;
  padding-left: 12px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 12px;
}

.title3 {
  font-size: 1.4em;
  color: #444444;
  text-align: center;
  padding: 16px 0;
  font-weight: bold;
}

.text1 {
  color: #444;
}

.ic_bookmark {
  -webkit-mask: url("../images/ic_bookmark.svg") no-repeat center;
          mask: url("../images/ic_bookmark.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #A20027;
  width: 16px;
  height: 16px;
}
.ic_bookmark:hover {
  background-color: #04544B;
}

.bookmark {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 99%;
  cursor: pointer;
}

.card1 {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  background-color: white;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  margin-bottom: 12px;
}
.card1:hover {
  box-shadow: rgba(252, 239, 219, 0.3) 0px 1px 2px 0px, rgba(252, 239, 219, 0.15) 0px 1px 3px 1px;
}

.card1 .top-image {
  position: relative;
  width: 100%;
  aspect-ratio: 350/146;
  overflow: hidden;
}
.card1 .top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.card1 .content {
  padding: 16px;
}

.card1 .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #444444;
}
.card1 .title:hover {
  color: #A20027;
}

.card1 .description {
  color: #999;
  line-height: 1.4;
  max-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 4px;
}

.card1 .speaker {
  font-size: 14px;
  color: #D9AF79;
  margin-top: 8px;
}

.card1 .time-location {
  font-size: 13px;
  color: #333;
  margin-top: 4px;
}

.card2 {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 12px;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  margin-bottom: 12px;
}
.card2:hover {
  box-shadow: rgba(252, 239, 219, 0.3) 0px 1px 2px 0px, rgba(252, 239, 219, 0.15) 0px 1px 3px 1px;
}

.card2 .image {
  position: relative;
  width: 100%;
  -webkit-flex: 0 0 44%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
}
.card2 .image .inner {
  height: 0;
  padding-bottom: 41.66%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.card2 .image .inner img {
  -o-object-fit: cover;
     object-fit: cover;
}

.card2 .text-content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 8px;
}

.card2 .title {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 2px;
  width: 100%;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.card2 .title:hover {
  color: #A20027;
}

.card2 .description {
  color: #999;
  line-height: 1.4;
  max-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 4px;
}

.card2 .speaker {
  font-size: 14px;
  color: #D9AF79;
}

.card2 .time-location {
  font-size: 13px;
  color: #333;
}

.card3 {
  width: 100%;
  background-color: white;
  border-radius: 16px;
  margin-top: 80px;
  padding: 80px 16px 16px;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  text-align: center;
  position: relative;
}
.card3 .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid white;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
}
.card3 .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card3 .inner {
  width: 100%;
}
.card3 .inner .badge {
  display: inline-block;
  background-color: #fff4d6;
  color: #a58c44;
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-top: -24px;
  margin-bottom: 8px;
}
.card3 .inner .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.card3 .inner .description {
  color: #444;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: left;
}

.card4 {
  width: 100%;
  background-color: white;
  border-radius: 16px;
  padding: 16px;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.card4 .avatar {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid white;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  background-color: white;
}
.card4 .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card4 .inner {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8px;
}
.card4 .inner .badge {
  display: inline;
  background-color: #fff4d6;
  color: #a58c44;
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-top: -24px;
  margin-bottom: 8px;
}
.card4 .inner .name {
  display: inline;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.card4 .inner .description {
  color: #444;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: left;
  margin-top: 4px;
}

.card5 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.card5 .top-image {
  position: relative;
  width: 100%;
  aspect-ratio: 350/146;
  overflow: hidden;
}
.card5 .top-image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.card5 .content {
  padding: 16px 0;
}
.card5 .content .title {
  font-weight: bold;
  font-size: 2em;
  color: #444444;
}
.card5 .content .title:hover {
  color: #A20027;
}
.card5 .content h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #04544B;
  margin-bottom: 8px;
}
.card5 .content .speaker {
  color: #D9AF79;
  margin-top: 8px;
}
.card5 .content .description {
  color: #999;
  line-height: 1.4;
  max-height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 4px;
}
.card5 .content .time-location {
  font-size: 13px;
  color: #333;
  margin-top: 4px;
}

.card6 {
  width: 100%;
  background-color: white;
  border-radius: 16px;
  padding: 16px;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  position: relative;
}
.card6 p {
  font-size: 1.2em;
  font-weight: bold;
  padding: 8px;
}

.card7 {
  width: 100%;
  background-color: white;
  border-radius: 16px;
  margin-top: 80px;
  padding: 80px 16px 16px;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}
.card7 .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid white;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
}
.card7 .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card7 .inner {
  width: 100%;
}
.card7 .inner .badge {
  display: inline-block;
  background-color: #fff4d6;
  color: #a58c44;
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-top: -24px;
  margin-bottom: 8px;
}
.card7 .inner .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.card7 .inner .description {
  color: #444;
  line-height: 1.5;
  text-align: left;
  height: 100%;
  max-height: 140px;
  overflow-y: auto;
}

.card8 {
  width: 100%;
  position: relative;
  max-height: 120px;
  overflow-y: auto;
}

.card9 {
  text-align: center;
}
.card9 p {
  font-size: 2.5em;
}

.card10 {
  width: 100%;
  background-color: white;
  border-radius: 16px;
  padding: 16px;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  position: relative;
  margin-bottom: 12px;
}
.card10 .title {
  font-weight: bold;
  font-size: 2em;
  color: #444444;
}
.card10 .title:hover {
  color: #A20027;
}
.card10 h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #04544B;
  margin-bottom: 8px;
}
.card10 .speaker {
  color: #D9AF79;
  margin-top: 8px;
}

.edit {
  width: 100%;
  background-color: white;
  border-radius: 16px;
  padding: 16px;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  position: relative;
}

.list1 {
  padding: 12px 0;
  border-radius: 8px;
}

.list1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.list1 .item:last-child {
  margin-bottom: 0;
}

.list1 .icon {
  width: 36px;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #e5e5e5;
}
.list1 .icon img {
  width: 24px;
  height: 24px;
}

/* swiper樣式 */
.lecturerSwiper-wrap {
  position: relative;
  margin-bottom: 48px;
}

.myswiper-button-next,
.myswiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.myswiper-button-next::before,
.myswiper-button-prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #A20027;
  border-right: 2px solid #A20027;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.myswiper-button-next:hover::before,
.myswiper-button-prev:hover::before {
  border-color: #04544B; /* 深紅色，可改其他色碼 */
}

.myswiper-button-next::before {
  margin-right: 4px;
}

.myswiper-button-prev::before {
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: -4px;
}

.myswiper-button-next {
  right: -4%; /* 往右移出 swiper */
}

.myswiper-button-prev {
  left: -4%; /* 往左移出 swiper */
}

@media (max-width: 1280px) {
  .myswiper-button-next {
    right: -8px; /* 往右移出 swiper */
  }
  .myswiper-button-prev {
    left: -8px; /* 往左移出 swiper */
  }
}
/* hotswiper樣式 */
.hotswiper-pagination-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 24px;
  /* 每個頁碼按鈕 */
}
.hotswiper-pagination-wrapper .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  opacity: 1;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
}
.hotswiper-pagination-wrapper .swiper-pagination-bullet-active {
  border: 1px solid #A20027;
  color: #A20027;
  font-weight: bold;
}
.hotswiper-pagination-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.hotswiper-pagination-wrapper .swiper-button-disabled {
  color: #bbbbbb;
}

.hotswiper-button-prev,
.hotswiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
  font-size: 28px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
}

.hotswiper-button-prev::before {
  content: "‹";
}

.hotswiper-button-next::before {
  content: "›";
}

.hotswiper-pagination {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

/* hotswiper樣式結束 */
.options {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 24px;
}

.sociel {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sociel .icon {
  width: 32px;
  height: 32px;
  -webkit-flex: 0 0 32px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.bento-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 16px;
}

/* 左側固定高度 */
.div1 {
  height: 100%; /* 撐滿整列 */
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; /* 預設放最後 */
  display: block;
}

/* 右側垂直排列 */
.right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.right .div3 img {
  border-radius: 16px;
}
.right .div4 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 自動撐滿剩餘高度 */
  overflow: auto;
}

@media (max-width: 768px) {
  .bento-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    height: auto;
  }
  .div1 {
    height: auto;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .right {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
  }
}
.menu2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 8px;
  border-radius: 8px;
  margin: 24px 0;
}
.menu2 .menu-btn {
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: rgba(252, 239, 219, 0.8) 0px 13px 27px -5px, rgba(252, 239, 219, 0.3) 0px 8px 16px -8px;
  color: #666;
  font-size: 1.1em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu2 .menu-btn:hover {
  color: #9c0023;
  border: 1px solid #9c0023;
}
.menu2 .active {
  color: #9c0023;
  border: 1px solid #9c0023;
  background-color: #fff;
}

.btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.memberCard {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  font-family: sans-serif;
  margin-bottom: 12px;
}

.member-info {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}

.member-text {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #ccc;
}
.member-text .contact {
  color: #999;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.member-text .contact .item {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.member-text .contact .item i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.member-status {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #63b000;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding: 12px;
  min-width: 92px;
}

.noshow {
  color: #A20027;
}

.name {
  font-weight: bold;
  color: #222;
  margin-bottom: 8px;
}

.member-tags {
  padding-top: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tag {
  background: #eef6ff;
  color: #003d7c;
  border-radius: 12px;
  padding: 6px 12px;
  font-size: 14px;
}

.container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  max-width: 400px;
  width: 100%;
  -webkit-animation: slideUp 0.6s ease-out;
     -moz-animation: slideUp 0.6s ease-out;
       -o-animation: slideUp 0.6s ease-out;
          animation: slideUp 0.6s ease-out;
  margin: 0 auto;
}

@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes slideUp {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
         transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes slideUp {
  from {
    opacity: 0;
    -o-transform: translateY(30px);
       transform: translateY(30px);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.subtitle {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.5;
}

.otp-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.otp-input {
  width: 50px;
  height: 50px;
  border: 2px solid #e1e5e9;
  border-radius: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  background: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.otp-input:focus {
  border-color: #A20027;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}

.otp-input:not(:-moz-placeholder-shown) {
  border-color: #A20027;
  background: rgba(102, 126, 234, 0.05);
}

.otp-input:not(:-ms-input-placeholder) {
  border-color: #A20027;
  background: rgba(102, 126, 234, 0.05);
}

.otp-input:not(:placeholder-shown) {
  border-color: #A20027;
  background: rgba(102, 126, 234, 0.05);
}

.verify-btn {
  width: 100%;
  padding: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.verify-btn:hover {
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.verify-btn:active {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.verify-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  box-shadow: none;
}

.resend-section {
  color: #666;
}

.resend-link {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.resend-link:hover {
  color: #764ba2;
  text-decoration: underline;
}

.timer {
  color: #999;
  font-size: 13px;
  margin-top: 10px;
}

.success-message {
  background: #d4edda;
  color: #155724;
  padding: 12px;
  border-radius: 8px;
  margin-top: 20px;
  display: none;
}

.error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 12px;
  border-radius: 8px;
  margin-top: 20px;
  display: none;
}

@media (max-width: 480px) {
  .container {
    padding: 30px 20px;
  }
  .otp-container {
    gap: 10px;
  }
  .otp-input {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}/*# sourceMappingURL=daui.css.map */