@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.img-group {
  width: 80%;
  margin: 0 auto;
  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;
}

.img-group img {
  display: inline-block;
  margin: 0 !important;
}

.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: #b700ff;
}

.gotoheader a:hover {
  color: #4d7fff;
}

body {
  background-color: #010101;
}

.wrapper {
  background-image: url(/Action/79_TMD/20211117MU/images/indexBg.jpg?v=20211029);
  background-color: #010101;
  background-position: top center, top center;
  background-repeat: no-repeat,repeat-y;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 647px;
  position: relative;
}

.header .slogan {
  width: 722px;
  height: 448px;
  position: absolute;
  top: 41px;
  left: 117px;
  background: url(/Action/79_TMD/20211117MU/images/slogan01.png?v=20211029);
}

.header .slogan02 {
  width: 924px;
  height: 162px;
  position: absolute;
  top: 472px;
  left: 35px;
  background: url(/Action/79_TMD/20211117MU/images/slogan02.png?v=20211029);
  -webkit-animation: zoomIn 0.5s, bounceIn 0.5s 0.6s, pulse 1.2s 1.5s infinite;
          animation: zoomIn 0.5s, bounceIn 0.5s 0.6s, pulse 1.2s 1.5s infinite;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  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);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  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);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 1216px;
  position: relative;
  margin: 0 auto;
}

.nav .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;
}

.nav .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 304px;
  height: 128px;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -304px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -608px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -912px !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -1216px !important;
}

.nav .navBtn ul li.navBtn6 a {
  background-position-x: -1520px !important;
}

.nav .navBtn ul li.navBtn7 a {
  background-position-x: -1824px !important;
}

.nav .navBtn ul li.navBtn8 a {
  background-position-x: -2128px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(/Action/79_TMD/20211117MU/images/navBtn_action.png?v=20211029);
}

.nav .navBtn ul li a {
  width: 304px;
  height: 128px;
  display: block;
  background-image: url(/Action/79_TMD/20211117MU/images/navBtn.png?v=20211029);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: 1200px;
  margin: 16px auto;
  padding: 30px 16px;
  border: 12px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px -3px 3px 1px #B75705, inset 0px -5px 5px #B75705;
          box-shadow: 0px -3px 3px 1px #B75705, inset 0px -5px 5px #B75705;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 16px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 681px;
  width: 85%;
  margin: 0 auto;
  -webkit-transform: translateX(11%);
          transform: translateX(11%);
}

.content h4 {
  position: relative;
  display: block;
  color: #FEF4AD;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("/Action/79_TMD/20211117MU/images/icon.svg");
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin: 0 5px;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #b700ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(183, 0, 255, 0)), color-stop(20%, #b700ff), color-stop(40%, #b700ff), color-stop(60%, #b700ff), color-stop(80%, #b700ff), to(rgba(183, 0, 255, 0)));
  background-image: linear-gradient(to left, rgba(183, 0, 255, 0) 0%, #b700ff 20%, #b700ff 40%, #b700ff 60%, #b700ff 80%, rgba(183, 0, 255, 0) 100%);
  line-height: 28px;
  color: #fff;
}

.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;
  margin-right: 8px;
}

.content p a, .content ol a, .content ul a {
  color: #00ffff;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #ffc400;
}

.content p {
  margin-left: 2rem;
}

.content ol.list-exampleNum, .content ul.list-exampleNum {
  margin-left: 4.6em;
}

.content ol.list-exampleNum > li, .content ul.list-exampleNum > li {
  text-indent: -3.8em !important;
}

.content ol.list-exampleNum > li:before, .content ul.list-exampleNum > li:before {
  content: "範例" counter(step-counter) "： ";
}

.page_notice {
  width: 17.75%;
  height: 0;
  padding-bottom: 10.66667%;
  position: absolute;
  margin-top: 4.66667%;
  top: 0;
  right: 1.33333%;
  background: url(/Action/79_TMD/20211117MU/images/btn09.png);
  background-size: 100%;
  text-indent: -9999px;
}

.page_notice a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60.0939%;
}

.content__btn {
  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;
  margin-bottom: 20px;
  padding-top: 15px;
}

