@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 18px;
}

.wrapper {
  color: #000;
  background-image: url(../../images/indexbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #d6eaeb;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 569px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 184px;
  height: 72px;
}

.header .logo {
  position: absolute;
  top: 42px;
  left: 267px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .role1 {
  width: 641px;
  height: 1210px;
  position: absolute;
  top: 14px;
  left: -119px;
  background-image: url(../../images/role1.png);
  background-repeat: no-repeat;
}

.header .role2 {
  width: 585px;
  height: 1099px;
  position: absolute;
  top: 0px;
  left: 857px;
  background-image: url(../../images/role2.png);
  background-repeat: no-repeat;
}

.header .slogan1 {
  width: 349px;
  height: 585px;
  position: absolute;
  top: 0px;
  left: 493px;
  background-image: url(../../images/slogan1.png);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.5s, fadeIn 0.5s 0.5s linear;
          animation: delay 0.5s, fadeIn 0.5s 0.5s linear;
}

.header .slogan2 {
  width: 265px;
  height: 278px;
  position: absolute;
  top: 214px;
  left: 434px;
  background-image: url(../../images/slogan2.png);
  background-repeat: no-repeat;
  -webkit-animation: delay 1.5s, fadeIn 1s 1s linear;
          animation: delay 1.5s, fadeIn 1s 1s linear;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.snow {
  position: absolute;
  background: #fff;
  border-radius: 50%;
}

@-webkit-keyframes movesnow {
  0% {
    top: -20px;
  }
  100% {
    top: 100%;
  }
}

@keyframes movesnow {
  0% {
    top: -20px;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 30px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 30px;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 1%;
}

.nav .container {
  width: 1175px;
  position: relative;
}

.nav .container .navBtn {
  position: relative;
}

.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;
  width: 100%;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 224px;
  height: 107px;
  margin: 2px;
  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;
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -224px !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -448px !important;
}

.nav .container .navBtn ul li.navBtn4 a {
  background-position-x: -672px !important;
}

.nav .container .navBtn ul li.navBtn5 a {
  background-position-x: -896px !important;
}

.nav .container .navBtn ul li.navBtn6 a {
  background-position-x: -1120px !important;
}

.nav .container .navBtn ul li.navBtn7 a {
  background-position-x: -1344px !important;
}

.nav .container .navBtn ul li.navBtn8 a {
  background-position-x: -1568px !important;
}

.nav .container .navBtn ul li.navBtn9 a {
  background-position-x: -1792px !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 {
  width: 224px;
  height: 107px;
  display: block;
  background-image: url(../../images/navBtn.png);
  margin: 0 auto;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  position: relative;
  padding-bottom: 3.5%;
  background-image: url(../../images/indexbottom.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.content .container {
  width: 1150px;
  padding: 30px;
  background-color: #F0EBEE;
}

.content .container .btnM, .content .container .btnM a {
  width: 207px;
  height: 208px;
}

.content .container .btnM {
  position: absolute;
  top: 145px;
  right: 50px;
  z-index: 999;
}

.content .container .btnM a {
  display: block;
  background-image: url(../../images/btnM.png);
  background-repeat: no-repeat;
}

.content .container .btnM a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.content .container h3 {
  padding: 0;
  width: 100%;
  position: relative;
}

.content .container h3 img {
  display: block;
  max-width: 758px;
  width: 100%;
  margin: 0 auto 2% auto;
}

.content .container h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #d54948;
  font-weight: bold;
  font-size: 1.35em;
  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;
}

.content .container h4:before {
  content: '';
  background-image: url("../../images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 5px;
}

.content .container h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 0;
  background-image: #e761a6;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(20%, #ff65b2), color-stop(40%, #e761a6), color-stop(60%, #e761a6), color-stop(80%, #ff65b2), to(#fff));
  background-image: linear-gradient(to left, #fff 0%, #ff65b2 20%, #e761a6 40%, #e761a6 60%, #ff65b2 80%, #fff 100%);
  line-height: 28px;
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #ff3600;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #ff3600;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content .container p {
  margin-left: 2em;
  line-height: 1.8em;
}

.content .container p a {
  color: #EE00FD;
  text-decoration: underline;
}

.content .container p a:hover {
  color: #2F9B2C;
}

.content .container p.txt-center {
  margin-left: 0;
}

.content .container ol {
  margin-left: 3em;
  margin-right: 1.5em;
}

.content .container ol li {
  font-size: 1em;
  line-height: 2em;
}

.content .container ol li a {
  color: #EE00FD;
  text-decoration: underline;
}

.content .container ol li a:hover {
  color: #2F9B2C;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  color: #fff;
  border: 1px solid #ff97fd;
  background-image: #d34dd1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ac26aa), color-stop(20%, #ac26aa), color-stop(40%, #d34dd1), color-stop(60%, #d34dd1), color-stop(80%, #ac26aa), to(#ac26aa));
  background-image: linear-gradient(to bottom, #ac26aa 0%, #ac26aa 20%, #d34dd1 40%, #d34dd1 60%, #ac26aa 80%, #ac26aa 100%);
  -webkit-box-shadow: 0px 3px 3px #480047;
          box-shadow: 0px 3px 3px #480047;
}

.btnBox a:hover {
  background-image: #eb68e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c039be), color-stop(20%, #c039be), color-stop(40%, #eb68e8), color-stop(60%, #eb68e8), color-stop(80%, #c039be), to(#c039be));
  background-image: linear-gradient(to bottom, #c039be 0%, #c039be 20%, #eb68e8 40%, #eb68e8 60%, #c039be 80%, #c039be 100%);
  -webkit-box-shadow: 0px 2px #480047, inset 0 2px 2px 2px #eb68e8, inset 0 -10px 10px 0px #d34dd1;
          box-shadow: 0px 2px #480047, inset 0 2px 2px 2px #eb68e8, inset 0 -10px 10px 0px #d34dd1;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: #221c30;
  border: 0;
  border-radius: 10px;
  margin: 0 auto;
  border: 3px solid #1684a2;
}

.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 {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#1684a2), color-stop(20%, #2390ae), color-stop(80%, #2390ae), to(#1684a2));
  background: linear-gradient(to right, #1684a2 0%, #2390ae 20%, #2390ae 80%, #1684a2 100%);
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #fff000;
  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: #4f4f4f 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #4f4f4f), to(#000));
  background: linear-gradient(to bottom, #4f4f4f 30% 20%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 3px #2390ae solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #2390ae;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #2390ae;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*標籤*/
span.burst {
  display: block;
  background: #d10019;
  width: 80px;
  height: 80px;
  position: absolute;
  text-align: center;
  left: 17%;
  top: 0%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

span.burst:before, span.burst:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #d10019;
  font-size: 15px;
}

span.burst:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

span.burst:after {
  content: "經典人物套裝";
  color: #fff716;
  font-size: 110%;
  line-height: 1em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  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;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #f3cfdb;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-spacing: 2px;
  border-radius: 5px;
  color: #000;
  border: 5px solid #2390ae;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  position: relative;
  background: #2390ae;
}

.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: #eaefff;
}

.table tr td a {
  color: #EE00FD;
  text-decoration: underline;
}

.table tr td a:hover {
  color: #2F9B2C;
}

.table .ImgStyleA {
  width: 8.5%;
}

.table .ImgStyleB {
  width: 15%;
}

.table .ImgStyleC {
  width: 25%;
}

.table_imgsizeA img {
  width: 35%;
}

.table_imgsizeB img {
  width: 55%;
}

.table_imgsizeC img {
  width: 80%;
}

/*table標籤*/
.ribbon {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -13.5px;
  position: relative;
  z-index: 1;
}

.ribbon p {
  font-size: 12px;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon--01 {
  background: #7800b7;
  margin-left: -18.5px;
}

.ribbon--01:after {
  border-left: 15px solid #7800b7;
}

.ribbon--02 {
  background: #281f87;
}

.ribbon--02 p {
  color: #fff;
}

.ribbon--02:after {
  border-left: 15px solid #281f87;
}

.ribbonTop {
  width: 50px;
  padding: 10px 0;
  position: absolute;
  top: -13px;
  left: 5px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #a40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#a40000));
  background: linear-gradient(to bottom, #e60012 0%, #a40000 100%);
}

.ribbonTop p {
  color: #fff799;
  font-size: 1.5em;
  line-height: 1em;
}

.ribbonTop:before, .ribbonTop:after {
  content: "";
  position: absolute;
}

.ribbonTop:before {
  height: 0;
  width: 0;
  right: -7.5px;
  top: 0.1px;
  border-bottom: 8px solid #8e0000;
  border-right: 8px solid transparent;
}

.ribbonTop:after {
  height: 0;
  width: 0;
  bottom: -24.5px;
  left: 0;
  border-left: 25px solid #a40000;
  border-right: 25px solid #a40000;
  border-bottom: 25px solid transparent;
}

/*=============== 禮包圖片輪播 =====================*/
.slider-wra, .slider-wra .slider, .slider-wra .slider ul.slider__list li {
  width: 820px;
}

.slider-wra {
  margin: 10px auto 30px auto;
  text-align: center;
  background: #2390ae;
  border-radius: 10px;
}

.slider-wra .slider {
  height: 540px;
  position: relative;
  overflow: hidden;
}

.slider-wra .slider ul.slider__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 9999px;
  height: 100%;
}

.slider-wra .slider ul.slider__list li {
  float: left;
  height: 100%;
}

.slider-wra .slider ul.slider__list img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.slider-wra .slider__btn ul {
  margin: 0;
}

.slider-wra .slider__btn ul li {
  display: inline-block;
  list-style: none;
  margin: 5px 1px;
}

.slider-wra .slider__btn ul li a {
  color: #fff;
  background: #005885;
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

.slider-wra .slider__btn ul li a:hover {
  color: #005885;
  background: #a3ebff;
}

.slider-wra .slider__btn .slider__control {
  padding: 12px 0;
}

/*================= tableNote =================*/
.tableNote_label {
  top: -30px;
  right: 30px;
  width: 108px;
  height: 108px;
  background: #ff4b4b;
  /*mask-image: url(../../images/certificate-shape.svg);*/
  background-size: 100%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.tableNote_label::after {
  color: #fff56e;
  white-space: pre-line;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 2px #2390ae;
          box-shadow: 0px 0px 8px 2px #2390ae;
  background: -webkit-gradient(linear, left top, left bottom, from(#2390ae), to(#597fde));
  background: linear-gradient(to bottom, #2390ae 0%, #597fde 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
}

.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  /*background:{
              image:url(../../images/icon_tit.png);
              repeat: no-repeat;
              position: center;
          }*/
}

/* ================= 內容區塊 ================= */
.box {
  padding: 30px;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  background: #ffead0;
}

[data-boxstyle="style02"] {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #2390ae;
}

/* =================滑動選單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;
}

/* =================唯舞活動頁使用：步驟流程================= */
.step {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step ul {
  padding: 0;
}

.step li {
  display: inline-block;
  padding: 12px;
  margin-right: 25px;
  color: #000;
  border-radius: 10px;
  vertical-align: middle;
  list-style: none;
  position: relative;
  border: 1px #b8b8b8 solid;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  background: #fff 20%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#d6d6d6));
  background: linear-gradient(to bottom, #fff 20% 20%, #d6d6d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.step li > img {
  border-radius: 5px;
}

.step li:before {
  content: '►';
  color: #b8b8b8;
  font-size: 1.3em;
  position: absolute;
  right: -29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.step li:last-child:before {
  content: '';
}

/*table標籤*/
.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);
}

.certificate:before, .certificate_plus:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.certificate:after, .certificate_plus:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.certificate {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -9px;
  left: -28px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  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;
}

@media only screen and (max-width: 812px) {
  .certificate {
    top: -20px;
    left: -35px;
  }
}

.certificate:before {
  content: '\f0a3';
  width: 100px;
  height: 100px;
  font-size: 100px;
  color: #ca0000;
  text-align: center;
}

.certificate:after {
  width: 100px;
  height: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
  top: -0.3em;
}

.certificate_plus {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -9px;
  left: -28px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  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;
}

@media only screen and (max-width: 812px) {
  .certificate_plus {
    top: -20px;
    left: -35px;
  }
}

.certificate_plus:before {
  content: '\f0a3';
  width: 100px;
  height: 100px;
  font-size: 100px;
  color: #ffae00;
  text-align: center;
}

.certificate_plus:after {
  width: 100px;
  height: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
  top: -0.3em;
}

.certificate-char4 {
  width: 120px;
  height: 120px;
}

@media only screen and (max-width: 812px) {
  .certificate-char4 {
    top: -20px;
    left: -35px;
  }
}

.certificate-char4:before {
  content: '\f0a3';
  width: 120px;
  height: 120px;
  font-size: 120px;
}

.certificate-char4:after {
  width: 120px;
  height: 120px;
}
