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


body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Noto Sans TC", sans-serif;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1.6;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
::-moz-selection {
  background: #c20f2f;
  color: #fff;
}

::selection {
  background: #c20f2f;
  color: #fff;
}

a {
  text-decoration: none;
}

img {
  outline: none;
  border: none;
}

p {
  margin: 15px 0px;
}

ol, ul {
  margin: 15px 0px;
  padding-left: 20px;
}

ol li, ul li {
  padding-bottom: 3px;
}

ol li:last-of-type, ul li:last-of-type {
  padding-bottom: 0px;
}

ol li ol, ol li ul, ul li ol, ul li ul {
  margin: 3px 0px 0px;
}

ol.chineseNum, ul.chineseNum {
  list-style: none;
  padding-left: 0;
}

ol.chineseNum li, ul.chineseNum li {
  text-indent: -47px;
  padding-left: 47px;
}

.checkbox {
  vertical-align: middle;
  display: inline-block;
}

.checkbox label {
  display: flex;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox input[type=checkbox]:checked + span {
  background: #fae103;
  border-color: #fae103;
}

.checkbox input[type=checkbox]:checked + span i {
  color: #000;
}

.checkbox span {
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: solid 2px #ccc;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s ease all;
  position: relative;
}

.checkbox span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease all;
}

.radio {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

.radio label {
  display: flex;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio]:checked + .radio-fake {
  background: #fae103;
}

.radio input[type=radio]:checked + .radio-fake i {
  color: #000;
}

.radio-fake {
  display: block;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border: solid 2px #aaa;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s ease all;
  position: relative;
}

.radio-fake i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 13px;
  transition: 0.3s ease all;
}

.radio-text {
  vertical-align: middle;
  font-size: 18px;
  padding-left: 8px;
}

label {
  cursor: pointer;
}

button {
  border: none;
  color: #fff;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer;
}

button i {
  margin-left: 5px;
}

button, input {
  outline: none;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
}

button, input, select {
  outline: none;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
}

.inputStyle, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
  border-radius: 10px;
  border: solid 1px #c7c7c7;
  background: #fff;
  font-size: 17px;
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
}

select {
  box-sizing: border-box;
  padding: 0 24px 0 10px;
  font-size: 17px;
  line-height: 50px;
  height: 54px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/icon-dropdown.png) right center no-repeat;
  background-size: 18px;
  border-radius: 10px;
  border: solid 1px #c7c7c7;
}

select::-ms-expand {
  display: none;
}

input[type=range] {
  width: 100%;
  height: 26px;
  -webkit-appearance: none;
  margin: 10px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #50555C;
  background: #50555C;
  border-radius: 14px;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 40px;
  border-radius: 12px;
  background: #3266a6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #50555C;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #50555C;
  background: #50555C;
  border-radius: 14px;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 40px;
  border-radius: 12px;
  background: #3266a6;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #50555C;
  border: 0px solid #000000;
  border-radius: 28px;
  box-shadow: 1px 1px 1px #50555C;
}

input[type=range]::-ms-fill-upper {
  background: #50555C;
  border: 0px solid #000000;
  border-radius: 28px;
  box-shadow: 1px 1px 1px #50555C;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 20px;
  width: 40px;
  border-radius: 12px;
  background: #3266a6;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #50555C;
}

input[type=range]:focus::-ms-fill-upper {
  background: #50555C;
}

.rangeList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 100%;
}

.rangeList option {
  padding: 0;
  transform: rotate(-90deg);
}

.container {
  margin: 0 auto;
  padding: 0px;
  width: 1140px;
}

.container.larger {
    max-width: 1396%;
    width: 90%;
    margin: 0px auto;
    padding: 0px;
}

