@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Noto+Sans+TC:wght@300;400;500;700&family=Rubik&display=swap');


body,
html {
  font-family: 'Rubik', 'Noto Sans TC', 'Helvetica LT', "微軟正黑體", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 2;
  position: relative;
  background-image: url(../img/page-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

body:before {
  content: "";
  width: 60%;
  height: 500px;
  background-image: url(../img/header-top2.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

body.home {
  background-image: url(../img/home-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}



body.login {
  overflow: hidden;
  height: 100vh;
  background: none;
  background-color: #E3E3E3;
}

body.login:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/page/5-bg.png);
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  opacity: .5;
  left: 0;
  top: 0;
}


a {
  /*transition*/
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  color: #000000;
  text-decoration: none !important;
}

a:hover {
  color: rgba(0, 0, 0, .8);
}

a.link {
  border-bottom: 3px solid #FF6442;
}

.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  z-index: 0;
}

body.login .wrapper {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .wrapper:before {
  content: "";
  width: 14%;
  height: 250px;
  background-image: url(../img/header-top.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

body.home .wrapper:after {
  content: "";
  width: 20%;
  height: 550px;
  background-image: url(../img/page-top2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 150px;
  z-index: -1;
}

body.login .wrapper:before {
  display: none;
}

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

:focus {
  outline: none;
}

.btn.focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 50px;
  border-radius: 50px;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.btn.btn-basic {
  background: #3030F1;
  color: #fff;
  box-shadow: 0 10px 30px rgba(45, 69, 154, .3);
}

.btn.btn-basic:hover {
  background: #2D459A;
  box-shadow: 0 5px 20px rgba(45, 69, 154, .5);
}

.btn.btn-basic:focus {
  background: #2D459A;
  box-shadow: none;
}

.btn.btn-basic:disabled {
  cursor: not-allowed;
  background: #DEDEDE;
  color: #F1F1F1;
}

.btn.btn-purple {
  background: #69327A;
  color: #fff;
  box-shadow: 0 10px 30px rgba(105, 50, 122, .3);
}

.btn.btn-purple:hover {
  background: #4A105B;
  box-shadow: 0 5px 20px rgba(105, 50, 122, .5);
}

.btn.btn-purple:focus {
  background: #4A105B;
  box-shadow: none;
}

.btn.btn-white {
  background: #fff;
  color: #3030F1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  border: none;
}

.btn.btn-white:hover {
  color: #fff;
  background: #3030F1;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 5px 20px rgba(0, 0, 0, .3);
}

.btn.btn-white:focus {
  background: #3030F1;
  box-shadow: none;
}

.btn.btn-bottom-line {
  padding: 0;
  color: #64748B;
  font-size: 1.125rem;
  font-weight: 400;
  border-bottom: 3px solid #FF6442;
  border-radius: 0;
}

a.bottom-line {
  border-bottom: 3px solid #FF6442;
}

.small a.bottom-line {
  border-width: 2px;
}


/**/
.pl-2rem {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 10px;
}

.mt-0 {
  margin-top: 0;
}

.mt-60 {
  margin-top: 60px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

/*text*/
h1,
.h1 {
  font-size: 3.4rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

h2 {
  font-size: 2.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}

h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.85rem;
  line-height: 1.3;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: bold;
}

p {
  font-size: 1.125rem;
}

.blockquote {
  font-size: 1rem;
  line-height: 1.5;
}

.small {
  font-size: .9rem;
  line-height: 1.8;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}

.text-black {
  color: #000000 !important;
}

.text-gray {
  color: rgba(0, 0, 0, .5);
}

.text-white {
  color: #fff !important;
}

.text-light-purple {
  color: #8339D3;
}


.text-blue {
  color: #3030F1;
}

.text-orange {
  color: #FF6442;
}

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

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

.text-purple .svg path {
  fill: #8339D3;
}


/*header*/
header {
  /*transition*/
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
}

.navbar {
  padding: 0;
  flex-wrap: nowrap;
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
}

.navbar .navbar-brand {
  padding: 0;
  margin-right: 40px;
}

.navbar .navbar-brand h1 {
  line-height: 1;
  font-size: 0;
}

.navbar .navbar-brand img {
  width: 345px;
}

.navbar .navbar-brand .logo-nomal {
  display: none;
}

.navbar .navbar-brand .logo-fixed {
  display: block;
}

.navbar-collapse {
  position: relative;
}

.navbar-collapse.collapse:not(.show) {
  flex: 0 0 auto;
  display: flex;
}


.navbar-collapse .hover-line {
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background: #FF6442;
  position: absolute;
  bottom: 5px;
  left: 20px;
  /*transition*/
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.navbar-nav {
  flex-direction: row;
  position: relative;
}

.navbar-nav .nav-item {
  padding: 5px 20px;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 1.125rem;
  padding: 0 0 5px;
  line-height: 1.5;
  /*transition*/
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.navbar-nav .nav-item.hasLv2 {
  padding-right: 30px;
  position: relative;
}

.navbar-nav .nav-item.hasLv2:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon/arrow-down-open.svg)no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.menu-lv2 {
  display: none;
  position: absolute;
  padding-top: 10px;
  width: 100%;
}

.menu-lv2:before {
  content: "";
  width: 37px;
  height: 7px;
  background-image: url(../img/menu-dialog.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 3px;
  left: 50px;
}

.menu-lv2 ul {
  padding: 20px 15px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 550px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .15);
}

.navbar-nav .menu-lv2 .nav-item {
  width: 50%;
  padding: 10px 20px;

}



.navbar-nav .menu-lv2 .nav-link:before {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #FF6442;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}


.navbar-nav .menu-lv2 .nav-link:hover:before {
  opacity: 1;
}

.navbar-nav .nav-item.hasLv2.open .menu-lv2 {
  display: block;
}

.navbar-nav .nav-item.hasLv2.open:before {
  background: url(../img/icon/arrow-down-open.svg)no-repeat center center;
  background-size: 100%;
}

.navbar-nav .nav-item.hasLv2.open .menu-lv2 .nav-link {
  position: relative;
  display: inline-block;
  color: #000;
}

.navbar-nav .nav-item.hasLv2.open .menu-lv2 .nav-link:hover {
  color: #FF6442;
}

.navbar-collapse .btn {
  margin-left: 20px;
}

body.fixed header {
  box-shadow: 0 0 20px 8px rgba(89, 89, 89, .25);
  background-color: #fff;
}

body.fixed .navbar {
  padding: 10px 0;
}

body.fixed .navbar-nav .nav-link {
  color: #000;
}

body.fixed .navbar .navbar-brand .logo-nomal {
  display: none;
}

body.fixed .navbar .navbar-brand .logo-fixed {
  display: block;
  width: 270px;
}

#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  width: 100%;
  background: #fff;
  height: 2px;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span {
  background: #3030F1;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}


.navbar-toggler {
  display: none;
}

.navbar-toggler .open-menu {
  display: none;
}

.navbar-toggler.collapsed .open-menu {
  display: block;
}

.navbar-toggler.collapsed .close-menu,
.navbar-toggler .fixed-menu,
.navbar-toggler .fixed-menu {
  display: none;
}

body.fixed .navbar-toggler.collapsed .fixed-menu {
  display: block;
}

body.fixed .open-menu {
  display: none !important;
}


/*content*/


.swiper-pagination {
  left: 10px !important;
  bottom: auto !important;
  top: 500px !important;
  width: auto !important;
  display: flex;
  align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #3030F1;
  opacity: .3;
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../img/dot.png)no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  opacity: 1;
}

.show-md,
.show-sm {
  display: none !important;
}


.container {
  width: 100%;
  padding: 0 25px;
}

.row>* {
  padding: 0 25px;
}

.padding-right {
  padding-right: 10%;
}

.padding-left {
  padding-left: 10%;
}

.padding-set {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-setB {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-box-padding {
  padding: 20px 0;
}

.text-width {
  max-width: 450px;
}


.text-keep {
  word-break: keep-all;
}

.flex-align-center {
  align-items: center;
}

.flex-align-bottom {
  align-items: flex-end;
}

section {
  position: relative;
}

section h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-space {
  margin: 40px 0;
}

.margin-spaceB {
  margin: 170px 0;
}

.margin-text-top {
  margin-top: 60px;
}

.main-title h1,
.main-title .h1 {
  margin-bottom: 0;
}

.main-title h1 span,
.main-title .h1 span {
  display: inline-block;
}

.title-style {
  text-align: center;
  margin-bottom: 20px;
}

.title-style h2 {
  display: inline-block;
  position: relative;
  padding: 0 50px;
  margin: 0;
}

.title-style h2:before {
  content: "";
  width: 8px;
  height: 55px;
  background: url(../img/title-style.png)no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.title-style h2:after {
  content: "";
  width: 8px;
  height: 55px;
  background: url(../img/title-style.png)no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}



.list-style01 {
  margin-bottom: 0;
}

.list-style01 li {
  padding-bottom: 10px;
  font-size: 1.125rem;
  position: relative;
  padding-left: 25px;
  color: #333;
}

.list-style01 li p {
  margin-bottom: 5px;
}

.list-style01 li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #3030F1;
  position: absolute;
  top: 13px;
  left: 6px;
  border-radius: 50%;
}

.list-style01 li:last-child {
  padding-bottom: 0;
}

.list-style02 {
  padding-left: 20px;
  margin: 0;
}

.list-style02 li {
  list-style: decimal;
}

.count-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  flex-wrap: wrap;
  padding-top: 20px;
}

.count-list.col-four {
  justify-content: flex-start;
}

.count-list li {
  width: 400px;
  padding: 0 15px;
  position: relative;
}

.count-list li p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.count-list>li:before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  border: 3px solid rgba(48, 48, 241, 0.1);
  filter: blur(2px);
  position: absolute;
  left: 15px;
  top: 0;
}

.count-list li .item-content {
  padding: 40px 25px;
  position: relative;
}

.count-list li .item-content .count-num {
  font-size: 2.8rem;
  color: #8339D3;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 15px;
  line-height: 1;
}

.count-list.col-four>li {
  max-width: 25%;
  margin: 20px 0;
}

.count-list li p {
  color: #777;
  font-size: .9rem;
}

.text-list li {
  width: auto;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 5px;
}


.text-list li p {
  margin: 0;
}


.imgBox {
  text-align: center;
  position: relative;
}

.imgBox .img-fluid {
  max-width: 100%;
}

.imgBox .img-fluid.center {
  margin: 0 auto;
}

a.enlarge-img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

a.enlarge-img:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #DEDEDE;
  position: absolute;
  right: 0;
  bottom: 0;
}

a.enlarge-img:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon/search.svg)no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.breadcrumb {
  padding: 0;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin: 40px 0;
  overflow-y: auto;
}

.breadcrumb-item {
  color: #000;
  font-weight: 300;
  position: relative;
  white-space: nowrap;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 30px;
}

.breadcrumb-item.active {
  color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon/arrow-right.svg)no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 3px;
  top: 15px;
  transform: translateY(-50%);
  padding: 0;
  color: #000;
  float: none;
}

.quote {
  position: relative;
  text-align: center;
  padding: 160px 0;
}

.quote:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/quote.png)no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
}

.quote:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/quote.png)no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%) rotate(180deg);
}

.accordion-style {
  padding-bottom: 40px;
}

.accordion-style .accordion-item {
  border: none;
  border-radius: 0;
}

.accordion-style .accordion-button {
  background: #F3F1F2;
  color: #1A2040;
  padding: 15px 60px 15px 30px;
  border-radius: 0 !important;
  box-shadow: none;
  border-bottom: 1px solid #F2D8E5;
}

.accordion-style .accordion-button h4 {
  margin: 0;
}

.accordion-style .accordion-button:before {
  content: "";
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-style .accordion-button:after {
  content: "";
  background: url(../img/icon/add.svg)no-repeat center center;
  background-size: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  /*transition*/
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.accordion-style .accordion-button:not(.collapsed):after {
  content: "";
  background: url(../img/icon/minus.svg)no-repeat center center;
  background-size: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-styleB .accordion-item {
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .15);
  border: none;
  margin-bottom: 30px;
  padding: 10px 30px;
}

.accordion-styleB .accordion-button {
  color: #000;
  box-shadow: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px 50px 30px 0;
  background-color: transparent;
}

.accordion-styleB .accordion-button h4 {
  margin: 0;
}

.accordion-styleB .accordion-button:before {
  content: "";
  width: 45px;
  height: 45px;
  background: #F1F1F1;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-styleB .accordion-button:after {
  content: "";
  background: url(../img/icon/add.svg)no-repeat center center;
  background-size: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /*transition*/
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.accordion-styleB .accordion-button:not(.collapsed):after {
  content: "";
  background: url(../img/icon/minus.svg)no-repeat center center;
  background-size: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  background-color: #fff;
}

.form-control:focus {
  border-color: #DEDEDE;
  box-shadow: none !important;
  color: #000;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #289CCD !important;
  padding-right: 20px;
  background-image: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #FF6442 !important;
  padding-right: 20px;
  background-image: none;
}


.valid-feedback,
.invalid-feedback {
  position: absolute;
  left: 0;
  top: 50px;
}

.valid-feedback {
  color: #289CCD;
}

.invalid-feedback {
  color: #FF6442;
}

.input-item {
  padding-bottom: 25px;
  position: relative;
}

.needs-validation .input-item {
  padding-bottom: 50px;
}

.input-item input:not([placeholder])+label {
  display: inline-block;
  position: absolute;
  color: rgba(0, 0, 0, .5);
  padding: 0 5px;
  font-size: 1.125rem;
  line-height: 1.5;
  background: #fff;
  margin: 0;
  top: 12px;
  left: 15px;
  -webkit-transition: top .5s, font-size .3s;
  transition: top .5s, font-size .3s;
}

.input-item input:not([placeholder])+label.active {
  font-size: .8rem;
  top: -7px;
}

.input-item input {
  border-color: #DEDEDE;
  color: #000;
  font-size: 1.125rem;
  padding: 10px 20px;
}

/*home*/
.noticeSec {
  position: relative;
  z-index: 10;
}

.alert-notice {
  background: #8339D3;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 10px 30px;
  border: none;
  margin: 30px 0;
}

.alert-notice .btn-close {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  opacity: 1;
  padding: 0;
  width: 40px;
  height: 40px;
}

.alert-notice .btn-close svg,
.alert-notice .btn-close svg path {
  fill: #fff;
}

.home-banner {
  position: relative;
  z-index: 0;
}

.banner-box {
  overflow: hidden;
  margin: 0 -20px;
  position: relative;
}

.banner-item {
  display: flex;
  padding: 0 20px;
}

.banner-item .left {
  width: 45%;
  min-width: 600px;
  padding-bottom: 60px;
}

.banner-item .main-title {
  margin-top: 140px;
  margin-bottom: 20px;
}

.banner-item .main-title .icon svg {
  margin-bottom: 20px;
}


.banner-item .right {
  width: 55%;
  max-width: calc(100% - 600px);
  position: relative;
  margin-left: -20px;
}

.banner-item .right img {
  width: calc(100% + 40px);
}

.cir-advantage {
  display: flex;
  justify-content: center;
}

.cir-advantage .item {
  width: 20%;
  text-align: center;
  max-width: 270px;
  height: 300px;
  padding: 30px 20px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cir-advantage .item img {
  width: 80px;
}

.cir-advantage .item h4 {
  margin: 10px 0;
}

.cir-advantage .item p {
  margin-bottom: 0;
}

.cir-advantage .item.text-bluegreen {
  background: url(../img/cir-bg.png)no-repeat center center;
  background-size: 100%;
}

.cir-advantage .item.text-orange {
  background: url(../img/cir-o.png)no-repeat center center;
  background-size: 100%;
}

.cir-advantage .item.text-green {
  background: url(../img/cir-g.png)no-repeat center center;
  background-size: 100%;
}

.cir-advantage .item.text-purple {
  background: url(../img/cir-p.png)no-repeat center center;
  background-size: 100%;
}

.cir-advantage .item.text-purple {
  background: url(../img/cir-pu.png)no-repeat center center;
  background-size: 100%;
}

.text-count-item {
  display: flex;
}

.text-count-item .count {
  font-size: 2.8rem;
  line-height: 1;
  margin-right: 15px;
}

.home-sec01,
.home-sec02 {
  position: relative;

}

.home-sec01:before {
  content: "";
  width: 35%;
  height: 1100px;
  background-image: url(../img/page-bg01.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}



.home-sec02 {
  padding-top: 10%;
  padding-bottom: 5%;
}

.home-sec02:before {
  content: "";
  width: 100%;
  height: 1200px;
  background-image: url(../img/home-bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.home-sec02:after {
  content: "";
  width: 40%;
  height: 1100px;
  background-image: url(../img/page-bg02.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  position: absolute;
  top: -25%;
  left: 0;
  z-index: -1;
}

.home-sec02 .row {
  position: relative;
}

.home-sec02 .row:before {
  content: "";
  width: 40%;
  height: 800px;
  background-image: url(../img/page-top2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-position-x: right;
  background-position-y: 10%;
  position: absolute;
  top: -250px;
  right: -15%;
  z-index: -1;
}

.home-sec02 .imgBox {
  width: calc(100% + 40px);
  position: relative;
  z-index: 0;
}

.home-sec02 .title-style {
  position: relative;
  z-index: 0;
}

.home-sec02 .title-style:before {
  content: "";
  width: 15%;
  height: 160px;
  background-image: url(../img/home-f1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  bottom: calc(100% + 40px);
  right: 35%;
  transform: translateX(50%);
  z-index: -1;
}

.home-sec02 .title-style:after {
  content: "";
  width: 15%;
  height: 280px;
  background-image: url(../img/home-f3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}

.home-sec02 .imgBox:before {
  content: "";
  width: 280px;
  height: 240px;
  background-image: url(../img/home-f2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  bottom: -80px;
  right: -150px;
  z-index: -1;
}

.home-sec02 .imgBox:after {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../img/home-f4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 25%;
  left: 20px;
  transform: translateY(-50%);
  z-index: -1;
}


.margin-space-footer {
  margin-bottom: 100px;
}

.margin-space-footer:before {
  display: none !important;
}

.mb-minus-100 {
  margin-bottom: -100px;
}

.page-bg01,
.page-bg02 {
  position: relative;
}

.page-bg01:before {
  content: "";
  width: 35%;
  height: 1100px;
  background-image: url(../img/page-bg01.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  top: 35%;
  right: 0;
  z-index: -1;
}

.page-bg02:before {
  content: "";
  width: 40%;
  height: 1100px;
  background-image: url(../img/page-bg02.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
}

.grid-fourbox {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 -24px;
}

.grid-fourbox .grid-item {
  width: 50%;
  padding: 12px;
}

.grid-fourbox .grid-item .imgBox {
  box-shadow: 0 10px 50px rgba(0, 0, 0, .15);
  border-radius: 50px;
  background: #fff;

  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.grid-fourbox .grid-item:nth-child(1) .imgBox {
  border-bottom-right-radius: 0;
}

.grid-fourbox .grid-item:nth-child(2) .imgBox {
  border-bottom-left-radius: 0;
}

.grid-fourbox .grid-item:nth-child(3) .imgBox {
  border-top-right-radius: 0;
}

.grid-fourbox .grid-item:nth-child(4) .imgBox {
  border-top-left-radius: 0;
}

.grid-fourbox .grid-item .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}

.version-body .v-row {
  display: flex;
  background: #fff;
  color: rgba(0, 0, 0, .7);
  border-bottom: 1px solid #F1F1F1;
  /*transition*/
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}


.version-body .v-row.hover {
  background: rgba(255, 100, 66, .05);
  border-color: #FF6442;
}

.version-body .v-row .title {
  width: 30%;
  flex: 0 0 30%;
  padding: 12px 30px;
  word-break: keep-all;
}

.version-body .v-row .line {
  width: 30px;
  height: 3px;
  display: block;
  background: #DEDEDE;
  margin: auto 0;
}

.version-body .v-row .content {
  width: auto;
  flex: 1 1 auto;
  text-align: left;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  color: #000;
}

.version-body .v-row .content span {
  display: block;
}

.version-body .v-row .price {
  width: 20%;
  flex: 0 0 20%;
  min-width: 85px;
  padding: 12px 30px;
  text-align: center;
  color: #3030F1;
}

.version-body .v-row .price span {
  font-size: 1.85rem;
  line-height: 1.2;
}

.version-head {
  display: flex;
  align-items: flex-end;
  padding-right: 20px;
}

.version-head .imgBox {
  width: 36%;
  position: relative;
  z-index: 10;
}

.version-head .imgBox img {
  width: 430px;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.version-head .version-item {
  width: 32%;
  text-align: center;
  padding: 20px;
  position: relative;
}

.version-head .version-item-name {
  padding: 0 0 10px 0;
}

.version-head .version-item:before {
  content: "";
  width: 38px;
  height: 3px;
  background: #3030F1;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 21.2%;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: right;
  display: none;
  z-index: 1;
}

.version-item.open:before {
  display: block;
}


.version-head .version-item[data-name="nomal"]:after {
  content: "";
  width: 60%;
  height: 90px;
  background-image: url(../img/decorate02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.version-head .version-item[data-name="special"]:after {
  content: "";
  width: 60%;
  height: 135px;
  background-image: url(../img/decorate03.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.version-head .version-item .price {
  line-height: 1;
  height: 30px;
  margin-bottom: 10px;
}

.version-head .version-item .price span {
  font-size: 1.85rem;
  padding: 0 3px;
}

.version-head .version-item .price span.smaller {
  font-size: 1.5rem;
}

.version-head .version-item p {
  color: rgba(0, 0, 0, .5);
  margin: 0;
  word-break: keep-all;
  line-height: 1.5;
}

.version-head .version-item .btn {
  margin-bottom: 20px;
}

/* .version-head.special .version-item.nomal:before,
.version-head .version-item.special:before,
.version-head.nomal .version-item.special:before {
  display: none;
} */

.version-head .version-item .version-item-name {
  position: relative;
  padding: 25px 10px;
  margin-bottom: 7px;
  cursor: pointer;
}

.version-head .version-item .version-item-name:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .3;
  border: 3px solid rgba(51, 51, 51, .3);
}

.version-head .version-item.open .version-item-name:before {
  border-color: #3030F1;
  opacity: 1;
}


.version-head .version-item .version-item-name h3 {
  color: #3030F1;
  font-weight: 700;
  margin-top: 0;
}

.version-head .version-item.open .version-item-name:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  bottom: -26px;
  left: 20%;
  transform: translateX(-50%);
}

.pricing-container .accordion {
  display: none;
}

.pricing-container .accordion.open {
  display: block;
}

.service-item {
  max-width: 440px;
  margin: 80px auto;
}

.service-item .title {
  height: 80px;
  margin-top: 20px;
}

.service-item hr {
  margin: 20px auto;
  width: 70px;
  height: 2px;
  background-color: #3030F1;
  opacity: 1;
}

.faq-outer {
  display: flex;
  position: relative;
}

.faq-outer .left {
  width: 40%;
}

.faq-outer .right {
  width: 60%;
  z-index: 1;
}

.faq-outer .left .btn {
  margin: 40px 0;
}

.faq-outer .left img {
  width: 120%;
}

.faq-body {
  border-top: 3px solid #F1F1F1;
  padding: 30px 0;
}

.contact-outer {
  display: flex;
}

.contact-outer .left {
  width: 60%;
}

.contact-outer .right {
  width: 40%;
}

.contact-outer .left h1.point,
.contact-outer .left .h1.point {
  display: inline-block;
  position: relative;
}

.contact-outer .left h1.point:before,
.contact-outer .left .h1.point:before {
  content: "";
  width: 60px;
  height: 30px;
  background-image: url(../img/decorate.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -60px;
  top: -15px;
}

.contact-outer .left .imgBox {
  padding-top: 20px;
}

.contact-form {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.contact-btn {
  margin: 30px 0;
}

.contact-btn p {
  color: #64748B;
  margin-top: 5px;
}

.about-box hr {
  margin: 40px 0;
  width: 70px;
  height: 2px;
  background-color: #3030F1;
  opacity: 1;
}

.about-list .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.about-list .item h4 {
  flex: 0 0 auto;
  margin-right: 20px;
  margin-bottom: 0;
}

.about-list.title-120 .item h4 {
  flex: 0 0 120px;
}

.about-list .item p {
  line-height: 1.5;
  margin: 0;
}

.login-box {
  background: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .15);
  border-radius: 10px;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 80px 120px;
}

.login-box:before {
  content: "";
  width: 50%;
  height: 72%;
  background-image: url(../img/page/5-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
}

.login-box:after {
  content: "";
  width: 65%;
  height: 50%;
  background-image: url(../img/page/5-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -30px;
  transform: translateX(-50%);
}

.login-box .login-logo {
  margin-bottom: 120px;
}

.login-form {
  width: 400px;
  margin: 0 auto;
}

.login-form h2 {
  font-size: 2.25rem;
  margin-bottom: 40px;
}

.login-form .login-btn p {
  margin-top: 20px;
}

.login-form .login-btn p svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.login-form .login-btn p svg path,
.login-form .login-btn p svg {
  fill: #FF7E42;
}

.login-form .btn.btn-basic {
  width: 250px;
}

/*footer*/
footer {
  position: relative;
  background-image: url(../img/footer-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;

}

.footer {
  display: flex;
  align-items: flex-end;
  font-family: 'Rubik', 'Noto Sans TC', 'Helvetica LT', "微軟正黑體", sans-serif;
  padding: 80px 0;
}

.footer-left {
  width: calc(100% - 350px);
}

.footer-left .footer-logo {
  padding-bottom: 50px;
}

.footer-left .footer-logo img {
  width: 270px;
}

.footer-left .footer-info {
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-left .footer-info .contact-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 -20px;
}

.footer-left .footer-info .contact-box .main-info {
  width: 50%;
  padding: 0 20px;
  flex: 0 0 50%;
}

.footer-left .footer-info .contact-box .info {
  width: 50%;
  padding: 0 40px;
  flex: 0 0 50%;
}

.footer-left .footer-info .contact-box h3.main-contact {
  font-family: 'Rubik';
  font-weight: 400;
}

.footer-left .footer-info p {
  line-height: 2.5;
  margin: 0;
}

.footer-left .footer-info .contact-box p {
  font-size: 1rem;
}

.footer-left .footer-info .contact-box p span {
  margin-right: 20px;
  display: inline-block;
  width: 65px;
}

.footer-left .footer-sitemap .sitemap {
  display: flex;
  margin: 0 -20px;
}

.footer-left .footer-sitemap .sitemap .sitemap-col:nth-child(1),
.footer-left .footer-sitemap .sitemap .sitemap-col:nth-child(4) {
  padding: 0 20px;
  width: 20%;
  flex: 0 0 20%;
}

.footer-left .footer-sitemap .sitemap .sitemap-col:nth-child(2),
.footer-left .footer-sitemap .sitemap .sitemap-col:nth-child(3) {
  padding: 0 20px;
  width: 30%;
  flex: 0 0 30%;
}

.footer-left .footer-sitemap .sitemap .sitemap-col p {
  margin-bottom: 5px;
}

.footer-left .footer-sitemap .sitemap .sitemap-col ul {
  margin: 0;
}

.footer-left .footer-sitemap .sitemap .sitemap-col ul li {
  font-size: 1rem;
}

.footer-left .copyright {
  font-size: 1rem;
}

.footer-right {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -10%;
}

.footer-right img {
  width: 500px;

}

.footer-right .findWay {
  width: 350px;
  margin-top: 20px;
}

/*index*/
.index-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.index-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FF6442;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
}

.index-list li a {
  display: flex;
  align-items: center;
  line-height: 1;
}

.index-list li a:hover {
  opacity: .8;
}

.index-list li a h3 {
  margin: 0;
  line-height: 1;
  margin-right: 20px;
}


.index-list li a p {
  margin: 0;
}