﻿@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #eb0000;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #ff00ca;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #e1f061;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 56px;
}
.gotoheader a {
  display: inline-block;
  color: hsl(167.2131147541, 130%, 11.9607843137%);
}
.gotoheader a:hover {
  color: hsl(107.2131147541, 130%, 26.9607843137%);
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

.wrapper {
  width: 100vw;
  background-size: 120%;
  overflow: hidden;
  background-image: url(../../images/indexbg.jpg?v=20251007), url(../../images/bg_end.jpg?v=20251007), url(../../images/bg_repeat.jpg?v=20251007);
  background-color: #ffffff;
  background-position: top center, bottom center, top center;
  background-repeat: no-repeat, no-repeat, repeat;
  color: #094239;
  letter-spacing: 1px;
  padding-bottom: 1px;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .wrapper {
    background-size: 150%;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    background-size: 120%;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    background-size: initial;
  }
}

.header {
  width: 100%;
  position: relative;
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .header .container {
    padding-bottom: 78.125%;
  }
}
@media screen and (min-width: 1280px) {
  .header .container {
    padding-bottom: 62.5%;
  }
}
@media screen and (min-width: 1600px) {
  .header .container {
    width: 1600px;
    height: 1000px;
    padding-bottom: 0;
  }
}
.header .slogan {
  width: 57.8125%;
  height: 0;
  padding-bottom: 25%;
  position: absolute;
  top: 4%;
  left: 20.9375%;
  background: url(../../images/slogan.png?v=20251007);
  background-size: 100%;
  animation: delay 0.3s, zoomIn 0.3s 0.3s, pulse 1s 1.5s infinite;
}
@media only screen and (orientation: portrait) {
  .header .slogan {
    width: 72.265625%;
    padding-bottom: 31.25%;
    left: 13.671875%;
  }
}
@media screen and (min-width: 1280px) {
  .header .slogan {
    width: 57.8125%;
    padding-bottom: 25%;
    left: 20.9375%;
  }
}
@media screen and (min-width: 1600px) {
  .header .slogan {
    left: 335px;
  }
}
.header .btn {
  width: 53.25%;
  height: 0;
  padding-bottom: 22.625%;
  position: absolute;
  top: 59.6%;
  left: 23.25%;
  background: url(../../images/btn.png?v=20251007);
  background-size: 100%;
  animation: delay 0.3s, zoomIn 0.3s 0.3s;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (orientation: portrait) {
  .header .btn {
    width: 66.5625%;
    padding-bottom: 28.28125%;
    left: 16.5625%;
  }
}
@media screen and (min-width: 1280px) {
  .header .btn {
    width: 53.25%;
    padding-bottom: 22.625%;
    left: 23.25%;
  }
}
@media screen and (min-width: 1600px) {
  .header .btn {
    left: 372px;
  }
}
@media (hover: hover) {
  .header .btn:hover {
    filter: brightness(1.2);
    transform: scale(1.05) translateZ(0);
  }
}
.header .logo {
  width: 16.9375%;
  height: 0;
  padding-bottom: 6.5%;
  position: absolute;
  top: 2.1%;
  left: 11.5625%;
  z-index: 9;
  background-image: url(../../images/logo.png?v=20251007);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .logo {
    width: 21.171875%;
    padding-bottom: 8.125%;
    left: 1.953125%;
  }
}
.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 38.3763837638%;
  display: block;
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nav .container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .nav .container {
    width: 1280px;
  }
}
.nav .navBtn {
  width: 95%;
  max-width: 795px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (orientation: portrait) {
  .nav .navBtn {
    width: 62.109375%;
  }
}
@media only screen and (orientation: landscape) {
  .nav .navBtn {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .nav .navBtn {
    width: 795px;
  }
}
.nav .navBtn li {
  width: 33%;
  height: 0;
  padding-bottom: 11.4465408805%;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li {
    width: 265px;
    height: 91px;
  }
}
.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn1 a {
    background-position-x: 0px !important;
  }
}
.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn2 a {
    background-position-x: -253px !important;
  }
}
.nav .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn3 a {
    background-position-x: -506px !important;
  }
}
.nav .navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn4 a {
    background-position-x: -759px !important;
  }
}
.nav .navBtn li.navBtn5 a {
  background-position-x: -400% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn5 a {
    background-position-x: -1012px !important;
  }
}
.nav .navBtn li.navBtn6 a {
  background-position-x: -500% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn6 a {
    background-position-x: -1265px !important;
  }
}
.nav .navBtn li.action a, .nav .navBtn li a:hover {
  background-image: url(../../images/navbtn_action.png?v=20251007);
}
.nav .navBtn li a {
  width: 95.4716981132%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 29.8113207547%;
  display: block;
  background-image: url(../../images/navbtn.png?v=20251007);
  background-size: 600% 100%;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li a {
    width: 253px;
    height: 79px;
  }
}
.nav .navBtn li.action a {
  animation: pulse 1s infinite;
}