@media screen and (max-width: 1199px) {
  .container {
    margin: 0px 65px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .container {
    margin: 0px 25px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin: 0px 15px;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hide {
  display: none !important;
}

.mobileShow {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .pcShow {
    display: none !important;
  }
  .mobileShow {
    display: initial !important;
  }
}

.animated {
  animation-fill-mode: backwards;
}

.dividingLine {
  margin: 40px 0px;
  border-bottom: dashed 1px #bbb;
  clear: both;
}

.youtube {
  width: 100%;
  max-width: 600px;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.youtube img {
  width: 100%;
  position: relative;
  display: block;
}

.youtube-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .youtube {
    max-width: 600px;
  }
}

img {
  border: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
}
@keyframes shake {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
  }
}
body {
  position: relative;
  width: 100%;
  background-color: #E8F7FC;
}

body.fixedBody {
  overflow-y: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #c8a973;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #c8a973;
  border-radius: 20px;
}

::-webkit-scrollbar-button {
  background-color: #3266a6;
  border-radius: 20px;
}

::-webkit-scrollbar-corner {
  background-color: #3266a6;
}

.loading {
  display: none;
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  align-items: center;
}

.loading img {
  width: 90%;
  max-width: 300px;
}

.loading .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loading .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 48px;
  height: 48px;
  margin: 24px 0px;
  border-radius: 50%;
  border: 6px solid #c8a973;
  border-color: #c8a973 transparent #800000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.loading.show {
  display: flex;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header {
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  position: fixed;
  padding: 0;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 0px 1px 2px #cccccc;
  box-sizing: border-box;
}

.header-area {
  width: 100%;
  height: 80px;
  margin: 0px;
  position: relative;
}
/*
nav {
  width: 100%;
  height: 80px;
  position: relative;
  color: #ecedee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  box-sizing: border-box;
}

nav .logo {
  display: block;
  width: 320px;
  transition: 0.3s ease all;
  margin-left: 20px;
}

nav .logo img, nav .logo picture {
  display: block;
  width: 100%;
}

nav .logo img img, nav .logo picture img {
  display: block;
  width: 90%;
}

@media screen and (max-width: 840px) {
  nav .logo {
    width: 120px;
    margin-left: 10px;
  }
}
#main-menu {
  position: relative;
  text-align: right;
  box-sizing: border-box;
  display: inline-block;
}

#main-menu .toggle {
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  right: 20px;
}

#main-menu .toggle div {
  width: 30px;
  height: 3px;
  background: #9e9e9e;
  margin: 6px 0;
  transition: 0.3s ease all;
  display: block;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #main-menu .toggle {
    display: inline-block;
  }
}
#main-menu #drop {
  display: none;
}

#main-menu #drop ~ ul {
  position: relative;
  list-style: none;
  text-align: right;
  letter-spacing: 0;
  font-size: 0;
  margin: 0;
  top: 0;
  right: 0;
}

#main-menu #drop ~ ul li {
  display: inline-block;
  margin: 0;
  padding: 3px 0px 0px;
  position: relative;
}

#main-menu #drop ~ ul li a, #main-menu #drop ~ ul li span {
  font-size: 20px;
  cursor: pointer;
  display: block;
  text-align: center;
  background: #ffffff;
  color: #3C3C3C;
  padding: 0px 30px 0px 0px;
}

#main-menu #drop ~ ul li a.act, #main-menu #drop ~ ul li span.act {
  color: #005598;
}

#main-menu #drop ~ ul li .subNav {
  position: absolute;
  width: 140%;
  left: 0px;
  top: 55px;
  background-color: #ffffff;
  list-style: none;
  display: none;
  z-index: 120;
  transform: translateY("100%");
  padding: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #cccccc;
  border-top: none;
}

#main-menu #drop ~ ul li .subNav li {
  display: block;
  text-align: left;
  padding: 5px 10px;
}

#main-menu #drop ~ ul li .subNav li a {
  text-align: left;
}

#main-menu #drop ~ ul:active {
  display: block;
}

@media screen and (max-width: 1199px) {
  #main-menu #drop ~ ul {
    min-width: 120px;
    position: absolute;
    top: 80px;
    right: -200px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    background: #ffffff;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  #main-menu #drop ~ ul li {
    display: block;
  }
  #main-menu #drop ~ ul li a, #main-menu #drop ~ ul li span {
    font-size: 16px;
    text-align: center;
    color: #3C3C3C;
    padding: 20px 5px;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
    cursor: pointer;
  }
  #main-menu #drop ~ ul li a.act, #main-menu #drop ~ ul li span.act {
    color: #005598;
  }
  #main-menu #drop ~ ul li:first-child a, #main-menu #drop ~ ul li:first-child span {
    border-top: none;
  }
  #main-menu #drop ~ ul li .subNav {
    position: relative;
    width: auto;
    left: 0px;
    top: -20px;
    z-index: 1;
    transform: translateY("0px");
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
  }
  #main-menu #drop ~ ul li .subNav li {
    display: block;
    text-align: center;
    padding: 0px;
  }
  #main-menu #drop ~ ul li .subNav li a {
    padding: 5px;
    text-align: center;
    border: none;
  }
  #main-menu #drop:checked ~ ul {
    min-width: 160px;
    padding: 0 10px;
    top: 80px;
    right: 20px;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  #main-menu #drop:checked ~ ul {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  #main-menu #drop:checked ~ .toggle div:first-of-type, #main-menu #drop:checked ~ .toggle div:nth-of-type(2) {
    transform-origin: center center;
    background: #ee5c45;
  }
  #main-menu #drop:checked ~ .toggle div:first-of-type {
    transform: rotate(45deg);
    top: 9px;
  }
  #main-menu #drop:checked ~ .toggle div:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  #main-menu #drop:checked ~ .toggle div:nth-of-type(3) {
    opacity: 0;
  }
}*/
/*
.footer {
  background: #3d3d3d;
  color: #fff;
  font-size: 18px;
  padding: 32px 0;
}

.footer-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px 24px;
  box-sizing: border-box;
}

.footer-copyright {
  font-weight: 700;
  border-bottom: 1px solid #717171;
  padding: 10px 0;
  position: relative;
}

.footer-copyright span {
  display: inline-block;
  padding-left: 16px;
}

.footer-copyright .socialBox {
  position: absolute;
  right: 0;
  bottom: 10px;
  letter-spacing: 4px;
  padding: 0;
  text-align: right;
}

.footer-copyright .socialBox a {
  display: inline-block;
  color: #c8a973;
}

.footer-copyright .socialBox a i {
  font-size: 30px;
}

.footer-copyright .socialBox a .footIcon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: -6px;
}

.footer-copyright .socialBox a:hover {
  color: #b49560;
}

.footer-contactInfo {
  border-bottom: 1px solid #717171;
  padding: 10px 0;
}

.footer-contactInfo span {
  display: inline-block;
  padding-left: 16px;
}

.footer-idNum {
  padding: 10px 0;
  text-align: left;
}

.footer-warning {
  text-align: left;
  color: #fff;
}

.footer-warning-slider {
  overflow-y: auto;
  height: 300px;
}

@media screen and (max-width: 991px) {
  .footer-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 50px;
    font-size: 16px;
    text-align: center;
  }
  .footer-copyright span {
    display: block;
    padding-left: 0;
  }
  .footer-copyright .socialBox {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 16px 0;
    text-align: center;
    letter-spacing: 20px;
  }
  .footer-copyright .socialBox a i {
    font-size: 36px;
  }
  .footer-copyright .socialBox a .footIcon {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: 0;
  }
  .footer-contactInfo {
    padding: 10px 0;
  }
  .footer-contactInfo span {
    display: block;
  }
}
*/
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0px;
}

.btnArea {
  text-align: center;
  font-size: 0px;
  margin: 10px 0px;
}

.btnArea.threeBtn .btn, .btnArea.twoBtn .btn {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 50%;
}

.btnArea.threeBtn .btn {
  max-width: 33.3333333333%;
}

.btn a, .btn button, .btn span {
  font-size: 20px;
  display: block;
  color: #fff;
  line-height: 50px;
  border-radius: 50px;
  transition: 0.3s ease all;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 42px;
  background: #004483;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 0 rgba(65, 65, 65, 0.25);
}

.btn a:before, .btn button:before, .btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  width: 0px;
  height: 0px;
  transition: 0.6s ease-in-out all;
}

.btn a:hover:before, .btn button:hover:before, .btn span:hover:before {
  width: 800px;
  height: 800px;
}

.btn a.short, .btn button.short, .btn span.short {
  padding: 0px 1.5em;
}

.btn.twoLines a, .btn.twoLines button, .btn.twoLines span {
  line-height: 1.2;
  padding-top: 16px;
  padding-bottom: 16px;
}

.btn.type2 a, .btn.type2 button, .btn.type2 span {
  background: #339999;
}

.btn.type3 a, .btn.type3 button, .btn.type3 span {
  background: #ee5c45;
}

.btn.type4 a, .btn.type4 button, .btn.type4 span {
  background: #333333;
}

.btn.type5 a, .btn.type button, .btn.type5 span {
  background: none;
  box-shadow: none;
}


@media screen and (min-width: 767px) {
  .btn.type5 a, .btn.type5 button, .btn.type5 span {
    width: 220px;
  }

}



.btn.red a, .btn.red button, .btn.red span {
  background: #c20f2f;
  text-shadow: none !important;
}

.btn.yellow a, .btn.yellow button, .btn.yellow span {
  background: #ffff02;
  color: #000;
  text-shadow: none !important;
}

.btn.disable a, .btn.disable button, .btn.disable span {
  background: #fff;
  color: rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  cursor: auto;
}

.btn.disable a:hover, .btn.disable button:hover, .btn.disable span:hover {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
}

.btn.fixedWidth {
  width: 250px;
}

.btn-remark {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}

.btn.white a, .btn.white button, .btn.white span {
  background: none;
  color: #fff;
  border: solid 1px;
}

.btn.borderType a, .btn.borderType button, .btn.borderType span {
  color: #3266a6;
  border: solid 2px;
  background: none;
}

.btn.borderType a:hover, .btn.borderType button:hover, .btn.borderType span:hover {
  text-shadow: none;
  background-color: #3266a6;
  color: #ffffff;
  border-color: #3266a6;
}

.btn.borderType.whiteStyle a, .btn.borderType.whiteStyle button, .btn.borderType.whiteStyle span {
  color: #fff;
}

.btn.borderType.redStyle a, .btn.borderType.redStyle button, .btn.borderType.redStyle span {
  color: #d10031;
}

.btn.textBtn a, .btn.textBtn button, .btn.textBtn span {
  color: #c8a973;
  background: none;
}

.btn.textBtn a:before, .btn.textBtn button:before, .btn.textBtn span:before {
  background: rgba(0, 0, 0, 0.05);
}

.btn.textBtn a:hover, .btn.textBtn button:hover, .btn.textBtn span:hover {
  text-shadow: none;
  box-shadow: none;
}

.btn.textBtn.whiteStyle a, .btn.textBtn.whiteStyle button, .btn.textBtn.whiteStyle span {
  color: #fff;
}


@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
  .btnArea.threeBtn .btn, .btnArea.twoBtn .btn {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn a, .btn button, .btn span {
    font-size: 17px;
    line-height: 45px;
    width: 100%;
    padding: 0px 20px;
  }
  .btn-remark {
    padding: 5px 0px 10px;
  }
}
.normal a, .normal button {
  font-size: 24px;
  line-height: 55px;
  padding: 0px 25px;
  border-radius: 18px;
}

@media screen and (max-width: 767px) {
  .normal a, .normal button {
    font-size: 17px;
    line-height: 45px;
    padding: 0px 10px;
  }
}
.sBtn a, .sBtn button, .sBtn span {
  font-size: 18px;
  line-height: 38px;
  padding: 0px 25px;
}

@media screen and (max-width: 767px) {
  .sBtn a, .sBtn button, .sBtn span {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 12px;
  }
}
.fixedRightBtn {
  margin-bottom: 6px;
}

.fixedRightBtn-area {
  position: fixed;
  top: 0%;
  right: 0px;
  transform: translateY(50%);
  z-index: 10;
  display: none;
}

.fixedRightBtn a {
  display: block;
  text-align: center;
  width: 36px;
  color: #ffffff;
  background: #28A745;
  padding: 10px 9px;
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 18px;
  line-height: 20px;
  transition: 0.3s ease all;
  position: relative;
  left: 0px;
  white-space: normal;
}

.fixedRightBtn a:hover {
  background: #218838;
}

.fixedRightBtn a i {
  font-size: 13px;
}

.fixedRightBtn a span {
  writing-mode: vertical-lr;
}

.fixedRightBtn a.type2 {
  background: #4477C1;
}

.fixedRightBtn a.type2:hover {
  background: #005598;
}

.fixedRightBtn a.type3 {
  background: #28A745;
}

.fixedRightBtn a.type3:hover {
  background: #604009;
}

.fixedRightBtn a .warp {
  display: none;
}

@media screen and (max-width: 840px) {
  .fixedRightBtn a {
    width: 36px;
    padding: 15px 6px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .fixedRightBtn {
    display: block;
    width: auto;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .fixedRightBtn-area {
    top: auto;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0px;
    transform: translateY(0);
    display: block;
  }
  .fixedRightBtn-area.twoBtn .fixedRightBtn {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
  }
  .fixedRightBtn-area.twoBtn .fixedRightBtn a:first-of-type {
    width: 50%;
    border-radius: 30px 0px 0px 30px;
  }
  .fixedRightBtn-area.twoBtn .fixedRightBtn a:nth-of-type(2) {
    width: 50%;
    border-radius: 0px 30px 30px 0px;
  }
  .fixedRightBtn-area.threeBtn .fixedRightBtn {
    display: inline-block;
    width: 33.3333333333%;
  }
  .fixedRightBtn a {
    width: auto;
    padding: 20px 0px;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 3px 0 rgba(65, 65, 65, 0.25);
  }
  .fixedRightBtn a span {
    writing-mode: initial;
  }
  .fixedRightBtn a .warp {
    display: block;
  }
  .fixedRightBtn:nth-of-type(2) a {
    border-left: none;
  }
}

.topBtn {
  position: fixed;
  z-index: 1;
  bottom: 35px;
  right: 15px;
  transition: 0.5s ease transform, 0.3s ease opacity;
  opacity: 1;
  cursor: pointer;
  display: none;
}

.topBtn article {
  display: block;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  transition: 0.3s ease all;
  position: relative;
  top: 0px;
  padding-top: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #fff;
}

.topBtn article span {
  position: relative;
}

.topBtn article i {
  display: block;
  margin: 0 auto;
}

.topBtn article:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1199px) {
  .topBtn {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topBtn {
    bottom: 80px;
  }
  .topBtn article {
    width: 40px;
    height: 40px;
    font-size: 0px;
  }
  .topBtn article i {
    font-size: 20px;
  }
}
.chart {
  margin: 15px 0px;
}

.chart-area {
  font-size: 0px;
  text-align: center;
  margin: 15px -30px;
}

.chart-area .chart {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
  padding: 0px 30px;
  margin: 0px;
}

.chart-area.threeChart .chart {
  width: 33.3333333333%;
}

.chart-tit {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0px;
}

.chart-tit.type2 {
  font-size: 24px;
}

.chart-tit.type2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #005598;
  width: 8px;
  height: 26px;
  border-radius: 4px;
  position: relative;
  top: -3px;
}

.chart-tit-bg {
  background: #ececec;
  background: #c8a973;
  border-radius: 30px;
  display: inline-block;
  padding: 4px 18px;
  color: #fff;
}

.chart-tit-bg .focusText {
  color: #ffcc00;
}

.chart-img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 15px auto;
  border-radius: 20px;
  box-shadow: 0 8px 0 #cfe9ff;
}

.chart-table {
  margin: 10px 0px;
  overflow-x: auto;
}

.chart-table table {
  width: 100%;
  border-spacing: 0px;
  font-size: 17px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
  border: none;
}

.chart-table table thead tr {
  background: #3d444e;
}

.chart-table table thead tr td {
  color: #fff;
  font-weight: bold;
  border-bottom: none;
}

.chart-table table thead tr td i {
  margin-left: 4px;
  cursor: pointer;
}

.chart-table table thead tr td .fa-sort {
  color: #ffffff;
}

.chart-table table thead tr td .fa-sort-down, .chart-table table thead tr td .fa-sort-up {
  color: #333333;
}

.chart-table table tr {
  background: #fff;
}

.chart-table table tr td {
  text-align: center;
  color: #353535;
  padding: 15px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  word-break: break-all;
}

.chart-table table tr td strong {
  color: #333333;
}

.chart-table table tr td strong.color {
  color: #ff725c;
}

.chart-table table tr td.text-left {
  text-align: left;
}

.chart-table table tr td:first-of-type {
  border-left: none;
}

.chart-table table tr td .fundName {
  color: #714c0b;
}

.chart-table table tr td .fundName strong {
  color: #3266a6;
  font-weight: normal;
}

.chart-table table tr td i.fa-solid {
  font-size: 26px;
  vertical-align: middle;
}

.chart-table table tr:nth-of-type(2n+0) {
  background: #f2f2f2;
}

.chart-table table tr.focusTr {
  background: #fff8e8;
}

.chart-table.type2 table {
  border-spacing: 0px;
  border-radius: 0;
}

.chart-table.type2 table tr td {
  border-left: solid 1px #cacaca;
  border-bottom: none;
}

.chart-table.type2 table tr td:first-of-type {
  border-left: none;
}

.chart-table.type2 table thead tr {
  background: #303030;
}

.chart-table.type2 table thead tr a {
  color: #fff;
  border-bottom: solid 1px;
}

.chart-table.type2 table thead tr a:hover {
  border-bottom-color: transparent;
}

.chart-table.type2 table tbody tr:nth-of-type(2n+0) {
  background: #efefef;
}

.chart-remark {
  font-size: 14px;
  margin: 10px 0px;
  color: #666;
}

.chart-remark b, .chart-remark strong {
  color: #333;
}

.chart-chartAndText {
  font-size: 0px;
}

.chart-chartAndText .chart, .chart-chartAndText .chartText {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
}

.chart-chartAndText .chart-img {
  margin-top: 0px;
}

.chart-chartAndText .chartText {
  padding-left: 12px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .chart-area {
    margin: 15px 0px;
  }
  .chart-area .chart {
    display: block;
    padding: 0px;
    width: auto;
    margin: 15px 0px;
  }
  .chart-area .chart + .chart {
    margin-top: 25px;
  }
  .chart-area.threeChart .chart {
    width: auto;
  }
  .chart-tit {
    font-size: 17px;
  }
  .chart-tit.type2 {
    font-size: 17px;
  }
  .chart-tit.type2:before {
    width: 6px;
    height: 17px;
    top: -1px;
  }
  .chart-table table {
    font-size: 16px;
  }
  .chart-remark {
    font-size: 12px;
  }
  .chart-chartAndText .chart, .chart-chartAndText .chartText {
    display: block;
    width: auto;
  }
  .chart-chartAndText .chartText {
    padding-left: 0px;
    font-size: 16px;
  }
}
.row {
  margin: 5px -12px;
  font-size: 0px;
  text-align: center;
}

[class*=col-] {
  box-sizing: border-box;
  padding: 12px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  [class*=col-] {
    font-size: 16px;
  }
}
.col-1 {
  width: 4.1666666667%;
}

.col-2 {
  width: 8.3333333333%;
}

.col-3 {
  width: 12.5%;
}

.col-4 {
  width: 16.6666666667%;
}

.col-5 {
  width: 20.8333333333%;
}

.col-6 {
  width: 25%;
}

.col-7 {
  width: 29.1666666667%;
}

.col-8 {
  width: 33.3333333333%;
}

.col-9 {
  width: 37.5%;
}

.col-10 {
  width: 41.6666666667%;
}

.col-11 {
  width: 45.8333333333%;
}

.col-12 {
  width: 50%;
}

.col-13 {
  width: 54.1666666667%;
}

.col-14 {
  width: 58.3333333333%;
}

.col-15 {
  width: 62.5%;
}

.col-16 {
  width: 66.6666666667%;
}

.col-17 {
  width: 70.8333333333%;
}

.col-18 {
  width: 75%;
}

.col-19 {
  width: 79.1666666667%;
}

.col-20 {
  width: 83.3333333333%;
}

.col-21 {
  width: 87.5%;
}

.col-22 {
  width: 91.6666666667%;
}

.col-23 {
  width: 95.8333333333%;
}

.col-24 {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .col-xl-1 {
    width: 4.1666666667%;
  }
  .col-xl-2 {
    width: 8.3333333333%;
  }
  .col-xl-3 {
    width: 12.5%;
  }
  .col-xl-4 {
    width: 16.6666666667%;
  }
  .col-xl-5 {
    width: 20.8333333333%;
  }
  .col-xl-6 {
    width: 25%;
  }
  .col-xl-7 {
    width: 29.1666666667%;
  }
  .col-xl-8 {
    width: 33.3333333333%;
  }
  .col-xl-9 {
    width: 37.5%;
  }
  .col-xl-10 {
    width: 41.6666666667%;
  }
  .col-xl-11 {
    width: 45.8333333333%;
  }
  .col-xl-12 {
    width: 50%;
  }
  .col-xl-13 {
    width: 54.1666666667%;
  }
  .col-xl-14 {
    width: 58.3333333333%;
  }
  .col-xl-15 {
    width: 62.5%;
  }
  .col-xl-16 {
    width: 66.6666666667%;
  }
  .col-xl-17 {
    width: 70.8333333333%;
  }
  .col-xl-18 {
    width: 75%;
  }
  .col-xl-19 {
    width: 79.1666666667%;
  }
  .col-xl-20 {
    width: 83.3333333333%;
  }
  .col-xl-21 {
    width: 87.5%;
  }
  .col-xl-22 {
    width: 91.6666666667%;
  }
  .col-xl-23 {
    width: 95.8333333333%;
  }
  .col-xl-24 {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .col-xs-1 {
    width: 4.1666666667%;
  }
  .col-xs-2 {
    width: 8.3333333333%;
  }
  .col-xs-3 {
    width: 12.5%;
  }
  .col-xs-4 {
    width: 16.6666666667%;
  }
  .col-xs-5 {
    width: 20.8333333333%;
  }
  .col-xs-6 {
    width: 25%;
  }
  .col-xs-7 {
    width: 29.1666666667%;
  }
  .col-xs-8 {
    width: 33.3333333333%;
  }
  .col-xs-9 {
    width: 37.5%;
  }
  .col-xs-10 {
    width: 41.6666666667%;
  }
  .col-xs-11 {
    width: 45.8333333333%;
  }
  .col-xs-12 {
    width: 50%;
  }
  .col-xs-13 {
    width: 54.1666666667%;
  }
  .col-xs-14 {
    width: 58.3333333333%;
  }
  .col-xs-15 {
    width: 62.5%;
  }
  .col-xs-16 {
    width: 66.6666666667%;
  }
  .col-xs-17 {
    width: 70.8333333333%;
  }
  .col-xs-18 {
    width: 75%;
  }
  .col-xs-19 {
    width: 79.1666666667%;
  }
  .col-xs-20 {
    width: 83.3333333333%;
  }
  .col-xs-21 {
    width: 87.5%;
  }
  .col-xs-22 {
    width: 91.6666666667%;
  }
  .col-xs-23 {
    width: 95.8333333333%;
  }
  .col-xs-24 {
    width: 100%;
  }
}
.item {
  padding: 70px 0px;
  position: relative;
}

.item .container {
  position: relative;
}

.item.lightBlueBg {
  background: #edf7ff;
}

.item.blue {
  color: #fff;
  background: #3266a6;
}

.item.blue .tit-type1 {
  color: #fcd2cc;
}

.item.blue .tit-type1-content {
  background: none;
  border-color: #fcd2cc;
}

.item.blue .linkText {
  color: #fcd2cc;
}

.item.lozenge {
  background: #e8e8e8 url(../images/bgTattoo.jpg) top left repeat;
}

.item.pinkBg {
  background: #f7efec;
}

.item.pinkBg2 {
  background: #ffe4e3;
}

@media screen and (max-width: 767px) {
  .item {
    padding: 40px 0px;
  }
  .item.gift {
    padding-bottom: 40px;
  }
}
.tit-type1 {
  margin: 15px 0;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  color: #333333;
  position: relative;
  font-weight: bold;
}

.tit-type1 .focus {
  color: #068ce8;
  font-weight: 900;
}

.tit-type1 .sTit {
  font-size: 22px;
  line-height: 1.6;
  color: #444;
  font-weight: normal;
}

.tit-type1 .content {
  display: inline-block;
  border-radius: 15px;
  color: #333;
  background: #f6c35a;
  padding: 3px 20px;
}

.tit-type1-content {
  background: #fff;
  display: inline-block;
  border: solid 2px #7f9abf;
  padding: 5px 30px;
}

.tit-type1 .hasTag {
  position: relative;
  margin-top: 42px;
  display: inline-block;
}

.tit-type1 .hasTag .tag {
  position: absolute;
  top: -42px;
  left: 0;
  color: #fff;
  background: #800000;
  border-radius: 5px;
  font-size: 21px;
  font-weight: bold;
  padding: 3px 11px;
}

.tit-type1 .hasTag .tag:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 13px;
  border-top: solid 5px #800000;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}

.tit-type1-tag {
  display: inline-block;
  color: #fff;
  background: #ff532f;
  border-radius: 0 30px;
  padding: 10px 24px;
}

.tit-type1.hasBubble {
  margin-top: 57px;
}

.tit-type1-bubble {
  font-size: 48px;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: calc(-100% - 15px);
  background: #fff;
  border-radius: 10px;
  padding: 2px 15px;
}

.tit-type1-bubble:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 28px;
  border-top: solid 14px #fff;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
}

.tit-type1-bubble-outside {
  display: inline-block;
  position: relative;
}

.tit-type1.blue {
  color: #3266a6;
}

.tit-type1.white {
  color: #ffffff;
}

.tit-type2 {
  margin: 15px 0px;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  color: #3c3935;
  position: relative;
}

.tit-type2-tag {
  display: inline-block;
  color: #fff;
  background: #ff725c;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  border-radius: 15px 0px;
  margin-right: 5px;
}

.tit-type2 .content {
  display: inline-block;
  border-radius: 15px;
  background: #7e5847;
  color: #fff;
  padding: 5px 15px;
}

