a {
  text-decoration: none; }

button {
  padding: 0;
  border: 0;
  cursor: pointer;
  font-family: 'Microsoft JhengHei';
  background: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

img {
  max-width: 100%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 0 8px; }

textarea {
  padding: 8px; }

/* For Old Broswer */
.flex-fl-left > * {
  float: left; }

.flex-fl-right > * {
  float: right; }

img, a {
  border: 0 \9; }

/* ==================*/
.fl-left {
  float: left; }

.fl-right {
  float: right; }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-justify {
  text-align: justify; }

.txt-300 {
  font-weight: 300; }

.txt-400 {
  font-weight: 400; }

.txt-500 {
  font-weight: 500; }

.txt-600 {
  font-weight: 600; }

.txt-italic {
  font-style: italic; }

.txt-underline {
  text-decoration: underline; }

.txt-through {
  text-decoration: line-through; }

.txt-upper {
  text-transform: uppercase; }

.alert {
  color: red; }

.fade {
  transition: 0.4s;
  -webkit-transition: 0.4s; }

.clear {
  width: 100%;
  overflow: hidden; }

/* column */
.col-xl-1 {
  width: 8.3333%; }

.col-xl-2 {
  width: 16.6666%; }

.col-xl-3 {
  width: 25%; }

.col-xl-4 {
  width: 33.3333%; }

.col-xl-5 {
  width: 41.6666%; }

.col-xl-6 {
  width: 50%; }

.col-xl-7 {
  width: 58.3333%; }

.col-xl-8 {
  width: 66.6666%; }

.col-xl-9 {
  width: 75%; }

.col-xl-10 {
  width: 83.3333%; }

.col-xl-11 {
  width: 91.66667%; }

.col-xl-12 {
  width: 100%; }

.col-center {
  text-align: center; }
  .col-center > * {
    display: inline-block; }

/* list */
.list-xl-i2 > li {
  width: 48%; }
  .list-xl-i2 > li:nth-child(2n) {
    margin-right: 0; }

.list-xl-i3 > li {
  width: 32.5%;
  margin-right: 1.2%; }
  .list-xl-i3 > li:nth-child(3n) {
    margin-right: 0; }

.list-xl-i4 > li {
  width: 23%;
  margin-right: 1.2%; }
  .list-xl-i4 > li:nth-child(4n) {
    margin-right: 0; }

.list-xl-i5 > li {
  width: 19%;
  margin-right: 1.2%; }
  .list-xl-i5 > li:nth-child(5n) {
    margin-right: 0; }

.list-xl-i6 > li {
  width: 15.6666%;
  margin-right: 1.2%; }
  .list-xl-i6 > li:nth-child(6n) {
    margin-right: 0; }

.list-xl-i2 li, .list-xl-i3 li, .list-xl-i4 li, .list-xl-i5 li, .list-xl-i6 li {
  float: left; }

/* position */
.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.pos-fix {
  position: fixed; }

.list-disc {
  list-style-type: disc; }

.list-num {
  list-style-type: decimal; }

.img-inline {
  position: relative;
  top: 3px; }

.img-thumb {
  overflow: hidden;
  text-align: center; }
  .img-thumb img {
    display: block;
    width: 100%;
    vertical-align: middle; }
  .img-thumb.vertical img {
    width: auto;
    height: 100%;
    margin: 0 auto; }

.table-tr {
  width: 100%;
  overflow: hidden; }
  .table-tr > div {
    float: left; }

/* flex box */
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-fl-left {
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row; }

.flex-fl-right {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse; }

.flex-h-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.flex-h-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.flex-h-between {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-h-center {
  justify-content: center;
  -webkit-justify-content: center; }

.flex-v-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-v-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-v-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* special hidden / show classes */
.tablet-show, .mobile-show {
  display: none; }

/* waypoint */
.el-hidden {
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px); }
  .el-hidden.el-top {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px); }
  .el-hidden.el-bottom {
    transform: translateY(100px);
    -webkit-transform: translateY(100px); }
  .el-hidden.el-scale {
    transform: scale(0);
    -webkit-transform: scale(0); }
  .el-hidden.el-left {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px); }
  .el-hidden.el-right {
    transform: translateX(100px);
    -webkit-transform: translateX(100px); }

.el-top, .el-bottom, .el-left, .el-right, .el-scale {
  transition: 0.4s;
  -webkit-transition: 0.4s; }

.el-timer-1 {
  transition: 0.4s !important;
  -webkit-transition: 0.4s !important; }

.el-timer-2 {
  transition: 0.6s !important;
  -webkit-transition: 0.6s !important; }

.el-timer-3 {
  transition: 0.8s !important;
  -webkit-transition: 0.8s !important; }

.el-timer-4 {
  transition: 1s !important;
  -webkit-transition: 1s !important; }

/* Custom style */
h1, .undoreset h1 {
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  color: #fff; }

h2, .undoreset h2 {
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  color: #ff0000; }

h3, .undoreset h3 {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  color: #000; }

p, .undoreset p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0; }
  p a, .undoreset p a {
    color: #ff0000;
    text-decoration: underline; }
    p a:hover, .undoreset p a:hover {
      color: #f7af28; }

.undoreset table {
  border: 1px solid #000; }
  .undoreset table td {
    border: 1px solid #000;
    padding: 5px;
    vertical-align: middle; }
.undoreset img {
  max-width: 100%; }
.undoreset ul {
  list-style-type: disc;
  margin-left: 25px; }
.undoreset ol {
  list-style-type: decimal;
  margin-left: 25px; }

.btn-style01 {
  display: inline-block;
  width: 200px;
  line-height: 44px;
  border: 1px solid #ff0000;
  font-size: 16px;
  text-align: center;
  color: #ff0000;
  transition: 0.4s;
  -webkit-transition: 0.4s; }
  .btn-style01:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url("../images/icons/btn_arrow01.png") no-repeat top left;
    margin-left: 15px; }
  .btn-style01:hover {
    background-color: #ff0000;
    color: #fff; }
    .btn-style01:hover:after {
      background-position: left bottom; }
  .btn-style01.btn-reverse {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #fff; }
    .btn-style01.btn-reverse:after {
      background-position: left bottom; }
    .btn-style01.btn-reverse:hover {
      background-color: #f7af28;
      border: 1px solid #f7af28; }

.href-over {
  position: relative;
  display: block; }
  .href-over:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../images/icons/icon_zoom01.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
    -webkit-transition: 0.4s; }
  .href-over:hover:after {
    opacity: 1; }

.font-xl {
  font-size: 22px;
  line-height: 40px; }

/*# sourceMappingURL=style.css.map */
