@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=League+Spartan&family=Noto+Sans+TC:wght@100;400;700&display=swap");
@font-face {
  font-family: "MSungGold";
  src: url("includes/MSungGold.woff") format("woff");
}
/*
 * values
 */
.accordion {
  --bs-accordion-btn-focus-border-color: #b67ce2;
  --bs-accordion-active-color: #5C469B;
  --bs-accordion-active-bg: #e5ddee;
}

/*
 * Globals
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}
html ::-webkit-scrollbar {
  width: 0.4rem;
  background: #eee;
}
html ::-webkit-scrollbar-track {
  background: transparent;
}
html ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5rem;
}

a {
  text-decoration: none;
}

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

/* 
 * bootstrap fix
 */
.row {
  padding: 0;
  margin: 0;
}

.navbar-toggler:focus {
  border: solid 1px #CCC;
  box-shadow: none;
}

.opacity-75 {
  opacity: 90% !important;
}
@media (min-width: 576px) {
  .opacity-75 {
    opacity: 85% !important;
  }
}

.fix_height {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100) !important;
}

.fp-tableCell {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100) !important;
}

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

/*
 * Base structure
 */
.fs-18 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .fs-18 {
    font-size: 1.05rem;
  }
}
@media (min-width: 1200px) {
  .fs-18 {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .fs-18 {
    font-size: 1rem;
  }
}
@media (max-width: 361px) {
  .fs-18 {
    font-size: 0.9rem;
  }
}

.fs-24 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .fs-24 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}
@media (max-width: 361px) {
  .fs-24 {
    font-size: 1rem;
  }
}

.fs-26 {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .fs-26 {
    font-size: 1.625rem;
  }
}

.fs-32 {
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .fs-32 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .fs-32 {
    font-size: 1.3rem;
  }
}
@media (max-width: 361px) {
  .fs-32 {
    font-size: 1.1rem;
  }
}