.tit-type3 {
  margin: 15px 0px;
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .tit-type1 {
    font-size: 24px;
  }
  .tit-type1 .sTit {
    font-size: 17px;
  }
  .tit-type1 .hasTag {
    margin-top: 36px;
  }
  .tit-type1 .hasTag .tag {
    top: -35px;
    font-size: 18px;
  }
  .tit-type1-content {
    padding: 5px 10px;
  }
  .tit-type1 .content {
    padding: 3px 15px;
  }
  .tit-type1-bubble {
    font-size: 22px;
  }
  .tit-type2 {
    font-size: 20px;
  }
  .tit-type2-tag {
    font-size: 20px;
  }
}
.subtit-type1 {
  margin: 0 auto 15px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  position: relative;
  display: inline-block;
}

.subtit-type1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #c8a973;
  position: absolute;
  left: 0;
  bottom: 0;
}

.text {
  margin-bottom: 15px;
  font-size: 18px;
}

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

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

.text-right {
  text-align: right !important;
}

.text-red {
  color: #800000 !important;
}

.text-blue {
  color: #3266a6 !important;
}

.text-orange {
  color: #ff725c !important;
}

.text-black {
  color: #333;
}

.infoslickArea_remark{
  width: 90%;
  margin: 0 auto; 
}

@media screen and (max-width: 991px) {
  .text {
    font-size: 16px;
  }
}
.remark {
  font-size: 14px;
  color: #717171;
}

.linkText {
  color: #3266a6;
  border-bottom: solid 1px;
  transition: 0.3s ease all;
  border-bottom-color: #3266a6;
}

.linkText strong {
  color: #333;
  font-weight: 700;
}

.linkText:hover {
  border-bottom-color: transparent;
}

.code {
  background: #f2f2f2;
  padding: 0 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: monospace, "Noto Sans TC";
}

.mvBox {
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  text-align: center;
}

.mvBox-tit {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  display: inline-block;
  border-bottom: 2px solid #c8a973;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mvBox-tit:before {
  content: "";
  display: block;
}

.mvBox-video {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}

.mvBox-video embed, .mvBox-video iframe, .mvBox-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.target-fix:target {
  padding-top: 80px;
}


#kv {
  width: 100%;
  height: 720px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #313640;
  background: url(../images/KV_pc.png);
  background-repeat: no-repeat;
  background-position:center bottom;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}

.kvTxt{
  width: 100%;
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
}

.kv-tit img {
  width: 90%;
  max-width: 500px;
  display: inline-block;
  margin: 0 auto;
  padding-left: 110px;
}

#kv .container {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 0;
}

.kv_people_1{
  position: absolute;
  width: 180px;
  left: -90px;
  top: 100px;
  animation:kv_people_1 3.5s infinite ease-in-out ;
	animation-direction: alternate;
}

@keyframes kv_people_1 {
	from{
        top:20px;
    }
    to{
       top:90px;
    }
}


.kv_people_2{
  position: absolute;
  width: 160px;
  right: 180px;
  z-index: 999;
  top: 80px;
  animation:kv_people_2 4s infinite ease-in-out ;
	animation-direction: alternate;
}

@keyframes kv_people_2 {
	from{
        top:90px;
    }
    to{
       top:10px;
    }
}

.kv_rocket{
  position: absolute;
  width: 390px;
  right: 100px;
  animation:kv_rocket 4s infinite ease-in-out ;
	animation-direction: alternate; 
}

@keyframes kv_rocket {
	from{
        top:10px;
    }
    to{
       top:120px;
    }
}

@media screen and (min-width:913px) and (max-width: 1199px){
  #kv {
    height: 620PX;
    padding-top: 60px;
    background: url(../images/KV_pc_2.png);
    background-position: center bottom;
  }

  #kv .container{
    width: 850px;
  }

  .kv-tit img {
    width: 90%;
    max-width: 380px;
    display: inline-block;
    margin: 0 auto;
    padding-left: 80PX;
  }

  .kv_people_1{
    position: absolute;
    width: 140px;
    left: -20px;
  }
   
  .kv_people_2{
    position: absolute;
    width: 120px;
    right: 240px;
  }
   
  .kv_rocket{
    position: absolute;
    width: 280px;
    right: 150px;
    animation:kv_rocket 4s infinite ease-in-out ;
    animation-direction: alternate; 
  }
  
  @keyframes kv_rocket {
    from{
          top:10px;
      }
      to{
         top:120px;
      }
}
}
@media screen and (max-width: 912px) {

  #kv {
    height: 680PX;
    padding-top: 50px;
    background: url(../images/KV_mobile.png);
    background-position: center bottom;
  }

  .kv-tit img {
    width: 90%;
    max-width: 350px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
  }

  #kv .container {
    width: 95%;
    max-width: 450px;
   text-align: center;
   padding:40px 0;
  }

  .kv_people_1{
    position: absolute;
    width: 100px;
    left: 10px;
  }

  @keyframes kv_people_1 {
    from{
          top:300px;
      }
      to{
         top:350px;
      }
  }
     
  .kv_people_2{
    position: absolute;
    width: 90px;
    right: 40px;
  }

  @keyframes kv_people_2 {
    from{
          top:300px;
      }
      to{
         top:340px;
      }
  }
  
   
  .kv_rocket{
    width: 100px;
    right: 20px;
    animation:kv_rocket 3s infinite ease-in-out ;
    animation-direction: alternate; 
  }
  
  @keyframes kv_rocket {
    from{
          top:-50px;
      }
      to{
         top:-30px;
      }
}

}



#kv2 {
  width: 100%;
  display: block;
  margin-top: 80px;
  background-color: #e3f6ff;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

#kv2 .bg1 {
  width: 560px;
  position: absolute;
  z-index: 0;
  left: -100px;
  bottom: -50px;
}

#kv2 .bg2 {
  width: 600px;
  position: absolute;
  z-index: 0;
  right: 0px;
  top: -50px;
}

#kv2 .container {
  width: 100%;
  max-width: 88%;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  #kv2 .container {
    flex-direction: column;
  }
}
#kv2 .container .kvimg {
  width: 100%;
  display: block;
  max-width: 51%;
  padding: 24px 0;
}

@media screen and (max-width: 991px) {
  #kv2 .container .kvimg {
    max-width: 100%;
  }
}
#kv2 .container .kvimg img {
  display: block;
  width: 100%;
}

#kv2 .container .kvTxt {
  width: 100%;
  max-width: 49%;
  text-align: center;
}

#kv2 .container .kvTxt h4 {
  font-size: 30px;
  line-height: 1.4;
  color: #333333;
  margin: 0 auto 15px;
  font-weight: 400;
}

#kv2 .container .kvTxt h1 {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.1;
  color: #3266a6;
  border-top: 1px dotted #333;
  display: inline-block;
  padding: 14px 0;
}

#kv2 .container .kvTxt h1 strong {
  font-weight: 900;
  padding-right: 0.2em;
  display: inline-block;
}

@media screen and (max-width: 359px) {
  #kv2 .container .kvTxt h1 strong {
    display: block;
  }
}
@media screen and (max-width: 1399px) {
  #kv2 .container .kvTxt h1 {
    font-size: 52px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #kv2 .container .kvTxt h1 {
    font-size: 42px;
  }
}
#kv2 .container .kvTxt h2 {
  background: #c8a973;
  border-radius: 20px 0;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
}

@media screen and (max-width: 991px) {
  #kv2 .container .kvTxt {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #kv2 .container {
    max-width: 94%;
  }
}

@media screen and (max-width: 767px) {

}

.View_content {
  width: 80%;
  max-width: 1000px;  
  border-radius: 30px;
  padding:40px 0;
  margin: 0 auto;
  font-size: 26px;
  color: #8fcaff;
  font-weight: bold;
  text-align: center;
}