.content__btn div {
  width: initial;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
  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;
  margin: 3px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: initial;
  border-radius: 30px;
  border: 1px solid #f7e5a3;
  background-image: #F7E5A3;
  background-image: -webkit-gradient(linear, right top, left top, from(#fa9507), color-stop(20%, #e6bc63), color-stop(40%, #F7E5A3), color-stop(60%, #F7E5A3), color-stop(80%, #e6bc63), to(#fa9507));
  background-image: linear-gradient(to left, #fa9507 0%, #e6bc63 20%, #F7E5A3 40%, #F7E5A3 60%, #e6bc63 80%, #fa9507 100%);
  color: #2f2604;
}

.content__btn div a {
  width: initial;
  display: block;
  background-image: #dfdfdf;
  background-image: -webkit-gradient(linear, right top, left top, from(#acacac), color-stop(20%, #b8b8b8), color-stop(40%, #dfdfdf), color-stop(60%, #dfdfdf), color-stop(80%, #b8b8b8), to(#acacac));
  background-image: linear-gradient(to left, #acacac 0%, #b8b8b8 20%, #dfdfdf 40%, #dfdfdf 60%, #b8b8b8 80%, #acacac 100%);
  color: #303030;
  padding: 12px 8px;
  border-radius: 30px;
  border: 1px solid #f1f1f1;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 798px) {
  .content__btn div a {
    padding: 6px 8px;
  }
}

.content__btn div .label {
  width: auto;
  position: absolute;
  top: -1.28rem;
  left: -.6rem;
}

.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;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.rank-awards {
  width: 100%;
  margin: 16px auto;
  padding: 8px 0 16px 0;
  border-radius: 16px;
  background-position: center;
}

.rank-awards p {
  margin-left: 0;
}

.rank-awards .title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}

.rank-awards .title::before, .rank-awards .title::after {
  content: '';
  display: block;
  width: 1.25em;
  height: 1.25em;
  -webkit-mask-image: url(/Action/79_TMD/20211117MU//images/crown-svgrepo-com.svg);
          mask-image: url(/Action/79_TMD/20211117MU//images/crown-svgrepo-com.svg);
  margin: 0 16px;
}

.rank-awards .award p {
  text-align: center;
  font-weight: bold;
}

.rank-awards .award img {
  display: block;
  margin: 0 auto;
}

.rank-awards .award-main {
  width: 95%;
  margin: 24px auto 16px auto;
  padding-bottom: 8px;
  border-radius: 8px;
  position: relative;
}

.rank-awards .award-main p {
  text-align: center;
}

.rank-awards .award-main p.subtitle {
  padding: 8px 0;
  font-weight: bold;
}

.rank-awards .award-main::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 16px;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rank-awards .award-main .row {
  width: 95%;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.rank-awards .award-main .row .award-list {
  height: 100%;
  padding-bottom: 8px;
  border-radius: 8px;
}

.rank-awards .award-main .row .award-list-img {
  height: 104px;
  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;
}

.rank-awards .award-main .row .award-list img {
  max-width: 100%;
  max-height: 104px;
}

.rank-awards.first {
  -webkit-box-shadow: inset 0 0 16px #ff8800;
          box-shadow: inset 0 0 16px #ff8800;
  border: 3px solid #ffd000;
  background-color: #ff9900;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='49.9%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23efc167'/%3E%3Cstop offset='1' stop-color='%23c98b49'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='70%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23eab44b'/%3E%3Cstop offset='1' stop-color='%23974011'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg %3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
  /* background by SVGBackgrounds.com */
  background-size: cover;
}

.rank-awards.first .title {
  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;
  color: #fff8bd;
  text-shadow: 1px 0px 2px #4a0000;
}

.rank-awards.first .title::before, .rank-awards.first .title::after {
  background: linear-gradient(-20deg, #ffef5f 0%, #fff8bd 50%, #ffef5f 100%);
  -webkit-filter: drop-shadow(1px 0px 2px #4a0000);
          filter: drop-shadow(1px 0px 2px #4a0000);
}

.rank-awards.first .award p {
  color: #000000;
}

.rank-awards.first .award-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd050), color-stop(30%, #ffde21), to(#ffbb00));
  background: linear-gradient(to bottom, #ffd050 0%, #ffde21 30%, #ffbb00 100%);
  color: #7e5a2c;
  -webkit-filter: drop-shadow(5px 3px 5px rgba(88, 50, 0, 0.7));
          filter: drop-shadow(5px 3px 5px rgba(88, 50, 0, 0.7));
}

.rank-awards.first .award-main p {
  text-align: center;
}

.rank-awards.first .award-main p.subtitle {
  padding: 8px 0;
}

.rank-awards.first .award-main::before {
  border-color: transparent transparent #ffd050 transparent;
}

.rank-awards.first .award-main .row .award-list {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe592), color-stop(50%, #fff6e4), to(#ffe592));
  background: linear-gradient(to bottom, #ffe592 0%, #fff6e4 50%, #ffe592 100%);
  color: #966c3d;
}

.rank-awards.second {
  -webkit-box-shadow: inset 0 0 16px #2a7fff;
          box-shadow: inset 0 0 16px #2a7fff;
  border: 3px solid #0E65E4;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='49.9%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230c316a'/%3E%3Cstop offset='1' stop-color='%23001e4b'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='70%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23134999'/%3E%3Cstop offset='1' stop-color='%2307367c'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg %3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
  /* background by SVGBackgrounds.com */
  background-size: cover;
}

.rank-awards.second .title {
  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;
  color: #cedeff;
}

.rank-awards.second .title::before, .rank-awards.second .title::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#90b5ff), color-stop(50%, #cee5ff), to(#90b5ff));
  background: linear-gradient(to bottom, #90b5ff 0%, #cee5ff 50%, #90b5ff 100%);
}

.rank-awards.second .award p {
  color: #ffffff;
}

.rank-awards.second .award-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#5f95ff), color-stop(30%, #90b5ff), to(#5f95ff));
  background: linear-gradient(to bottom, #5f95ff 0%, #90b5ff 30%, #5f95ff 100%);
  color: #fff;
  -webkit-filter: drop-shadow(2px 5px 5px rgba(22, 22, 22, 0.35));
          filter: drop-shadow(2px 5px 5px rgba(22, 22, 22, 0.35));
}

.rank-awards.second .award-main p {
  text-align: center;
}

.rank-awards.second .award-main p.subtitle {
  padding: 8px 0;
}

.rank-awards.second .award-main::before {
  border-color: transparent transparent #5f95ff transparent;
}

.rank-awards.second .award-main .row .award-list {
  background: -webkit-gradient(linear, left top, left bottom, from(#d3e2ff), color-stop(50%, white), to(#d3e2ff));
  background: linear-gradient(to bottom, #d3e2ff 0%, white 50%, #d3e2ff 100%);
  color: #3f66b3;
}

.rank-awards.third {
  -webkit-box-shadow: inset 0 0 16px #005e63;
          box-shadow: inset 0 0 16px #005e63;
  border: 3px solid #00939b;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='49.9%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2322767d'/%3E%3Cstop offset='1' stop-color='%2315585e'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='70%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23006B74'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg %3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
  /* background by SVGBackgrounds.com */
  background-size: cover;
}

.rank-awards.third .title {
  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;
  color: #74ffed;
}

.rank-awards.third .title::before, .rank-awards.third .title::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#00ffdd), color-stop(50%, #74ffed), to(#00ffdd));
  background: linear-gradient(to bottom, #00ffdd 0%, #74ffed 50%, #00ffdd 100%);
}

.rank-awards.third .award p {
  color: #fff;
}

.rank-awards.third .award-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#06c2a2), color-stop(30%, #37ddc1), to(#06c2a2));
  background: linear-gradient(to bottom, #06c2a2 0%, #37ddc1 30%, #06c2a2 100%);
  color: #fff;
  -webkit-filter: drop-shadow(2px 5px 5px rgba(104, 30, 30, 0.35));
          filter: drop-shadow(2px 5px 5px rgba(104, 30, 30, 0.35));
}

.rank-awards.third .award-main p {
  text-align: center;
}

.rank-awards.third .award-main p.subtitle {
  padding: 8px 0;
}

.rank-awards.third .award-main::before {
  border-color: transparent transparent #06c2a2 transparent;
}

.rank-awards.third .award-main .row .award-list {
  background: -webkit-gradient(linear, left top, left bottom, from(#aef7ea), color-stop(50%, #dcf8f3), to(#aef7ea));
  background: linear-gradient(to bottom, #aef7ea 0%, #dcf8f3 50%, #aef7ea 100%);
  color: #055346;
}

@-webkit-keyframes awardAn {
  from,
  12%,
  36%,
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  6%,
  24% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes awardAn {
  from,
  12%,
  36%,
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  6%,
  24% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.btnBox {
  width: 90%;
  margin: 10px auto 20px 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;
}

.btnBox a {
  display: block;
  position: relative;
  width: 200px;
  padding: 10px 0;
  margin: 5px 10px;
  border: 1px solid #ffe6a1;
  border-radius: 75px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: #ffd86e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc831), color-stop(20%, #ffc831), color-stop(40%, #ffd86e), color-stop(60%, #ffd86e), color-stop(80%, #ffc831), to(#ffc831));
  background-image: linear-gradient(to bottom, #ffc831 0%, #ffc831 20%, #ffd86e 40%, #ffd86e 60%, #ffc831 80%, #ffc831 100%);
  -webkit-box-shadow: 0px 3px 3px #d49b00;
          box-shadow: 0px 3px 3px #d49b00;
  color: #664b00;
}

.btnBox a:hover {
  top: 2px;
  border: 1px solid #fff0ac;
  background-image: #ffe679;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdb3c), color-stop(20%, #ffdb3c), color-stop(40%, #ffe679), color-stop(60%, #ffe679), color-stop(80%, #ffdb3c), to(#ffdb3c));
  background-image: linear-gradient(to bottom, #ffdb3c 0%, #ffdb3c 20%, #ffe679 40%, #ffe679 60%, #ffdb3c 80%, #ffdb3c 100%);
  -webkit-box-shadow: 0px 2px 2px #dfb500, inset 0 1px 1px 1px #ffeea2, inset 0 -8px 8px 0px #fff5cb;
          box-shadow: 0px 2px 2px #dfb500, inset 0 1px 1px 1px #ffeea2, inset 0 -8px 8px 0px #fff5cb;
  top: 2px;
  color: #665300;
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#25426c));
  background: linear-gradient(to top, black, #25426c);
  border-radius: 10px 10px 0 0;
  border: 3px solid #30AAFD;
  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 {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(#0294f8), color-stop(20%, #30AAFD), color-stop(80%, #30AAFD), to(#0294f8));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #0294f8 0%, #30AAFD 20%, #30AAFD 80%, #0294f8 100%);
  color: #fff;
}

.item__box .item__box-title-2 {
  height: 4em;
  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-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  padding: 8px;
  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 {
  padding: 15px;
  text-align: left;
}

.item__box--02 {
  border: 0px transparent solid;
  height: 100%;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(linear, left top, right top, from(#3964a5), color-stop(20%, #4f7dc2), color-stop(80%, #4f7dc2), to(#3964a5));
  background: linear-gradient(to right, #3964a5 0%, #4f7dc2 20%, #4f7dc2 80%, #3964a5 100%);
  color: #fff;
}

.item__box--02 .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  height: calc(100% - 100px);
  background: -webkit-gradient(linear, left bottom, left top, from(#2c4d7f), to(rgba(44, 77, 127, 0.5)));
  background: linear-gradient(to top, #2c4d7f 0%, rgba(44, 77, 127, 0.5) 100%);
}

.item__box--02 .item__box-title p {
  margin-left: 0;
  font-weight: 0;
  color: #ffd04f;
}

.item__box-img {
  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;
  border-radius: 8px 8px 0 0;
}

.item__box-img-500 {
  width: 100%;
  height: 500px;
}

.item__box-img-500 img {
  max-height: 500px;
}

.item__box-img-450 {
  width: 100%;
  height: 450px;
}

.item__box-img-450 img {
  max-height: 450px;
}

.item__box-img-400 {
  width: 100%;
  height: 400px;
}

.item__box-img-400 img {
  max-height: 400px;
}

.item__box-img-350 {
  width: 100%;
  height: 350px;
}

.item__box-img-350 img {
  max-height: 350px;
}

.item__box-img-300 {
  width: 100%;
  height: 300px;
}

.item__box-img-300 img {
  max-height: 300px;
}

.item__box-img-250 {
  width: 100%;
  height: 250px;
}

.item__box-img-250 img {
  max-height: 250px;
}

.item__box-img-200 {
  width: 100%;
  height: 200px;
}

.item__box-img-200 img {
  max-height: 200px;
}

.item__box-img-150 {
  width: 100%;
  height: 150px;
}

.item__box-img-150 img {
  max-height: 150px;
}

.item__box-img-100 {
  width: 100%;
  height: 100px;
}

.item__box-img-100 img {
  max-height: 100px;
}

.item__box-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 798px) {
  .item__box-img-m-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-m-500 img {
    max-height: 500px;
  }
  .item__box-img-m-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-m-450 img {
    max-height: 450px;
  }
  .item__box-img-m-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-m-400 img {
    max-height: 400px;
  }
  .item__box-img-m-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-m-350 img {
    max-height: 350px;
  }
  .item__box-img-m-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-m-300 img {
    max-height: 300px;
  }
  .item__box-img-m-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-m-250 img {
    max-height: 250px;
  }
  .item__box-img-m-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-m-200 img {
    max-height: 200px;
  }
  .item__box-img-m-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-m-150 img {
    max-height: 150px;
  }
  .item__box-img-m-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-m-100 img {
    max-height: 100px;
  }
  .item__box-img-m img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .item__box-img-ms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-ms-500 img {
    max-height: 500px;
  }
  .item__box-img-ms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-ms-450 img {
    max-height: 450px;
  }
  .item__box-img-ms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-ms-400 img {
    max-height: 400px;
  }
  .item__box-img-ms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-ms-350 img {
    max-height: 350px;
  }
  .item__box-img-ms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-ms-300 img {
    max-height: 300px;
  }
  .item__box-img-ms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-ms-250 img {
    max-height: 250px;
  }
  .item__box-img-ms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-ms-200 img {
    max-height: 200px;
  }
  .item__box-img-ms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-ms-150 img {
    max-height: 150px;
  }
  .item__box-img-ms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-ms-100 img {
    max-height: 100px;
  }
  .item__box-img-ms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .item__box-img-xms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-xms-500 img {
    max-height: 500px;
  }
  .item__box-img-xms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-xms-450 img {
    max-height: 450px;
  }
  .item__box-img-xms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-xms-400 img {
    max-height: 400px;
  }
  .item__box-img-xms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-xms-350 img {
    max-height: 350px;
  }
  .item__box-img-xms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-xms-300 img {
    max-height: 300px;
  }
  .item__box-img-xms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-xms-250 img {
    max-height: 250px;
  }
  .item__box-img-xms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-xms-200 img {
    max-height: 200px;
  }
  .item__box-img-xms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-xms-150 img {
    max-height: 150px;
  }
  .item__box-img-xms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-xms-100 img {
    max-height: 100px;
  }
  .item__box-img-xms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #b700ff;
  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 #769ef3;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  margin: 20px 0;
  font-size: 1em;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #769ef3;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#2a68ef), to(#5083f2));
  background: linear-gradient(to top, #2a68ef 0%, #5083f2 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
  /*單格變色*/
}

.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;
  margin-left: 0;
}

.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

.card {
  padding: 30px;
  margin: 16px 0;
}

.card-notice {
  color: white;
  line-height: 1.5em;
  border-radius: 15px;
  background-color: #956fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='46' height='46' fill-opacity='0.6' fill='rgba(115, 53, 151,0.35)'/%3E%3C/svg%3E"), -webkit-gradient(linear, left bottom, left top, from(#733597), to(#9e5894));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='46' height='46' fill-opacity='0.6' fill='rgba(115, 53, 151,0.35)'/%3E%3C/svg%3E"), linear-gradient(to top, #733597 0%, #9e5894 100%);
}

.card-notice h3 {
  text-align: center;
  color: #ffd000;
  margin-left: 0;
}

.card-notice ul li a {
  color: #5be6ff;
  text-decoration: underline;
}

.card-notice ul li a:hover {
  color: #ffb158;
}

.card-noticeB {
  border-radius: 10px;
  border: 3px solid #FDBA88;
  border-radius: 15px;
}

.card-noticeB .col {
  padding-left: initial;
  padding-right: initial;
}

.card-noticeB p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
  margin-left: 0;
}

/*================= tableNote =================*/
.DESClabel {
  position: relative;
}

.comment {
  width: auto;
  position: absolute;
  top: -1.2em;
  left: calc(80% + 8px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85rem;
  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;
  z-index: 1;
}

.comment:before {
  content: '\f075';
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute;
  display: inline-block;
  color: #d31818;
}

.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -5%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}

.comment-blue {
  left: calc(80% + 16px);
}

.comment-blue:before {
  color: #4372d6;
}

.comment01::before {
  font-size: 6em;
}

.comment01::after {
  font-size: 1em;
  line-height: 1.125em;
}
