@charset "UTF-8";
html * {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

button {
  cursor: pointer;
  -webkit-appearance: button;
}

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

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 {
  position: relative;
}

a,
a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  -o-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: bold;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

small {
  font-size: 85%;
}

.small-2 {
  font-size: 40%;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

form {
  margin: 0;
}

label {
  cursor: pointer;
}

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

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

.greenBg {
  background: #00b99c !important;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

:focus {
  outline: none;
}

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

body,
div,
span,
img,
small,
strong,
sup,
p,
a,
ol,
ul,
li,
form,
label {
  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;
}

:focus {
  outline: none;
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  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: normal;
}

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

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

img {
  vertical-align: top;
}

body {
  font-size: 1em;
  font-family: Arial, "Microsoft JhengHei", "微軟正黑體", Helvetica, Verdana, sans-serif;
  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";
}

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

*,
div,
a,
input,
p,
button {
  font-family: inherit;
}

img {
  max-width: 100%;
}

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;
}

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

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

.inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .inner {
    width: 1200px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: right;
  background: #026c6b;
  z-index: 200;
}

.header_height {
  height: 60px;
}

.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;
}

@media screen and (max-width: 768px) {
  .header_height {
    position: relative;
    z-index: 2000;
    height: 60px !important;
  }
}
.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;
  -webkit-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: 40px;
  background-position: center top;
  background-size: 80% auto;
}

.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 {
  position: relative;
  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;
  z-index: 1;
}

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

.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;
  }
}
.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;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  height: 90px;
  background-repeat: no-repeat;
  -moz-box-sizing: border-box;
  -webkit-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: 13px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  background-color: #026c6b;
}

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

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;
    -o-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;
    -webkit-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);
  }
}
.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;
  -webkit-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;
}

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

#deal_qa.collapseLister {
  max-width: 100%;
}

.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: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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: #ffffff;
}

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

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

.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/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;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.2s ease-in-out;
  background: url(../../event/event/2021Q1-3M/images/plus.png) no-repeat center center/20px;
}

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

.collapseLister .txtBlk {
  color: #222222;
  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/event/2021Q1-3M/images/icon_a.png) no-repeat center;
}

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

.title-text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  color: #026c6b;
}

@media (min-width: 600px) {
  .title-text {
    font-size: 2rem;
  }
}
.qa {
  padding: 2em 0;
}

.qa .title-text {
  margin: 0 auto 1em;
}

@media (min-width: 600px) {
  .qa {
    padding: 65px 0 110px;
  }
}
.collapseLister {
  line-height: 1.66;
}

.collapseLister * {
  font-family: inherit;
}

.collapseLister .card {
  border: 0;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.collapseLister .card-header {
  font-size: 1em;
  font-weight: 500;
}

.collapseLister .card-header > .card-link[data-toggle=collapse],
.collapseLister .txtBlk {
  padding: 0.75em 2em 0.75em 3em;
  color: inherit;
}

.collapseLister .card-body {
  font-weight: 500;
  border: 0;
  background: #fafafa;
}

.collapseLister .card-header > .card-link[data-toggle=collapse]::before,
.collapseLister .txtBlk::before,
.collapseLister .card-header > .card-link[data-toggle=collapse]::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.75em;
  width: 1em;
  height: 1em;
  margin: 0.4em 0.5em;
  background-size: contain;
}

.collapseLister .card-header > .card-link[data-toggle=collapse]::before {
  background-image: url(../../event/2021Q3_online/img/icon_q.png);
}

.collapseLister .txtBlk::before {
  background-image: url(../../event/2021Q3_online/img/icon_a.png);
}

.collapseLister .card-header > .card-link[data-toggle=collapse]::after {
  left: auto;
  right: 0;
  width: 0.7em;
  background: url(../../event/2021Q3_online/img/arrow_down_green.svg) center center no-repeat !important;
  background-size: 100% auto !important;
}

@media (min-width: 600px) {
  .collapseLister {
    font-size: 1.125rem;
  }
  .collapseLister .card-header > .card-link[data-toggle=collapse],
  .collapseLister .txtBlk {
    padding: 1.11em 4.8em;
  }
  .collapseLister .card-header > .card-link[data-toggle=collapse]::before,
  .collapseLister .txtBlk::before,
  .collapseLister .card-header > .card-link[data-toggle=collapse]::after {
    font-size: 2.5rem;
  }
}
.notice {
  padding: 2em 1rem;
  background: #f7f8f8;
}

.notice .inner {
  max-width: 1000px;
}

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

.noteList li {
  text-align: left;
  font-weight: normal;
  margin-bottom: 0.75em;
  margin-left: 1.75em;
}

.noteList {
  padding-bottom: 1%;
  line-height: 1.5;
}

.noteList h4 {
  font-size: 1.25em;
  margin: 1.5em 0 0.75em;
  color: #008A8F;
  font-weight: bold;
  font-family: "微軟正黑體", Arial;
}

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

.noteList li {
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.75em;
  margin-left: 1.75em;
}

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

.noteList .readMore,
.noteList .readMore a {
  display: inline-block;
  font-weight: bold;
  color: #008A8F;
}

.noteList .hideTxt {
  display: none;
}

@media (min-width: 600px) {
  .notice {
    padding: 80px 1rem;
  }
  .noteList h4 {
    font-size: 1.5em;
  }
}
.d-block {
  display: block;
}

.text {
  font-size: 1.5625rem;
  line-height: 1.3;
}

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

.text-bigger {
  font-size: 1.4em;
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.sectionBlock {
  padding-top: 65px;
  padding-bottom: 65px;
}

.radiusButton {
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: none;
}

.topQuickLink {
  pointer-events: none;
  top: -3px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 2001;
}

.topQuickLink__buttonArea {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topQuickLink__buttonArea::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

.topQuickLink__btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 1.32;
  border-radius: 50px;
  padding: 15px;
  width: 100%;
  max-width: 600px;
  font-weight: 700;
  border: none;
}

.topQuickLink__btnArea {
  font-size: 0;
  text-align: center;
}

.topQuickLink__btnArea::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.topQuickLink__text {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  border-radius: 35px;
  padding: 6px 15px;
  color: #3C476B;
  background-color: #FFFFFF;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .topQuickLink__text {
    font-size: 1.5rem;
  }
}

.topQuickLink__text span,
.topQuickLink__text i {
  display: inline-block;
}

.topQuickLink__text i {
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}

.formRowData {
  margin-bottom: 40px;
}

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

.formRowData__item:last-child {
  margin-bottom: 0;
}

.formRowData__title {
  font-size: 0.875rem;
  color: #3C476B;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  min-width: 110px;
  padding-right: 10px;
  font-weight: 700;
}

.formRowData__title .must {
  color: #fff;
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  .formRowData__title {
    font-size: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    min-width: 170px;
    padding-right: 20px;
  }
}
.formRowData__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.formRowData__input input {
  font-size: 0.875rem;
  padding: 6px 20px;
  width: 100%;
  color: #3C476B;
  font-weight: 700;
  background-color: #FFFFFF;
  border: none;
  border-radius: 15px;
}