@media screen and (max-width: 991px) {
  .View_content {
    margin: 0 auto;
    font-size: 18px;
  }
}
.cardList {
  display: flex;
  margin: 0 auto;
  padding: 0;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
}

.cardList.warp {
  flex-wrap: wrap;
}

.cardList.flex-center {
  justify-content: center;
}


.card{
    padding: 15px;
}

.cardList li {
  margin:  30px auto;
  text-align: center;
}

.cardList li .card-img {
  width: 90%;
  margin: 0 auto 8px;
  padding: 0;
}

.cardList li .card-img img {
  max-height: 90px;
  padding: 10px 0;
}

.cardList li .card-img-2 img {
  max-width: 100px;
}

.cardList li .card-img-3 img {
  max-width: 150px;
  max-height: 100%;
}

.cardList li .card-img.bg {
  width: auto;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 50px;
  display: inline-block;
}

.cardList li .card-tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.card-tit-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
}

.card-tit-3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #55baff;
}


.cardList li .card-tit.gold {
  color: #c8a973;
}

.cardList li .card-tit strong {
  position: relative;
}

.cardList li .card-tit strong .tag {
  width: 150%;
  position: absolute;
  z-index: 2;
  left: 40px;
  top: calc(-100% - 8px);
  background-color: #3266a6;
  color: #ffffff;
  font-size: 14px;
  padding: 6px;
  border-radius: 6px;
  font-weight: normal;
  animation-name: shake;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.cardList li .card-tit strong .tag:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10px;
  border-top: solid 8px #3266a6;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.card_bg6{
  padding: 0;
}

.cardList > li.bg6 .card .card-img {
  margin: 0px auto;
  padding: 0px;
}

.cardList>li.bg6 {
  background-color: #ffffff;
  border-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0px;
}

.cardList>li.bg6 .card .card-img>img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.cardList > li.bg6 .card .card-tit {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  padding: 16px;
  min-height: 87px;
}


.cardList > li.bg6 .card .card-tit.nomin {
  min-height: auto;
}

.cardList > li.bg6 .card .card-tit a {
  font-weight: normal;
  color: #3C3C3C;
}

.cardList > li.bg6 .card .btnArea {
  margin: 0px 16px 16px;
}

.cardList.two li {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .cardList.two li {
    width: 90%;
  }
}
.cardList.three li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .cardList.three li {
    width: 90%;
  }
}
.cardList.four li {
  width: 23%;
}

@media screen and (max-width: 991px) {

  .cardList li {
    margin:  5px auto;
  }
}
@media screen and (max-width: 767px) {
  .cardList.four li {
    width: 100%;
  }
  
  .cardList {
    flex-direction: column;
  }

  .card-tit-2{
    font-size: 20px;
  }

  .card-tit-3{
    font-size: 20px;
  }
}

@media screen and (max-width: 840px) {
  .cardList > li.bg6 {
    margin: 0px 0px 16px;
  }
  .cardList > li.bg6 .card .card-tit {
    min-height: auto;
  }
}

@media screen and (max-width: 376px) {

  .cardList > li.bg6 {
    margin: 0px 0px 16px;
  }
  .cardList > li.bg6 .card .card-tit {
    min-height: auto;
  }
}

.card-img-block{  
  display: inline-block;
}

.advantage_bg {
  background: #fef6eb url(../images/advantage-bg.svg) bottom center no-repeat;
  padding-bottom: 120px;
}

.advantage-people1 {
  display: block;
  width: 75px;
  position: absolute;
  z-index: 0;
  left: 3%;
  top: 5%;
}

.advantage-people2 {
  display: block;
  width:80px;
  position: absolute;
  z-index: 0;
  right: 5%;
  top: 38%;
}

.advantage-people3 {
  display: block;
  width: 130px;
  position: absolute;
  z-index: 0;
  left: 2%;
  bottom:  23%;
}

.advantage-people4 {
  display: block;
  width:100px;
  position: absolute;
  z-index: 0;
  right: 3%;
  bottom: 3%;
}

.advantage-people5 {
  display: block;
  width: 115px;
  position: absolute;
  z-index: 0;
  left: 20%;
  bottom: 8%;
}

@media screen and (max-width: 1280px) {
  .advantage-people {
    display: none;
  }  
}


@media screen and (max-width: 991px) {
  .advantage-people {
    display: none;
  }

  .advantage {
    padding-bottom: 40px;
  }
  
}

.item_feature {
  background:url(../images/feature_bg_1.svg) ,#e8f7fc ;
  background-repeat: no-repeat,;
  background-position: top center;
  padding-bottom: 120px;
}


.stepList {
  list-style: none;
  margin: 0px auto 24px;
  padding: 0px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stepList > li {
  width: 100%;
  max-width: 600px;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #7C838E;
  padding: 0.5em 1.5em;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  position: relative;
  margin: 0px auto 36px;
}

.stepList > li i {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateY(140%);
  color: #339999;
}

.stepList > li:last-child {
  padding: 0.5em 1.5em;
  margin: 0px auto;
}




.prod {
  position: relative;
  background-color: #E8F7FC;
  background: url(../images/prodbg1.jpg) center bottom no-repeat;
  background-attachment: fixed;
}

.prod.prod2 {
  position: relative;
  background-color: #E8F7FC;
  background: url(../images/prodbg2.jpg) left bottom no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .prod {
    background: none;
  }
  .prod.prod2 {
    background: none;
  }
}
.prodList {
  list-style: none;
  display: block;
  margin: 0 auto 36px;
  padding: 0 20px 20px;
  background-color: #fff;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 8px 0 #cfe9ff;
  box-sizing: border-box;
}

.prodList-li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-top: dashed 1px #bbb;
  padding: 5px 0;
}

.prodList-li-name {
  flex-grow: 1;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #333333;
  padding: 20px 0;
}

.prodList-li-name strong {
  color: #3266a6;
}

.prodList-li-name .intro {
  display: block;
  color: #714c0b;
  font-size: 16px;
  margin-top: 8px;
  font-weight: normal;
}

.prodList-li-name .date {
  display: block;
  color: #714c0b;
  font-size: 16px;
  margin-top: 8px;
  font-weight: normal;
}

.prodList-li-name .date:before {
  content: "最近基準日：";
}

.prodList-li .btnArea {
  width: 260px;
  text-align: right;
  white-space: nowrap;
}

.prodList-li:first-child {
  border: 0;
}

@media screen and (max-width: 767px) {
  .prodList-li {
    display: block;
  }
  .prodList-li .btnArea {
    width: 100%;
  }
}
.ruleList {
  list-style: disc;
  margin: 0 auto;
  padding: 0 20px 20px;
  text-align: left;
}

.ruleList-li {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  margin: 0 auto;
  padding: 0 0 8px;
}

.ruleList-li .focus {
  color: #800000;
  font-weight: 900;
}

.ruleList-li .item {
  font-weight: 900;
}

.ruleList-li .item:after {
  content: "：";
}

.ReadArticleType {
  width: 90%;
  max-width: 300px;
  display: inline-block;
  margin: 16px 0px;
  padding: 6px 16px;
  font-size: 20px;
  border-radius: 40px;
  border: 5px solid #339999;
  cursor: pointer;
  background-color: #ffffff;
  color: #333333;
}

