@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(../vendor/fonts/NotoSansTC-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(../vendor/fonts/NotoSansTC-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(../vendor/fonts/NotoSansTC-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(../vendor/fonts/NotoSansTC-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(../vendor/fonts/NotoSansTC-Black.otf) format("opentype");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(../vendor/fonts/Lato-Bold.ttf) format("opentype");
}

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

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #231815;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  height: 100%;
  background: #fff;
  line-height: 1.4;
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  outline: none;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

hr {
  border: none;
  background-color: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

.header {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  width: 100%;
  z-index: 1030;
  height: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  position: relative;
}

.header .logo {
  display: inline-block;
  width: 278px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .header .logo {
    width: 220px;
  }
}

@media (max-width: 480px) {
  .header .logo {
    width: 200px;
  }
}

@media (max-width: 374px) {
  .header .logo {
    width: 180px;
  }
}

.header .logo img {
  display: block;
}
.header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  background: #e72d2c;
  color: #ffffff;
  padding: 16px 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1399px) {
  .footer {
    display: block;
    text-align: center;
    padding: 25px;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 75px;
  }
}

@media (max-width: 320px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer .logo {
  display: inline-block;
  background: url("../images/logo.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 230px;
  height: 40px;
  margin-right: 25px;
}

@media (max-width: 991px) {
  .footer .logo {
    padding-bottom: 50px;
    border-bottom: 1px solid #f18887;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .footer .logo {
    width: 300px;
    height: 68px;
  }
}

@media (max-width: 320px) {
  .footer .logo {
    width: 270px;
    height: 60px;
  }
}

.footer .logo:after {
  right: -25px;
}

@media (max-width: 1399px) {
  .footer .logo:after {
    top: 12px;
  }
}

.footer__left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

@media (max-width: 1399px) {
  .footer__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .footer__left {
    display: block;
  }
}

.footer__left > * {
  padding-right: 25px;
  margin-left: 25px;
  position: relative;
}

@media (max-width: 991px) {
  .footer__left > * {
    padding-right: 0;
    margin-left: 0;
  }
}

.footer__left > *:after {
  content: " ";
  width: 2px;
  height: 25px;
  position: absolute;
  top: 6px;
  right: 0;
  background: #ffffff;
}

@media (max-width: 1399px) {
  .footer__left > *:after {
    height: 20px;
  }
}

@media (max-width: 991px) {
  .footer__left > *:after {
    display: none;
  }
}

.footer__left .pic {
  display: none;
}

@media (max-width: 1399px) {
  .footer__left .pic {
    position: absolute;
    display: block;
    top: -120px;
    right: 0;
    padding-right: 0;
    margin-left: 0;
    width: 120px;
  }
}

@media (max-width: 767px) {
  .footer__left .pic {
    top: -104px;
    right: 24px;
  }
}

@media (max-width: 320px) {
  .footer__left .pic {
    right: -2px;
  }
}

.footer__right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer__right .pic {
  margin-top: -55px;
  margin-left: 20px;
  margin-right: 40px;
}

@media (max-width: 1399px) {
  .footer__right .pic {
    display: none;
  }
}

@media (max-width: 1399px) {
  .footer__right .footer__text {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
}

.footer__text {
  color: #ffffff;
  line-height: 1.6;
  font-size: 1.375rem;
}

@media (max-width: 1699px) {
  .footer__text {
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .footer__text {
    margin: 10px 0;
  }
}

.footer__smalltext {
  color: #ffffff;
  line-height: 1.6;
  font-size: 1.125rem;
}

@media (max-width: 1699px) {
  .footer__smalltext {
    font-size: 1rem;
  }
}

::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

::placeholder {
  color: #afafaf;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #afafaf;
}

.show--ipad {
  display: none;
}

@media (max-width: 991px) {
  .show--ipad {
    display: block;
  }
}

@media (max-width: 991px) {
  .hide--ipad {
    display: none;
  }
}

.show--mobile {
  display: none;
  
}

@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--mobile {
    display: none;
  }
}

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

.ta--left {
  text-align: left !important;
}

.ta--center {
  text-align: center !important;
}

.blue {
  color: #5f8ea4;
}

.red {
  color: #e50012;
}

.red_bold {
  color: #e50012;
  font-weight: 600;
  font-size: 1.2rem;
  
}
.pc-banner {
  display: none;
}

@media (min-width: 768px) {
  .pc-banner {
    display: block;
  }
}

.mobile-banner {
  display: none;
  margin:auto;
	
}

@media (max-width: 767px) {
  .mobile-banner {
    display: block;
	margin:auto;
  }
}

.index__kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index__top {
  background: #B2B8C1;
  padding-top: 35px;
  padding-bottom: 35px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .index__top {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.index__top .container {
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 991px) {
  .index__top .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .index__top .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.index__top-title {
  font-size: 1.3125rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .index__top-title {
    font-size: 1rem;
  }
}

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

@media (max-width: 767px) {
  .index__top-flex {
    line-height: 1.2;
  }
}

.index__top-text:first-child {
  width: 80px;
}

.index__top-text:last-child {
  width: calc( 100% - 80px);
}

.index__top-text .highlight {
  color: #e50012;
  display: block;
  font-size: 1.3125rem;
}

@media (max-width: 767px) {
  .index__top-text .highlight {
    font-size: 1rem;
  }
}

.index__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .index__flex {
    display: block;
    margin-bottom: 20px;
  }
}

.index__title {
  position: relative;
  padding-left: 20px;
  font-size: 1.625rem;
  padding: 0px 18px 0px 32px;
  background-color: #4d332d;
  color: #ffffff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 20px;
  height: 42px;
  line-height: 42px;
  margin-right: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .index__title {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.375rem;
  }
}

.index__title::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -20px;
  background: url("../images/icon-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 50px;
  height: 50px;
}

.index__text {
  font-size: 1.3rem;
}

@media (max-width: 1199px) {
  .index__text {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .index__text {
    width: 100%;
    line-height: 1.4;
  }
}

.index__smalltext {
  font-size: 0.8rem;
  text-align: justify;
}

.index__block {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .index__block {
    margin-left: 0;
  }
}

.index__feature {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #CFE0E3;
}

.index__feature .container {
  padding-left: 50px;
  padding-right: 75px;
}

@media (max-width: 991px) {
  .index__feature .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .index__feature .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.index__feature-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .index__feature-items {
    display: block;
    text-align: center;
  }
}

.index__feature-item {
  width: 49%;
  margin: 0 0.5% 15px;
  position: relative;
}

@media (max-width: 767px) {
  .index__feature-item {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
  }
  .index__feature-item:last-child {
    margin-bottom: 0;
  }
}


.index__tips {
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .index__tips {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .index__tips {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .index__tips {
	padding-top: 20px;
    font-size: 3.5vw;
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .index__tips {
    font-size: 0.8rem;
  }
}

.index__event {
  padding-bottom: 50px;
  background: #FEF7E5;
}

.index__event .container {
  padding-left: 50px;
  padding-right: 75px;
}

@media (max-width: 991px) {
  .index__event .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .index__event .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}


.index__pay {
  padding-top: 50px;
  padding-bottom: 50px;
}


.index__feature-item:first-child .index__feature-deco {
  display: none;
}

@media (max-width: 767px) {
  .index__feature-item:first-child .index__feature-deco {
    display: block;
    background: url("../images/feature-deco.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 78px;
    height: 97px;
    position: absolute;
    right: -4px;
    top: -60px;
  }
}

@media (max-width: 480px) {
  .index__feature-item:first-child .index__feature-deco {
    width: 58px;
    height: 73px;
    right: -9px;
    top: -41px;
  }
}

@media (max-width: 320px) {
  .index__feature-item:first-child .index__feature-deco {
    top: -52px;
  }
}


@media (max-width: 1199px) {
  .index__feature-item:last-child .index__feature-deco {
    width: 95px;
    height: 120px;
    right: -37px;
    top: -71px;
  }
}

.index__pay {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FEF7E5;
}

.index__pay .container {
  padding-left: 50px;
  padding-right: 75px;
}

@media (max-width: 991px) {
  .index__pay .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .index__pay .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.index__pay .index__flex {
  margin-bottom: 15px;
}

.index__pay .index__flex .index__smalltext {
  margin-left: 0;
  width: calc( 100% - 260px);
}

@media (max-width: 767px) {
  .index__pay .index__flex .index__smalltext {
    width: 100%;
  }
}

.index__pay .pic {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .index__pay .pic {
    margin-top: 15px;
  }
}

.index__pay .pc-banner {
  display: none;
}

@media (min-width: 768px) {
  .index__pay .pc-banner {
    display: block;
  }
}

.index__pay .mobile-banner {
  display: none;
}

@media (max-width: 767px) {
  .index__pay .mobile-banner {
    display: block;
  }
}

.index__pay-items {
  list-style-type: none;
  margin-top: 24px;
}

.index__pay-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.index__pay-item .index__smalltext {
  margin-left: 0;
}

.index__pay-item .index__smalltext:last-child {
  width: calc( 100% - 50px);
}

.index__bottom {
  padding-bottom: 50px;
  background: #FEF7E5;
}

@media (max-width: 1399px) {
  .index__bottom {
    padding-bottom: 80px;
	background: #FEF7E5;
  }
}

@media (max-width: 767px) {
  .index__bottom {
    padding-top: 20px;
  }
}

.index__bottom .container {
  padding-left: 50px;
  padding-right: 75px;
}

@media (max-width: 991px) {
  .index__bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .index__bottom .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.index__bottom .container > div {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .index__bottom .container > div {
    padding-top: 20px;
  }
}

.index__bottom .rule .pic {
  margin-bottom: 30px;
}

.index__bottom .rule .pic .index__smalltext {
  margin-left: 0;
}

.index__bottom .rule .index__smalltext {
  margin-bottom: 10px;
}

.index__bottom .rate .pic {
  margin-bottom: 30px;
}

.index__bottom .rate .pic .index__smalltext {
  margin-left: 0;
}

.index__bottom .expose__flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .index__bottom .expose__flex {
    display: block;
  }
}

.index__bottom .expose__left, .index__bottom .expose__right {
  width: 49%;
}

@media (max-width: 767px) {
  .index__bottom .expose__left, .index__bottom .expose__right {
    width: 100%;
  }
}

.index__bottom .expose__left {
  margin-right: 2%;
}

@media (max-width: 767px) {
  .index__bottom .expose__left {
    margin-right: 0;
  }
}

.index__bottom .expose .highlight {
  font-size: 0.875rem;
  letter-spacing: -1px;
}

.index__bottom .notice__items {
  list-style-type: decimal;
}

@media (max-width: 767px) {
  .index__bottom .notice__items {
    margin-left: 24px;
  }
}

.index__bottom .notice__items .red {
  font-weight: 700;
  font-size: 1.3125rem;
}

@media (max-width: 767px) {
  .index__bottom .notice__items .red {
    font-size: 1.3125rem;
  }
}

.index__bottom .notice__items .redlight {
  color: #e50012;
  font-weight: 400;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .index__bottom .notice__items .redlight {
	color: #e50012;
    font-size: 1rem;
  }
}

.index .table-block {
  margin-bottom: 15px;
}

.index .table-style {
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .index .table-style {
    font-size: 1rem;
  }
}

.index .table-style th {
  background: #c52b15;
  color: #ffffff;
}

.index .table-style td {
  color: #3e3a39;
}

.index .table-style td.bgcolor {
  background-color: #fbddc3;
}

.index .table-style th, .index .table-style td {
  padding: 12px;
  border-right: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
  text-align: center;
}

@media (max-width: 991px) {
  .index .table-style th, .index .table-style td {
    padding: 8px 12px;
  }
}

.index .table-style tr:first-child th, .index .table-style tr:first-child td {
  border-top: 1px solid #3e3a39;
}

@media (max-width: 767px) {
  .index .table-style tr:first-child th, .index .table-style tr:first-child td {
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .index .table-style tr th:first-child, .index .table-style tr td:first-child {
    border-left: 1px solid #3e3a39;
  }
}

.index_issue-02, .index_issue-03 {
  padding-top: 40px;
}