.formRowData__input input::-webkit-input-placeholder {
  color: #5C8EFF;
}

.formRowData__input input:-ms-input-placeholder {
  color: #5C8EFF;
}

.formRowData__input input::-ms-input-placeholder {
  color: #5C8EFF;
}

.formRowData__input input::placeholder {
  color: #5C8EFF;
}

@media screen and (min-width: 768px) {
  .formRowData__input input {
    padding: 11px 20px;
    font-size: 1.25rem;
  }
}
.apply {
  background-color: #FAFCFF;
  padding-bottom: 0;
}

.apply .formRowData {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.apply .inner {
  padding-bottom: 175px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .apply .inner {
    padding-bottom: 80px;
  }
}
.applyTVArea {
  position: relative;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .applyTVArea {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .applyTVArea {
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .applyTVArea {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.applyTV {
  position: relative;
  z-index: 2;
  border: 3px solid #3C476B;
  background-color: #596381;
  border-radius: 10px;
  padding: 10px 10px 25px;
}

@media screen and (min-width: 768px) {
  .applyTV {
    padding: 20px;
  }
}
.applyTV__content {
  position: relative;
  z-index: 2;
  background-color: #FFFAE3;
  padding: 30px 10px 20px;
  border-radius: 10px;
  border: 3px solid #3C476B;
}

.applyTV__desc {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .applyTV__desc {
    font-size: 1.3rem;
  }
}

.applyTV__desc > span {
  display: block;
}

@media screen and (min-width: 768px) {
  .applyTV__desc > span {
    display: inline-block;
  }
  .applyTV__desc > span:first-child {
    margin-right: 5px;
  }
}
.introList {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .introList {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 768px) {
  .introList {
    padding-left: 34px;
    padding-right: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .introList {
    padding-left: 0;
    padding-right: 0;
    max-width: 1020px;
  }
}
.introList__item {
  margin-bottom: 40px;
}

@media (max-width: 860px) {
  .introList__item:nth-child(1) .introCard__text > span > strong {
    display: block;
  }
}

.introList__item:nth-child(3) .introCard__text > span > strong {
  display: block;
}

.introList__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .introList__item {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.introCard {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.introCard::before,
.introCard::after {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 6.67%;
  display: block;
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: repeat-x;
}

.introCard::before {
  top: -3px;
  background-position: center top;
  background-image: url("../../event/2021Q3_online/img/loan_item_boder_top.png");
}

.introCard::after {
  bottom: -3px;
  background-position: center bottom;
  background-image: url("../../event/2021Q3_online/img/loan_item_boder_bottom.png");
}

.introCard__img {
  width: 100%;
}
.introCard__img img {
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.introCard__text {
  width: 100%;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  font-size: 1.875rem;
  background: #3530bf;
}
@media (max-width: 576px) {
  .introCard__text {
    font-size: 1.6rem;
  }
}

.introCard__text span {
  display: block;
}

.introCard__text span:nth-child(2) {
  color: #FF5A76;
}

.introCard__text span strong {
  display: inline-block;
  font-size: 1.3em;
}

@media screen and (min-width: 768px) {
  .introCard__text {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1200px) {
  .introCard__text {
    font-size: 1.875rem;
  }
}
.prizeAward {
  display: none;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 35px;
  background-color: #FFFFFF;
  border: 3px solid #3C476B;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
}

.prizeCard__text {
  font-size: 1.875rem;
  color: #3C476B;
  font-weight: 700;
  line-height: 1.33;
}

.prizeCard__text > span {
  display: block;
}

@media screen and (min-width: 768px) {
  .prizeCard__text {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .prizeCard__text {
    font-size: 1.875rem;
  }
}
.prizeHistory__year {
  color: #3C476B;
  text-align: center;
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 25px;
}

.prizeHistory__year span {
  min-width: 270px;
  display: inline-block;
  border-bottom: 3px solid #3C476B;
}

@media screen and (min-width: 768px) {
  .prizeHistory__year {
    font-size: 4.375rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .prizeHistory__year {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .prizeYearList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.prizeYearList__item {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 270px;
}

@media screen and (min-width: 768px) {
  .prizeYearList__item {
    margin-left: 0;
    margin-right: 0;
    max-width: 230px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .prizeYearList__item {
    max-width: 270px;
  }
}
.prizeYearList__title {
  color: #FF5A76;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.2;
  height: 2.4em;
  margin-bottom: 20px;
}

.prizeYearList__title > span {
  display: block;
}

@media screen and (min-width: 768px) {
  .prizeYearList__title {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1200px) {
  .prizeYearList__title {
    font-size: 1.75rem;
  }
}
.prizeYearList__desc {
  font-weight: 700;
  color: #3C476B;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .prizeYearList__desc {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .prizeYearList__desc {
    font-size: 1.25rem;
  }
}
/*! CSS Used from: ../../event/2021Q3_online/css/bootstrap-grid.min.css ; media=screen */
*,
::after,
::before {
  box-sizing: inherit;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1600px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-10,
.col-lg-4,
.col-md-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.offset-1 {
  margin-left: 8.333333%;
}

@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
}
@media (min-width: 766px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
/*! CSS Used from: ../../event/2021Q3_online/css/_aspect-ratio.css ; media=screen */
img,
picture {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

/*! CSS Used from: ../../event/2021Q3_online/css/main_newpage.css ; media=screen */
.gFont {
  font-family: "Dela Gothic One", cursive;
}

.ft-red {
  color: #ff0d05;
}

.ft-green {
  color: #008A8F;
}

.ft-yellow {
  color: #ffe400;
}

.ft-orange {
  color: #fd783d;
}

b {
  font-weight: normal;
}

.bold {
  font-weight: 600;
}

.hrLine {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #c9a8f4;
}

.splitLine {
  max-width: 1200px;
  margin: 3vw auto;
  padding: 5px 0;
  background: url(../../event/2021Q3_online/img/split_line.png) no-repeat 50% 50%/90% auto;
}

.bg-green {
  background: #ccf2df;
}

.qa {
  background: #f0f0f0;
}

.qa .card {
  border: 1px solid #8fbebd;
}

.qa .collapseLister .collapse {
  border-top: 1px solid #8fbebd;
}

.wt1 {
  text-shadow: 2px 0 0 #01816e, -2px 0 0 #01816e, 0 2px 0 #01816e, 0 -2px 0 #01816e, 2px 2px #01816e, -2px -2px 0 #01816e, 2px -2px 0 #01816e, -2px 2px 0 #01816e;
}

.wt2 {
  text-shadow: 2px 0 0 #800303, -2px 0 0 #800303, 0 2px 0 #800303, 0 -2px 0 #800303, 2px 2px #800303, -2px -2px 0 #800303, 2px -2px 0 #800303, -2px 2px 0 #800303;
}

.footer_warnning .wrap1 {
  max-width: 1000px;
}

.kvWrap .inner {
  width: 100%;
  max-width: 100%;
  min-height: 50vh;
  position: absolute;
  left: 0;
  top: 60px;
}
.kvWrap .inner .pckvImg {
  background: url(../../event/2021Q3_online/img/kv_pc.jpg) no-repeat top center/115% auto;
}
@media (max-width: 768px) {
  .kvWrap .inner .pckvImg {
    background: none;
    min-height: 50vh;
  }
}

.kvWrap .inner.noIframe {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  position: relative;
  left: 0;
  top: 0;
}
.kvWrap .inner.noIframe .pckvImg {
  background: url(../../event/2021Q3_online/img/kv_pc_old.jpg) no-repeat top center/auto 100%;
  max-height: 695px;
}
@-moz-document url-prefix() {
  .kvWrap .inner.noIframe .pckvImg {
    max-height: 695px;
  }
}

.cardList {
  padding-left: 39px;
  padding-right: 39px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 992px) {
  .cardList {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cardList .cardList_item {
  padding: 1rem !important;
}
@media (max-width: 576px) {
  .cardList .cardList_item {
    padding: 0 !important;
  }
}
@media (max-width: 992px) {
  .cardList .cardList_item .rdBtn {
    font-size: 1.5rem;
    min-width: 100%;
  }
}

.stepCardBox {
  font-size: 2.5rem;
  padding: 1rem 1rem 3.5rem 1rem;
}
@media (max-width: 992px) {
  .stepCardBox {
    padding: 1rem 0 3.5rem;
  }
}

.stepCardBox .step_nbr {
  font-weight: bold;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.stepCardBox .step_name {
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.stepCardBox .step_name span {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #000000;
  background: #ffffff;
  padding: 10%;
}

.stepCardBox .step_name span b {
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: bold;
  transform: translate(0, -50%);
  width: 100%;
  line-height: normal;
}

.stepCardBox .step_name span:before,
.stepCardBox .step_name span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000000;
}

.stepCardBox .step_name span:before {
  width: 100%;
  height: 1px;
}

.stepCardBox .step_name span:after {
  width: 1px;
  height: 100%;
}

.stepCardBox .step_icon {
  padding: 1rem 0;
  display: inline-block;
  width: 100%;
  max-width: 240px;
}

.stepCardBox .step_icon img {
  max-width: 100%;
  width: auto;
}

.stepCardBox .step_desc {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.3;
}

.stepCardBox .step_desc span {
  width: 100%;
  display: inline-block;
}

.stepCardBox .step_desc sup {
  font-size: 70%;
  font-weight: bold;
  position: relative;
  top: -5px;
}

.rdBtn_wrap {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  line-height: 1;
}

.rdBtn_wrap_submit {
  max-width: 260px;
}

.rdBtn_wrap_step {
  margin-top: -2.5rem;
  position: relative;
  top: -10px;
  max-width: 260px;
}

.rdBtn_wrap_moreaw {
  max-width: 330px;
}

.rdBtn {
  position: relative;
  border-radius: 999px;
  display: flex;
  color: #ffffff;
  font-family: Arial, "Microsoft JhengHei", "Microsoft JhengHei UI", "微軟正黑體", sans-serif;
  border-radius: 999px;
  background: #ff0000;
  padding: 1.1rem 3rem;
  font-weight: 600;
  font-size: 2rem;
  min-width: 235px;
  text-align: center;
}
@media (max-width: 576px) {
  .rdBtn {
    font-size: 1.5rem;
    min-width: 212px;
  }
}
.rdBtn:hover {
  color: #fff399;
}
.rdBtn:hover .rdBtn_text:before {
  border-color: transparent transparent transparent #fff399;
}
.rdBtn .rdBtn_text {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-right: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.rdBtn .rdBtn_text:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.rdBtn.hand:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 65px;
  background: url(../../event/online/img/hand.png) no-repeat center center/contain;
  right: -10px;
  bottom: -20px;
  animation: sga 1s ease-in-out 0.3s infinite reverse;
}
@media (max-width: 576px) {
  .rdBtn.hand:after {
    width: 45px;
    height: 50px;
  }
}

.btnGrp {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.btnGrp .rdBtn_wrap {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 860px) {
  .btnGrp .rdBtn_wrap {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .btnGrp .rdBtn_wrap {
    margin: 0;
  }
}

.btnGrp .rdBtn_hight_lg {
  width: 100%;
  max-width: 420px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .btnGrp .rdBtn_hight_lg {
    max-width: 80%;
    height: 80px;
  }
}

.checkered_title {
  font-size: 34px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
}

.checkered_title span {
  width: 100%;
  margin: 0 3px;
  position: relative;
  border: 1px solid #000000;
  background: #ffffff;
  max-width: 50px;
}

.checkered_title span:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.checkered_title span b {
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: bold;
  transform: translate(0, -50%);
  width: 100%;
  line-height: normal;
  text-align: center;
}

.round_title {
  font-family: "Dela Gothic One", cursive;
  font-size: 43px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  width: 100%;
}

.round_title span {
  width: 100%;
  margin: 0 2px;
  position: relative;
  border: 1px solid #000000;
  background: #ffffff;
  max-width: 80px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 5px #bfecd5;
}

.round_title span:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.round_title span b {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
}

.round_title span b img {
  max-width: 60%;
}

/* @media screen and (max-width: 768px) {.round_title span b img{ max-width: 30%;}} */
.stepWrap {
  border-bottom: 0;
  padding-top: 70px;
}

.stepWrap .cardList {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .stepWrap .cardList {
    padding-bottom: 30px;
  }
}

.tv_showBox {
  position: relative;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.tv_showBox .checkered_title {
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 45%;
}

.tv_showBox .tv_ad_01 {
  bottom: -5%;
  left: -32%;
  width: 36%;
}

.tv_showBox .tv_ad_02 {
  bottom: 0;
  right: -20%;
  width: 15%;
}

.tv_showBox .tv_showBox_brd {
  position: relative;
}

.tv_showBox .tv_showBox_yt {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 8%;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 88%;
  height: 64%;
  border: 3px solid #000000;
  border-radius: 1.5vw;
  overflow: hidden;
}

.adorn_img {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: auto;
  width: 100%;
}

.movBox {
  position: relative;
  padding: 60px 0 600px;
}
@media screen and (max-width: 1680px) {
  .movBox {
    padding: 60px 0 360px;
  }
}
@media screen and (max-width: 1300px) {
  .movBox {
    padding: 60px 0 200px;
  }
}
@media screen and (max-width: 1200px) {
  .movBox {
    padding: 60px 0 130px;
  }
}
@media screen and (max-width: 992px) {
  .movBox {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .movBox {
    padding: 40px 0 10px;
    background: url(../../event/online/img/mov_Bg_view_mb_b.png) no-repeat center top/cover;
    margin-top: -40px;
  }
}

.movBox .movBox_wrap {
  padding: 0 50px;
}

.movBox .youtubeSwiper {
  padding: 0 50px;
}

.movBox .youtubeSwiper .subtitle {
  display: block;
  text-align: center;
  padding: 0.5rem;
}

.movBox .youtubeSwiper .itemBlk {
  border: 1px solid #000000;
  display: block;
  margin: 0 50px;
}

.movBox .swiper-button-prev {
  background-image: url(../../event/online/img/movPrev.png);
  left: 10px;
  right: auto;
}

.movBox .swiper-button-next {
  background-image: url(../../event/online/img/movNext.png);
  right: 10px;
  left: auto;
}

.movBox .swiper-button-prev,
.movBox .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  z-index: 10;
  cursor: pointer;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .movBox .swiper-button-prev,
  .movBox .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 576px) {
  .movBox .swiper-button-prev,
  .movBox .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -22px;
  }
}

@media screen and (max-width: 768px) {
  .movBox .movBox_wrap {
    padding: 0;
  }
  .movBox .youtubeSwiper {
    padding: 0 25px;
  }
  .movBox .youtubeSwiper .itemBlk {
    margin: 0 40px;
  }
  .tv_showBox .checkered_title {
    font-size: 4vw;
  }
}
.serviceApply {
  background: url(../../event/2021Q3_online/img/cloud.png) no-repeat center bottom 3vw/contain, #ccf2df;
  position: relative;
}

.serviceApply .inner {
  padding-bottom: 0;
}

.serviceApply .applyTVBlock {
  margin-top: -100px;
}

.serviceApply .applyTV {
  border-radius: 0;
  border: 2px solid #000000;
  background-color: #bfecd5;
}

.serviceApply .applyTV:before {
  display: none;
}

.serviceApply .applyTV__desc {
  margin-bottom: 0px;
}

.serviceApply .applyTV__content {
  border-radius: 0;
  border: 2px solid #000000;
  background-color: #ffffff;
  padding: 90px 0 70px;
}

.serviceApply .applyTVArea {
  margin-bottom: 0;
}

.serviceApply .formRowData__title {
  color: #000000;
  font-size: 1.25rem;
  flex: 0 0 150px;
  min-width: 150px;
}

.serviceApply .formRowData__input input {
  font-size: 1.25rem;
  padding: 10px 20px;
}

.serviceApply .formRowData__input input {
  background: #f8df5b;
  border-radius: 0;
  color: #000000;
  font-weight: normal;
}

.serviceApply .formRowData__input input::-webkit-input-placeholder {
  color: #000000;
}

.serviceApply .formRowData__input input:-ms-input-placeholder {
  color: #000000;
}

.serviceApply .formRowData__input input::-ms-input-placeholder {
  color: #000000;
}

.serviceApply .formRowData__input input::placeholder {
  color: #000000;
}

.textConsult {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 860px) {
  .textConsult {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .textConsult {
    padding-bottom: 20px;
  }
}

.textConsult .checkered_title span {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.textConsult .checkered_title span:nth-child(3) {
  border: 0;
}

.textConsult .introCard__img {
  width: 80%;
}

.byc {
  left: 8%;
  bottom: -3vw;
  width: 14%;
  z-index: 20;
}

.planChioce .introCard:before,
.planChioce .introCard:after {
  display: none;
}

.planChioce .introCard__text {
  color: #fff;
  padding: 45px 0;
}
@media (max-width: 860px) {
  .planChioce .introCard__text {
    padding: 25px 0;
    min-height: 157px;
  }
}
@media (max-width: 576px) {
  .planChioce .introCard__text {
    min-height: auto;
  }
}

.planChioce .introCard__text span:nth-child(2) {
  color: #ffe400;
}

@media (min-width: 768px) {
  .planChioce .introList__item {
    padding: 0 1rem;
  }
}
.consultTitle {
  max-width: 780px;
  margin: 0 auto 50px auto;
  padding: 0 1rem;
}

.planTitle {
  max-width: 780px;
  margin: 0 auto 50px auto;
  padding: 0 1rem;
}

.mic {
  right: 8%;
  top: -8vw;
  width: 8%;
  z-index: 20;
}

@media (max-width: 768px) {
  .titleRibbon {
    top: -25px;
    max-width: 500px;
    margin: 0 auto;
  }
  .stepWrap {
    border-left: 0;
    border-right: 0;
  }
  .stepWrap .cardList {
    padding-bottom: 30px;
  }
  .stepWrap::before {
    padding: 15vw 0;
  }
  .serviceApply {
    padding: 0;
  }
  .serviceApply .applyTVArea {
    margin: 0;
  }
  .serviceApply .applyTV {
    border-left: 0;
    border-right: 0;
    padding: 0;
    border: 0;
  }
  .serviceApply .applyTV__content {
    border-left: 0;
    border-right: 0;
    padding: 70px 20px;
  }
  .tv_ad_01,
  .tv_ad_02 {
    display: none;
  }
  .byc {
    left: 0;
    bottom: -7vw;
    width: 25%;
    right: 0;
  }
  .mic {
    right: 8%;
    top: -20vw;
    width: 18%;
  }
  .btnGrp {
    flex-direction: column;
    padding: 0 1rem;
  }
  .btnGrp .rdBtn {
    font-size: 1.8rem;
  }
  .btnGrp .rdBtn_wrap {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .btnGrp .rdBtn_hight_lg {
    margin: 0 auto;
    height: 95px;
  }
  .awardList .titleRibbon {
    top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .stepCardBox .step_name {
    font-size: 10vw;
  }
  .prizeCard__text {
    font-size: 5.5vw;
  }
}
ul.dot_subList,
ul.dot_subList li {
  list-style: disc;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

@media (min-width: 576px) {
  .wrapper .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .wrapper .container {
    max-width: 100%;
  }
}
.container {
  padding-left: 0;
  padding-right: 0;
}

.col-10,
.col-lg-4,
.col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/*! CSS Used from: ../../event/2021Q3_online/css/swiper.min.css ; media=screen */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/*! CSS Used keyframes */
@-webkit-keyframes sga {
  0%, 100% {
    bottom: -20px;
  }
  50% {
    bottom: -10px;
  }
}
/*! CSS Used fontfaces */
.topQuickLink.show {
  pointer-events: auto;
}

.topQuickLink {
  pointer-events: none;
  top: -3px;
  left: 0;
  position: fixed;
  width: 100%;
}

.topQuickLink.show .topQuickLink__buttonArea {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.topQuickLink__buttonArea {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*! CSS Used from: ../../event/2021Q3_online/css/lightgallery.css ; media=screen */
.lg-backdrop.in {
  opacity: 0.9 !important;
}

#lg-counter {
  display: none !important;
}

.lg-toolbar .lg-close::after {
  content: "" !important;
  background: url(../../event/2021Q3_online/img/mobile_close.svg) no-repeat center center/35px 35px !important;
  width: 35px;
  height: 35px;
  display: block;
}

.lg-toolbar .lg-icon {
  margin: 15px !important;
}

@media screen and (max-width: 768px) {
  .lg-outer .lg-video-cont {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 992.8px) {
  .Visible-lg {
    display: block;
  }
  .Visible-xs {
    display: none;
  }
}
@media screen and (max-width: 992.8px) {
  .Visible-lg {
    display: none;
  }
  .Visible-xs {
    display: block;
  }
}
*,
::after,
::before {
  box-sizing: inherit;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-10,
.col-lg-4,
.col-md-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.offset-1 {
  margin-left: 8.333333%;
}

@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
}
@media (min-width: 766px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.Index_Direct {
  background: #f0f0f0;
  padding-bottom: 60px;
}

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

.direct_list li {
  display: inline-block;
  width: 33%;
  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;
  /* background: url(../../event/2021Q1-3M/images/icon_01.png) no-repeat left center; */
}

.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%;
  }
}
.threeMinutes {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: -220px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .threeMinutes {
    margin-top: -190px;
  }
}
@media (max-width: 768px) {
  .threeMinutes {
    margin-top: -160px;
  }
}
@media (max-width: 576px) {
  .threeMinutes {
    margin-top: -52%;
    background: linear-gradient(0deg, rgb(45, 181, 220) 20%, rgb(210, 245, 255) 50%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 70%);
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.threeMinutes .iframeWrap {
  background: rgba(245, 247, 248, 0.8);
  margin-top: -48px;
  padding: 70px 2rem 2rem 2rem;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .threeMinutes .iframeWrap {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 992px) {
  .threeMinutes .iframeWrap {
    padding: 70px 0.5rem 1rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .threeMinutes .iframeWrap {
    margin-top: -27px;
  }
}
.threeMinutes .iframeWrap .iframeBox {
  width: 100%;
  min-height: 65vh;
  border: 0;
}
.threeMinutes .iframeWrap .titleRibbon {
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  bottom: auto;
  margin: auto;
}
@media (max-width: 992px) {
  .threeMinutes .iframeWrap .titleRibbon {
    top: -10vw;
  }
}
@media (max-width: 768px) {
  .threeMinutes .iframeWrap .titleRibbon {
    top: -10vw;
  }
}
@media (max-width: 576px) {
  .threeMinutes .iframeWrap .titleRibbon {
    top: -10vw;
  }
}

.sloganBlk {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .sloganBlk {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .sloganBlk {
    margin-bottom: 10%;
  }
}
.sloganBlk .item {
  padding: 0 1rem;
}
.sloganBlk .col-left {
  flex: 1 1 35%;
}
@media (max-width: 992px) {
  .sloganBlk .col-left {
    display: none;
  }
}
.sloganBlk .col-left img {
  margin-top: -25px;
}
.sloganBlk .col-right {
  width: 65%;
}
.sloganBlk .col-right .img-mb {
  display: none;
}
.sloganBlk .col-right .img-pc {
  margin-top: -2.25rem;
}
@media (max-width: 992px) {
  .sloganBlk .col-right {
    width: 100%;
  }
  .sloganBlk .col-right .img-pc {
    display: none;
  }
  .sloganBlk .col-right .img-mb {
    display: block;
  }
}

.iframe-bg {
  padding: 0;
}

.iframe-cont {
  width: 100%;
  overflow: hidden;
}

.Visible-lg-block {
  border: 1px solid #000;
}
@media (max-width: 992px) {
  .Visible-lg-block {
    display: block;
  }
}

@media (max-width: 576px) {
  .online3 .threeMinutes_kv h1 img {
    margin-top: -10px;
  }
}

.applyTVBlock .applyTVArea {
  margin-top: -50px;
}
@media (max-width: 576px) {
  .applyTVBlock .applyTVArea {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.applyTVBlock .applyTV {
  border-radius: 60px;
  border: none;
  background: linear-gradient(0deg, rgba(47, 193, 196, 0.8) 0%, rgba(86, 95, 213, 0.8) 24%, rgba(127, 63, 227, 0.8) 57%, rgba(179, 126, 239, 0.8) 100%);
  border: 1px solid #f4f0ff;
  padding: 12px;
}
@media (max-width: 576px) {
  .applyTVBlock .applyTV {
    background: none;
  }
}
.applyTVBlock .applyTV__content {
  border-radius: 50px;
  border: none;
  background-color: transparent;
  padding: 90px 0px 50px;
}
@media (max-width: 576px) {
  .applyTVBlock .applyTV__content {
    box-shadow: none;
  }
}
.applyTVBlock .applyTVArea_frostedGlass .applyTV {
  background: linear-gradient(0deg, rgba(47, 193, 196, 0.8) 0%, rgba(86, 95, 213, 0.8) 24%, rgba(127, 63, 227, 0.8) 57%, rgba(179, 126, 239, 0.8) 100%);
  border: 1px solid #f4f0ff;
}
@media (max-width: 576px) {
  .applyTVBlock .applyTVArea_frostedGlass .applyTV {
    border: none;
    border-radius: 0;
    margin-top: -27px;
  }
}
.applyTVBlock .applyTVArea_frostedGlass .applyTV__content {
  background: transparent;
  box-shadow: none;
}
@media (max-width: 576px) {
  .applyTVBlock .applyTVArea_frostedGlass .applyTV__content {
    padding-top: 40px;
  }
}
.applyTVBlock .applyTVArea_frostedGlass .formRowData__input input {
  background: #FFF;
}
.applyTVBlock .formRowData__title {
  color: #fff;
  font-size: 1.25rem;
  flex: 0 0 150px;
  min-width: 150px;
}
.applyTVBlock .formRowData__input input {
  font-size: 1.25rem;
  padding: 10px 20px;
}
@media screen and (max-width: 400px) {
  .applyTVBlock .formRowData__input input {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 380px) {
  .applyTVBlock .formRowData__input input {
    font-size: 1rem;
    padding: 5px;
  }
}
.applyTVBlock .formRowData__input input {
  background: #fff2e3;
  border-radius: 0;
  color: #777777;
  font-weight: normal;
}
.applyTVBlock .formRowData__input input::-webkit-input-placeholder {
  color: #777777;
}
.applyTVBlock .formRowData__input input:-ms-input-placeholder {
  color: #777777;
}
.applyTVBlock .formRowData__input input::-ms-input-placeholder {
  color: #777777;
}
.applyTVBlock .formRowData__input input::placeholder {
  color: #777777;
}
.applyTVBlock .formRowData {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .applyTVBlock .applyTV {
    border-left: 0;
    border-right: 0;
    padding: 0;
    border: 0;
  }
  .applyTVBlock .applyTV__content {
    border-left: 0;
    border-right: 0;
    padding: 70px 20px;
  }
}
@media (max-width: 576px) {
  .applyTVBlock .applyTV__content {
    padding: 10px 20px;
  }
}

.movBoxEdit {
  padding-bottom: 135px;
}
@media (max-width: 576px) {
  .movBoxEdit {
    padding-bottom: 65px;
  }
}

@media (max-width: 576px) {
  .frostedGlassBg {
    background: url(../../event/online/img/mov_Bg_view_mb_b.png) no-repeat center bottom/cover;
    padding-bottom: 54%;
    margin-top: -10px;
  }
}
@media (max-width: 380px) {
  .frostedGlassBg {
    margin-top: -20px;
  }
}

.step_24hours {
  position: relative;
  background: url(../../event/online/img/24hr_b.png) no-repeat 95% bottom/300px;
  padding-top: 85px;
  padding-bottom: 126px;
}
@media (max-width: 1680px) {
  .step_24hours {
    background: url(../../event/online/img/24hr_b.png) no-repeat right bottom/230px;
  }
}
@media (max-width: 1600px) {
  .step_24hours {
    background: url(../../event/online/img/24hr_b.png) no-repeat right bottom/200px;
  }
}
@media (max-width: 1500px) {
  .step_24hours {
    padding-bottom: 230px;
  }
}
@media (max-width: 576px) {
  .step_24hours {
    background: url(../../event/online/img/24hr_Bg_sm.jpg) no-repeat center top/cover;
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
.step_24hours .step_24hoursWrap {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 576px) {
  .step_24hours .step_24hoursWrap {
    padding-top: 0px;
  }
}
.step_24hours .stepSlider {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
  z-index: 4;
}
@media (max-width: 992px) {
  .step_24hours .stepSlider {
    position: relative;
    max-width: 90%;
  }
}
.step_24hours .stepSlider .swiper {
  overflow: initial;
}
.step_24hours .stepSwiper {
  width: 100%;
  max-width: 1200px;
  padding: 40px 15px 0;
  z-index: 2;
  opacity: 0;
}
.step_24hours .stepSwiper .swiper-slide {
  width: 100%;
  padding: 0 15px;
}
.step_24hours .num {
  position: absolute;
  top: -33px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 30px;
  color: #fff;
  background: #ff0000;
  border-radius: 99em;
  text-align: center;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
  z-index: 2;
}
@media (max-width: 576px) {
  .step_24hours .num {
    top: -22px;
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}
.step_24hours .step24_item {
  background: linear-gradient(0deg, rgba(35, 225, 196, 0.5) 30%, rgba(111, 241, 246, 0.5) 100%);
  backdrop-filter: blur(4px);
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .step_24hours .step24_item {
    background: linear-gradient(0deg, rgba(35, 225, 196, 0.7) 30%, rgba(111, 241, 246, 0.7) 100%);
  }
}
.step_24hours .step24_item .headingBox {
  font-weight: 600;
  padding: 23px 0 20px;
  margin-bottom: 10px;
}
.step_24hours .step24_item .headingBox h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3530bf;
}
@media (max-width: 576px) {
  .step_24hours .step24_item .headingBox h3 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.step_24hours .step24_item .headingBox p {
  font-size: 1.4rem;
  line-height: 130%;
}
@media (max-width: 576px) {
  .step_24hours .step24_item .headingBox p {
    font-size: 1rem;
  }
}
.step_24hours .step24_item figure {
  padding: 0 30px 30px;
}
.step_24hours .swiper-button-next,
.step_24hours .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 63px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 42px 63px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .step_24hours .swiper-button-next,
  .step_24hours .swiper-button-prev {
    width: 25px;
    height: 38px;
    background-size: 25px 38px;
  }
}
.step_24hours .swiper-button-next {
  background-image: url(../../event/online/img/stepNext.png);
  right: 0px;
  left: auto;
}
@media (max-width: 992px) {
  .step_24hours .swiper-button-next {
    right: -20px;
  }
}
@media (max-width: 576px) {
  .step_24hours .swiper-button-next {
    right: -10px;
  }
}
.step_24hours .swiper-button-prev {
  background-image: url(../../event/online/img/stepPrev.png);
  left: 0px;
  right: auto;
}
@media (max-width: 992px) {
  .step_24hours .swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 576px) {
  .step_24hours .swiper-button-prev {
    left: -10px;
  }
}
.step_24hours .remark {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  text-align-last: left;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .step_24hours .remark br {
    display: none;
  }
}

.movSection {
  position: relative;
}
.movSection::before {
  content: "";
  position: absolute;
  left: 230px;
  bottom: 0;
  width: 304px;
  height: 422px;
  background: url(../../event/online/img/mov_b.png) no-repeat center/100%;
}
@media (max-width: 1930px) {
  .movSection::before {
    left: 150px;
  }
}
@media (max-width: 1680px) {
  .movSection::before {
    left: 70px;
    width: 240px;
  }
}
@media (max-width: 1680px) {
  .movSection::before {
    left: 50px;
  }
}
@media (max-width: 1500px) {
  .movSection::before {
    left: 20px;
    width: 190px;
    height: 264px;
  }
}
@media (max-width: 1400px) {
  .movSection::before {
    left: 10px;
    width: 170px;
  }
}
@media (max-width: 1300px) {
  .movSection::before {
    width: 190px;
    height: 264px;
    bottom: -100px;
    z-index: 1;
  }
}
@media (max-width: 1200px) {
  .movSection::before {
    display: none;
  }
}
.movSection .movBox_wrap {
  margin-top: -20px;
}
@media (max-width: 576px) {
  .movSection .movBox_wrap {
    margin-top: -40px;
  }
}
.movSection .swiper {
  overflow: initial;
}
.movSection .swiper-slide .videoItem {
  position: relative;
  margin: 0 30px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .movSection .swiper-slide .videoItem {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .movSection .swiper-slide .videoItem {
    max-width: 70%;
  }
}
.movSection .youtubeSwiper {
  padding: 0;
}
.movSection .youtubeSwiper .itemBlk {
  margin: 0;
  padding: 70px 25px 42px;
  border: none;
}
@media (max-width: 992px) {
  .movSection .youtubeSwiper .itemBlk {
    padding: 110px 55px 62px;
  }
}
@media (max-width: 992px) {
  .movSection .youtubeSwiper .itemBlk {
    padding: 70px 55px 62px;
  }
}
@media (max-width: 576px) {
  .movSection .youtubeSwiper .itemBlk {
    padding: 70px 15px 42px;
  }
}
.movSection .youtubeSwiper a p {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  text-shadow: 0px 10px 12px #fff, 0px 0px 12px #fff, 0px 0px 12px #fff;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .movSection .youtubeSwiper a p {
    font-size: 18px;
    margin-top: 10px;
  }
}
.movSection .youtubeSwiper figure {
  position: relative;
  display: block;
  border-radius: 15px;
  border: 3px solid #ffffff;
  overflow: hidden;
}
.movSection .youtubeSwiper .playBtn {
  background: #3530bf;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 99rem;
  width: 70px;
  height: 70px;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) {
  .movSection .youtubeSwiper .playBtn {
    width: 45px;
    height: 45px;
  }
}
.movSection .youtubeSwiper .playBtn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 576px) {
  .movSection .youtubeSwiper .playBtn::before {
    border-width: 8px 0 8px 12px;
  }
}
.movSection .swiper-button-prev {
  left: -80px;
}
@media (max-width: 1200px) {
  .movSection .swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 768px) {
  .movSection .swiper-button-prev {
    left: 30px;
  }
}
@media (max-width: 576px) {
  .movSection .swiper-button-prev {
    left: 15px;
  }
}
.movSection .swiper-button-next {
  right: -80px;
}
@media (max-width: 1200px) {
  .movSection .swiper-button-next {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .movSection .swiper-button-next {
    right: 30px;
  }
}
@media (max-width: 576px) {
  .movSection .swiper-button-next {
    right: 15px;
  }
}
.movSection .applyTVBlock {
  margin-top: 60px;
  margin-bottom: -340px;
}
@media (max-width: 1680px) {
  .movSection .applyTVBlock {
    margin-bottom: -270px;
  }
}
@media (max-width: 1300px) {
  .movSection .applyTVBlock {
    margin-bottom: -80px;
  }
}
@media (max-width: 992px) {
  .movSection .applyTVBlock {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .movSection .applyTVBlock {
    margin-top: 0;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.yearAward {
  position: relative;
  z-index: 0;
}

.yearAward .topQuickLink__buttonArea::before {
  height: 102px;
  background-color: rgba(253, 120, 61, 0.8);
}

.yearAward .topQuickLink__btn {
  background: none;
}

.yearAward .topQuickLink__buttonArea::before {
  height: 90px;
  background-color: rgba(123, 61, 226, 0.8);
}

.yearAward .topQuickLink__btn {
  background: none;
}

.yearAward .topQuickLink__text {
  background-color: red;
  color: #fff;
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
}
.yearAward .topQuickLink__text span {
  display: flex;
  justify-content: center;
}

.yearAward .topQuickLink__text img {
  width: 55%;
}

.yearAward .topQuickLink__text:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  border-radius: 50%;
}

.yearAward .topQuickLink__text:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .yearAward .topQuickLink__buttonArea::before {
    height: 70px;
  }
}
.Visible-md {
  display: block;
}
@media (max-width: 576px) {
  .Visible-md {
    display: none;
  }
}

.Visible-sm {
  display: none;
}
@media (max-width: 576px) {
  .Visible-sm {
    display: block;
  }
}

.online_h2 {
  position: relative;
  width: 100%;
  max-width: 635px;
  margin: 0 auto;
  z-index: 3;
}

@media (max-width: 576px) {
  .online_h2_lg {
    max-width: 88%;
  }
}

.kvWrap {
  position: relative;
  background: url(../../event/online/img/online_kv.jpg) no-repeat center top/cover;
}
.kvWrap .kvBlock {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.kvWrap h1 {
  text-indent: -9999px;
  line-height: 0;
  display: block;
  padding: 24% 0;
}
@media (max-width: 576px) {
  .kvWrap h1 {
    background: url(../../event/online/img/online_kv_sm.jpg) no-repeat center top/cover;
    height: 100vw;
    padding: 0;
  }
}

.stepBox {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 576px) {
  .stepBox {
    padding-top: 20px;
  }
}

.planChioce {
  position: relative;
  padding: 50px 0 160px;
}
@media (max-width: 992px) {
  .planChioce {
    padding: 50px 0 180px;
  }
}
@media (max-width: 576px) {
  .planChioce {
    padding: 50px 0 70px;
  }
}

@media (max-width: 576px) {
  .btnGrp .rdBtn {
    font-size: 1.3rem;
  }
}

.threeMinutes_kv {
  background: url(../../event/online/img/online_kv_b.png) no-repeat center top, url(../../event/online/img/online_kv_view.jpg) no-repeat center bottom;
}
@media (max-width: 1200px) {
  .threeMinutes_kv {
    background: url(../../event/online/img/online_kv_b.png) no-repeat 15% 22%/90% auto, url(../../event/online/img/online_kv_view.jpg) no-repeat center bottom;
  }
}
@media (max-width: 992px) {
  .threeMinutes_kv {
    background: url(../../event/online/img/online_kv_b.png) no-repeat 15% 22%/90% auto, url(../../event/online/img/online_kv_view.jpg) no-repeat center 83%;
  }
}
@media (max-width: 768px) {
  .threeMinutes_kv {
    background: url(../../event/online/img/online_kv_b.png) no-repeat 6% 52%/80% auto, url(../../event/online/img/online_kv_view.jpg) no-repeat center 83%;
  }
}
@media (max-width: 576px) {
  .threeMinutes_kv {
    background: url(../../event/online/img/online_kv_view_mb.jpg) no-repeat center top/cover;
  }
}
.threeMinutes_kv h1 {
  text-indent: inherit;
  padding: 0;
  text-align: center;
  padding-bottom: 18%;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .threeMinutes_kv h1 {
    max-width: 610px;
  }
}
@media (max-width: 860px) {
  .threeMinutes_kv h1 {
    padding-bottom: 21%;
  }
}
@media (max-width: 576px) {
  .threeMinutes_kv h1 {
    background: none;
  }
}
@media (max-width: 576px) {
  .threeMinutes_kv .iframeWrap {
    margin-top: -28px;
  }
}

.onlineSecction {
  padding: 30px 0;
}
@media (max-width: 1500px) {
  .onlineSecction {
    padding: 60px 0 30px;
  }
}
@media (max-width: 576px) {
  .onlineSecction {
    padding: 0;
    background: url(../../event/online/img/online_ice_sm.jpg) no-repeat center top/cover;
  }
}
.onlineSecction .stepWrap {
  position: relative;
  margin: 0 30px;
  padding: 0;
}
@media (max-width: 992px) {
  .onlineSecction .stepWrap {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .onlineSecction .stepCardBox .step_desc {
    font-size: 1.1rem;
  }
}
@media (max-width: 860px) {
  .onlineSecction .stepCardBox .step_desc {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .onlineSecction .stepCardBox .step_desc {
    font-size: 1.3rem;
  }
}

.customErrStr {
  color: #ffe400;
}

.form_24hours_mixBg {
  position: relative;
  background: url(../../event/online/img/form_24hours_mixBg_sea_flower.png) no-repeat center top/100%, url(../../event/online/img/form_24hours_mixBg_snow.png) no-repeat center bottom/100%;
}
@media (max-width: 1680px) {
  .form_24hours_mixBg {
    background: url(../../event/online/img/form_24hours_mixBg_sea_flower.png) no-repeat center top/100%, url(../../event/online/img/form_24hours_mixBg_snow.png) no-repeat center bottom/100%, linear-gradient(0deg, rgba(230, 230, 240, 0) 20%, rgb(230, 230, 240) 20%, rgb(230, 230, 240) 83%, rgba(230, 230, 240, 0) 83%, rgba(230, 230, 240, 0) 84%);
  }
}
@media (max-width: 576px) {
  .form_24hours_mixBg {
    background: none;
  }
}

.online_video_mixBg {
  position: relative;
  background: url(../../event/online/img/online_video_mixBg.jpg) no-repeat center top/cover;
}
@media (max-width: 576px) {
  .online_video_mixBg {
    background: none;
  }
}

.consult_planChioce_mixBg {
  position: relative;
  background: url(../../event/online/img/lavand_mask.png) no-repeat left bottom, url(../../event/online/img/lavand_bird_bottom.png) no-repeat 100px bottom, url(../../event/online/img/consult_planChioce_mixBg.jpg) no-repeat center 60%/cover;
}
@media (max-width: 1600px) {
  .consult_planChioce_mixBg {
    background: url(../../event/online/img/lavand_mask.png) no-repeat left bottom/230px, url(../../event/online/img/lavand_bird_bottom.png) no-repeat 90px bottom/180px, url(../../event/online/img/consult_planChioce_mixBg.jpg) no-repeat center 60%/cover;
  }
}
@media (max-width: 1500px) {
  .consult_planChioce_mixBg {
    background: url(../../event/online/img/lavand_mask.png) no-repeat left bottom/110px, url(../../event/online/img/lavand_bird_bottom.png) no-repeat 20px bottom/180px, url(../../event/online/img/consult_planChioce_mixBg.jpg) no-repeat center 60%/cover;
  }
}
@media (max-width: 1400px) {
  .consult_planChioce_mixBg {
    background: url(../../event/online/img/lavand_mask.png) no-repeat left bottom/110px, url(../../event/online/img/lavand_bird_bottom.png) no-repeat 20px bottom/150px, url(../../event/online/img/consult_planChioce_mixBg.jpg) no-repeat center 60%/cover;
  }
}
@media (max-width: 1300px) {
  .consult_planChioce_mixBg {
    background: url(../../event/online/img/lavand_mask.png) no-repeat left bottom/110px, url(../../event/online/img/lavand_bird_bottom.png) no-repeat 20px bottom/110px, url(../../event/online/img/consult_planChioce_mixBg.jpg) no-repeat center 60%/cover;
  }
}
@media (max-width: 576px) {
  .consult_planChioce_mixBg {
    background: url(../../event/online/img/textConsult_ice_sm.png) no-repeat center top/100%, url(../../event/online/img/consult_planChioce_mixBg_sm.jpg) no-repeat center bottom/cover;
  }
}
.consult_planChioce_mixBg::before {
  content: "";
  position: absolute;
  width: 275px;
  height: 217px;
  right: 230px;
  top: 160px;
  background: url(../../event/online/img/lavand_bird_top.png) no-repeat center/100%;
}
@media (max-width: 1680px) {
  .consult_planChioce_mixBg::before {
    width: 250px;
    right: 120px;
  }
}
@media (max-width: 1600px) {
  .consult_planChioce_mixBg::before {
    right: 90px;
  }
}
@media (max-width: 1500px) {
  .consult_planChioce_mixBg::before {
    right: 50px;
    width: 210px;
  }
}
@media (max-width: 1300px) {
  .consult_planChioce_mixBg::before {
    right: 100px;
    width: 180px;
    top: 240px;
  }
}
@media (max-width: 1200px) {
  .consult_planChioce_mixBg::before {
    right: 70px;
    top: 270px;
  }
}
@media (max-width: 992px) {
  .consult_planChioce_mixBg::before {
    right: 30px;
  }
}
@media (max-width: 860px) {
  .consult_planChioce_mixBg::before {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .consult_planChioce_mixBg::before {
    display: none;
  }
}

.online1 .form_24hours_mixBg {
  background: url(../../event/online/img/form_24hours_mixBg_sea.png) no-repeat center top/100%, url(../../event/online/img/form_24hours_mixBg_snow.png) no-repeat center bottom/100%;
}
@media (max-width: 1930px) {
  .online1 .form_24hours_mixBg {
    background: url(../../event/online/img/form_24hours_mixBg_sea.png) no-repeat center top/100%, url(../../event/online/img/form_24hours_mixBg_snow.png) no-repeat center bottom/100%, linear-gradient(0deg, rgba(230, 230, 240, 0) 20%, rgb(230, 230, 240) 20%, rgb(230, 230, 240) 83%, rgba(230, 230, 240, 0) 83%, rgba(230, 230, 240, 0) 84%);
  }
}
@media (max-width: 576px) {
  .online1 .form_24hours_mixBg {
    background: none;
  }
}
@media (max-width: 576px) {
  .online1 .stepBox {
    background: linear-gradient(0deg, rgb(45, 181, 220) 0%, rgb(210, 245, 255) 50%, rgb(255, 255, 255) 100%);
  }
}
.online1 .online_video_mixBg {
  background: url(../../event/online/img/online_video_mixBg.jpg) no-repeat center bottom/cover;
}
@media (max-width: 576px) {
  .online1 .online_video_mixBg {
    background: none;
  }
}
.online1 .movBox {
  padding: 60px 0 120px;
}
@media (max-width: 576px) {
  .online1 .movBox {
    background: url(../../event/online/img/mov_Bg_view_mb_b_online1.png) no-repeat center bottom/cover;
    padding: 60px 0 260px;
  }
}
@media (max-width: 370px) {
  .online1 .movBox {
    padding: 60px 0 230px;
  }
}
.online1 .movSection::before {
  bottom: -150px;
  z-index: 1;
  height: 339px;
  width: 244px;
  background: url(../../event/online/img/mov_b.png) no-repeat center/100%;
}
@media (max-width: 1500px) {
  .online1 .movSection::before {
    width: 204px;
    height: 283px;
    left: 40px;
  }
}
@media (max-width: 576px) {
  .online1 .applyTV__desc {
    color: #010101;
  }
}
@media (max-width: 576px) {
  .online1 .applyTVBlock .formRowData__title {
    color: #010101;
  }
}
@media (max-width: 576px) {
  .online1 .applyTVBlock .formRowData__input input {
    background: #fff;
  }
}
@media (max-width: 576px) {
  .online1 .formRowData__title .must,
  .online1 .customErrStr {
    color: #ff0d05;
  }
}
@media (max-width: 576px) {
  .online1 .onlineSecction {
    background: url(../../event/online/img/online_ice_sm.jpg) no-repeat center top/cover;
  }
}
.online1 .text-bigger {
  color: #ffe400;
}
@media (max-width: 576px) {
  .online1 .text-bigger {
    color: #ff0d05;
  }
}
/*# sourceMappingURL=online_opti.css.map */