.ReadArticleType .fa-circle-arrow-down {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.ReadArticleType.act {
  background-color: #ffffff;
  color: #339999;
}

.ReadArticleType.act .fa-circle-arrow-down {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

.filter {
  box-sizing: border-box;
  border-radius: 8px solid #717171;
  padding: 16px;
  margin: 0 auto;
}

.filter-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-self: flex-end;
  text-align: left;
  margin: 0 auto 8px;
  align-content: stretch;
}

.filter-row-tit {
  flex-grow: 1;
  font-size: 18px;
  color: #333333;
  padding-top: 14px;
}

.filter-row-option {
  width: 86%;
}

@media screen and (max-width: 991px) {
  .filter-row {
    flex-direction: column;
  }
  .filter-row-option {
    width: 100%;
  }
}
.filterBtn {
  display: inline-block;
  vertical-align: top;
  padding: 2px 0px;
  margin: 0px 0px 8px;
}

.filterBtn a, .filterBtn button, .filterBtn span {
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  transition: 0.3s ease all;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 1em;
  background: #3266a6;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.filterBtn.twoLines a, .filterBtn.twoLines button, .filterBtn.twoLines span {
  line-height: 1.2;
  padding-top: 16px;
  padding-bottom: 16px;
}

.filterBtn.type2 a, .filterBtn.type2 button, .filterBtn.type2 span {
  background: #3266a6;
}

.filterBtn.type3 a, .filterBtn.type3 button, .filterBtn.type3 span {
  background: #ee5c45;
}

.filterBtn.type4 a, .filterBtn.type4 button, .filterBtn.type4 span {
  background: #333333;
}

.filterBtn.red a, .filterBtn.red button, .filterBtn.red span {
  background: #c20f2f;
  text-shadow: none !important;
}

.filterBtn.yellow a, .filterBtn.yellow button, .filterBtn.yellow span {
  background: #ffff02;
  color: #000;
  text-shadow: none !important;
}

.filterBtn.disable a, .filterBtn.disable button, .filterBtn.disable span {
  background: #fff;
  color: rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  cursor: auto;
}

.filterBtn.disable a:hover, .filterBtn.disable button:hover, .filterBtn.disable span:hover {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
}

.filterBtn.fixedWidth {
  width: 250px;
}

.filterBtn-remark {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}

.filterBtn.white a, .filterBtn.white button, .filterBtn.white span {
  background: none;
  color: #fff;
  border: solid 1px;
}

.filterBtn.borderType a, .filterBtn.borderType button, .filterBtn.borderType span {
  color: #3266a6;
  border: solid 2px;
  background: none;
}

.filterBtn.borderType a.clicked, .filterBtn.borderType button.clicked, .filterBtn.borderType span.clicked {
  text-shadow: none;
  background-color: #3266a6;
  color: #ffffff;
  border-color: #3266a6;
}

.filterBtn.borderType.whiteStyle a, .filterBtn.borderType.whiteStyle button, .filterBtn.borderType.whiteStyle span {
  color: #fff;
}

.filterBtn.borderType.redStyle a, .filterBtn.borderType.redStyle button, .filterBtn.borderType.redStyle span {
  color: #d10031;
}

.filterBtn.textBtn a, .filterBtn.textBtn button, .filterBtn.textBtn span {
  color: #c8a973;
  background: none;
}

.filterBtn.textBtn a:before, .filterBtn.textBtn button:before, .filterBtn.textBtn span:before {
  background: rgba(0, 0, 0, 0.05);
}

.filterBtn.textBtn a:hover, .filterBtn.textBtn button:hover, .filterBtn.textBtn span:hover {
  text-shadow: none;
  box-shadow: none;
}

.filterBtn.textBtn.whiteStyle a, .filterBtn.textBtn.whiteStyle button, .filterBtn.textBtn.whiteStyle span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .filterBtn {
    width: auto;
  }
  .filterBtnArea.threeBtn .btn, .filterBtnArea.twoBtn .btn {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .filterBtn a, .filterBtn button, .filterBtn span {
    font-size: 17px;
    line-height: 45px;
    width: 100%;
    padding: 0px 20px;
  }
  .filterBtn-remark {
    padding: 5px 0px 10px;
  }
}
.sort-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  cursor: pointer;
  background: url(../images/sort-bg.png) left top no-repeat;
}

.sort-icon.down {
  background: url(../images/sort-bg.png) -18px top no-repeat;
}

.sort-icon.up {
  background: url(../images/sort-bg.png) -36px top no-repeat;
}

#moreFilterBtn.btn span:after {
  content: "更多選項+";
}

#moreFilterBtn.btn.act span:after {
  content: "收合-";
}/*# sourceMappingURL=main.css.map */

.container-methods{
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}


.methods{
  display: inline-block;
  width: 80%;
  max-width:320px;
  text-align: center;
  padding: 30px;
  border-radius: 30px;
  margin: 15px;
  vertical-align: top;
}

.methods-2{
  max-width: 280px;
  width: 75%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgb(82 168 255 / 20%);
}

.methods-3{
  max-width: 280px;
  width: 75%;
  box-shadow: 0px 0px 30px rgb(141 217 255 / 30%);
}

.methods img{
  width:95%;
  padding: 10px 0;
}

.methods-2 img{
  max-width: 120px;
  padding: 0px;
}

.methods-3 img{
  max-width:120px;
  padding: 0px;
}

.methods ul{
  list-style: none;
  text-align: justify;
  padding-left: 0;
  padding-bottom: 0;
}

.methods li{
  padding-bottom: 0;
  text-indent: -5px;
}

.methods p{
  margin: 0px;
}

.checklist{
  display: inline-block;
  max-width: 26px;
  vertical-align: middle;
}

@media screen and (min-width: 767px) {
  .methods{
    min-height: 320px;
  }
}

@media screen and (max-width: 811px) {
  .methods{
    margin: 15px auto;
  }

  .methods-2{
    max-width: 240px;
    background-color: #FFFFFF;
    padding: 15px 30px 30px 30px;
  }
  

}



.gift{
	width: 100%;
	background-color: #3266a6;
}

.gift_section{
	width: 85%;
	max-width: 700px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 40px ;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	margin: 20px auto;
}

.gift_area{
	max-width: 1000px;
  text-align: center;
	margin: 0 auto;
}


.gift_section img{
	width: 40%;
	max-width: 100px;
}

.gift_block{
	width: 80%;
	margin: 0 auto;
}

.gift_tit{
	font-size: 24px;
	font-weight: bold;
  text-align: center;
	letter-spacing: 2px;
	color: #FFFFFF;
	background-color: #c8a973;
	border-radius: 50px;
	padding: 15px 0;
}

.gift_tit b{
	font-size: 30px;
	color: #ffe98a;
}

.gift_block p{
	font-size: 20px;
	text-align: justify;
	line-height: 1.5;
	padding: 20px 0;
}

.gift_item{
	width: 75%;
	margin: 0 auto;
}

.gift_item img{
  display: inline-block;
	width: 22px;
	padding-right: 4px;
  vertical-align: text-top;
}

@media screen and (max-width:811px){

	#gift{
		background-image: url(image/gift_bg_mobile.svg);
		padding-bottom: 120px;
	}
	

	.gift_section{
		width: 80%;
		padding: 30px 15px ;
		display: inline-block;
		margin:  10px auto;
	}

	.gift_tit{
		font-size: 20px;
		padding: 12px 0;
	}
	
	.gift_tit b{
		font-size: 24px;
		color: #ffe98a;
	}

	.gift_block{
		width: 85%;
	}
	
	.gift_block p{
		width: 90%;
		font-size: 16px;
	}

	.gift_section img{
		max-width: 90px;
	}

	.gift_section img{
		padding: 0 0 15px 0;
	}

	.gift_item{
		width: 100%;
	}

	.gift_item img{
		padding-right: 4px;
		vertical-align: top;
	
	}

}



.event-tit {
  font-size: 36px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 24px;
  padding: 0px;
}

