@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

header.real-header {
  padding: 10px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
}

header.real-header .logo {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

@media all and (max-width: 575px) {
  header.real-header .logo {
    line-height: 1;
  }
}

header.real-header .logo img {
  height: 50px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .logo img {
    width: 100%;
  }
}

@media all and (max-width: 575px) {
  header.real-header .logo img {
    height: 35px;
  }
}

header.real-header .container {
  padding: 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .container {
    padding: 0px 15px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .container {
    padding: 0px 0px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .mobile_nav {
    margin-right: 10px;
    margin-left: 10px;
  }
}

header.real-header input {
  display: none;
}

header.real-header label {
  margin: 0 auto !important;
  cursor: pointer;
}

header.real-header div.row {
  justify-content: space-between;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

header.real-header div.col-2 {
  font-size: 6vmin;
  max-height: 5vmin;
  position: relative;
}

header.real-header div.col-2 label {
  position: absolute;
  left: 1vmin;
  top: -2vmin;
}

header.real-header div.mobile-menu {
  transition: all .25s;
  pointer-events: none;
  opacity: 0;
  font-size: 3vmin;
  position: absolute;
  z-index: 9999;
  left: -7px;
  top: 6.8vmin;
  min-width: 49vmin;
  height: 0px;
  display: flex;
  justify-content: flex-end;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.real-header div.mobile-menu {
    left: -37px;
    top: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header div.mobile-menu {
    left: -20px;
    top: 40px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.mobile-menu {
    left: -17px;
    top: 35px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.mobile-menu {
    left: -19px;
    top: 37px;
  }
}

header.real-header div.mobile-menu div#bgafter {
  z-index: -1;
  background: rgba(68, 64, 65, 0.8);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 7px;
  left: 4px;
  content: ' ';
}

header.real-header div.mobile-menu a {
  text-decoration: none;
  display: list-item;
}

header.real-header div.mobile-menu a:nth-of-type(1),
header.real-header div.mobile-menu a:nth-of-type(2),
header.real-header div.mobile-menu a:nth-of-type(3),
header.real-header div.mobile-menu a:nth-of-type(4),
header.real-header div.mobile-menu a:nth-of-type(5),
header.real-header div.mobile-menu a:nth-of-type(6) {
  position: relative;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li,
header.real-header div.mobile-menu a:nth-of-type(2):hover li,
header.real-header div.mobile-menu a:nth-of-type(3):hover li,
header.real-header div.mobile-menu a:nth-of-type(4):hover li,
header.real-header div.mobile-menu a:nth-of-type(5):hover li,
header.real-header div.mobile-menu a:nth-of-type(6):hover li {
  background: #0091ec;
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li i,
header.real-header div.mobile-menu a:nth-of-type(2):hover li i,
header.real-header div.mobile-menu a:nth-of-type(3):hover li i,
header.real-header div.mobile-menu a:nth-of-type(4):hover li i,
header.real-header div.mobile-menu a:nth-of-type(5):hover li i,
header.real-header div.mobile-menu a:nth-of-type(6):hover li i {
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):after,
header.real-header div.mobile-menu a:nth-of-type(2):after,
header.real-header div.mobile-menu a:nth-of-type(3):after,
header.real-header div.mobile-menu a:nth-of-type(4):after,
header.real-header div.mobile-menu a:nth-of-type(5):after,
header.real-header div.mobile-menu a:nth-of-type(6):after {
  position: absolute;
  content: ' ';
  background: rgba(128, 128, 128, 0.5);
  height: 1px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

header.real-header div.mobile-menu ul {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  font-weight: bolder;
}

header.real-header div.mobile-menu ul li {
  padding: 12px 4vmin;
  color: #444041;
  display: flex;
  justify-content: space-between;
}

header.real-header div.mobile-menu ul li i {
  color: #c9cbc8;
}

header.real-header div input#newbar:checked ~ div.mobile-menu {
  pointer-events: all;
  opacity: 1;
  overflow: unset;
}

.bannerareapc {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/money1500/images/mainbg.jpg?version=1");
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  height: 450px;
  margin: 0px auto;
  background-position: center top;
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc {
    height: 400px;
    background-size: cover;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc {
    height: 350px;
    background-size: cover;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc {
    height: 250px;
    background-size: cover;
  }
}

.bannerareapc img.maintitle {
  width: 100%;
  text-align: center;
  margin-top: 90px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc img.maintitle {
    margin-top: 50px;
    width: 90%;
  }
}

.bannerareapc img.winlabel {
  position: absolute;
  right: 20px;
  top: 50px;
}

.bannerareapc h5 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.2;
  margin: 10px 0px;
  padding: 0;
}

.bannerareapc h1 {
  font-size: 2.8em;
  font-weight: 500;
  letter-spacing: 3.6px;
  margin: 15px 0px 15px 0px;
  padding: 0;
}

.bannerareapc p {
  font-size: 21px;
  letter-spacing: 1.35px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 32px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc p {
    font-size: 15px;
  }
}

.bannerareapc .coinarea {
  position: absolute;
  width: 1140px;
  margin: 0px auto;
  left: 0;
  right: 0;
  height: 100%;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .coinarea {
    width: 990px;
  }
}

.bannerareapc .coinarea .coin1 {
  position: absolute;
  top: 30px;
  left: 0px;
  animation: move1 2.5s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin1:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/money1500/images/shine1.png?version=1");
  content: '';
  width: 33px;
  height: 34px;
  position: absolute;
  right: 0px;
  top: -10px;
  animation: glitter 2s linear 0s infinite normal;
  -webkit-animation: glitter 2s linear 0s infinite normal;
  -moz-animation: glitter 2s linear 0s infinite normal;
  -ms-animation: glitter 2s linear 0s infinite normal;
  -o-animation: glitter 2s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin2 {
  position: absolute;
  top: 230px;
  left: 40px;
  animation: move2 3s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin2:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/money1500/images/shine2.png?version=1");
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 12px;
  top: 20px;
  animation: glitter 2.2s linear 0s infinite normal;
  -webkit-animation: glitter 2.2s linear 0s infinite normal;
  -moz-animation: glitter 2.2s linear 0s infinite normal;
  -ms-animation: glitter 2.2s linear 0s infinite normal;
  -o-animation: glitter 2.2s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin3 {
  position: absolute;
  top: 15px;
  left: 230px;
  animation: move3 2s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin3:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/money1500/images/shine3.png?version=1");
  content: '';
  width: 25px;
  height: 26px;
  position: absolute;
  right: 7px;
  top: 33px;
  animation: glitter 1.6s linear 0s infinite normal;
  -webkit-animation: glitter 1.6s linear 0s infinite normal;
  -moz-animation: glitter 1.6s linear 0s infinite normal;
  -ms-animation: glitter 1.6s linear 0s infinite normal;
  -o-animation: glitter 1.6s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin4 {
  position: absolute;
  top: -5px;
  right: 430px;
  animation: move4 1.2s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin4:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/money1500/images/shine3.png?version=1");
  content: '';
  width: 25px;
  height: 26px;
  position: absolute;
  right: 7px;
  top: 18px;
  animation: glitter 1.8s linear 0s infinite normal;
  -webkit-animation: glitter 1.8s linear 0s infinite normal;
  -moz-animation: glitter 1.8s linear 0s infinite normal;
  -ms-animation: glitter 1.8s linear 0s infinite normal;
  -o-animation: glitter 1.8s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin5 {
  position: absolute;
  top: 60px;
  right: 105px;
  animation: move5 2.2s linear 0s infinite normal;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .coinarea .coin5 {
    right: 35px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .coinarea .coin5 {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .coinarea .coin5 {
    display: none;
  }
}

.bannerareapc .coinarea .coin5:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/money1500/images/shine1.png?version=1");
  content: '';
  width: 33px;
  height: 34px;
  position: absolute;
  left: 7px;
  top: -10px;
  animation: glitter 2s linear 0s infinite normal;
  -webkit-animation: glitter 2s linear 0s infinite normal;
  -moz-animation: glitter 2s linear 0s infinite normal;
  -ms-animation: glitter 2s linear 0s infinite normal;
  -o-animation: glitter 2s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin6 {
  position: absolute;
  top: 70px;
  right: -160px;
  animation: move6 4.1s linear 0s infinite normal;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .bannerareapc .coinarea .coin6 {
    display: none;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .coinarea .coin6 {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .coinarea .coin6 {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .coinarea .coin6 {
    display: none;
  }
}

.bannerareapc .coinarea .coin6:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/money1500/images/shine5.png?version=1");
  content: '';
  width: 24px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 15px;
  animation: glitter 1.4s linear 0s infinite normal;
  -webkit-animation: glitter 1.4s linear 0s infinite normal;
  -moz-animation: glitter 1.4s linear 0s infinite normal;
  -ms-animation: glitter 1.4s linear 0s infinite normal;
  -o-animation: glitter 1.4s linear 0s infinite normal;
}

.bannerareapc .coinarea .coin7 {
  position: absolute;
  bottom: 175px;
  right: 255px;
  animation: move7 1s linear 0s infinite normal;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .coinarea .coin7 {
    right: 140px;
  }
}

.bannerareapc .coinarea .coin7:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/money1500/images/shine2.png?version=1");
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 15px;
  animation: glitter 2.2s linear 0s infinite normal;
  -webkit-animation: glitter 2.2s linear 0s infinite normal;
  -moz-animation: glitter 2.2s linear 0s infinite normal;
  -ms-animation: glitter 2.2s linear 0s infinite normal;
  -o-animation: glitter 2.2s linear 0s infinite normal;
}

.bannerareaMobile {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/money1500/images/mainbg_sp.jpg?version=1");
  color: #ffffff;
  background-position: center top;
  position: relative;
  background-size: cover;
  overflow: hidden;
  font-family: "Noto Sans TC", "微軟正黑體";
  position: relative;
  z-index: 1;
  line-height: 0;
  margin: 0;
  padding: 30px 0px 55px 0px;
}

.bannerareaMobile img.maintitle {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

.bannerareaMobile .applybtn {
  font-family: "Noto Sans TC", "微軟正黑體";
  display: block;
  border-radius: 5px;
  color: #ffffff;
  border: solid 2px #bf0000;
  padding: 7px 0px;
  font-size: 18px;
  bottom: 10px;
  background: #d10000;
  width: 60%;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 99;
  margin: 0px auto;
  white-space: nowrap;
}

.bannerareaMobile .applybtn:hover {
  text-decoration: none;
}

.bannerareaMobile .applybtn i {
  margin-left: 5px;
}

.custom-gutters.container {
  padding-left: 10px;
  padding-right: 10px;
}

.custom-gutters .row {
  margin-left: 0px;
  margin-right: 0px;
  justify-content: center;
}

.custom-gutters .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.maincontainer {
  position: relative;
  background: #fff2b0;
}

.maincontainer .headbg {
  background: #00AAFF;
  position: absolute;
  height: 80px;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: -80px;
  z-index: 1;
  clip-path: polygon(17% 0%, 83% 0%, 100% 100%, 0% 100%);
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontainer .headbg {
    clip-path: polygon(16% 0%, 84% 0%, 100% 100%, 0% 100%);
    height: 60px;
    top: -60px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer .headbg {
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    height: 60px;
    top: -60px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer .headbg {
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    height: 50px;
    top: -50px;
  }
}

.maincontainer .headbg p {
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 20px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer .headbg p {
    font-size: 15px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer .headbg p {
    font-size: 15px;
    bottom: 10px;
    width: 80%;
    text-align: center;
    display: block;
    margin: 0px auto;
  }
}

.maincontainer section {
  padding: 0px 0px 0px 0px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

@media all and (max-width: 575px) {
  .maincontainer section {
    padding: 0px 0px 0px 0px;
  }
}

.maincontainer section .container {
  background: #9ddeff;
  padding: 60px 0px 0px 0px;
}

.maincontainer section .container .col-lg-6 {
  flex: 0 0 45%;
  max-width: 45%;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontainer section .container .col-lg-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section .container .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section .container .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .maincontainer section .container .col-lg-6:first-child {
    margin-bottom: 50px;
  }
}

.maincontainer section .container .col-lg-6 .borderbox {
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.4);
  border: solid 5px #9ddeff;
  background-color: #ffffff;
  height: 260px;
  padding-top: 20px;
  position: relative;
  text-align: center;
}

@media all and (max-width: 575px) {
  .maincontainer section .container .col-lg-6 .borderbox {
    height: auto;
    padding-bottom: 20px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
}

.maincontainer section .container .col-lg-6 .borderbox h3 {
  position: absolute;
  border-radius: 20px;
  border: solid 5px #181d5e;
  background-color: #ffffff;
  font-size: 30px;
  padding: 0px 20px;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: -30px;
  width: 200px;
  text-align: center;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #181d5e;
}

@media all and (max-width: 575px) {
  .maincontainer section .container .col-lg-6 .borderbox h3 {
    width: 45%;
    font-size: 25px;
    border: solid 3px #181d5e;
    margin-left: 0;
    margin-right: auto;
  }
}

.maincontainer section .container .col-lg-6 .borderbox p {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  padding: 30px 0px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontainer section .container .col-lg-6 .borderbox p {
    font-size: 25px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section .container .col-lg-6 .borderbox p {
    font-size: 20px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section .container .col-lg-6 .borderbox p {
    font-size: 20px;
    padding: 30px 0px 10px 0px;
  }
}

.maincontainer section .container .col-lg-6 .borderbox .row {
  width: 90%;
  margin: 0px auto;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section .container .col-lg-6 .borderbox .row {
    width: 100%;
  }
}

.maincontainer section .container .col-lg-6 .borderbox .row .col-lg-3 {
  line-height: 25px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontainer section .container .col-lg-6 .borderbox .row .col-lg-3 {
    padding: 0px 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section .container .col-lg-6 .borderbox .row .col-lg-3 {
    padding: 0px 5px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section .container .col-lg-6 .borderbox .row .col-lg-3 {
    margin-bottom: 10px;
  }
}

.maincontainer section .container .col-lg-6 .borderbox .row .col-lg-3 img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section .container .col-lg-6 .borderbox .row .col-lg-3 img {
    width: 90%;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section .container .col-lg-6 .borderbox .row .col-lg-3 img {
    width: 120px;
    display: block;
    margin: 0px auto;
  }
}

.maincontainer section .container .col-lg-6 .borderbox a.supportbtn {
  border-radius: 39px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #eb5454;
  color: #ffffff;
  width: 80%;
  display: block;
  margin: 0px auto;
  padding: 20px 0px;
  font-size: 25px;
  letter-spacing: 4px;
  margin-top: 15px;
}

.maincontainer section .container .col-lg-12 {
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 100%;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontainer section .container .col-lg-12 {
    flex: 0 0 96%;
    max-width: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section .container .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section .container .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.maincontainer section .container .col-lg-12 .descbox {
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #fffaef;
  margin-bottom: 50px;
}

.maincontainer section .container .col-lg-12 .descbox ul {
  padding: 20px 50px;
}

@media all and (max-width: 575px) {
  .maincontainer section .container .col-lg-12 .descbox ul {
    padding: 20px;
  }
}

.maincontainer section .container .col-lg-12 .descbox ul li {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.maincontainer section .container .col-lg-12 .descbox ul li h4 {
  line-height: 25px;
}

.maincontainer section .container .col-lg-12 .descbox ul li p {
  line-height: 22px;
  text-indent: -20px;
  margin-left: 20px;
}

footer {
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
}

@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes glitter {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }

  25% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }

  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }

  75% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes move1 {
  0% {
    top: 10px;
  }

  25% {
    top: 20px;
  }

  50% {
    top: 30px;
  }

  75% {
    top: 20px;
  }

  100% {
    top: 10px;
  }
}

@-webkit-keyframes move2 {
  0% {
    top: 230px;
  }

  25% {
    top: 235px;
  }

  50% {
    top: 240px;
  }

  75% {
    top: 235px;
  }

  100% {
    top: 230px;
  }
}

@-webkit-keyframes move3 {
  0% {
    top: 15px;
  }

  25% {
    top: 20px;
  }

  50% {
    top: 25px;
  }

  75% {
    top: 20px;
  }

  100% {
    top: 15px;
  }
}

@-webkit-keyframes move4 {
  0% {
    top: -5px;
  }

  25% {
    top: -2px;
  }

  50% {
    top: 0px;
  }

  75% {
    top: -2px;
  }

  100% {
    top: -4px;
  }
}

@-webkit-keyframes move5 {
  0% {
    top: 65px;
  }

  25% {
    top: 70px;
  }

  50% {
    top: 75px;
  }

  75% {
    top: 70px;
  }

  100% {
    top: 65px;
  }
}

@-webkit-keyframes move6 {
  0% {
    top: 70px;
  }

  25% {
    top: 80px;
  }

  50% {
    top: 90px;
  }

  75% {
    top: 80px;
  }

  100% {
    top: 70px;
  }
}

@-webkit-keyframes move7 {
  0% {
    bottom: 170px;
  }

  25% {
    bottom: 167px;
  }

  50% {
    bottom: 164px;
  }

  75% {
    bottom: 167px;
  }

  100% {
    bottom: 170px;
  }
}

/*# sourceMappingURL=../../../sass */