.content {
  width: 100%;
  margin-top: -6%;
}
@media screen and (min-width: 992px) {
  .content {
    margin-top: -4%;
  }
}
.content.hasPlayerInfo {
  margin-top: -23%;
}
@media screen and (min-width: 768px) {
  .content.hasPlayerInfo {
    margin-top: -18%;
  }
}
@media screen and (min-width: 1600px) {
  .content.hasPlayerInfo {
    margin-top: -15.5rem;
  }
}
.content .container {
  width: calc(100% - 16px);
  max-width: 1123px;
  margin: 10px auto 0 auto;
  padding: 0;
  border: 5px solid transparent;
  border-radius: 20px;
}
@media only screen and (orientation: landscape) {
  .content .container {
    width: calc(80% - 16px);
  }
}
.content .containerBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.content .containerBg--top {
  width: 100%;
  max-width: 1074px;
  height: clamp(60 * 1px, 120 / 1280 * 100vw, 120 * 1px);
  background-image: url("../../images/cont_top.png?v=20251007");
  background-position: bottom center;
  background-size: 100% 101%;
  background-repeat: no-repeat;
}
.content .containerBg--middle {
  width: 100%;
  max-width: 1074px;
  height: 100%;
  background-image: url("../../images/cont_repeat.png?v=20251007");
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat repeat;
}
.content .containerBg--bottom {
  width: 100%;
  max-width: 1074px;
  height: clamp(60 * 1px, 120 / 1280 * 100vw, 120 * 1px);
  background-image: url("../../images/cont_end.png?v=20251007");
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.content .container:has(.containerBg) *:not(.containerBg, iframe) {
  position: relative;
}
.content .part {
  margin-bottom: 33px !important;
}
.content .part ol, .content .part ul {
  margin-left: 24px;
}
@media screen and (min-width: 768px) {
  .content .part {
    margin-bottom: 56px !important;
  }
}
.content .part.part2 {
  margin-bottom: 93px !important;
}
@media screen and (min-width: 768px) {
  .content .part.part2 {
    margin-bottom: 124px !important;
  }
}
.content .date {
  width: 95%;
  max-width: 835px;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}
.content .date img {
  display: block;
  width: 100%;
}
.content .box {
  background-color: #ffffff;
  border: 9px solid #fffc00;
  border-radius: 15px;
  position: relative;
  padding: 104px 39px 0;
  margin-bottom: 39px;
}
.content .box.box3, .content .box.box2 {
  padding: 104px 5px 0;
  border: 7px solid #fffc00;
}
@media screen and (min-width: 420px) {
  .content .box.box3, .content .box.box2 {
    padding: 104px 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .content .box.box3, .content .box.box2 {
    padding: 137px 49px 0;
    border: 20px solid #fffc00;
  }
}
@media screen and (min-width: 1280px) {
  .content .box.box3, .content .box.box2 {
    padding: 174px 57px 0;
    border: 20px solid #fffc00;
  }
}
@media screen and (min-width: 768px) {
  .content .box {
    padding: 137px 49px 0;
    border: 20px solid #fffc00;
  }
}
@media screen and (min-width: 1280px) {
  .content .box {
    padding: 174px 57px 0;
    border: 20px solid #fffc00;
  }
}
.content .box .title {
  left: -15px;
  top: 25px;
  position: absolute;
  max-width: 235px;
  width: 56%;
}
@media screen and (min-width: 576px) {
  .content .box .title {
    width: 34%;
    max-width: 404px;
  }
}
@media screen and (min-width: 768px) {
  .content .box .title {
    left: -29px;
    top: 31px;
    width: 34%;
  }
}
@media screen and (min-width: 1280px) {
  .content .box .title {
    left: -30px;
    top: 44px;
    width: 30%;
  }
}
.content .box .title img {
  display: block;
  width: 100%;
}
.content .box .slogan {
  right: 19px;
  bottom: -10px;
  position: absolute;
  max-width: 664px;
  width: 84%;
}
@media screen and (min-width: 576px) {
  .content .box .slogan {
    bottom: -10px;
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .content .box .slogan {
    right: 19px;
    bottom: -20px;
    width: 55%;
  }
}
.content .box .slogan img {
  display: block;
  width: 100%;
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 937px;
  width: 100%;
  margin: 0 auto;
}
.content h4 {
  position: relative;
  color: #063a39;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-1.2em - 5px);
  background: #17bdb9;
  border-radius: 30px;
  padding: 0.15em 1em;
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #003d30;
  background-image: linear-gradient(to left, rgba(0, 61, 48, 0) 0%, rgb(0, 137.5, 108.1967213115) 20%, #003d30 40%, #003d30 60%, rgb(0, 137.5, 108.1967213115) 80%, rgba(0, 61, 48, 0) 100%);
  color: #fff;
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7cacff;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #7cacff;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}
.content ol a,
.content ul a, .content p a {
  color: #f7f40a;
  text-decoration: underline;
}
.content ol a:hover,
.content ul a:hover, .content p a:hover {
  color: #c8c400;
}
.content__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.content__btn div {
  width: 150px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.content__btn div.action a, .content__btn div a:hover {
  width: 142px;
  border-radius: 30px;
  border: 0;
  background: linear-gradient(to top, rgb(232, 187.456, 0) 0%, #ffe782 100%);
  color: rgb(102, 82.416, 0);
}
.content__btn div a {
  width: 142px;
  display: block;
  background: #dfdfdf; /* Old browsers */
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  padding: 6px 1.25em;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  top: 0;
  left: -1em;
}
.content__btn div .label:before {
  content: "\f0a3";
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}
.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.btnBox {
  margin-bottom: 16px;
}
.btnBox a {
  width: auto;
  border: 1px solid rgb(222.5785714286, 166, 255);
  margin-right: 8px;
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  white-space: nowrap;
  background-image: #cc73ff;
  background-image: linear-gradient(to bottom, rgb(181.7057142857, 53.8, 255) 0%, rgb(181.7057142857, 53.8, 255) 20%, #cc73ff 40%, #cc73ff 60%, rgb(181.7057142857, 53.8, 255) 80%, rgb(181.7057142857, 53.8, 255) 100%);
  box-shadow: 0px 3px 3px hsl(278.1428571429, 150%, 42.5490196078%);
  color: #fff;
}
.btnBox a:hover {
  border: 1px solid rgb(255, 191.4285714286, 166);
  background-image: #ff9b73;
  background-image: linear-gradient(to bottom, rgb(255, 111.2857142857, 53.8) 0%, rgb(255, 111.2857142857, 53.8) 20%, #ff9b73 40%, #ff9b73 60%, rgb(255, 111.2857142857, 53.8) 80%, rgb(255, 111.2857142857, 53.8) 100%);
  box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px rgb(255, 184.1428571429, 155.8), inset 0 -8px 8px 0px rgb(255, 213.2857142857, 196.6);
  top: 2px;
  color: #fff;
}
.btnBox a:nth-last-child(1) {
  margin-right: 0;
}

.item__box {
  border-radius: 0;
  margin: 0 auto;
  border: inherit;
  box-shadow: 0 0 5px #aa4fdf;
  border: 1px solid #aa4fdf;
  background-color: hsl(277.9166666667, 119.2307692308%, 24.2156862745%);
}
.item__box-title {
  background: linear-gradient(to right, rgb(148.4278846154, 38.6153846154, 212.3846153846) 0%, #aa4fdf 20%, #aa4fdf 80%, rgb(148.4278846154, 38.6153846154, 212.3846153846) 100%);
  padding: 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-title p {
  width: 100%;
  line-height: 1.25em;
}
.item__box-img {
  border-radius: 0;
}
.item__box-img p {
  width: 100%;
}
.item__box-get {
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  color: #fff;
}
.item__box--2 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: linear-gradient(to top, rgb(28.9, 143.4454545455, 243.1) 0%, rgb(77.35, 167.35, 245.65) 100%);
  box-shadow: 0 0 5px #44a8ff;
}
.item__box--2 .item__box-title {
  background: linear-gradient(to right, rgb(17, 144.2727272727, 255) 0%, #44a8ff 20%, #44a8ff 80%, rgb(17, 144.2727272727, 255) 100%);
  color: #fff;
}
.item__box--2 .item__box-get {
  color: rgba(209.1, 230.9181818182, 249.9, 0.75);
}
.item__box--2 .item__box-img {
  background: inherit;
}
.item__box--3 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: linear-gradient(to top, rgb(246.65, 209.075, 96.35) 0%, rgb(249.2, 223.1, 144.8) 100%);
  box-shadow: 0 0 5px #ffe28b;
}
.item__box--3 .item__box-title {
  background: linear-gradient(to right, rgb(255, 213.25, 88) 0%, #ffe28b 20%, #ffe28b 80%, rgb(255, 213.25, 88) 100%);
  color: rgb(102, 76.5, 0);
}
.item__box--3 .item__box-img {
  background: inherit;
}
.item__box--3 .item__box-get {
  color: rgb(102, 76.5, 0);
}

.table tr td, .table tr th {
  border: 1px solid #4a88cf;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #4a88cf;
}
.table.table2 {
  border: 1px solid #b4432f;
}
.table.table2 th {
  border: 1px solid #b4432f;
  background: linear-gradient(to top, rgb(165.1609756098, 58.3902439024, 40.0390243902) 0%, #c64630 100%);
  color: #fff;
}
.table.table2 td {
  border: 1px solid #b4432f;
}
.table tr {
  background: #fff;
}
.table tr.special {
  background: #fff279;
  font-weight: bold;
  font-size: 1.1rem;
}
.table tr th {
  position: relative;
  word-wrap: break-word;
  background: linear-gradient(to top, rgb(40.0390243902, 98.4292682927, 165.1609756098) 0%, #3076c6 100%);
  color: #fff;
  color: #ffffff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  word-wrap: break-word;
  /*單格變色*/
}
.table tr td p {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .table tr td img {
    width: 45% !important;
  }
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

.explanation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 8px 2px #003d30;
  background: linear-gradient(to top, rgb(0, 99.25, 78.0983606557) 0%, rgb(0, 22.75, 17.9016393443) 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
}
.explanation .symbol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.explanation .symbol i {
  transform: rotate(90deg);
  color: #333333;
}
@media screen and (min-width: 992px) {
  .explanation .symbol i {
    transform: rotate(0);
  }
}

.card {
  padding: 30px;
  margin: 8px 0;
}
.card-notice {
  color: #988a5e;
  line-height: 1.5em;
  border-radius: 15px;
  background: linear-gradient(to top, #f3d16b 0%, #fbe49f 100%);
}
.card-notice2 {
  border-radius: 10px;
  background: #fee0c3;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: linear-gradient(20deg, #af49c9 0%, #7c50ce 100%);
}
.card-notice2 h4 {
  color: #f0c2ff;
  justify-content: center;
  margin-top: 0;
}
.card-notice2 h4::before {
  content: inherit;
}
.card-notice2 .subtitle {
  color: #ffd000;
  font-weight: bold;
}
.card-notice2 p {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}

.DESClabel {
  position: relative;
}
.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
  z-index: 1;
}
.DESClabel .label::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  transform: skewX(-15deg);
}

.ribbon {
  width: 30px;
  top: -6px;
  right: -1em;
  font-size: 1rem;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  position: absolute;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .ribbon {
    width: 35px;
    top: -6px;
    right: -1em;
    font-size: 1.15rem;
  }
}
.ribbon p {
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}
.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #8d6a28;
  border-right: 0 solid transparent;
  border-left: 6px solid transparent;
  right: initial;
  left: -6px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-left: 6px solid transparent;
  }
}
.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #eeaf3a;
  border-right: 15px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .ribbon:after {
    border-left: 17.5px solid #eeaf3a;
    border-right: 17.5px solid #eeaf3a;
  }
}

.comment {
  width: auto;
  position: absolute;
  top: -1.5em;
  left: calc(50% + 30px);
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .comment {
    left: calc(50% + 30px);
  }
}
.comment:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute;
  display: inline-block;
  color: #ff0000;
}
.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}
.comment-purple:before {
  color: #d858ff;
}
.comment01 {
  top: -0.5em;
  left: inherit;
  left: calc(50% + 150px);
}
.comment01::before {
  font-size: 7.5em;
}

.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeTitle p {
  background-color: #ff5757;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}
.box-compose .box-composeMain-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  padding: 5px;
  color: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}
.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.box-compose .box-composeMain:nth-child(even) {
  background-color: #ad75e2;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #e2a5ff;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .box-composeMain:nth-child(odd) {
  background-color: #9d89f8;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d2bdf8;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .symbol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
}
.box-compose .symbol i {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .box-compose .symbol i {
    font-size: 1.5rem;
  }
}
.box-compose .icon-equal {
  filter: opacity(0.5);
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .box-compose .icon-equal {
    transform: rotate(0deg);
  }
}
.box-compose .number {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .box-compose .number {
    font-size: 1.8rem;
  }
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
}
ul.tabBtn li a {
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 0 8px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid rgb(160.8, 102, 255);
  box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: rgb(78.4, 0, 204);
  background-image: linear-gradient(to bottom, rgb(129.4, 51, 255) 0%, rgb(129.4, 51, 255) 20%, rgb(78.4, 0, 204) 40%, rgb(78.4, 0, 204) 60%, rgb(129.4, 51, 255) 80%, rgb(129.4, 51, 255) 100%);
  box-shadow: 0px 3px 3px rgb(29.4, 0, 76.5);
  color: #fff;
}
ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #ff9d9d;
  background-image: rgb(255, 95.8, 95.8);
  background-image: linear-gradient(to bottom, rgb(255, 14.2, 14.2) 0%, rgb(255, 14.2, 14.2) 20%, rgb(255, 95.8, 95.8) 40%, rgb(255, 95.8, 95.8) 60%, rgb(255, 14.2, 14.2) 80%, rgb(255, 14.2, 14.2) 100%);
  box-shadow: 0px 2px rgb(233.5, 0, 0), inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px rgb(255, 116.2, 116.2);
  color: #fff;
}

.tabMain {
  display: none;
  padding: 20px 0;
}
.tabMain.active {
  display: block;
}

.table_h_fit {
  height: calc(100% - 150px);
}

.modal {
  display: none;
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
  background-color: #111;
  color: #fff;
  border: 1px solid #3376e7;
  border-radius: 12px;
  width: 90%;
  max-width: 960px;
  position: fixed;
  line-height: 1.8;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-content span {
  word-break: break-all;
}
.modal .close {
  position: absolute;
  display: block;
  top: -1.470588%;
  right: -2%;
  width: 50px;
  height: 50px;
  background-image: url(../../images/btn_close.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 798px), only screen and (max-height: 798px) {
  .modal .close {
    width: 35px;
    height: 35px;
  }
}
.modal .modal-text {
  overflow: auto;
  padding: 2rem;
  padding-top: 0;
  max-height: 82dvh;
  margin: 32px 22px;
}
.modal .modal-text h3,
.modal .modal-text p {
  margin-left: -22px;
}
.modal .modal-text ul {
  margin-left: 1em;
  list-style: disc;
}
.modal .modal-text ul ul {
  list-style: circle;
  margin-left: 2em;
}
.modal .modal-text::-webkit-scrollbar {
  width: 8px;
  margin: 2px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.modal .modal-text::-webkit-scrollbar-thumb {
  width: 6px;
  padding: 2px;
  background: rgba(79, 79, 79, 0.671);
  border-radius: 5px;
}
@media screen and (orientation: landscape) and (max-height: 420px) {
  .modal .modal-text {
    max-height: 70dvh;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
  background-color: #111;
  color: #fff;
  border: 3px solid #786b4f;
  border-radius: 12px;
  width: 90%;
  max-width: 960px;
  position: fixed;
  line-height: 1.8;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-content span {
  word-break: break-all;
}
.modal .close {
  position: absolute;
  display: block;
  top: 2%;
  right: 1%;
  width: 50px;
  height: 50px;
  background-image: url(../../images/btn_close.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 798px), only screen and (max-height: 798px) {
  .modal .close {
    width: 35px;
    height: 35px;
    top: 1%;
    right: 1%;
  }
}
.modal .modal-form {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  overflow: auto;
  max-height: 82dvh;
}
.modal .modal-form p {
  font-size: 2rem;
  font-weight: bold;
  color: #ff4848;
  text-align: center;
}
.modal .modal-form img {
  max-width: 280px;
  width: 80%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .modal .modal-form img {
    max-width: 350px;
  }
}
.modal .modal-form label {
  width: 100%;
  max-width: 400px;
  display: block;
}
.modal .modal-form label input {
  width: 100%;
  padding: 0.8em 1.2em;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #191919;
  background: rgba(255, 255, 255, 0.914);
  border: 2px solid #fbdb6f;
  border-radius: 8px;
  outline: none;
  box-shadow: 0 0 0 3px rgba(195, 117, 0, 0.2), 0 0 15px rgba(255, 98, 0, 0.3);
}
.modal .modal-form label input::-moz-placeholder {
  color: #191919;
}
.modal .modal-form label input::placeholder {
  color: #191919;
}
.modal .modal-form .modal-submit {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.modal .modal-form .modal-submit .submit-btn {
  max-width: 220px;
  width: 70%;
  transition: all 0.3s ease;
  filter: brightness(1) saturate(1);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .modal .modal-form .modal-submit .submit-btn {
    max-width: 250px;
  }
}
@media (hover: hover) {
  .modal .modal-form .modal-submit .submit-btn:hover {
    filter: brightness(1.2) saturate(1.1);
    transform: scale(1.05) translateY(-2px) translateZ(0);
  }
}

body.swal2-shown .swal2-popup {
  position: relative;
  background: #ffa052;
  overflow: hidden;
  box-shadow: 0 0 2px #301e10, 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0);
  border-radius: 20px;
}
body.swal2-shown .swal2-popup .swal2-content {
  color: #3a281f;
  font-weight: bolder;
}
body.swal2-shown .swal2-popup .swal2-content img {
  vertical-align: middle;
  max-width: 60px;
}
body.swal2-shown .swal2-popup .swal2-actions {
  margin-top: 0.6em;
}
body.swal2-shown .swal2-popup .swal2-actions .swal2-confirm {
  background: linear-gradient(to bottom, rgb(255, 159.8, 81.6) 0%, rgb(255, 165.4, 91.8) 5%, rgb(255, 148.6, 61.2), rgb(255, 137.4, 40.8) 80%, #ff7300 100%);
  box-shadow: 0 0 2px #ff7300, inset 0 0 5px #ff7300;
  border-radius: 0.45em;
  color: #fff;
}
body.swal2-shown .swal2-popup::before {
  content: "";
  position: absolute;
  top: -125%;
  left: -28%;
  width: 250%;
  height: 600%;
  background: repeating-linear-gradient(#ffa052 0%, #ffa052 7.5px, #ff7300 7.5px, #ff7300 15px, #ffa052 15px, #ffa052 22.5px, #ff7300 22.5px, #ff7300 30px);
  transform: translateX(-20%) translateY(-20%) rotate(-45deg);
  animation: animate 40s linear infinite;
}
body.swal2-shown .swal2-popup::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fffaf2;
  box-shadow: 0 0 2px rgb(214.2, 96.6, 0), 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0);
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */