@charset "UTF-8";
@import url(/css/normalize.css);
@import url(../animate.css);
.pointer {
  cursor: pointer;
}

.break-all {
  word-break: break-all;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-group img {
  display: inline-block !important;
  margin: 0 1% !important;
}

html, body {
  line-height: 24px;
  font-size: 18px;
  scroll-behavior: smooth;
}

.wrapper {
  background-image: url(/Action/79_TMD/20210324MU/images/indexbg.jpg?20210324);
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat, repeat-y;
  color: #CA647C;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 722px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 301px;
  height: 199px;
}

.header .logo {
  position: absolute;
  top: 16px;
  left: 257px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png?20210324);
  background-size: 100%;
}

.header .slogan {
  width: 772px;
  height: 291px;
  position: absolute;
  top: 417px;
  left: 392px;
  background: url(../../images/slogan.png);
  -webkit-animation: fadeInLeft .3s, heartBeat 2s 0.5s, pulse 2s 3.2s infinite;
          animation: fadeInLeft .3s, heartBeat 2s 0.5s, pulse 2s 3.2s infinite;
}

@-webkit-keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

@keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.nav {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 10px auto;
}

.nav .container {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .container .navBtn {
  position: relative;
  width: 100%;
}

.nav .container .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 260px;
  height: 130px;
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -249.7px !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -499.4px !important;
}

.nav .container .navBtn ul li.navBtn4 a {
  background-position-x: -749.1px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navbtn_action.png);
}

.nav .container .navBtn ul li a {
  display: block;
  width: 249.7px;
  height: 127px;
  text-align: center;
  margin: 0 auto;
  background-image: url(../../images/navbtn.png);
  background-size: 400% 100%;
}

.nav .container .navBtn ul li.action a {
  background-size: 400% 100%;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding: 20px 0 70px 0;
  position: relative;
}

.content .btn_notice {
  width: 131px;
  height: 131px;
  position: absolute;
  margin-top: 30px;
  right: 30px;
}

.content .btn_notice a {
  width: 131px;
  height: 131px;
  display: block;
  background-image: url(../../images/btn_note.png);
}

.content .btn_notice a:hover {
  background-image: url(../../images/btn_note_action.png);
}

.content h3 {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  -webkit-animation: toTop .3s .3s;
          animation: toTop .3s .3s;
}

.content h3 img {
  max-width: 60%;
  padding: 10px;
  margin: 0 auto;
  display: block;
}

.content .container {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 3%;
  -webkit-animation: toBottom .3s .3s;
          animation: toBottom .3s .3s;
  position: relative;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p > a {
  color: #008cff;
}

.content .container > p > a:hover {
  color: #ff8800;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content h4 {
  position: relative;
  color: #B26363;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.35em;
  margin: 12px 0 2.5em 0;
  padding: 5px 0;
}

.content h4::before {
  content: attr(data-caption);
  background-color: #EFEFEF;
  border-radius: 20px;
  padding: .5em .5em .5em 1.5em;
  margin-left: 1.25em;
  position: absolute;
}

.content h4::after {
  content: '';
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  position: absolute;
  margin: -3px 3px;
  background-image: url("../../images/cherry-blossom-2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.content h5 {
  font-size: 1.2em;
  padding: .6em;
  background-color: transparent !important;
  margin-bottom: 10px;
  color: #4b3113;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 217, 0, 0)), color-stop(20%, #ffd900), color-stop(50%, #fff170), color-stop(80%, #ffd900), to(rgba(255, 217, 0, 0)));
  background-image: linear-gradient(to left, rgba(255, 217, 0, 0) 0%, #ffd900 20%, #fff170 50%, #ffd900 80%, rgba(255, 217, 0, 0) 100%);
}

.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 20px 0;
  text-align: center;
}

.content h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
  color: #fff;
}

.content ol, .content ul {
  margin-left: 3em;
}

.content ol li a, .content ul li a {
  color: #008cff;
  text-decoration: underline;
}

.content ol li a:hover, .content ul li a:hover {
  color: #ff8800;
}

.content ol.path, .content ul.path {
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content ol.path li, .content ul.path li {
  max-width: 30%;
}

.content ol.list, .content ul.list {
  list-style-type: none;
  text-align: left;
  margin-bottom: 0.8em;
}

.content ol.list li, .content ul.list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.content ol.list li > ul, .content ul.list li > ul {
  list-style-type: decimal;
  margin-left: 0;
}

.content ol.list li > ul li, .content ul.list li > ul li {
  text-indent: 0;
}

.content ol.arrow > li::before, .content ul.arrow > li::before {
  content: '※ ';
  margin-left: 2px;
}

.content ol.asterisk > li:before, .content ul.asterisk > li:before {
  content: '● ';
}

.content ol.asterisk > li table, .content ul.asterisk > li table {
  margin-left: 0;
  text-indent: 0;
}

.content__btn div {
  color: #ffb5d4;
  border-left: 0;
  width: 9em;
}

.content__btn div:first-child {
  border-left: none;
}

.content__btn div a:hover, .content__btn div.action a {
  font-weight: bold;
  color: #ffffff;
  border: 2px solid #ff4894;
  background: #f53f57;
  border-radius: 30px;
}

.content__btn div a {
  color: #f53f57;
  width: 8.5em;
  font-weight: bold;
  border: 2px solid #dadada;
  background: #c5c5c5;
  color: #525252;
  border-radius: 30px;
}

.content__btn div a:hover {
  width: 8.5em;
}

.content__btn div.action a {
  width: 8.5em;
}

.btnBox a:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9100), color-stop(20%, #ff9100), color-stop(40%, #ffc56f), color-stop(60%, #ffc56f), color-stop(80%, #ff9100), to(#ff9100));
  background-image: linear-gradient(to top, #ff9100 0%, #ff9100 20%, #ffc56f 40%, #ffc56f 60%, #ff9100 80%, #ff9100 100%);
  -webkit-box-shadow: 0px 2px #ff4800, inset 0 2px 2px 2px #ffc56f, inset 0 -10px 10px 0px #ffc56f;
          box-shadow: 0px 2px #ff4800, inset 0 2px 2px 2px #ffc56f, inset 0 -10px 10px 0px #ffc56f;
  top: 2px;
  color: #702902;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #ffb5d4;
  margin: 0 auto;
}

.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#ff82b6), color-stop(20%, #ffb5d4), color-stop(80%, #ffb5d4), to(#ff82b6));
  background: linear-gradient(to right, #ff82b6 0%, #ffb5d4 20%, #ffb5d4 80%, #ff82b6 100%);
  color: #66002b;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff9100;
  font-weight: bold;
}

.item__box .item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #ffffff;
  border: 3px #ffb5d4 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #66002b;
  background-color: #ffd2cf;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #ffb5d4;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #e7acc7;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #e7acc7;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  background: -webkit-gradient(linear, left bottom, left top, from(#d26597), to(#db85ac));
  background: linear-gradient(to top, #d26597 0%, #db85ac 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  /*單格變色*/
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr td img {
  display: block;
  margin: 0 auto;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

ul.p1_tabBtn {
  text-align: center;
  margin: 0 auto;
  width: 786px;
  height: 518px;
  background: url(../../images/index_tabs/tabsBox-bg.jpg);
  background-size: 100%;
  position: relative;
}

@media only screen and (max-width: 798px) {
  ul.p1_tabBtn {
    width: 98%;
    padding-bottom: 65%;
    height: 0;
    margin: 0 auto !important;
  }
}

ul.p1_tabBtn li {
  display: block;
  position: absolute;
  width: 119px;
  height: 69px;
}

@media only screen and (max-width: 798px) {
  ul.p1_tabBtn li {
    width: 119px;
    height: 69px;
    width: 15.13995%;
    height: 0;
    padding-bottom: 8.77863%;
  }
}

ul.p1_tabBtn li:nth-child(1) {
  margin-top: 400px;
  left: 43px;
}

@media only screen and (max-width: 798px) {
  ul.p1_tabBtn li:nth-child(1) {
    margin-top: 50.89059%;
    left: 5.47074%;
  }
}

ul.p1_tabBtn li:nth-child(2) {
  width: 149px;
  margin-top: 436px;
  left: 241px;
}

@media only screen and (max-width: 798px) {
  ul.p1_tabBtn li:nth-child(2) {
    width: 18.95674%;
    margin-top: 55.47074%;
    left: 30.66158%;
  }
}

ul.p1_tabBtn li:nth-child(3) {
  margin-top: 362px;
  left: 465px;
}

@media only screen and (max-width: 798px) {
  ul.p1_tabBtn li:nth-child(3) {
    margin-top: 46.05598%;
    left: 59.16031%;
  }
}

ul.p1_tabBtn li:nth-child(4) {
  width: 179px;
  margin-top: 388px;
  left: 596px;
}

@media only screen and (max-width: 798px) {
  ul.p1_tabBtn li:nth-child(4) {
    width: 22.77354%;
    margin-top: 49.36387%;
    left: 75.82697%;
  }
}

ul.p1_tabBtn li:nth-child(1) {
  background: url(../../images/index_tabs/tabBtn1-close.png);
  background-size: 100% !important;
}

ul.p1_tabBtn li:nth-child(1):hover, ul.p1_tabBtn li:nth-child(1).active {
  cursor: pointer;
  background: url(../../images/index_tabs/tabBtn1.png);
}

ul.p1_tabBtn li:nth-child(2) {
  background: url(../../images/index_tabs/tabBtn2-close.png);
  background-size: 100% !important;
}

ul.p1_tabBtn li:nth-child(2):hover, ul.p1_tabBtn li:nth-child(2).active {
  cursor: pointer;
  background: url(../../images/index_tabs/tabBtn2.png);
}

ul.p1_tabBtn li:nth-child(3) {
  background: url(../../images/index_tabs/tabBtn3-close.png);
  background-size: 100% !important;
}

ul.p1_tabBtn li:nth-child(3):hover, ul.p1_tabBtn li:nth-child(3).active {
  cursor: pointer;
  background: url(../../images/index_tabs/tabBtn3.png);
}

ul.p1_tabBtn li:nth-child(4) {
  background: url(../../images/index_tabs/tabBtn4-close.png);
  background-size: 100% !important;
}

ul.p1_tabBtn li:nth-child(4):hover, ul.p1_tabBtn li:nth-child(4).active {
  cursor: pointer;
  background: url(../../images/index_tabs/tabBtn4.png);
}

ul.p1_tabMain,
ul.tabMain,
ul.tabMainB {
  width: 98%;
  margin: 0 auto;
  margin-left: auto !important;
  list-style: none;
  text-align: center;
  border-radius: 20px;
  padding: 10px 0;
}

ul.p1_tabMain > li,
ul.tabMain > li,
ul.tabMainB > li {
  display: none;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #142a3c;
  border: 3px solid #7bffff;
  -webkit-box-shadow: 0px 0px 5px #d2d2d2;
          box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#aceeff));
  background: linear-gradient(to bottom, #FFFFFF 20%, #aceeff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #FFFFFF 20%, #aceeff 100%);
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/* ================= 內容區塊 ================= */
.box {
  padding: 30px;
}

.box_style-1 {
  border: 1px solid #c40000;
}

.gotoheader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #ffb5d4;
}

.gotoheader a:hover {
  color: white;
}

.comment:before, .certificate:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.comment:after, .certificate:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
}

.DESClabel .label::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.label_number {
  position: absolute;
  top: 0;
  left: 5px;
}

.label_number::before {
  content: '\f0d7';
  font-family: fontAwesome;
  font-size: 100px;
  display: block;
  top: 0;
  left: 0;
  color: #c40000;
}

.label_number::after {
  content: attr(dtat-comment);
  font-size: 1em;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.comment {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: -1em;
  left: calc(50% + 25%);
}

.comment:before {
  content: '\f075';
  font-size: 3.5rem;
  color: #d31818;
}

.comment:after {
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
  line-height: 1.25em;
  letter-spacing: 0px;
}

.comment-purple:before {
  color: #d858ff;
}

.comment-2 {
  width: 5rem;
  height: 5rem;
  top: 0.35em;
  left: calc(50% + 35%);
}

.comment-2:before {
  font-size: 5rem;
}

.comment-2:after {
  top: -.5em;
}

.certificate {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: -50%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.certificate:before {
  content: '\f0a3';
  font-size: 4rem;
  color: #d31818;
}

.certificate:after {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 0px;
}

.ribbon {
  width: 30px;
  background: #ee583a;
  top: 5px;
  left: 1em;
  position: absolute;
  text-align: center;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 1;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 48px;
    height: 110px;
    right: 30px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-left: 6px solid transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #ca3011;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ee583a;
  border-right: 15px solid #ee583a;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 24px solid #ee583a;
    border-right: 24px solid #ee583a;
  }
}

.ribbon_01 {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -9px;
  position: relative;
  z-index: 1;
}

.ribbon_01 p {
  font-size: 12px;
}

.ribbon_01:before, .ribbon_01:after {
  content: "";
  position: absolute;
}

.ribbon_01:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon_01--A {
  background: #7800b7;
  margin-left: -15px;
}

.ribbon_01--A:after {
  border-left: 15px solid #7800b7;
}

.bubble {
  width: 237.5px;
  height: 100px;
  background: url(../../images/speech-bubble.svg);
  position: absolute;
  top: -35px;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 560px) {
  .bubble {
    width: 155px;
    height: 65px;
  }
}

.bubble::before {
  content: attr(data-comment);
  display: block;
  margin-top: -5%;
  font-size: 1.25em;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .bubble::before {
    font-size: 1.125em;
  }
}

/* =================滑動選單B 單一遊戲================= */
#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}

#float_box #float_box img {
  margin: 0 auto;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