.fs-36 {
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .fs-36 {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .fs-36 {
    font-size: 1.4rem;
  }
}
@media (max-width: 361px) {
  .fs-36 {
    font-size: 1.2rem;
  }
}

.fs-52 {
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .fs-52 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .fs-52 {
    font-size: 3.25rem;
  }
}

.mt-10vh {
  margin-top: 10vh;
  margin-top: calc(var(--vh, 1vh) * 10);
}

.mt-15vh {
  margin-top: 15vh;
  margin-top: calc(var(--vh, 1vh) * 15);
}

.mt-20vh {
  margin-top: 20vh;
  margin-top: calc(var(--vh, 1vh) * 20);
}

.mt-25vh {
  margin-top: 25vh;
  margin-top: calc(var(--vh, 1vh) * 25);
}

.mt-30vh {
  margin-top: 30vh;
  margin-top: calc(var(--vh, 1vh) * 30);
}

.mt-40vh {
  margin-top: 40vh;
  margin-top: calc(var(--vh, 1vh) * 40);
}

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

.pd-l-15 {
  padding: 0 15px;
}

.pd-l-30 {
  padding: 0 30px;
}

.pd-30 {
  padding: 30px;
}

.fc-primary {
  color: #5C469B;
}

.fc-secondary {
  color: #6c757d;
}

.fc-orange {
  color: #E27900;
}

.fc-info {
  color: #0dcaf0;
}

.fc-info2 {
  color: #0d6efd;
}

.bc-primary {
  background-color: #5C469B;
}

.bc-secondary {
  background-color: #6c757d;
}

.bc-info {
  background-color: #0dcaf0;
}

.bc-gray {
  background-color: #F6F6F6;
}

.bc-checked {
  background-color: #0d6efd;
}

.border-rad {
  border-radius: 24px;
  padding: 40px 30px;
}

.border-rad-60 {
  border-radius: 60px;
  padding: 10px 20px;
}

.bd-primary {
  border-bottom: solid 3px #5C469B;
  padding: 6px;
}

.cover-container {
  max-width: 42em;
}

.mob_pd_none {
  padding: 0;
}
@media (min-width: 992px) {
  .mob_pd_none {
    padding: auto;
  }
}

/*
 * Header
 */
.full-block {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner_bg_1 {
  background: url(images/banner1_bg.jpg) center center no-repeat;
  background-size: cover;
}

.banner_bg_2 {
  background: url(images/banner2_bg.jpg) center center no-repeat;
  background-size: cover;
}

.banner_bg_3 {
  background: url(images/banner3_bg_mob.jpg) center bottom no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .banner_bg_3 {
    background: url(images/banner3_bg.jpg) center bottom no-repeat;
    background-size: cover;
  }
}

.banner_bg_4 {
  background: url(images/banner4_bg_mob.jpg) center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .banner_bg_4 {
    background: url(images/banner4_bg.jpg) center center no-repeat;
    background-size: cover;
  }
}

.banner_bg_5 {
  background: url(images/banner5_bg_mob.jpg) center calc(50% + 50px) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner_bg_5 {
    background: url(images/banner5_bg_mob.jpg) center calc(50% - 150px) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .banner_bg_5 {
    background: url(images/banner5_bg.jpg) calc(50% + 50px) center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .banner_bg_5 {
    background: url(images/banner5_bg.jpg) center center no-repeat;
    background-size: cover;
  }
}

.btn_home_b5 {
  position: absolute;
  right: 25%;
  bottom: -20px;
  border: none !important;
}

.logo {
  vertical-align: top;
}

.logo_mob {
  padding-left: 15px;
  padding-top: 10px;
  font-family: "MSungGold";
  font-size: 1.5rem;
}

.header_bg_mob {
  background: url(images/header_bg_mob.jpg) right top no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .header_bg_mob {
    background: #5C469B;
  }
}

.phone_mob {
  border-radius: 8px;
  background-color: #8D7EB9;
  color: #fff;
  padding: 3px 8px;
}

.line_mob {
  background: #5C469B;
  border-radius: 8px;
  color: #FFF;
}

.phone_info {
  background: #5C469B;
  border-radius: 8px;
  padding: 6px 10px;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .phone_info {
    background: #8D7EB9;
    margin-left: 10px;
  }
}

.nav-item .nav-link {
  color: #5C469B;
  margin: 0 auto;
  border-bottom: solid 1px #DDD;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .nav-item .nav-link {
    margin: auto 5px;
    border-bottom: none;
    color: #FFF;
  }
}

.nav-item .en {
  font-size: 0.6rem;
}

.nav-item .nav-link.active {
  color: #ecae02;
}
@media (min-width: 992px) {
  .nav-item .nav-link.active {
    color: #fff67a;
  }
}

.menu_bar {
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  margin-top: 0px !important;
  background: #e9ddf5;
}
@media (min-width: 992px) {
  .menu_bar {
    background: #f0ebf5;
    border: solid 1px #5C469B;
  }
}

.menu_bar .dropdown-item.active, .menu_bar .dropdown-item:active {
  background-color: #7b44b6;
}

.menu_bar li {
  display: inline;
}

.menu_bar .dropdown-item {
  display: inline;
  line-height: 40px;
}

.input-orange {
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 40px;
  background: #FFF;
  border: #5C469B solid 2px;
  border-radius: 60px;
  box-shadow: -4px 5px 5px rgba(0, 0, 0, 0.4);
  text-align: left;
  padding-left: 15px;
}

.input-orange .input-group-text {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5C469B;
  border: #5C469B solid 2px;
  color: #fff;
  border-radius: 60px;
}

.bg1_pic_box {
  position: relative;
  height: 50vh;
  transform-origin: center;
  transform: scale(0.48);
}
@media (max-width: 361px) {
  .bg1_pic_box {
    transform: scale(0.4) translateY(-70px);
  }
}
@media (min-width: 576px) {
  .bg1_pic_box {
    transform: scale(0.6);
  }
}
@media (min-width: 768px) {
  .bg1_pic_box {
    transform: scale(0.65);
  }
}
@media (min-width: 992px) {
  .bg1_pic_box {
    transform: scale(0.75);
  }
}
@media (min-width: 1200px) {
  .bg1_pic_box {
    transform: scale(0.83);
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box {
    transform: scale(1);
  }
}
.bg1_pic_box img {
  position: absolute;
}
.bg1_pic_box .names {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg1_pic_box .avatar {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg1_pic_box .peo1_name {
  left: calc(50% - 90px - 42%);
  top: calc(50% + 190px);
}
@media (min-width: 1200px) {
  .bg1_pic_box .peo1_name {
    left: calc(50% - 90px - 34%);
    top: calc(50% + 190px);
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box .peo1_name {
    left: calc(50% - 90px - 34%);
    top: calc(50% + 190px);
  }
}
.bg1_pic_box .peo2_name {
  left: calc(50% - 90px - 20%);
  top: calc(50% + 150px);
}
@media (min-width: 1200px) {
  .bg1_pic_box .peo2_name {
    left: calc(50% - 90px - 16%);
    top: calc(50% + 150px);
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box .peo2_name {
    left: calc(50% - 90px - 16%);
    top: calc(50% + 150px);
  }
}
.bg1_pic_box .peo3_name {
  left: calc(50% - 90px);
  top: calc(50% + 190px);
}
.bg1_pic_box .peo4_name {
  left: calc(50% - 90px + 20%);
  top: calc(50% + 150px);
}
@media (min-width: 1200px) {
  .bg1_pic_box .peo4_name {
    left: calc(50% - 90px + 18%);
    top: calc(50% + 150px);
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box .peo4_name {
    left: calc(50% - 90px + 16%);
    top: calc(50% + 150px);
  }
}
.bg1_pic_box .peo5_name {
  left: calc(50% - 90px + 38%);
  top: calc(50% + 190px);
}
@media (min-width: 992px) {
  .bg1_pic_box .peo5_name {
    left: calc(50% - 90px + 42%);
    top: calc(50% + 190px);
  }
}
@media (min-width: 1200px) {
  .bg1_pic_box .peo5_name {
    left: calc(50% - 90px + 38%);
    top: calc(50% + 190px);
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box .peo5_name {
    left: calc(50% - 90px + 34%);
    top: calc(50% + 190px);
  }
}
.bg1_pic_box .peo1_name_mob {
  left: calc(50% - 370px);
  top: calc(50% + 100px);
}
@media (min-width: 768px) {
  .bg1_pic_box .peo1_name_mob {
    left: calc(50% - 470px);
    top: calc(50% + 100px);
  }
}
.bg1_pic_box .peo2_name_mob {
  left: calc(50% + 130px);
  top: calc(50% + 100px);
}
@media (min-width: 768px) {
  .bg1_pic_box .peo2_name_mob {
    left: calc(50% + 230px);
    top: calc(50% + 100px);
  }
}
.bg1_pic_box .peo3_name_mob {
  left: calc(50% - 120px);
  top: calc(50% + 265px);
}
.bg1_pic_box .peo1 {
  left: calc(50% - 131.04px - 70%);
  top: calc(50% - 180px - 50px);
  z-index: 5;
}
@media (min-width: 768px) {
  .bg1_pic_box .peo1 {
    left: calc(50% - 177.45px - 55%);
    top: calc(50% - 243.75px - 0px);
    z-index: 5;
  }
}
@media (min-width: 992px) {
  .bg1_pic_box .peo1 {
    left: calc(50% - 102.375px - 43%);
    top: calc(50% - 140.625px + 0px);
    z-index: 5;
  }
}
@media (min-width: 1200px) {
  .bg1_pic_box .peo1 {
    left: calc(50% - 113.295px - 34%);
    top: calc(50% - 155.625px + 20px);
    z-index: 5;
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box .peo1 {
    left: calc(50% - 136.5px - 34%);
    top: calc(50% - 187.5px + 40px);
    z-index: 5;
  }
}
.bg1_pic_box .peo2 {
  left: calc(50% - 115.2px - 30%);
  top: calc(50% - 189.12px - 70px);
}
@media (min-width: 992px) {
  .bg1_pic_box .peo2 {
    left: calc(50% - 90px - 20%);
    top: calc(50% - 147.75px - 60px);
  }
}
@media (min-width: 1200px) {
  .bg1_pic_box .peo2 {
    left: calc(50% - 99.6px - 16%);
    top: calc(50% - 163.51px - 40px);
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box .peo2 {
    left: calc(50% - 120px - 16%);
    top: calc(50% - 197px - 10px);
  }
}
.bg1_pic_box .peo3 {
  left: calc(50% - 137.28px - 5%);
  top: calc(50% - 167.04px + 130px);
  z-index: 6;
}
@media (min-width: 992px) {
  .bg1_pic_box .peo3 {
    left: calc(50% - 107.25px);
    top: calc(50% - 130.5px + 0px);
    z-index: 6;
  }
}
@media (min-width: 1200px) {
  .bg1_pic_box .peo3 {
    left: calc(50% - 118.69px);
    top: calc(50% - 144.42px + 20px);
    z-index: 6;
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box .peo3 {
    left: calc(50% - 143px);
    top: calc(50% - 174px + 50px);
    z-index: 6;
  }
}
.bg1_pic_box .peo4 {
  left: calc(50% - 129.12px + 25%);
  top: calc(50% - 185.76px - 70px);
}
@media (min-width: 992px) {
  .bg1_pic_box .peo4 {
    left: calc(50% - 100.875px + 20%);
    top: calc(50% - 145.125px - 50px);
  }
}
@media (min-width: 1200px) {
  .bg1_pic_box .peo4 {
    left: calc(50% - 111.635px + 16%);
    top: calc(50% - 160.605px - 40px);
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box .peo4 {
    left: calc(50% - 134.5px + 16%);
    top: calc(50% - 193.5px - 10px);
  }
}
.bg1_pic_box .peo5 {
  left: calc(50% - 151.2px + 65%);
  top: calc(50% - 181.44px - 50px);
  z-index: 5;
}
@media (min-width: 768px) {
  .bg1_pic_box .peo5 {
    left: calc(50% - 204.75px + 55%);
    top: calc(50% - 245.7px - 0px);
    z-index: 5;
  }
}
@media (min-width: 992px) {
  .bg1_pic_box .peo5 {
    left: calc(50% - 118.125px + 38%);
    top: calc(50% - 141.75px - 10px);
    z-index: 5;
  }
}
@media (min-width: 1200px) {
  .bg1_pic_box .peo5 {
    left: calc(50% - 130.725px + 34%);
    top: calc(50% - 156.87px + 10px);
    z-index: 5;
  }
}
@media (min-width: 1400px) {
  .bg1_pic_box .peo5 {
    left: calc(50% - 157.5px + 34%);
    top: calc(50% - 189px + 40px);
    z-index: 5;
  }
}

.bg2_pic_box {
  position: relative;
  width: 100%;
  height: 62%;
  transform-origin: center;
  transform: scale(0.95);
}
@media (min-width: 576px) {
  .bg2_pic_box {
    transform: scale(0.8);
  }
}
@media (min-width: 768px) {
  .bg2_pic_box {
    transform: scale(0.75);
  }
}
@media (min-width: 992px) {
  .bg2_pic_box {
    transform: scale(0.74);
  }
}
@media (min-width: 1200px) {
  .bg2_pic_box {
    transform: scale(0.88);
  }
}
@media (min-width: 1400px) {
  .bg2_pic_box {
    transform: scale(1);
  }
}
.bg2_pic_box img {
  position: absolute;
}
.bg2_pic_box .img1 {
  left: calc(50% - 197px);
  top: calc(50% - 117px - 60px);
}
.bg2_pic_box .img2 {
  left: calc(50% - 252.5px - 450px);
  top: calc(50% - 123.5px + 40px);
}
.bg2_pic_box .img3 {
  left: calc(50% - 252.5px + 455px);
  top: calc(50% - 123.5px - 130px);
}
.bg2_pic_box .img4 {
  left: calc(50% - 252.5px + 310px);
  top: calc(50% - 123.5px + 170px);
}
.bg2_pic_box .img2_mob {
  width: 100vw;
  left: calc(50% - 50vw);
  top: calc(50% - 17.5vw - 35vw);
}
@media (min-width: 778px) {
  .bg2_pic_box .img2_mob {
    width: auto;
    left: calc(50% - 389px);
    top: calc(50% - 144.5px - 260px);
  }
}
.bg2_pic_box .img3_mob {
  width: 100vw;
  left: calc(50% - 50vw);
  top: calc(50% - 17.5vw);
}
@media (min-width: 778px) {
  .bg2_pic_box .img3_mob {
    width: auto;
    left: calc(50% - 389px);
    top: calc(50% - 144.5px);
  }
}
.bg2_pic_box .img4_mob {
  width: 100vw;
  left: calc(50% - 50vw);
  top: calc(50% - 17.5vw + 35vw);
}
@media (min-width: 778px) {
  .bg2_pic_box .img4_mob {
    width: auto;
    left: calc(50% - 389px);
    top: calc(50% - 144.5px + 260px);
  }
}
.bg2_pic_box .ball1 {
  left: calc(50% - 270px);
  top: calc(50% - 65px);
}
.bg2_pic_box .ball2 {
  left: calc(50% + 195px);
  top: calc(50% - 225px);
}
.bg2_pic_box .ball3 {
  left: calc(50% + 40px);
  top: calc(50% + 60px);
}

.main_btn {
  display: block;
  border: solid 3px #5C469B;
  border-bottom: solid 9px #5C469B;
  padding: 10px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}
.main_btn:hover {
  color: #5C469B;
}

.bg3_content {
  transform-origin: center 0;
  transform: scale(1);
  height: 100%;
}
@media (min-width: 992px) {
  .bg3_content {
    transform: scale(0.75);
    height: 75%;
  }
}
@media (min-width: 1200px) {
  .bg3_content {
    transform: scale(0.8);
    height: 80%;
  }
}
@media (min-width: 1400px) {
  .bg3_content {
    transform: scale(1);
  }
}

.bg3_btn {
  margin-top: 0;
}
@media (min-width: 992px) {
  .bg3_btn {
    margin-top: -12%;
  }
}
@media (min-width: 1200px) {
  .bg3_btn {
    margin-top: -8%;
  }
}
@media (min-width: 1400px) {
  .bg3_btn {
    margin-top: 0;
  }
}

.bg3_img {
  margin-left: 0;
}
@media (min-width: 992px) {
  .bg3_img {
    margin-left: -30%;
  }
}
@media (min-width: 1200px) {
  .bg3_img {
    margin-left: -10%;
  }
}
@media (min-width: 1400px) {
  .bg3_img {
    margin-top: 0;
  }
}

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

.bg3_table th, .bg3_table td {
  padding: 5px;
}
@media (max-width: 575px) {
  .bg3_table th, .bg3_table td {
    font-size: 0.9rem;
  }
}
@media (max-width: 361px) {
  .bg3_table th, .bg3_table td {
    font-size: 0.8rem;
    padding: 3px 5px;
  }
}
.bg3_table .strip {
  width: 10px;
}
.bg3_table .h_1 {
  height: 54px;
}
@media (max-width: 361px) {
  .bg3_table .h_1 {
    height: 45px;
  }
}
@media (min-width: 576px) {
  .bg3_table .h_1 {
    height: 72px;
  }
}
.bg3_table .h_2 {
  height: 30px;
}
@media (max-width: 361px) {
  .bg3_table .h_2 {
    height: 26px;
  }
}
@media (min-width: 576px) {
  .bg3_table .h_2 {
    height: 40px;
  }
}
.bg3_table .bg_color1 {
  background: #6DC9FF;
}
.bg3_table .bg_color2 {
  background: #FFA246;
}
.bg3_table .bg_color3 {
  background: #B4D83A;
}
.bg3_table .bg_color4 {
  background: #FE7A7A;
}
.bg3_table .bg_color5 {
  background: #B364E1;
}
.bg3_table .bg_color6 {
  background: #9B9B9B;
}

.bg4_text {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .bg4_text {
    max-width: 70%;
  }
}

.bg4_item {
  background: #FFF;
  border-radius: 27px;
}
.bg4_item .title {
  width: 100%;
  background: #5C469B;
  border-radius: 27px 27px 0 0;
  color: #FFF;
  padding: 10px;
}
.bg4_item .text {
  padding: 10px 30px 20px 30px;
  text-align: left;
}

.bg4_carousel {
  margin: 0 auto;
  width: 70%;
}
.bg4_carousel .carousel-control-prev {
  margin-left: -40px;
}
.bg4_carousel .carousel-control-next {
  margin-right: -40px;
}

.bg5_title {
  margin-top: 15vh;
  margin-top: calc(var(--vh, 1vh) * 15);
}
@media (min-width: 992px) {
  .bg5_title {
    margin-top: 20vh;
    margin-top: calc(var(--vh, 1vh) * 20);
  }
}

.bg5_text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .bg5_text {
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .bg5_text {
    width: 75%;
  }
}

.footer_bg {
  background: #5C469B;
}
.footer_bg .logo {
  font-family: "MSungGold";
  font-size: 1.5rem;
  color: #FFF;
}
.footer_bg .links a {
  padding-left: 0;
  padding-bottom: 10px;
}

.copyright_bg {
  background: #BEB4D9;
  padding: 10px;
}

.tel-end {
  text-align: left;
}

.search_bar {
  margin: 30px 0;
}

.dynamic-text {
  cursor: pointer;
}

.footer_phone {
  line-height: 52px;
  vertical-align: middle;
}

@-webkit-keyframes line_hover {
  from {
    background-color: #FFF;
    color: #5C469B;
  }
  to {
    color: #FFF;
    background-color: #2ac036;
  }
}

@keyframes line_hover {
  from {
    background-color: #FFF;
    color: #5C469B;
  }
  to {
    color: #FFF;
    background-color: #2ac036;
  }
}
.footer_line {
  display: block;
  background-color: #FFF;
  color: #5C469B;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  padding: 8px;
}
@media (min-width: 992px) {
  .footer_line {
    width: 180px;
  }
}
.footer_line:hover {
  -webkit-animation-name: line_hover;
          animation-name: line_hover;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  color: #FFF;
  background-color: #2ac036;
}

/*
 * Pages
 */
.breadcrumb_bg {
  position: relative;
  top: 80px;
  right: 0px;
  background: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.breadcrumb a {
  color: #543578;
}

.breadcrumb a:hover, .breadcrumb a:focus {
  color: #b39928;
}

.about_bg_1 {
  background-image: url(images/about_bg1.jpg);
  background-position: 920px top;
  background-size: cover;
}
@media (min-width: 992px) {
  .about_bg_1 {
    background-position: center;
    background-attachment: fixed;
  }
}

.about_bg_2 {
  background-image: url(images/about_bg2.jpg);
  background-size: cover;
}
.about_bg_2 .img {
  height: 180px;
  vertical-align: middle;
}
.about_bg_2 .img img {
  vertical-align: middle;
}

.about_bg_3 {
  background-image: url(images/about_bg3.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.about_bg_3 .list_title {
  position: absolute;
  background: url(images/about_bg3_list_title.png) left top no-repeat;
  color: #FFF;
  width: 171px;
  height: 165px;
  padding-left: 35px;
  padding-top: 6px;
  z-index: 10;
}
.about_bg_3 .list_text {
  position: relative;
  background: #FFF;
  padding: 35px 30px 20px 30px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  left: 11px;
  top: 20px;
}

.about_bg_4 {
  background-image: url(images/about_bg4.jpg);
  background-size: cover;
}
.about_bg_4 .team_item {
  height: 300px;
}
.about_bg_4 .team1_name {
  position: absolute;
  left: calc(50% - 75px);
  top: 220px;
  width: 150px;
  z-index: 10;
}
.about_bg_4 .team1_peo1 {
  position: absolute;
  left: calc(50% - 155px);
  top: 0;
  width: 165px;
}
.about_bg_4 .team1_peo2 {
  position: absolute;
  left: calc(50% - 30px);
  top: 0;
  width: 200px;
  z-index: 5;
}
.about_bg_4 .team2_name {
  position: absolute;
  left: calc(50% - 75px);
  top: 220px;
  width: 150px;
  z-index: 10;
}
.about_bg_4 .team2_peo1 {
  position: absolute;
  left: calc(50% - 100px);
  top: 0;
  width: 200px;
}
.about_bg_4 .team3_name {
  position: absolute;
  left: calc(50% - 75px);
  top: 220px;
  width: 150px;
  z-index: 10;
}
.about_bg_4 .team3_peo1 {
  position: absolute;
  left: calc(50% - 145px);
  top: 0;
  width: 150px;
}
.about_bg_4 .team3_peo2 {
  position: absolute;
  left: calc(50% - 30px);
  top: 0;
  width: 180px;
  z-index: 5;
}

.wrap_bg {
  background: url(images/wrap_bg.jpg) center top repeat-y;
}

.page_bg {
  min-height: 600px;
}

.row_bg1 {
  background-color: #EEEAF9;
  min-height: 150px;
  border-radius: 12px 12px 0 0;
}

.row_bg2 {
  background-color: #DFD8F3;
  min-height: 100px;
  border-radius: 0 0 12px 12px;
}

.step_list {
  position: relative;
  border-bottom: solid 1px #5C469B;
  padding: 60px 0 30px 0;
}
.step_list .tag {
  background-color: #5C469B;
  color: #FFF;
  position: relative;
  left: 0;
  width: 105px;
  padding: 3px 10px 3px 30px;
}
.step_list .tag .inner-triangle {
  width: 0;
  height: 0;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffffff;
  position: absolute;
  right: -1px;
  top: -1px;
}
.step_list .outer-triangle {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 10px solid #5C469B;
  border-left: 20px solid transparent;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -10px;
}

.block .title {
  color: #270158;
  padding: 20px 0 10px 0;
  line-height: 150%;
}

.block .title2 {
  color: #270158;
  padding: 20px 0 10px 0;
  line-height: 150%;
}

.block .text h5 {
  padding: 10px 0;
}

.block .text ul {
  padding: 0 30px;
  border-left: solid #eee 1px;
}

.block .text li {
  padding: 5px 0;
}

.block .text ul.dot_list li {
  list-style: disc;
}

.block .row > * {
  padding: 0;
}

.block .img {
  padding: 20px 0px;
}
@media (min-width: 576px) {
  .block .img {
    padding: 15px;
  }
}

.block .quote {
  position: relative;
  background-color: #E9E4F6;
  color: #280840;
  padding: 46px 30px 30px 30px;
  border: solid 2px #5C469B;
}
.block .quote::after {
  content: "”";
  color: #5C469B;
  font-size: 6.25rem;
  line-height: 0;
  position: absolute;
  right: -10px;
  bottom: 0px;
}
@media (min-width: 768px) {
  .block .quote::after {
    right: -50px;
  }
}
.block .quote::before {
  content: "“";
  color: #5C469B;
  font-size: 6.25rem;
  position: absolute;
  left: -50px;
  top: -22px;
}

.img_dialogue {
  background: url(images/phone.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-width: 386px;
  min-height: 672px;
  padding: 15.95% 11% 0px 7%;
}

.img_dialogue .name {
  padding: 3.2% 0 3.2% 8.25%;
  color: #081515;
}

.img_dialogue .controller {
  top: -20px;
}

.p4_icon {
  background: url(images/page4_img1_mob.png) center center no-repeat;
  width: 100%;
  min-height: 60vw;
  margin: 0px auto;
  background-size: 100%;
}

.fixed_btns {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  opacity: 0.7;
}
.fixed_btns a {
  display: block;
  margin-bottom: 10px;
}
.fixed_btns .btn_mini {
  border-radius: 8px;
  max-width: 40px;
}
.fixed_btns:hover, .fixed_btns:active {
  opacity: 1;
}

.list_item {
  background: #FFF;
  border: #CCC solid 1px;
  border-radius: 12px;
  min-height: 60px;
  padding: 15px 10px;
  margin: 0 0 25px 0;
}
.list_item .img {
  margin-bottom: 15px;
}
.list_item .title {
  height: 52px;
  overflow: hidden;
}
.list_item .title2 {
  overflow: hidden;
  color: #333;
}
.list_item .icon {
  background: url("images/icon_qa.png") no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
}
.list_item .tags {
  font-size: 0.9rem;
  text-decoration: underline;
  color: #888;
}
.list_item .title a {
  color: #5C469B;
}
.list_item a {
  color: #333;
}
.list_item a:hover {
  color: #ffc107;
}
.list_item .type {
  display: block;
  float: left;
  margin-right: 10px;
  border: solid 1px;
  padding: 1px 3px;
  border-radius: 4px;
}
.list_item .desc {
  text-overflow: ellipsis;
  width: 100%;
  height: 52px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.list_item .desc::after {
  content: "...";
  display: block;
  width: 25px;
  height: 30px;
  background: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_item .t_color0 {
  color: #ff9900;
  border-color: #ff9900;
}
.list_item .t_color1 {
  color: #0d6efd;
  border-color: #0d6efd;
}
.list_item .t_color2 {
  color: #6f42c1;
  border-color: #6f42c1;
}
.list_item .t_color3 {
  color: #d63384;
  border-color: #d63384;
}
.list_item .t_color4 {
  color: #198754;
  border-color: #198754;
}
.list_item .t_color5 {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.list_item .t_color6 {
  color: #2381ce;
  border-color: #2381ce;
}
.list_item .t_color7 {
  color: #8ecc55;
  border-color: #8ecc55;
}

.nav_box {
  overflow-x: auto;
  width: 100vw;
  white-space: nowrap;
  webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (min-width: 768px) {
  .nav_box {
    width: 100%;
  }
}
.nav_box::-webkit-scrollbar {
  display: none;
}

.nav-tabs {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .nav-tabs {
    width: 100%;
  }
}
.nav-tabs .nav-item {
  display: inline-block;
}
.nav-tabs .nav-item .nav-link {
  color: #666;
}

.price_table .th {
  background: #005E88;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
}
.price_table .td {
  padding: 3px 10px;
}
.price_table .td .mob_show {
  display: block;
  padding: 0;
}
.price_table .mob_title {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 10px;
}
.price_table .type0 {
  background: #FAFAFA;
  border-bottom: solid 1px #EEE;
  margin-top: 2px;
  padding: 15px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  border-radius: 6px;
}
.price_table .type1 {
  background: #D8E8EF;
  border-bottom: solid 1px #C2E2F1;
  margin-top: 2px;
  padding: 15px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  border-radius: 6px;
}
.price_table .type0 .mob_show, .price_table .type0 .mob_title {
  color: #2381ce;
}
.price_table .type1 .mob_show, .price_table .type1 .mob_title {
  color: #133d60;
}

.price_form {
  padding: 10px;
  border: solid 1px #0d6efd;
  border-radius: 12px;
  background: #FFF;
  opacity: 0.8;
}
.price_form .form_title {
  border-bottom: solid 1px #0d6efd;
  color: #FFF;
  padding: 8px 5px;
  background: #0d6efd;
  border-radius: 6px 6px 0 0;
}/*# sourceMappingURL=style.css.map */