@charset "UTF-8";
/*! CSS Used from: ../../assets/css/reset.css ; media=screen */
html * {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

body,
div,
p,
input,
form {
  margin: 0;
  padding: 0;
  list-style: none;
}

input {
  font-family: Arial, "微軟正黑體", Helvetica, Verdana, Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

input {
  line-height: normal;
  *overflow: visible;
}

table input {
  *overflow: auto;
}

input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

del {
  color: #999;
}

br {
  clear: both;
}

p {
  word-wrap: break-word;
  overflow: hidden;
}

a,
img {
  text-decoration: none;
  color: #69C;
  outline: none;
  behavior: expression(this.onFocus=this.blur());
}

a:hover,
img:hover {
  color: #225E86;
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

body {
  font: 13px/1.431 Arial, 微軟正黑體, Helvetica, sans-serif;
}

section {
  display: block;
}

b,
strong {
  font-weight: 700;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

small {
  font-size: 85%;
}

form {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:invalid {
  background-color: #f0dddd;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

:focus {
  outline: none;
}

h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.ft-lightBlue {
  color: #adfffe;
}

.yellowBg {
  background: #ffe400;
}

.orangeBg {
  background: #ffe400;
}

.redBg {
  background: #d72828;
}

.ft-yellow {
  color: #ffe400;
}

.ft-orange {
  color: #ff8400;
}

.ft-red {
  color: #ff2222;
}

/*! CSS Used from: ../../assets/css/layout_mini.css ; media=screen */
body,
div,
span,
table,
tbody,
tr,
th,
td,
img,
small,
strong,
p,
a,
ol,
ul,
li,
form {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

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

:focus {
  outline: none;
}

html * {
  max-height: 1000000px;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #535353;
  text-decoration: none;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}

img {
  vertical-align: top;
}

body {
  font: normal 16px/18px "Microsoft JhengHei";
  color: #000;
  overflow-x: hidden;
  background: #fff;
}

input {
  font: normal 16px/18px "Microsoft JhengHei";
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

div,
a,
input,
p {
  font-family: "Microsoft JhengHei";
}

@media screen and (max-width: 899px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-lg {
    display: block;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .hidden-xs {
    display: block;
  }
  .hidden-sm {
    display: none !important;
  }
  .hidden-lg {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .hidden-xs {
    display: block;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-lg {
    display: none !important;
  }
}
input::-webkit-input-placeholder {
  color: silver;
}

input::-moz-placeholder {
  color: silver;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: silver;
}

input[type=text]:focus {
  color: #51a9ab;
}

.wrap1 {
  max-width: 1100px;
  margin: 0 auto;
}

#menuBtn {
  display: none;
}

.header_height {
  height: 60px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: right;
  background: #026c6b;
  z-index: 200;
}

.header .wrap1 {
  position: relative;
}

.header .logo--ctbc {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 152px;
  height: 43px;
  background: url(../../img/logo_ctbc.png?r=1503048070079) 0 0 no-repeat;
  background-size: 152px 43px;
  z-index: 500;
}

.nav {
  position: absolute;
  top: 0;
  width: 100%;
  background: none;
  box-shadow: none;
  z-index: 200;
}

.nav ul {
  margin: unset;
  font-size: 0;
  padding-right: 30px;
  margin-right: 80px;
}

@media screen and (max-width: 860px) {
  .nav ul {
    margin-right: auto;
  }
}
.nav ul li {
  display: inline-block;
  width: 125px;
  border: none;
  text-align: center;
  font-size: 16px;
}

.nav ul li a {
  display: block;
  font-weight: bolder;
  color: #fff;
  height: 60px;
  line-height: 60px;
}

.nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-outer {
  position: absolute;
  width: 100%;
}

.nav-block {
  position: absolute;
  display: flex;
  width: 101%;
  top: 60px;
  right: 30px;
}

.nav-block ul {
  position: absolute;
  display: none;
  width: 125px;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav-block ul.active {
  display: table;
}

.nav-block ul:nth-child(1) {
  right: 579px;
}

.nav-block ul:nth-child(2) {
  right: 455px;
}

.nav-block ul:nth-child(3) {
  right: 330px;
}

.nav-block ul:nth-child(4) {
  right: 205px;
}

.nav-block ul:nth-child(5) {
  right: 80px;
}

.nav-block ul li {
  background: #fff;
  text-align: center;
  height: 40px;
  padding-top: 10px;
}

.nav-block ul li:after {
  content: "";
  border-bottom: 1px solid #e9e9e9;
  display: block;
  width: 60%;
  margin: 8px 20%;
}

.nav-block ul li:last-child:after {
  display: none;
}

.nav-block ul li a {
  color: #000;
  vertical-align: middle;
  font-size: 14px;
}

@media screen and (min-width: 767px) and (max-width: 1366px) {
  .nav-block ul:nth-child(1) {
    right: 499px;
  }
  .nav-block ul:nth-child(2) {
    right: 375px;
  }
  .nav-block ul:nth-child(3) {
    right: 250px;
  }
  .nav-block ul:nth-child(4) {
    right: 125px;
  }
  .nav-block ul:nth-child(5) {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-block ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .nav ul li a {
    font-size: 12px;
    padding: 8px 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 450px) {
  .nav ul li a {
    line-height: 1.6;
  }
}
.topBtn {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding-top: 22px;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 69px;
  height: 42px;
  background-color: #026c6b;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.topBtn:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  display: inline-block;
  content: "";
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.topBtn:hover {
  color: #fff;
  background-color: #3e9e9e;
}

.footer {
  position: relative;
  width: 100%;
  z-index: 20;
  background: #4a4a4a;
  text-align: left;
}

.footer_warnning {
  padding: 35px 0;
  font-size: 18px;
  color: #cbcbcb;
  background-color: #4a4a4a;
}

.footer_warnning .wrap1 {
  position: relative;
}

.footer_warnning .warnningT {
  position: relative;
  padding-bottom: 25px;
}

.footer_warnning .warnningL {
  line-height: 26px;
  padding: 0 15px;
  font-size: small;
}

.footer_warnning .warnningL b {
  display: block;
  font-size: 29px;
  line-height: 40px;
  letter-spacing: 5.8px;
  font-weight: 400;
}

.footer_nav {
  position: fixed;
  width: 100%;
  height: 75px;
  left: 0;
  bottom: 0;
  padding: 5px 0 0;
  text-align: center;
  background-color: #026c6b;
  z-index: 100;
  display: none;
}

.footer_nav a {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  width: 24%;
  height: 50px;
  font-size: 12px;
  margin: 5px -0.3em 0 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.footer_nav a:nth-child(4) {
  border-right: none;
}

.footer_nav a b {
  display: inline-block;
  font-weight: 400;
  background-repeat: no-repeat;
}

.footer_nav a:hover {
  background: inherit;
}

.footer_nav a:nth-child(1) b {
  background-image: url(../../img/icon_sidebarI3.png);
}

.footer_nav a:nth-child(2) b {
  background-image: url(../../img/icon_sidebarI1.png);
}

.footer_nav a:nth-child(3) b {
  background-image: url(../../img/icon_sidebarI2.png);
}

.footer_nav a:nth-child(4) b {
  background-image: url(../../img/icon_sidebarI4.png);
}

.footer_nav a:nth-child(1) b,
.footer_nav a:nth-child(2) b,
.footer_nav a:nth-child(3) b,
.footer_nav a:nth-child(4) b {
  padding-top: 40%;
  background-position: center top;
  background-size: 80% auto;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -192px;
  width: 90px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
}

.sidebar a {
  display: block;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 90px;
  background-repeat: no-repeat;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar a:hover {
  background-color: #51a9ab;
}

.sidebar a:nth-child(1) {
  background-image: url(../../img/icon_sidebarI3.png);
}

.sidebar a:nth-child(2) {
  background-image: url(../../img/icon_sidebarI1.png);
}

.sidebar a:nth-child(3) {
  background-image: url(../../img/icon_sidebarI2.png);
}

.sidebar a:nth-child(4) {
  background-image: url(../../img/icon_sidebarI4.png);
}

.sidebar a:nth-child(1),
.sidebar a:nth-child(2),
.sidebar a:nth-child(3),
.sidebar a:nth-child(4) {
  padding-top: 60%;
  background-position: center 20%;
  background-size: 50% 50%;
}

.sidebar b {
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  background-color: #026c6b;
}

.sidebar a small {
  font-size: 12px;
}

.footer3 p {
  overflow: visible;
}

.footer3 .footer_warnning {
  padding: 0;
}

.footer_follow {
  padding: 2em 0 1.5em;
  font-size: 18px;
  line-height: 1.66;
  border-bottom: solid 1px #888;
}

.footer_btn {
  display: inline-block;
}

.footer_btn.footer_btn img {
  vertical-align: middle;
  margin-top: -0.1em;
  width: auto;
  height: 2.77em;
}

.footer_btn-pointer:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 36px;
  height: 31px;
  margin: 0 -16px -11px -20px;
  background: url(../../img/footer_icon_pointer.png) no-repeat;
  background-size: contain;
  position: relative;
}

.footer_serviceTel strong,
.footer_serviceTel a {
  display: inline-block;
  color: #f0be58;
  font-weight: 400;
}

.footer3 .footer_warnning .warnningT {
  padding-top: 1.5em;
}

.footer_copyright {
  margin-top: 2em;
  line-height: 1.6;
}

.footer_copyright span {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .footer_follow {
    margin: 0 15px;
    text-align: center;
  }
  .footer_btn {
    margin-bottom: 1em;
  }
  .footer_btnGp .footer_xs-block {
    padding-left: 0.8em;
  }
  .footer_serviceTel {
    margin-top: 0.5em;
  }
  .footer_xs-block {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .footer3 .footer_warnning {
    padding: 0 0 0.3em;
  }
  .footer_follow {
    padding: 1.7em 15px 1.5em;
    line-height: 2.22;
  }
  .footer_follow::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer_btnGp {
    float: left;
  }
  .footer_btn.footer_btn img {
    height: 2.22em;
  }
  .footer_btn-pointer:after,
  .footer_btnGp::after {
    width: 28px;
    height: 24px;
    margin: 0 0 -9px -14px;
  }
  .footer_serviceTel {
    text-align: right;
  }
  .footer_copyright {
    margin-top: 0.8em;
  }
  .footer_xs-show-only {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .footer_follow {
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .footer_warnning .warnningL {
    font-size: 12px;
  }
  .footer_warnning .warnningL b {
    font-size: 8.75vw;
  }
}
form {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .wrap1 {
    max-width: 100%;
  }
  .topBtn {
    right: 20px;
  }
  .warnningT {
    text-align: center;
  }
  .footer {
    margin-bottom: 75px;
  }
  .footer_warnning {
    font-size: 17px;
  }
  .footer_warnning .warnningL {
    text-align: left;
  }
  .footer_warnning .warnningL b {
    letter-spacing: 2px;
  }
  .footer_nav {
    display: block;
  }
  .sidebar {
    width: 65%;
    right: -65%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    top: inherit;
    bottom: 10%;
    margin-top: 0;
    display: none;
  }
  .sidebar b {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0;
    left: -90px;
    width: 90px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px 8px 16px;
    line-height: 18px;
  }
  .sidebar b:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 9px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    display: inline-block;
    content: "";
    border-right: 1px solid #51a9ab;
    border-top: 1px solid #51a9ab;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
/*! CSS Used from: ../../assets/css/index-only.css ; media=screen */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Apple LiGothic", "Heiti TC", "Microsoft JhengHei UI", "微軟正黑體", DFKai-SB, "標楷體", "PMingLiU", sans-serif;
  font-weight: 400;
}

.form-fixedtop .lineFormTable tr:not(:last-child) td {
  padding-left: 0;
}

.form.index .lineForm_btnArea .lineForm_btn {
  padding: 10px;
}

.btn_animate {
  position: relative;
  margin-top: 0;
}

.btn_animate .lineForm_btn {
  margin-top: 0 !important;
  border: 0;
}

.btn_animate::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 36px;
  height: 31px;
  margin: 0 -15px -10px 0;
  background: url(../../img/footer_icon_pointer.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: shakeAnimate 1s infinite;
  z-index: 0;
}

@keyframes shakeAnimate {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.indexWrap {
  overflow: hidden;
}

.indexWrap br {
  clear: none;
}

.indexWrap img {
  width: 100%;
  vertical-align: middle;
  margin-right: auto;
}

.index_root {
  transform: unset;
  width: 100%;
  display: block;
  position: unset;
}

.Visible-xs {
  display: block;
}

.Visible-lg {
  display: none;
}

.Feature_Table {
  margin-bottom: 0;
}

.index_root.indexWrap .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.index_root.indexWrap .inner_Info {
  width: 100%;
  max-width: 100%;
}

.index_root.indexWrap .wall_info {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-left: 40px;
  padding: 20px 60px 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 80px;
  text-align: center;
}
@media screen and (max-width: 1930px) {
  .index_root.indexWrap .wall_info {
    margin-left: 0;
  }
}
@media screen and (max-width: 1500px) {
  .index_root.indexWrap .wall_info {
    max-width: 560px;
    padding: 20px 50px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .index_root.indexWrap .wall_info {
    max-width: 520px;
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .index_root.indexWrap .wall_info {
    margin-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .index_root.indexWrap .wall_info {
    margin-left: 10px;
    max-width: 460px;
  }
}
@media screen and (max-width: 860px) {
  .index_root.indexWrap .wall_info {
    max-width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .index_root.indexWrap .wall_info {
    width: 92%;
  }
}
@media screen and (max-width: 576px) {
  .index_root.indexWrap .wall_info {
    padding: 20px 10px;
    width: 98%;
  }
}
@media screen and (max-width: 576px) {
  .index_root.indexWrap .wall_info {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 320px) {
  .index_root.indexWrap .wall_info {
    width: 100%;
  }
}
.index_root.indexWrap .wall_info::after {
  content: "";
  position: absolute;
  right: -46px;
  top: 74px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26.5px 0 26.5px 46px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1680px) {
  .index_root.indexWrap .wall_info::after {
    right: -45px;
  }
}
@media screen and (max-width: 576px) {
  .index_root.indexWrap .wall_info::after {
    top: auto;
    bottom: -35px;
    right: auto;
    left: 50px;
    border-width: 35px 20px 0 20px;
    border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  }
}
@media screen and (max-width: 400px) {
  .index_root.indexWrap .wall_info::after {
    bottom: -34px;
  }
}
.index_root.indexWrap .wall_info .title {
  position: relative;
  font-size: 30px;
  color: #fff;
  background: #3530bf;
  font-weight: 600;
  display: block;
  line-height: normal;
  padding: 10px 0px;
  max-width: 320px;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 99rem;
  border: 4px solid #fff;
}
@media screen and (max-width: 1200px) {
  .index_root.indexWrap .wall_info .title {
    font-size: 26px;
    max-width: 280px;
  }
}
@media screen and (max-width: 576px) {
  .index_root.indexWrap .wall_info .title {
    font-size: 22px;
    max-width: 240px;
    padding: 7px 0px;
    border: 3px solid #fff;
  }
}
@media screen and (max-width: 400px) {
  .index_root.indexWrap .wall_info .title {
    font-size: 22px;
  }
}
.index_root.indexWrap .wall_info .title::before {
  left: -60px;
}
@media screen and (max-width: 400px) {
  .index_root.indexWrap .wall_info .title::before {
    left: -55px;
  }
}
@media screen and (max-width: 320px) {
  .index_root.indexWrap .wall_info .title::before {
    left: -40px;
  }
}
.index_root.indexWrap .wall_info .title::after {
  right: -60px;
  transform: scaleX(-1);
}
@media screen and (max-width: 400px) {
  .index_root.indexWrap .wall_info .title::after {
    right: -55px;
  }
}
@media screen and (max-width: 320px) {
  .index_root.indexWrap .wall_info .title::after {
    right: -40px;
  }
}
.index_root.indexWrap .wall_info ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 15px 0;
  color: #3530bf;
}
@media screen and (max-width: 1200px) {
  .index_root.indexWrap .wall_info ul {
    margin: 0;
  }
}
.index_root.indexWrap .wall_info ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
.index_root.indexWrap .wall_info ul li:first-child {
  position: relative;
}
@media screen and (max-width: 576px) {
  .index_root.indexWrap .wall_info ul li:first-child {
    padding-bottom: 20px;
  }
}
.index_root.indexWrap .wall_info ul li:first-child::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  border-bottom: 1px solid #78a3cb;
}
.index_root.indexWrap .wall_info ul li time {
  font-size: 24px;
  font-weight: 600;
  width: 24%;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .index_root.indexWrap .wall_info ul li time {
    width: 29%;
  }
}
@media screen and (max-width: 576px) {
  .index_root.indexWrap .wall_info ul li time {
    font-size: 18px;
    width: 24%;
  }
}
.index_root.indexWrap .wall_info ul li p {
  color: #ff2222;
  font-weight: 600;
  font-size: 30px;
  line-height: 180%;
}
@media screen and (max-width: 860px) {
  .index_root.indexWrap .wall_info ul li p {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .index_root.indexWrap .wall_info ul li p {
    font-size: 18px;
  }
}
.index_root.indexWrap .wall_info ul li p abbr {
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  .index_root.indexWrap .wall_info ul li p abbr {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .index_root.indexWrap .wall_info ul li p abbr {
    font-size: 42px;
  }
}

.flagWrap {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.flagWrap .templeWrap.wallLeft {
  width: 16.5%;
  left: 4%;
  z-index: 0;
  bottom: 1.5vw;
  right: auto;
}
@media screen and (max-width: 750px) {
  .flagWrap .templeWrap.wallLeft {
    width: 22.5%;
    bottom: 70px;
    left: 1.5vw;
  }
}
.flagWrap .templeWrap.wallRight {
  width: 16.5%;
  left: auto;
  z-index: 0;
  bottom: 1.5vw;
  right: -1.5vw;
}
@media screen and (max-width: 750px) {
  .flagWrap .templeWrap.wallRight {
    width: 22.5%;
    bottom: 70px;
    right: 1.5vw;
  }
}

.Index_Dream {
  position: relative;
}

.index_Description {
  position: relative;
  background: url(../../event/2021Q1-3M/images/index_bird.png) no-repeat left bottom, url(../../event/2021Q1-3M/images/plankRoad.png) no-repeat center bottom/100%, url(../../event/2021Q1-3M/images/Index_Easy_light.png) no-repeat center 26%, url(../../event/2021Q1-3M/images/descriptionBg.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 1680px) {
  .index_Description {
    background: url(../../event/2021Q1-3M/images/index_bird.png) no-repeat left bottom/300px, url(../../event/2021Q1-3M/images/plankRoad.png) no-repeat center bottom, url(../../event/2021Q1-3M/images/Index_Easy_light.png) no-repeat center 26%, url(../../event/2021Q1-3M/images/descriptionBg.jpg) no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 1600px) {
  .index_Description {
    background: url(../../event/2021Q1-3M/images/index_bird.png) no-repeat left bottom/230px, url(../../event/2021Q1-3M/images/plankRoad.png) no-repeat center bottom, url(../../event/2021Q1-3M/images/Index_Easy_light.png) no-repeat center 26%, url(../../event/2021Q1-3M/images/descriptionBg.jpg) no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 1400px) {
  .index_Description {
    background: url(../../event/2021Q1-3M/images/index_bird.png) no-repeat left bottom/180px, url(../../event/2021Q1-3M/images/plankRoad.png) no-repeat center bottom, url(../../event/2021Q1-3M/images/Index_Easy_light.png) no-repeat center 26%, url(../../event/2021Q1-3M/images/descriptionBg.jpg) no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 1200px) {
  .index_Description {
    background: url(../../event/2021Q1-3M/images/index_bird.png) no-repeat left bottom/120px, url(../../event/2021Q1-3M/images/plankRoad.png) no-repeat center bottom, url(../../event/2021Q1-3M/images/Index_Easy_light.png) no-repeat center 26%, url(../../event/2021Q1-3M/images/descriptionBg.jpg) no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 992px) {
  .index_Description {
    background: url(../../event/2021Q1-3M/images/plankRoad.png) no-repeat center bottom, url(../../event/2021Q1-3M/images/Index_Easy_light.png) no-repeat center 26%, url(../../event/2021Q1-3M/images/descriptionBg.jpg) no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 576px) {
  .index_Description {
    padding-bottom: 230px;
    background: url(../../event/2021Q1-3M/images/descriptionBg_plankRoad_b_sm.png) no-repeat center bottom/100%, url(../../event/2021Q1-3M/images/descriptionBg_sm.jpg) no-repeat center top/100%, #fff;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.index_Description .templeWrap.ltCor {
  width: 10%;
  top: 0;
  left: 0;
  right: auto;
}

.index_Description .templeWrap.rtCor {
  width: 10%;
  top: 0;
  left: auto;
  right: 0;
}

.index_Description .templeWrap.ctCor {
  width: 40%;
  top: auto;
  left: auto;
  right: 0;
  bottom: -10%;
}

/* .index_Description .templeWrap.rtCor img{transform:rotate(90deg);} */
.index_DescriptionGroup .Index_Feature {
  position: relative;
  padding: 60px 0 120px;
}
@media screen and (max-width: 1200px) {
  .index_DescriptionGroup .Index_Feature {
    padding: 60px 1rem 80px;
  }
}
@media screen and (max-width: 992px) {
  .index_DescriptionGroup .Index_Feature {
    padding: 0px 1rem 50px;
  }
}
@media screen and (max-width: 576px) {
  .index_DescriptionGroup .Index_Feature {
    padding: 30px 1rem 50px;
  }
}
@media screen and (max-width: 576px) {
  .index_DescriptionGroup .Index_Feature .Title h2 {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .index_DescriptionGroup .Index_Feature .Title h4 {
    display: none;
  }
}
.index_DescriptionGroup .Index_Feature .inner_Info {
  position: relative;
}
.index_DescriptionGroup .Index_Feature .inner_Info::before {
  content: "";
  position: absolute;
  width: 830px;
  height: 441px;
  right: 130px;
  bottom: -110px;
  background: url(../../event/2021Q1-3M/images/index_b.png) no-repeat center/100%;
  z-index: 0;
}
@media screen and (max-width: 1930px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    width: 640px;
    height: 340px;
    bottom: -84px;
    right: 260px;
  }
}
@media screen and (max-width: 1680px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    width: 640px;
    height: 340px;
    bottom: -84px;
    right: 140px;
  }
}
@media screen and (max-width: 1600px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    width: 610px;
  }
}
@media screen and (max-width: 1500px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    width: 552px;
  }
}
@media screen and (max-width: 1400px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    width: 530px;
  }
}
@media screen and (max-width: 1280px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    bottom: -76px;
  }
}
@media screen and (max-width: 1200px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    bottom: -45px;
    right: -50px;
  }
}
@media screen and (max-width: 992px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    bottom: -21px;
    right: -22px;
    width: 440px;
  }
}
@media screen and (max-width: 860px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    bottom: -21px;
    right: -56px;
  }
}
@media screen and (max-width: 768px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    bottom: -32px;
    right: -67px;
    width: 390px;
  }
}
@media screen and (max-width: 576px) {
  .index_DescriptionGroup .Index_Feature .inner_Info::before {
    display: none;
  }
}

.index_DescriptionGroup {
  position: relative;
  z-index: 5;
}

.KVofExistForIndex {
  position: relative;
}

.KVofExistForIndex .Index_KV {
  width: 100%;
  padding: 6% 20px 53%;
}

.KVofExistForIndex .container:nth-of-type(2) {
  padding-bottom: 5%;
}

.index_DescriptionGroup section {
  padding: 5% 0;
}
@media screen and (max-width: 576px) {
  .index_DescriptionGroup section {
    padding: 30px 0 0px;
  }
}

.Title h2 {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.Title h4 {
  font-size: 8vw;
  line-height: 12vw;
  color: #026c6b;
  padding: 0 20px;
  text-align: center;
}

.Title h3,
.Title p {
  margin: 0 auto;
  padding: 3% 30px;
  font-size: 4.25vw;
  line-height: 7vw;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .Title h3,
  .Title p {
    padding: 3% 10px;
    text-shadow: 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px white, 0px 0px 20px white, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
  }
}

.Dream_Iiems {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .Dream_Iiems {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.Dream_Iiems div {
  padding: 1rem 0;
  text-align: center;
  width: 33.333%;
  margin-top: -30px;
}
@media screen and (max-width: 750px) {
  .Dream_Iiems div {
    margin-top: -8vw;
  }
}

.Feature_Table img {
  margin-right: -2vw;
}

.Feature_Photo img {
  width: 100%;
  right: -10%;
  margin-top: -10%;
  margin-bottom: 15px;
  position: relative;
}

.Feature_Table {
  position: relative;
  z-index: 2;
}

.Feature_Photo {
  padding: 3% 0 0;
}

.index_root.indexWrap .taxNoteWrap {
  position: relative;
  z-index: 3;
}

.index_root.indexWrap .taxNoteWrap .inner {
  max-width: 1000px;
}

.taxNoteWrap {
  color: #555;
  background-color: #e0e0e0;
}

.taxNoteWrap a {
  color: inherit;
}

.noteList {
  padding-bottom: 1%;
}

.noteList h4 {
  font-size: 1.428em;
  color: #008a8f;
  font-weight: 700;
  font-family: "微軟正黑體", Arial;
}

.noteList ol {
  list-style-type: decimal;
}

.noteList li {
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}

.noteList li a {
  word-wrap: break-word;
  text-decoration: underline;
}

.noteList .sublist {
  display: block;
  padding-left: 0;
}

.noteList .readMore,
.noteList .readMore a {
  display: inline-block;
  color: #026c6b;
}

.noteList .hideTxt {
  display: none;
}

.topBtn {
  font-size: 14px;
  padding-top: 18px;
}

.Index_QA {
  background: #f0f0f0;
  padding-bottom: 2rem !important;
}

.section_title {
  font-size: 40px;
  color: #026c6b;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 80px;
}
@media (max-width: 576px) {
  .section_title {
    padding-top: 50px;
  }
}

#deal_qa.collapseLister {
  max-width: 960px;
}

.collapseLister {
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
  line-height: 1.5;
}

.collapseLister .collapse.show {
  height: 100%;
}

.collapseLister .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid #8ebcbc;
  background-clip: border-box;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #fff;
}

.collapseLister .card-body {
  background: #f1fdfd;
  padding: 1rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
}

.collapseLister .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.collapseLister .card-header > .card-link[data-toggle=collapse] {
  text-decoration: none;
  display: block;
  padding: 1rem 2.5rem 1rem 50px;
  color: #026c6b;
  cursor: pointer;
}

.collapseLister .card-header > .card-link[data-toggle=collapse]::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 32px;
  top: 12px;
  left: 1rem;
  background: url(../../event/2021Q1-3M/images/icon_q.png) no-repeat center;
}

.collapseLister .card-header > .card-link[data-toggle=collapse]::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 20px;
  width: 20px;
  display: block;
  transform: rotate(0deg);
  transition: -webkit-transform 0.2s ease-in-out;
  background: url(../../event/2021Q1-3M/images/plus.png) no-repeat center center/20px;
}

.collapseLister .card-header > .card-link[data-toggle=collapse][aria-expanded=true]::after {
  transform: rotate(180deg);
  background: url(../../event/2021Q1-3M/images/minus.png) no-repeat center center/20px;
}

.collapseLister .txtBlk {
  color: #222;
  position: relative;
  padding: 1rem 2.5rem 1rem 50px;
  border-top: 1px solid #8ebcbc;
}

.collapseLister .txtBlk::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 32px;
  top: 12px;
  left: 1rem;
  background: url(../../event/2021Q1-3M/images/icon_a.png) no-repeat center;
}

.collapseLister .txtBlk a {
  color: #026c6b;
}

.footer_nav a:nth-child(1) b,
.footer_nav a:nth-child(2) b,
.footer_nav a:nth-child(3) b,
.footer_nav a:nth-child(4) b {
  padding-top: 40px;
}

.sidebar a {
  line-height: 1;
}

.collapse:not(.show) {
  display: none;
}

.slogan_title {
  white-space: nowrap;
  padding: 0;
  display: inline-block;
  color: #000;
  font-weight: 700;
}

.temple {
  position: relative;
}

.temple .inner {
  max-width: 840px !important;
}

.templeWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.templeWrap.leftBg {
  left: -73%;
  width: 20%;
  bottom: -15%;
}

.templeWrap.rightBg {
  right: -880px;
  width: 59%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  .templeWrap.rightBg {
    bottom: -10px;
  }
}
@media (max-width: 1200px) {
  .templeWrap.rightBg {
    right: -480px;
  }
}
@media (max-width: 992px) {
  .templeWrap.rightBg {
    right: -350px;
  }
}

.templeWrap img {
  width: 100%;
}

.Dream_Title h2 {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .Dream_Title h2 {
    width: 100%;
  }
}

.Index_Easy {
  padding-top: 3rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 30px !important;
  position: relative;
}
@media (max-width: 576px) {
  .Index_Easy {
    padding-top: 1rem !important;
  }
}

.Index_Easy .inner {
  position: relative;
  max-width: 1440px !important;
}
.Index_Easy .rell {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: auto;
  z-index: -2;
}

.Index_Easy .rell img {
  width: 100%;
}

.Index_Easy .rell.L_bar {
  left: -150px;
  max-width: 330px;
  bottom: 0;
}

.Index_Easy .rell.R_bar {
  right: -150px;
  max-width: 330px;
  bottom: 0;
}

.Index_Easy .rell.R_bar img {
  transform: scaleX(-1);
}

.Index_Easy .rell.fish {
  z-index: 1;
  bottom: 0;
  max-width: 100px;
  left: 30px;
  bottom: -30px;
}

.Index_Easy .rell.moneycat {
  z-index: 1;
  bottom: 0;
  max-width: 170px;
  right: -35px;
  bottom: -30px;
}

.Index_Easy_cont {
  max-width: 850px;
  margin: 0 auto;
}
.Index_Easy_cont .voteBlk {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 90px;
}
@media screen and (max-width: 576px) {
  .Index_Easy_cont .voteBlk {
    padding: 20px 0 40px;
  }
}
.Index_Easy_cont .easyTitle {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .Index_Easy_cont .easyTitle {
    border: 0;
  }
}

.Index_Easy .easy_table {
  position: relative;
  font-size: 24px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 860px) {
  .Index_Easy .easy_table {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .Index_Easy .easy_table {
    font-size: 24px;
  }
}

.Index_Easy .yearAll {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 1rem 0;
}

.Index_Easy .table ins {
  font-size: 30px;
  color: #ff2222;
  background: none;
  font-weight: bold;
}

.Index_Easy .table del {
  font-weight: bold;
  color: #000;
}

.Index_Easy .table {
  margin: 0 auto;
  margin-top: 15px;
}

.Index_Easy .table td,
.Index_Easy .table th {
  color: #000;
  border-collapse: collapse;
  padding: 5px;
  line-height: 1.2;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 5px;
}

.Index_Easy .table .thTag {
  display: inline-block;
  color: #fff;
  padding: 0.3rem 1rem;
  font-weight: bold;
  background: #3530bf;
  border-radius: 10px;
}
.Index_Easy .table tr {
  display: flex;
  flex-direction: column !important;
  text-align: center;
}

.Index_Easy .easyTitle h2 {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .Index_Easy .easy_table {
    margin: 0;
    padding: 0 1rem;
  }
  .Index_Easy .table tr {
    margin-bottom: 1rem;
  }
  .Index_Easy .table td {
    font-size: 4vw;
  }
  .Index_Easy .table td ins {
    font-size: 5vw;
  }
  .Index_Easy .rell {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: auto;
    left: 0;
    background: none;
    display: none;
  }
  .templeWrap.rightBg {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .templeWrap.rightBg {
    width: 90%;
    bottom: 0;
    margin-top: 40px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .temple {
    padding-bottom: 0 !important;
  }
  .index_Description .templeWrap.ctCor {
    width: 90%;
    bottom: 0;
  }
  .Index_Easy {
    padding-bottom: 15% !important;
  }
}
@media screen and (max-width: 750px) and (max-width: 576px) {
  .Index_Easy {
    padding-bottom: 6% !important;
    margin-top: -6px;
  }
}
@media screen and (min-width: 750px) {
  .Index_Easy .table tr {
    align-items: center !important;
    flex-direction: row !important;
    text-align: left;
  }
  .Index_Easy .easyTitle h2 {
    width: 75%;
  }
  .Visible-xs {
    display: none;
  }
  .Visible-lg {
    display: block;
  }
  .Feature_Table {
    margin-bottom: 3%;
  }
  .index_root.indexWrap .inner {
    width: 100%;
    position: relative;
    z-index: 5;
  }
  .index_root.indexWrap .inner_Info {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .KVofExistForIndex .container:nth-of-type(2) {
    padding-bottom: 2%;
  }
  .KVofExistForIndex .Index_KV {
    width: 50%;
    padding: 6.2% 8% 3% 0;
    margin-left: 200px;
  }
  .index_DescriptionGroup section {
    padding: 4% 0 0;
  }
  .Title h4 {
    font-size: 3.5vw;
    line-height: 3.5vw;
    padding: 1vw 5vw;
  }
  .Title h3,
  .Title p {
    font-size: 2vw;
    line-height: 2vw;
    padding: 1vw 5vw;
  }
  .Dream_Title {
    width: 100%;
    align-items: center !important;
    padding: 0 1rem;
  }
  .Dream_Title h2 {
    width: 60%;
    padding: 0;
  }
  .Dream_Title h3 {
    width: 100%;
    line-height: 1.8;
    text-align: center;
  }
  .Dream_Iiems div {
    flex: 16.6%;
  }
  section.Index_Feature h2 {
    width: 77%;
  }
  .Feature_Title h2::after {
    width: 13%;
    top: -60%;
    right: -10%;
    padding-bottom: 13vw;
  }
  .Feature_Title p {
    text-align: center;
    padding-bottom: 3rem;
    text-shadow: 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff;
  }
  .Feature_Table {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
  }
  .Feature_Photo {
    float: left;
    width: 50%;
    margin-top: 6%;
    position: relative;
    z-index: 1;
  }
  .Index_Feature .container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
  }
  .Index_Feature .container::after {
    content: "";
    display: block;
    clear: both;
  }
  .Feature_Photo {
    padding: 0;
    position: relative;
  }
  .Feature_Photo img {
    position: absolute;
    right: -3vw;
    top: 0;
    width: 120%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .Feature_Photo img {
    top: -15px;
    width: 120%;
  }
}
@media screen and (min-width: 1200px) {
  .index_DescriptionGroup section {
    padding: 6vh 0 0;
  }
  .Title h4 {
    font-size: 42px;
    line-height: 42px;
    padding: 12px 60px;
  }
  .Title h3,
  .Title p {
    font-size: 19px;
    line-height: 1.5;
    padding: 0.8vw 2rem 2.5vw;
    color: #000;
    font-weight: 600;
    /* 水平 垂直 模糊 顏色 */
    text-shadow: 0px 0px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff;
  }
}
@media screen and (min-width: 1412px) {
  .KVofExistForIndex {
    background: url(../../event/2021Q1-3M/images/form_Bg.jpg) no-repeat center 103%/100% 210px, url(../../event/2021Q1-3M/images/Index_KvBg_lg.jpg) no-repeat center top/auto 70%, #fff;
  }
}
.formBoxImgTitle {
  font-size: 22px;
  text-align: center;
  padding: 1vw 10px 15px 10px;
  line-height: 1.5;
}
.formBoxImgTitle .titleBox {
  border-bottom: 1px solid #92d9dc;
  color: #fff;
  padding: 0;
  max-width: 1060px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .formBoxImgTitle .titleBox {
    border-bottom: 1px solid #fff;
  }
}
.formBoxImgTitle .titleBox .ts1,
.formBoxImgTitle .titleBox .ts2 {
  font-weight: normal;
  display: flex;
  align-items: end;
  font-weight: 600;
}
.formBoxImgTitle .titleBox .ts1 {
  font-weight: 600;
}
.formBoxImgTitle .titleBox .ts1 b {
  display: flex;
  align-items: end;
}
.formBoxImgTitle .titleBox .ts1 b .small {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .formBoxImgTitle .titleBox .ts1 b .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .formBoxImgTitle .titleBox {
    flex-direction: column;
    align-items: center;
  }
}
.formBoxImgTitle small {
  font-size: 50%;
  text-shadow: none;
}
.formBoxImgTitle .gift {
  width: 40px;
  height: 50px;
  margin: 0 10px;
}
.formBoxImgTitle .linePoint {
  position: relative;
  text-align: left;
  white-space: nowrap;
  font-size: 26px;
}
@media screen and (max-width: 992px) {
  .formBoxImgTitle .linePoint {
    font-size: 20px;
  }
}
@media screen and (max-width: 860px) {
  .formBoxImgTitle .linePoint {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .formBoxImgTitle .linePoint {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .formBoxImgTitle .linePoint {
    font-size: 4.5vw;
  }
}
.formBoxImgTitle .linePoint br {
  display: none;
}
@media screen and (max-width: 768px) {
  .formBoxImgTitle .linePoint {
    line-height: 1;
  }
}
@media screen and (max-width: 576px) {
  .formBoxImgTitle .linePoint {
    line-height: inherit;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .formBoxImgTitle .linePoint > span {
    display: flex;
  }
}
.formBoxImgTitle .limited {
  width: 100px;
  margin: 0 5px;
}

@media screen and (max-width: 1024px) {
  .formBoxImgTitle .titleBox .ts1 {
    font-size: 2vw;
  }
  .formBoxImgTitle .titleBox .ts2 {
    font-size: 2vw;
  }
  .formBoxImgTitle .limited {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .formBoxImgTitle .titleBox .ts1 {
    font-size: 3vw;
  }
  .formBoxImgTitle .titleBox .ts2 {
    font-size: 3vw;
  }
  .formBoxImgTitle .gift {
    width: 30px;
  }
  .formBoxImgTitle .limited {
    margin-bottom: 0;
  }
  .formBoxImgTitle .titleBox .linePoint br {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .formBoxImgTitle .titleBox .ts1 {
    font-size: 4vw;
    line-height: 130%;
  }
  .formBoxImgTitle .titleBox .ts2 {
    font-size: 4.5vw;
    margin-bottom: 0.5rem;
    margin-top: 10px;
  }
  .formBoxImgTitle .limited {
    width: 70px;
  }
}
@media (max-width: 400px) {
  .formBoxImgTitle .limited {
    width: 60px;
  }
}
@media (max-width: 380px) {
  .formBoxImgTitle .gift {
    height: auto;
    width: 25px;
  }
  .formBoxImgTitle .limited {
    width: 60px;
  }
}
@media (max-width: 370px) {
  .formBoxImgTitle .titleBox .ts1 {
    font-size: 3.5vw;
  }
}
.taxNoteWrap {
  padding: 2.5em 20px 8.2em;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  background-color: #E0E0E0;
}

.taxNoteWrap .noteList h4 {
  margin: 1em 0;
}

.taxNoteWrap .noteList li {
  margin: 0.7em 0;
}

.taxNoteWrap .noteList ol {
  padding-left: 1.5em;
  text-align: left;
  font-weight: 400;
}

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

img {
  width: 100%;
  height: auto;
}

@media (min-width: 701px) {
  .taxNoteWrap .noteList li {
    padding-left: 1em;
  }
}
.taxNoteWrap .noteList + .noteList {
  margin-top: 5em;
}

.form.index .form_cont .lineForm {
  width: 96% !important;
  position: relative;
  left: -6px;
}

@media screen and (max-width: 750px) {
  .KVofExistForIndex .Index_KV {
    padding: 0;
  }
  .form.index .form_cont .lineForm {
    left: 0;
  }
}
.kv-pc,
.kv-mb {
  text-indent: -9999px;
  line-height: 0;
}

@media screen and (min-width: 1250px) {
  .kv-pc {
    display: block;
    padding: 40% 40%;
  }
  .kv-mb {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .kv-pc {
    padding: 30% 40%;
  }
}
@media screen and (max-width: 768px) {
  .kv-pc {
    padding: 35% 40%;
  }
}

@media screen and (max-width: 767px) {
  .kv-pc {
    display: none;
  }
  .kv-mb {
    display: block;
    height: 85.6vw;
  }
}
/*! CSS Used from: ../../assets/css/menu-v2019Q3.css ; media=screen */
* {
  box-sizing: border-box;
}

.close_btn {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #484848;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.close_btn::before,
.close_btn::after {
  content: "";
  width: 66.66%;
  height: 1px;
  background-color: #484848;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.close_btn::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.close_btn::after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .nav ul li,
  .nav-block ul {
    width: 100px;
  }
  .nav-block ul:nth-child(1) {
    right: 400px;
  }
  .nav-block ul:nth-child(2) {
    right: 300px;
  }
  .nav-block ul:nth-child(3) {
    right: 200px;
  }
  .nav-block ul:nth-child(4) {
    right: 100px;
  }
  .nav-block ul:nth-child(5) {
    right: 0px;
  }
}
@media screen and (max-width: 899px) {
  #menuBtn {
    display: block;
    position: absolute;
    z-index: 200;
    top: 14px;
    right: 25px;
    width: 25px;
    height: 33px;
    background: linear-gradient(to bottom, transparent 0, transparent 15px, #FFF 15px, #FFF 17px, transparent 17px);
    padding: 0;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
    pointer-events: none;
  }
  #menuBtn.on {
    pointer-events: auto;
  }
  #menuBtn::before,
  #menuBtn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  #menuBtn::before {
    top: 7px;
  }
  #menuBtn::after {
    bottom: 8px;
  }
  .header_height {
    position: relative;
    z-index: 2000;
    height: 0 !important;
  }
  .nav.nav_slide {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    transition: background-color 0.5s ease-out;
  }
  .nav.nav_slide ul {
    display: block;
    position: absolute;
    background-color: #fff;
    margin-left: auto;
    width: 170px;
    height: 100vh;
    padding-top: 20px;
    right: -170px;
  }
  .nav.nav_slide li {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
  .nav.nav_slide li a {
    display: inline-block;
    color: #007C7E;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #007C7E;
    height: auto;
  }
  .nav.nav_slide .nav-arrow::before {
    content: "▸";
    font-size: 20px;
    line-height: 29px;
    color: #007C7E;
    padding-left: 0.1em;
  }
  .nav.nav_slide .close_btn {
    position: absolute;
    top: 10px;
    right: -30px;
    border-color: #22BFB1;
    border-width: 2px;
    opacity: 0;
  }
  .nav.nav_slide .close_btn::before,
  .nav.nav_slide .close_btn::after {
    background-color: #22BFB1;
    height: 2px;
  }
  .nav-outer.nav_slide {
    display: none;
  }
  .nav-outer.nav_slide .nav-block {
    display: block;
    position: absolute;
    padding: 0;
    top: 0 !important;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .nav-outer.nav_slide .nav-block ul li {
    background-color: #D9FFF3;
    color: #FFF;
  }
  .nav-block ul li:after {
    border-bottom: none;
  }
}
/*! CSS Used from: ../../assets/css/form_mini.css ; media=screen */
.header .wrap1 {
  z-index: 300;
}

.form-fixedtop {
  position: relative;
  top: 60px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  z-index: 100;
}

.form-fixedtop .lineForm .form_title {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.form-fixedtop .lineForm th {
  display: none;
}

.form-fixedtop .form_title_subtitle {
  color: #E50011;
}

.form-fixedtop .lineForm {
  background-color: #D9D9D9;
  border-radius: 0;
  padding-bottom: 10px;
}

.form-fixedtop .lineFormTable {
  width: 70%;
  margin: auto;
  max-width: 1000px;
}

.form-fixedtop .lineFormTable tbody {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}

.form-fixedtop .lineFormTable tr {
  position: relative;
  flex: 1;
  display: block;
}

.form-fixedtop .lineFormTable tr:last-child {
  flex: 0 0 90px;
}

.form-fixedtop .lineFormTable td {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  text-align: center;
}

.form-fixedtop .lineForm_ps {
  display: none;
}

.form-fixedtop .lineFormTable tr:last-child td .lineForm_btn {
  padding: 11px;
}

.form-fixedtop {
  display: none;
}

.form-fixedtop input::-webkit-input-placeholder {
  color: #999;
}

.form-fixedtop input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-fixedtop input:-ms-input-placeholder {
  color: #999;
}

.form-fixedtop input[type=text]:focus {
  color: #51a9ab;
}

.form-fixedtop .lineForm .lineForm_btnArea {
  margin: 0 auto;
  text-align: center;
}

.form-fixedtop .act-btn {
  padding: 10px 0;
}

.form-fixedtop .close_btn {
  position: absolute;
  opacity: 0;
  z-index: 1000;
  top: 50px;
  right: 60px;
}

.form-fixedtop .lineFormTable.active ~ .close_btn {
  opacity: 1;
  pointer-events: auto;
}

.form-fixedtop.index .errstring {
  position: relative;
  font-size: 14px;
  width: 110%;
  bottom: 0;
  padding-bottom: 0;
  color: #ffe400 !important;
}

@media screen and (max-width: 899px) {
  .form-fixedtop .lineForm tr {
    padding: 0;
    display: block;
    width: 100%;
  }
  .form-fixedtop .lineFormTable {
    display: block;
    width: 100%;
    padding: 0 10px 10px 10px;
    margin: 0 auto;
  }
  .form-fixedtop .lineFormTable th {
    display: none;
  }
  .form-fixedtop .lineFormTable tbody {
    display: block;
  }
  .form-fixedtop .lineFormTable tr:not(:last-child) td {
    display: block;
    width: 100%;
    max-width: unset;
  }
  .form-fixedtop .lineFormTable tr.mobile-hidden {
    padding: 0;
  }
  .form-fixedtop .lineFormTable tr.mobile-hidden td {
    display: none;
    padding: 0;
  }
  .form-fixedtop .lineFormTable tr:not(:last-child) td input {
    display: block;
    width: 65%;
  }
  .form-fixedtop .lineFormTable tr:last-child td {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    margin-right: 0;
    z-index: 1001;
  }
  .form-fixedtop .lineFormTable #mobile {
    border: 2px solid rgb(232, 55, 103);
    -webkit-animation: mobileborderanimation 1s linear 0s infinite alternate;
    -o-animation: mobileborderanimation 1s linear 0s infinite alternate;
    animation-name: mobileborderanimation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-delay: 0s;
    margin-left: -6px;
    width: calc(65% + 8px);
  }
  .form-fixedtop .lineFormTable tr.mobile-hidden {
    max-height: 0;
    transition: max-height 0.5s ease-out;
  }
  .form-fixedtop .lineFormTable.active tr.mobile-hidden {
    max-height: 200px;
    padding-bottom: 10px;
  }
  .form-fixedtop .lineFormTable.active tr.mobile-hidden td {
    display: block;
  }
  .form-fixedtop .lineForm_ps {
    display: none;
  }
  .form-fixedtop.index .errstring {
    color: #feef94 !important;
    position: absolute;
    width: 110%;
    bottom: -39px;
    margin-left: -4%;
    padding-left: 4%;
    padding-bottom: 10px;
    background: #15b3a5;
  }
  .form .errstring {
    margin-bottom: 0 !important;
  }
}
.form-fixedtop .errstring {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
  padding-top: 8px;
  text-align: left;
}

.form .errstring {
  color: #ffe400 !important;
  margin-bottom: -26px;
  font-size: 14px;
  padding-top: 8px;
  font-weight: 600;
}

.form input[type=text],
.form input[type=tel],
.form-fixedtop input[type=text],
.form-fixedtop input[type=tel] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  background: #FFF;
  border: 0;
  border-radius: 5px;
  -webkit-appearance: none;
}

.form-fixedtop .act-btn {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: transparent;
  -webkit-appearance: none;
  position: relative;
  z-index: 10;
}

.form.index {
  display: block;
}

.form.index .form_cont {
  width: 100%;
}

.form.index .form_cont .lineForm {
  width: 90%;
  margin: 0 auto;
  color: #fff;
}

.form.index .lineFormTable {
  display: block;
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.form.index .lineFormTable tbody,
.form.index .lineFormTable tr,
.form.index .lineFormTable th,
.form.index .lineFormTable td {
  display: block;
  white-space: nowrap;
  text-align: left;
  padding-bottom: 0px;
}

.form.index .lineFormTable th {
  width: 100%;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.form.index .lineFormTable td {
  width: 100%;
  padding-bottom: 20px;
}

.form.index .lineFormTable .required:after {
  content: " *必填";
  display: inline-block;
  font-size: 14px;
  color: #ffe400;
}

.form.index .lineFormTable [type=text],
.form.index .lineFormTable [type=tel] {
  width: 100%;
  line-height: 1;
  font-size: 22px;
  font-weight: normal;
  border-radius: 0;
  color: #000;
}

.form.index .lineFormTable input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.form.index .lineFormTable input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.form.index .lineFormTable input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.form.index .lineForm_btnArea .lineForm_btn {
  display: block;
  width: 100%;
  padding: 14px 10px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #3530bf;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  position: relative;
  z-index: 10;
}

.form.index .lineForm .close_btn {
  position: absolute;
  opacity: 0;
  z-index: 1000;
  top: 50px;
  right: 60px;
}

.form.index .form_cont .lineForm_ps {
  font-size: 12px;
  text-align: center;
  margin-top: -1%;
}
@media (max-width: 576px) {
  .form.index .form_cont .lineForm_ps {
    color: #000;
  }
}

@media screen and (min-width: 750px) {
  .form.index .lineFormTable tr {
    display: inline-block;
    width: 25%;
    font-size: 0;
    vertical-align: bottom;
    padding: 0 5px;
  }
  .form.index .lineFormTable th {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .form.index .lineFormTable [type=text],
  .form.index .lineFormTable [type=tel] {
    line-height: 1;
    font-size: 17px;
  }
  .form.index .lineFormTable input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form.index .lineFormTable input::-moz-placeholder {
    font-size: 16px;
  }
  .form.index .lineFormTable input:-ms-input-placeholder {
    font-size: 16px;
  }
  .form.index .form_cont .lineForm_ps {
    text-align: right;
  }
  .form.index .lineForm_btnArea .lineForm_btn {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .form.index .form_cont .lineForm_ps {
    margin-top: -1.5%;
  }
}
.form-fixedtop.index .form_title_subtitle {
  color: #fff;
}

.form-fixedtop.index .lineForm {
  background-color: #15b3a5;
  border-radius: 0;
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .form-fixedtop.index .lineForm {
    padding-bottom: 10px;
  }
}
/*! CSS Used from: ../../assets/css/box24H.css */
.box24H {
  position: fixed;
  z-index: -999;
  top: 60px;
  left: 50%;
  right: 50%;
  transform: translate(-50% -50%);
  bottom: 75px;
  margin: auto;
  box-sizing: border-box;
  opacity: 0 !important;
  -webkit-transition: all 0s, opacity 0.4s;
  transition: all 0s, opacity 0.4s;
}

.box24H.on {
  z-index: 199;
  opacity: 1 !important;
}

.box24H_bg {
  position: absolute;
  width: 100vw;
  max-width: 375px;
  padding-bottom: 80vw;
  background-image: url(../../img/box24H_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box24H.box24H_index.on .box24H_bg {
  background-image: url(../../img/box24H_bg_index.png);
}

@media screen and (min-width: 450px) {
  .box24H_bg {
    max-width: 375px;
    padding-bottom: 316px;
  }
}
.box24H_btnbox {
  position: absolute;
  z-index: 2;
  width: 80vw;
  padding-bottom: 40vw;
  top: 50%;
  left: 51.25%;
  transform: translate(-50%, -20%);
}

.box24H_btnbox .box24H_btn {
  position: absolute;
  display: block;
  width: 40vw;
  padding-bottom: 15vw;
  top: 75%;
  left: 51.5%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.box24H_btnbox .box24H_btn-txt {
  position: absolute;
  display: block;
  width: 20vw;
  padding-bottom: 7vw;
  top: 30%;
  left: 1%;
  cursor: pointer;
}

@media screen and (min-width: 450px) {
  .box24H_btnbox {
    max-width: 300px;
    padding-bottom: 150px;
    left: 50.75%;
  }
  .box24H_btnbox .box24H_btn {
    width: 150px;
    padding-bottom: 56px;
  }
  .box24H_btnbox .box24H_btn-txt {
    width: 75px;
    padding-bottom: 27px;
  }
}
.box24H.box24H_index .box24H_btn.applyBtn {
  left: 25%;
}

.box24H.box24H_index .box24H_btn.msgBtn {
  left: 75%;
}

/*! CSS Used keyframes */
@keyframes mask-ani {
  0% {
    transform: rotate(-36deg) translate(0px, -300px);
  }
  70%, 100% {
    transform: rotate(-36deg) translate(0px, 200px);
  }
}
@keyframes mobileborderanimation {
  0% {
    border: 2px solid rgb(232, 55, 103);
  }
  50% {
    border: 2px solid rgba(232, 55, 103, 0.3);
  }
  100% {
    border: 2px solid rgb(232, 55, 103);
  }
}
@-webkit-keyframes mobileborderanimation {
  0% {
    border: 2px solid rgb(232, 55, 103);
  }
  50% {
    border: 2px solid rgba(232, 55, 103, 0.3);
  }
  100% {
    border: 2px solid rgb(232, 55, 103);
  }
}
.Index_Direct {
  background: #f0f0f0;
  padding-bottom: 60px;
}

.direct_list {
  max-width: 960px;
  margin: 0 auto;
}

.direct_list li {
  display: inline-block;
  width: 32%;
  text-align: center;
  margin: 10px 0;
}

.direct_list .itemLink {
  text-align: left;
  width: 100%;
  max-width: 255px;
  color: #026c6b;
  padding: 10px 0 8px 40px;
  display: inline-block;
}

.direct_list .itemLink:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../../event/2021Q1-3M/images/icon_02.png) no-repeat right center/auto 27px;
  vertical-align: middle;
  margin-top: -2px;
}

@media screen and (max-width: 960px) {
  .direct_list li {
    display: block;
    width: 100%;
  }
}
.KVofExistForIndex .Index_KV {
  position: relative;
}
@media screen and (max-width: 1680px) {
  .KVofExistForIndex .Index_KV {
    padding: 4.2% 8% 7.2% 0;
  }
}
@media screen and (max-width: 1500px) {
  .KVofExistForIndex .Index_KV {
    padding: 3% 8% 3% 0;
  }
}
@media screen and (max-width: 1400px) {
  .KVofExistForIndex .Index_KV {
    padding: 3% 8% 0% 0;
  }
}
@media screen and (max-width: 992px) {
  .KVofExistForIndex .Index_KV {
    padding: 1% 8% 0 0;
  }
}
@media screen and (max-width: 766px) {
  .KVofExistForIndex .Index_KV {
    padding: 0;
  }
}
.KVofExistForIndex .Index_KV .btnBlock {
  position: absolute;
  left: 0;
  bottom: 110px;
}
@media screen and (max-width: 1680px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    bottom: 130px;
  }
}
@media screen and (max-width: 1500px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    bottom: 100px;
    left: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    left: 107px;
    bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    left: 67px;
    bottom: 40px;
  }
}
@media screen and (max-width: 860px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    left: 42px;
  }
}
@media screen and (max-width: 768px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    left: 24px;
    bottom: 80px;
  }
}
@media screen and (max-width: 400px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    bottom: 75px;
  }
}
@media screen and (max-width: 370px) {
  .KVofExistForIndex .Index_KV .btnBlock {
    bottom: 70px;
  }
}

.Index_Easy .easyTitle h2 {
  position: relative;
}
@media screen and (max-width: 766px) {
  .Index_Easy .easyTitle h2 {
    width: 90%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .Index_Easy .easyTitle h2 {
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .KVofExistForIndex {
    background: url(../../event/2021Q1-3M/images/form_Bg.jpg) no-repeat center 103%/100% 210px, url(../../event/2021Q1-3M/images/Index_KvBg_lg.jpg) no-repeat center top/auto 66%, #fff;
  }
}
@media (max-width: 1200px) {
  .KVofExistForIndex {
    background: url(../../event/2021Q1-3M/images/form_Bg.jpg) no-repeat center 106%/100% 210px, url(../../event/2021Q1-3M/images/Index_KvBg_lg.jpg) no-repeat center top/auto 58%, #fff;
  }
}
@media (max-width: 992px) {
  .KVofExistForIndex {
    background: url(../../event/2021Q1-3M/images/form_Bg.jpg) no-repeat center 106%/100% 200px, url(../../event/2021Q1-3M/images/Index_KvBg_lg.jpg) no-repeat center top/auto 58%, #fff;
  }
}
@media (max-width: 860px) {
  .KVofExistForIndex {
    background: url(../../event/2021Q1-3M/images/form_Bg.jpg) no-repeat center 106%/100% 196px, url(../../event/2021Q1-3M/images/Index_KvBg_lg.jpg) no-repeat center top/auto 54%, #fff;
  }
}
@media (max-width: 768px) {
  .KVofExistForIndex {
    background: url(../../event/2021Q1-3M/images/Index_KvBg_lg.jpg) no-repeat center top/auto 52%, linear-gradient(0deg, rgb(237, 250, 253) 0%, rgb(20, 173, 179) 9%, rgb(128, 211, 214) 45%, rgb(255, 255, 255) 49%), #fff;
  }
}
@media (max-width: 766px) {
  .KVofExistForIndex {
    background: url(../../event/2021Q1-3M/images/Index_KvBg_xs.jpg) no-repeat center top/100% auto, linear-gradient(0deg, rgb(237, 250, 253) 0%, rgb(82, 195, 200) 9%, rgb(20, 173, 179) 36%, rgb(132, 212, 215) 58%, rgb(255, 255, 255) 62%);
  }
}
@media (max-width: 380px) {
  .KVofExistForIndex {
    background: url(../../event/2021Q1-3M/images/Index_KvBg_xs.jpg) no-repeat center top/100% auto, linear-gradient(0deg, rgb(237, 250, 253) 0%, rgb(82, 195, 200) 9%, rgb(20, 173, 179) 36%, rgb(132, 212, 215) 58%, rgb(255, 255, 255) 64%);
  }
}

.descriptionTop {
  position: relative;
}

.easy_slate {
  position: relative;
}

.remark {
  font-size: 14px;
}

.btnRed {
  position: relative;
  display: block;
  background: linear-gradient(0deg, rgb(149, 4, 0) 13%, rgb(255, 10, 10) 89%);
  padding: 8px 0;
  width: 100%;
  min-width: 180px;
  text-align: center;
  border-radius: 99rem;
  border: 4px solid #c60000;
  box-shadow: 0 4px 0 #530301, 0 0 0 2px #ffa7a7 inset;
  transition: 0.25s;
  bottom: 0;
}
@media (max-width: 1500px) {
  .btnRed {
    min-width: 160px;
  }
}
@media (max-width: 1200px) {
  .btnRed {
    min-width: 140px;
  }
}
@media (max-width: 992px) {
  .btnRed {
    min-width: 100px;
    border: 2px solid #c60000;
  }
}
@media (max-width: 576px) {
  .btnRed {
    min-width: 110px;
  }
}
@media (max-width: 400px) {
  .btnRed {
    min-width: 100px;
  }
}
.btnRed img {
  width: 100%;
  max-width: 115px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .btnRed img {
    max-width: 90px;
  }
}
@media (max-width: 1200px) {
  .btnRed img {
    max-width: 80px;
  }
}
@media (max-width: 992px) {
  .btnRed img {
    max-width: 70px;
  }
}
@media (max-width: 576px) {
  .btnRed img {
    max-width: 65px;
  }
}
.btnRed:hover {
  transition: 0.25s;
  box-shadow: 0 0 0 2px #ffa7a7 inset;
  bottom: -5px;
}
/*# sourceMappingURL=index-only_opti.css.map */