.event-tit .tag {
  padding: 0.3em 0.6em;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
}

.event-tit .tag-area {
  position: relative;
}

.event-tit .tag :after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-width: 8px 8px 0px 8px;
  border-style: solid;
  left: 0;
  bottom: 0;
  transform: translate(100%, 100%);
}

.event-tit.close {
  margin: 0px auto;
}

.event-tit.orange {
  color: #F27644;
}

.event-tit.orange .tag {
  background-color: #F27644;
}

.event-tit.orange .tag :after {
  border-color: #F27644;
  border-color: #F27644 transparent transparent transparent;
}

.event-tit.purple {
  color: #424EA5;
}

.event-tit.purple .tag {
  background-color: #424EA5;
}

.event-tit.purple .tag :after {
  border-color: #424EA5;
  border-color: #424EA5 transparent transparent transparent;
}

.event-tit.purple2 {
  color: #3C3C3C;
}

.event-tit.purple .tag {
  background-color: #424EA5;
}

.event-tit.purple .tag :after {
  border-color: #424EA5;
  border-color: #424EA5 transparent transparent transparent;
}

.event-tit.green {
  color: #439E56;
}

.event-tit.green .tag {
  background-color: #439E56;
}

.event-tit.green .tag :after {
  border-color: #439E56;
  border-color: #439E56 transparent transparent transparent;
}

.event-tit.brown {
  color: #AC8885;
}

.event-tit.brown .tag {
  background-color: #AC8885;
}

.event-tit.brown .tag :after {
  border-color: #AC8885;
  border-color: #AC8885 transparent transparent transparent;
}

.event-tit.brown2 {
  color: #3C3C3C;
}

.event-tit.brown2 .tag {
  background-color: #AC8885;
}

.event-tit.brown2 .tag :after {
  border-color: #AC8885;
  border-color: #AC8885 transparent transparent transparent;
}

.event-tit.black {
  color: #3C3C3C;
}

.event-tit.black .tag {
  background-color: #4477C1;
}

.event-tit.black .tag :after {
  border-color: #4477C1;
  border-color: #4477C1 transparent transparent transparent;
}

.event-tit .cyan {
  color: #068ce8;
}

.event-tit.cyan .tag {
  background-color: #068ce8;
  padding: 0.5em 1em;
}

.event-tit.cyan .tag :after {
  border-color: #068ce8;
  border-color: #068ce8 transparent transparent transparent;
}


@media screen and (max-width: 767px) {
  .event-tit {
    font-size: 22px;
    margin: 0px auto 18px;
  }
  .event-tit .tag {
    font-size: 18px;
  }

  .event-tit.cyan .tag{
    font-size: 22px;
  }
  
}


/*分頁 */

.container_pushFund{
  padding: 20px 0 0 0;
  margin: 0 auto;
    text-align: center;
}

.theme{
	padding: 100px 0 100px 0;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 80px;
}

.theme_pic{
	display: inline-block;
}

.theme_pic img{
	width: 100%;
	max-width: 550px;
	height: auto;
}

.theme_block{
	width: 480px;
	max-width: 85%;
	vertical-align: top;
	display: inline-block;
	text-align: left;
	padding: 60px 0;
	position: relative;
}

.theme_name{
	width: 90%;
	max-width: 420px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #FFF;
	background-color: #9e9e9e;
	padding: 15px 0 15px 40px;
	margin: 10px 0;
	border-radius: 5px 40px 5px 40px;
}

.theme_block p{
	width: 95%;
	font-size: 18px;
	line-height: 1.6;
	text-align: justify;
	padding: 10px 0 30px 0;
}

.bg_color_green{
	background-color: #49a31f;
}

.font_color_green{
	color: #49a31f;
}

.border_color_green{
	border: 3px solid #49a31f;
}

.bg_color_purple{
	background-color: #373794;
}

.font_color_purple{
	color: #373794;
}

.border_color_purple{
	border: 3px solid #373794;
}


.bg_color_blue{
	background-color: #133579;
}

.font_color_blue{
	color: #133579;
}

.border_color_blue{
	border: 3px solid #133579;
}

.bg_color_cyan{
	background-color: #238c91
}

.font_color_cyan{
	color: #238c91;
}

.border_color_cyan{
	border: 3px solid #238c91;
}

.bg_color_brown{
	background-color: #604f47;
}

.font_color_brown{
	color: #604f47;
}

.border_color_brown{
	border: 3px solid #604f47;
}


.bg_color_orange{
	background-color: #ed7d31;
}

.font_color_orange{
	color: #ed7d31;
}

.border_color_orange{
	border: 3px solid #ed7d31
}


.read_btn:hover{
	color:#FFF;
	transition: 0.4s ease-in-out;
}

.border_color_green:hover{
	border: 3px solid #4BAC48;
	background-color:#4BAC48 ;
}

.border_color_purple:hover{
	border: 3px solid #373794;
	background-color:#373794 ;
}

.border_color_blue:hover{
	border: 3px solid #3BA3F1;
	background-color: #3BA3F1;
}

.border_color_cyan:hover{
	border: 3px solid #34A0C0;
	background-color:#34A0C0 ;
}

.border_color_brown:hover{
	border: 3px solid #bf984b;
	background-color:#bf984b ;
}


.border_color_orange:hover{
	border: 3px solid #ee693a;
	background-color:#ee693a ;
}



@media screen and (min-width:812px) and (max-width: 1199px){

	.theme_block{
		width: 600px;
		max-width: 85%;
		padding: 20px 0 0 0;
	}

	.theme_name{
		width: 90%;
		font-size: 26px;
		max-width: 580px;
	}
}

@media screen and (max-width: 811px){
	.theme{
		padding: 60px 0 100px 0;
		margin-bottom: 40px;
	}

	.theme_block{
		width: 500px;
		max-width: 80%;
		padding: 10px 0 0 0;
	}

	.theme_name{
		width: 90%;
		max-width: 460px;
		font-size: 22px;
	}

	.theme_block p{
		width: 100%;
		font-size: 16px;
		line-height: 1.6;
		text-align: justify;
		padding: 10px 0 0 0;
	}

	.read_btn{
		font-size: 16px;
	}

	.content_icon{
		bottom: -25%;
		text-align: right;
	}	
	
	.content_icon img{
		width: 75%;
	}		
}


#investToolSlider > .swiper-wrapper > .swiper-slide{
  margin-bottom:36px;
}
.swiper-button-next, .swiper-button-prev{
  color:#005598!important;
  top:45%!important;
  width:48px;
  height:48px;
  background-color:rgba(255,255,255,1);
  border-radius: 30px;
}
#sixTopic > .swiper-button-next,
#sixTopic > .swiper-button-prev{
  color:#005598!important;
  top:46%!important;
  background-color:rgba(230,230,230,1);
}
.swiper-button-next{
  right:0px;
}
.swiper-button-prev{
  left:0px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 24px;
}

.topiCard {
  background-color:#ffffff;
  border-radius:30px;
  padding:16px;
  margin:0 auto;
}
.topiCard > img {
  width:100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.topiCard > .card-tit-2.blue {
  color:#068de8;
}
.topiCard > .card-tit-2.purple {
  color:#6d60e6;
}
.topiCard > .card-tit-2.orange {
  color:#ffab1a;
}
.topiCard > .card-tit-2.green {
  color:#4aa420;
}
.topiCard > .card-tit-2.cyan {
  color:#248d92;
}
.topiCard > .card-tit-2.brown {
  color:#7c6a61;
}
.topiCard.blue {
  background-color:#374f7c;
}

.remark.infoslickArea_remark {
  width:100%;
  box-sizing: border-box;
}

.infoslickArea article{
  padding:24px;
}