@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,600);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
body, html {
  height: 100%;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
}
html {
  overflow-y: scroll
}
body {
  line-height: 1;
  color: #707070;
  font: 13px/1.231 "cwTeXMing", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
  *font: x-small;
  background-color: #fff;
  margin: 0;
}
body {
  font-family: 'Noto Sans TC'!important;
}

abbr, address, article, aside, audio, b, blockquote, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: none
}
a, body, hr, html {
  padding: 0
}
a {
  vertical-align: baseline;
  background: 0 0;
  margin: 0;
  text-decoration: none ;
  color: #009688 ;
}
a:hover {
  color: #1AAABF;
}
hr {
  opacity: .15;
}
a:focus-visible {
  outline: 0px solid black;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #00221c;
}
.z-index-1 {
  z-index: 1 !important;
}
.dark-mode-item {
  display: none !important;
}
.svg-icon {
  display: block;
}
.bg-bluegreen{
  background-color: #F5FAFA;
}
.bg-green {
  background-color: #019788;
}
.bg-red {
  background-color: #f44336;
}
.bg-cheng {
  background: linear-gradient(to right, #FC731F, #FBB40D);
}
.text-green {
  color: #4caf50;
}
.text-cheng {
  color: #ff9800;
}
.text-right {
  text-align: right!important;
}
.mb-7 {
  margin-bottom: 3rem!important;
}
.pt-lg-5 {
  padding-top: 3rem!important;
}
.badge {
  padding: 0.65em 0.5em;
  font-size: .8em;
}
.bg-info {
  color: #009688;
  background-color: #00968852!important;
}
.fa-times:before,
.fa-close:before {
  content: "\f00d";
}
.text-white {
  margin-bottom: 0.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.text-white-70 {
  --bs-text-opacity: 1;
  color: rgba(255,255,255,.7)!important;
  line-height: 1.5;
}
button .bg-info {
  transition: 0.6s;
}
button .bg-info:hover {
  color: #fff;
  background-color: #009688!important;
}
.btn-check:focus+.btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 152 0 / 0%);
}
.btn-warning {
  position: relative;
  display: inline-block;
  padding: 6px 18px;
  background-color: #FC731F;
  text-transform: capitalize;
  text-decoration: none;
  margin-right: 15px;
  font-size: 13px;
  line-height: 0.875;
  color: #fff;
  transition: 0.4s;
  margin-top: -5px;
  border: 0px solid transparent;
}
.btn-warning, .btn-warning::after {
  border-radius: 3px;
}
.btn-warning::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #FC731F, #FBB40D);
}
.btn-warning:active,
.btn-warning:focus {
  color: #fff;
  background-color: #FC731F;
  border-color: #FC731F;
}
.btn-warning:hover {
  color: #fff;
  background-color: transparent;
  border-color: #ffc72000;
}
.btn-warning:active:focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 152 0 / 0%);
}
.btn-primary {
  position: relative;
  display: inline-block;
  background-color: #FC731F;
  border-color: #FC731F;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.4s;
  letter-spacing: 2px;
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 3px;
  background: linear-gradient(to right, #FC731F, #FBB40D);
}
.btn-primary:active,
.btn-primary:focus {
  background-color: #FC731F;
  border-color: #FC731F;
}
.btn-primary:hover {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
  position: sticky;
}
.btn-primary:active:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 152 0 / 0%);
}

header {
  position: absolute;
  width: 100%;
  position: relative;
  z-index: 1020;
  background-color: #fff;
}
header.navbar-sticky-on {
  position: fixed;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  width: 100%;
}
main .carousel {
  margin-top: 66px;
}
.w80px {
  width: 80px;
}
.w90px {
  width: 90px;
}
.w100px {
  width: 100px;
}
.w130px {
  width: 130px;
}
.w133px {
  width: 133px;
}
.w148px {
  width: 148px;
}
.w200px {
  width: 200px;
}
.w235px {
  width: 235px;
}
.w-65 {
  width: 65%!important;
}
.w-lg-65 {
  width: 65%!important;
  float: left;
}
.mb-10 {
  margin-bottom: 4.5rem!important;
}
.zi-2 {
  z-index: 2!important;
}
::placeholder { /* CSS 3 標準 */
  color: tomato;
}
::-webkit-input-placeholder { /* Chrome, Safari */
  color: tomato;
}
:-ms-input-placeholder { /* IE 10+ */
  color: tomato;
}
::-moz-placeholder { /* Firefox 19+ */
  color: tomato;
  opacity: 1;
}
.btn-white {
  background-color: #fff;
  border-color: rgba(0,34,28,.1);
}
.btn-gray {
  background-color: #616161;
  border-color: rgba(0,34,28,.1);
  color: #fff;
}
.btn-gray:hover {
  color: #fff;
  background-color: #63b4a0;
  border-color: rgb(0 34 28 / 0%);
}
.btn-group-lg>.btn, .btn-lg {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.3125rem;
}
.content-space-b-1 {
  padding-bottom: 4rem!important;
}
.content-space-2 {
  padding-top: 5rem!important;
  padding-bottom: 5rem!important;
}
.bg-primary-dark {
  --bs-bg-opacity: 1;
  background-color: #009688!important;
}
.bg-img-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.pr-0 {
  padding-right: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}

nav.breadcrumb {
  position: initial;
  background-color: #fff;
  height: auto;
  font-size: 15px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.breadcrumb-item.active {
  color: #9e9e9e;
}

h2.title-color {
  color: #424242;
  margin-bottom: 1rem!important;
}
h4.title-color {
  color: #424242;
}
p.text-spacing {
  /*line-height: 26px;*/
  line-height: 1.675;
}
.list-icon-v1 i {
  font-size: 19px;
  color: #ff9800;
  color: #ffc107;
}

/*-----------------------
     Log in
-----------------------*/
.form-group input {
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.04);
  width: 100%;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  transition: 0.3s ease;
}
.form-group input:focus {
  color: rgba(0, 0, 0, 0.8);
}
.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}
.modal-body .btn-primary {
  width: 100%;
  margin: 15px 0;
  font-size: 15px;
  border: 0px solid transparent;
}
.form-control-lg {
  font-size: 15px;
}
.form-control {
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.04);
  width: 100%;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  transition: 0.3s ease;
}

/*-----------------------
     Footer
-----------------------*/
footer.bg-light {
  background-color: #707070!important;
}
footer.bg-dark {
  background-color: #64b4a0!important;
}
footer
.accessibility-box {
  padding: 10px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer hr {
  background-color: #fff;
}
footer hr.my-5 {
  margin-bottom: 0rem!important;
}
footer .container {
  max-width: 94%;
}
footer .py-5 {
  padding-bottom: 0!important;
}
footer .w-100px {
  max-width: 100%;
  height: 6rem !important;
}
footer .text-muted {
  color: #fff!important;
  font-size: 13px;
}
footer .nav.flex-column:not(.nav-pills) .nav-link {
  padding-left: 0;
  padding-top: 0rem;
  padding-bottom: 1rem;
}
footer .pt-2 {
  padding-top: 2rem!important;
}
footer .pl-4 {
  padding-left: 4rem!important;
}
.bd-footer .list-inline-item a {
  color: #63b4a0;
  font-size: 1.5rem;
  /*line-height: 30px;*/
  line-height: 1.875;
  padding: 0rem 0rem!important;
}
.bd-footer .list-inline-item a .fa-instagram {
  margin-right: -2px;
  margin-left: 2px;
}
.accessibility-box .img_1 {
  width: 38px;
  margin-right: 7px;
}
.accessibility-box .img_2 {
  width: 133px;
}
.bd-footer a {
  color: #fff;
  text-decoration: none;
}
.bd-footer a:hover {
  color: #cddc39;
}
.end-banner a:hover {
  color: #fff;
  background-color: #63b4a0;
  border-color: rgb(0 34 28 / 0%);
}
.list-unstyled {
  color: #fff;
  /*line-height: 34px;*/
  line-height: 2.125;
  font-size: 15px;
  letter-spacing: 2px;
}
.lasuto .list-unstyled {
  /*line-height: 19px;*/
  line-height: 1.1875;
}
.end-banner {
  font-size: 15px;
  /*line-height: 45px;*/
  line-height: 2.8125;
  padding: 8px 0;
}
.end-banner p {
  color: #fff;
}
.end-banner ul.list-inline {
  margin-top: -5px;
}


/*-----------------------
     go-top
-----------------------*/
.go-to {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
   -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  width: 2.875rem;
  height: 2.875rem;
  background-color: rgba(0,189,142,.1);
  color: #009688;
  font-size: 1rem;
  opacity: .5;
  border-radius: 0.3125rem;
  border-radius: 50%;
  transition: .3s ease-out;
  background-color: #7ABEAD;
  color: #fff;
}
.go-to:focus:hover, .go-to:hover {
  color: #fff;
  background-color: #009688;
  opacity: 1;
}


/*-----------------------
     Paging
-----------------------*/
.pagination-column-1 .icon-1 {
  margin-bottom: -3rem;
  left: 26%;
  transition-duration: 2s;
}
.pagination-column-1 .icon-2 {
  margin-bottom: -5.3rem;
  right: 14%;
}
.pagination-column-1 .icon-3 {
  margin-bottom: -5.3rem;
  right: -1%;
}
.pagination-column-1 .icon-4 {
  margin-bottom: 2.7rem;
  left: -6%;
}
.pagination-column-1 .icon-5 {
  margin-bottom: -3rem;
  left: 21%;
  transition-duration: 2s;
}
.pagination-column-1 .icon-6 {
  margin-bottom: -3rem;
  left: 14%;
  transition-duration: 2s;
}
.pagination-column-1 .icon-7 {
  margin-bottom: -5.3rem;
  right: 14%;
}
.pagination-column-1 .icon-8 {
  margin-bottom: -2.3rem;
  right: 14%;
}
.pagination-column-1 .icon-9 {
  margin-bottom: 0.7rem;
  right: 11%;
}
.img_stert .icon-10 {
  margin-top: -2.6rem;
  padding-left: 5rem;
}
.img_stert .icon-11 {
  padding-left: 18rem;
  margin-bottom: -17px;
  z-index: 1;
}
.img_stert .icon-12 {
  margin-top: -3rem;
  z-index: -1;
}
.img_stert .icon-13 {
  margin-bottom: -25px;
  margin-left: -29px;
}

.pagination .article .badge {
  padding: 0.65em 1.5em;
  letter-spacing: 3px;
}
.pagination .article .badge:hover {
  color: #fff;
  background: #ff5722;
}
.pagination .article .badge i {
  margin-right: 6px;
}
.pagination .article h1 {
  letter-spacing: 3px;
  font-size: 2.5rem;
  font-weight: bold;
}
.pagination .article p {
  line-height: 2.5rem;
}
.pagination .article img {
  border-radius: 1rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .article .half-grid img {
  height: 100%;
  object-fit: cover;
}
.pagination.inner-page.pt-4 {
  padding-top: 1.5rem!important;
}
section.pagination.inner-page .container {
  max-width: 92%;
}
.pagination.inner-page .col-6 {
  width: 100%;
}

/*-----------------------
     News
-----------------------*/
section.news-card .container {
  max-width: 96%;
}
.news-card .position-relative img {
  height: 220px;
}
.news-card .card-title {
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-card .card-text {
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-card .card-img-overlay {
  top: initial;
  bottom: 3px;
}
.news-card .bg-green {
  background-color: #019788ad;
}
.news-card .card-img-overlay.tag .bg-green:after {
  transform: rotateY(0deg);
  border-color: transparent transparent #019788ad transparent;
}
.news-card .card-footer {
  background-color: rgba(0,0,0,0);
  border-top: 0px solid rgba(0,0,0,.125);
}

/*-----------------------
     分頁標籤
-----------------------*/
.pagination-primary-soft .page-item {
  margin: 4px;
}
.pagination-primary-soft .page-link {
  border: transparent;
  border-radius: 0.325rem !important;
  color: #63b4a0;
  background-color: rgba(6, 106, 201, 0.1);
}
.page-item.active .page-link {
  background-color: #63b4a0;
  border-color: #63b4a0;
}
.pagination-primary-soft .page-link:hover {
  color: #fff;
  background-color: #63b4a0;
  border-color: #63b4a0;
}
.page-item:not(:first-child) .page-link,
.pagination-primary-soft .page-link,
.page-item.active .page-link {
  padding: 0.575rem 0.75rem;
}

/*-----------------------
     問卷
-----------------------*/
.questionnaire .progress {
  display: initial;
  height: auto;
  background-color: #fff;
}
.questionnaire #app {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.questionnaire article {
  display: flex;
  margin: 10px;
  width: calc(100% - 20px);
  /*max-width: 720px;*/
  min-height: 480px;
  perspective: 1000px;
  width: 80%;
  margin: 10px auto 0;
}
.questionnaire article header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  /*height: 480px;*/
  background-color: #fff;
  border-right: 2px dotted #9e9e9e;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
}
.questionnaire article .progress-step {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 20px;
  color: #fff;
  background-color: #63b4a0;
  font-weight: bold;
}
.questionnaire article .progress-step.active {
  background-color: #63b4a0;
}
.questionnaire article .progress-step.active ~ .progress-step {
  color: #555;
  background-color: #ccc;
}
.questionnaire article .progress-step.active ~ .progress-step::before {
  background-color: #ccc;
}
.questionnaire article .progress-step:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 2px;
  height: 20px;
  background: #63b4a0;
  z-index: 10;
}
.questionnaire article .progress-step:first-child::before {
  display: none;
}
.questionnaire article section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
}
.questionnaire article section h2 {
  font-size: 1.6rem;
  color: #63b4a0;
  margin: 0;
  padding: 20px;
}
.questionnaire article section .input-fields {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.questionnaire article section .input-container {
  position: relative;
  padding: 30px 20px 20px 20px;
  width: calc(100% - 120px);
  /*max-width: 400px;*/
}
.questionnaire article section .input-container input {
  position: relative;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.35rem;
  outline: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 2px dashed #63b4a0;
  border-bottom: 2px solid #e0e0e0;
}
.questionnaire article section .input-container input:valid {
  border-bottom: 2px solid #63b4a0;
}
.questionnaire article section .input-container input:valid + .input-label {
  top: 10px;
  left: 20px;
  font-size: 0.7rem;
  font-weight: normal;
  color: #999;
  align-items: baseline;
}
.questionnaire article section .input-container input.wrong-input + .input-label {
  color: #b92938;
}
.questionnaire article section .input-label {
  position: absolute;
  top: 6px;
  left: 20px;
  font-size: 17px;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  height: 48px;
  display: flex;
  align-items: end;
  padding-right: 10px;
}
.questionnaire article section .actions {
  margin: 30px 0 0 0;
}
.questionnaire article section .actions button {
  font-family: "Noto Sans", sans-serif;
  outline: none;
  border: none;
  color: #fff;
  background-color: #63b4a0;
  font-size: 1.35rem;
  padding: 5px 20px;
  margin: 0 10px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}

.questionnaire .animate-out {
  transform-origin: bottom left;
  animation: out 0.6s ease-in-out;
}

.questionnaire .animate-in {
  transform-origin: left;
  animation: in 0.6s ease-in-out;
}

.questionnaire .animate-wrong {
  animation: wrong 0.4s ease-in-out;
}

@keyframes out {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  60% {
    transform: rotate(10deg);
  }
  100% {
    transform: translateY(1000px);
  }
}
@keyframes in {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes wrong {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(40px);
  }
  40% {
    transform: translateX(20px);
  }
  60% {
    transform: translateX(40px);
  }
  80% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
/* Youtube Link */
#yt_link {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -200px;
  display: block;
  width: 160px;
  text-align: center;
  color: red;
  font-size: 15px;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 10px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  animation: showYtLink 1.5s ease 3s forwards;
}

@keyframes showYtLink {
  0% {
    bottom: -200px;
  }
  100% {
    bottom: 20px;
  }
}

/*-----------------------
     測驗
-----------------------*/
.quiz-paper .schedule {
  /*position: fixed;*/
  width: 100%;
  height: 15px;
  /*background: rgba(251, 251, 251, 0.85);*/
  /*top: 0;*/
  /*left: 0;*/
  padding: 25px 12px 10px;
  padding: 0;
  margin-top: 20px;
}
.quiz-paper .schedule #emc-progress {
  height: 100%;
  /*border: 1px solid #1f8f7b;*/
  background: #D5ECEA;
  border-radius: 15px;
  position: relative;
}
.quiz-paper #emc-progress_inner {
  width: 0;
  height: 100%;
  height: 15px;
  border-radius: 15px;
  background: #159688;
  -webkit-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: height 0.33s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.quiz-paper #emc-progress_ind {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 0.7em;
  font-weight: bold;
  padding: 7px 5px 5px;
  padding: 0px;
  margin-top: -20px;
  /*top: 0;*/
  /*left: 0;*/
  text-align: center;
  color: #1f8f7b;
}

.quiz-paper #emc-score {
  text-align: center;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.quiz-paper #emc-score.new-score {
  opacity: 1;
  /*background: #fff8e1;*/
  color: #c62828;
  padding: 10px;
  margin-top: 30px;
  font-size: 23px;
  border-radius: 5px;
}

.quiz-paper #emc-submit {
  position: relative;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.quiz-paper #emc-submit.ready-show {
  background: #59b5ab;
  color: #fff;
  border: none;
  font-size: 18px;
  /*border-bottom: 2px solid #26af96;*/
  /*box-shadow: 0 1px 1px rgba(68, 68, 68, 0.2);*/
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.quiz-paper #emc-submit.ready-show:hover {
  color: #fbfbfb;
  background: #27b198;
  border-color: #1f8f7b;
}
.quiz-paper #emc-submit.ready-show:active {
  top: 2px;
  border-bottom: none;
}

.quiz-paper .wrap {
  /*max-width: 48em;*/
  margin: 0 auto;
  padding: 2.5em 0 0;
}


.quiz-paper section {
  position: relative;
  padding: 30px;
  width: 100%;
  /*min-height: 12em;*/
  float: left;
  background: #fafafa;
  margin-bottom: 12px;
}
.quiz-paper section.item-incorrect {
  background: #f6f6f6;
}
.quiz-paper section.item-incorrect:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #FF5252 #FF5252 transparent;
}
.quiz-paper section.item-incorrect:after {
  line-height: 1.2;
  position: absolute;
  z-index: 499;
  font-family: "fontawesome";
  content: "";
  bottom: 0;
  right: 8px;
  font-size: 2.5em;
  color: #D53232;
}
.quiz-paper section.item-correct:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #5AB5AB #5AB5AB transparent;
}
.quiz-paper section.item-correct:after {
  line-height: 1.2;
  position: absolute;
  z-index: 499;
  font-family: "fontawesome";
  content: "";
  bottom: 0;
  right: 7px;
  font-size: 2.5em;
  color: #0F8B7D;
}

.quiz-paper input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.quiz-paper input[type=radio] + label {
  background: #fff;
  display: inline-block;
  padding: 10px 30px 10px 18px;
  margin: 5px 10px 5px 0;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 2px;
}
.quiz-paper input[type=radio] + label:before {
  content: "";
  font-family: "fontawesome";
  margin-right: 9px;
  color: #159688;
  font-size: 22px;
}
.quiz-paper input[type=radio] + label:hover:before {
  color: #fff;
}
.quiz-paper input[type=radio] + label:hover {
  cursor: pointer;
  background: #5AB5AB;
  color: #fff;
}
.quiz-paper input[type=radio]:checked + label {
  background: #5AB5AB;
  color: #fff;
}
.quiz-paper input[type=radio]:checked + label:before {
  content: "";
  color: #159688;
  color: #fff;
}

.quiz-paper .question {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.quiz-paper .submit {
  padding: 20px 1px;
  display: flex;
}
.quiz-paper .submit button {
  display: block;
  outline: none;
  width: 300px;
  margin: 1em auto 0;
  padding: 0.8em 1em;
  font-size: 18px;
  background: #f8f8f8;
  color: gainsboro;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0px solid #eeeeee;
  border-radius: 5px;
}

.quiz-paper .attrib {
  padding: 10px 0;
  text-align: center;
}
.quiz-paper .attrib i {
  margin-right: 7px;
  margin-left: 7px;
}

/*-----------------------
     All Course Category 課程
-----------------------*/
.course_category .pege_titlebox .space_box {
  justify-content: initial;
}
.course_category .pege_titlebox p {
  text-align: left;
}
.course_category_butbox {
  display: inline-flex;
  float: left;
  z-index: 1;
  position: inherit;
}

.plcs a {
  position: relative;
}
.plcs img {
  position: absolute;
  /*-webkit-transition: opacity 1s ease-in-out;*/
}
.plcs a:hover img:last-child {
  opacity: 0;
}

.plcs_a {
  border-radius: 5px;
  background-color: #fff;
  padding: 1rem;
  height: 90px;
  padding: 0.5rem 1rem .9rem;
  margin-right: 1rem;
  height: 74px;
  width: 90px;
  /*position: absolute;*/
  display: inline-flex;
  align-items: end;
  justify-content: center;
}
a.plcs_a:hover {
  background-color: #59b5ab;
}
a.plcs_a:hover h4 {
  color: #fff;
}
a:hover .plcs_box img:last-child {
  opacity: 0;
}
.plcs_box {
  position: absolute;
  display: inline-grid;
  align-items: start;
  justify-content: end;
}
.plcs_v2 {
  align-items: end;
  justify-content: center;
  display: inline-flex;
}
.plcs_v2 img {
  position: absolute;
}
.plcs_box h4 {
  position: relative;
  display: inline-flex;
  margin-bottom: -3px;
  margin-top: 4px;
  font-size: 18px;
  font-size: 15px;
}

.plcs_butbox .nav-item {
  margin-right: 1rem;
}
.plcs_butbox .nav-pills .nav-link {
  /*border-radius: 5px;*/
  background-color: #fff;
  /*padding: 1rem;*/
  /*height: 90px;*/
  /*padding: 0.5rem 1rem .9rem;*/
  /*margin-right: 1rem;*/
  /*height: 74px;*/
  /*width: 90px;*/
  /*position: absolute;*/
  /*display: inline-flex;*/
  /*align-items: end;*/
  /*justify-content: center;*/
  padding: 0.5rem 1.8rem;
  margin-bottom: 0;
}
.plcs_butbox .nav-link:hover {
  background-color: #59b5ab;
}
.plcs_butbox .nav-link .plcs_v2 {
  padding-top: 32px;
}
.plcs_butbox .nav-pills .nav-link.active img:last-child,
.plcs_butbox .nav-link:hover img:last-child {
  opacity: 0;
}
.plcs_butbox .nav-pills .nav-link.active,
.plcs_butbox .nav-pills .show>.nav-link {
  background-color: #59b5ab;
}
.plcs_butbox img {
  width: 30px;
}
.plcs_butbox h4 {
  font-size: 15px;
  margin-bottom: 0;
  /*margin-top: 2px;*/
}
.plcs_butbox .active h4 {
  color: #fff;
}
.plcs_butbox .nav-link:hover h4 {
  color: #fff;
}
/*
.course_category_butbox a {
  padding: 0.5rem 2rem;
  background-color: white;
  margin-right: 1rem;
  border-radius: 5px;
}
.course_category_butbox a:hover {
  background-color: #59b5ab;
}
.course_category_butbox h4 {
  font-size: 15px;
}
.course_category_butbox a:hover h4 {
  color: #fff;
}*/
#portfolio .container {
  padding: 0;
}
#portfolio hr {
  margin: 1.5rem 0;
  margin: 1rem 0 1.5rem;
}
.filter-list {
  /*text-align: center;*/
  /*padding: 5rem 0 1rem;*/
  text-transform: uppercase;
  width: 100%;
}

.filter-list h3{
  display: block;
}
.filter-list .btn {
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  background-color: #f5fafa;
  margin-right: 1rem;
  font-size: 13px;
  margin-bottom: 10px;
}
.filter-list .btn:hover,
.filter-list .btn.active {
  background: #59b5ab;
  border-radius: 0.25rem;
  color: #fff;
}


.product{
  transition: 0.5s;
  margin-bottom: 2em;
}
.product:hover {
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  z-index: 9;
}
.product img{
  width: 100%;
  height: 400px;
}
.product .info{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0.5em 1em;
  margin: 0 0 0.5em 0;
  border-bottom: 2px solid #2d7bb5;
  background-color: #fff;
}
.product .info .name{
  flex: 2 0 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4em;
  color: #2d7bb5;
}
.product .info .price{
  font-size: 1.5em;
  font-weight: 600;
  color: #75b546;
}
.product .info .price .original-price{
  color: #f54336;
  text-decoration: line-through;
  font-size: 0.7em;
}
.product .links{
  display: flex;
  flex-direction: row;
  padding: 0.5em 1em;
  background-color: #fff;
}
.product .links .more{
  width: 150px;
  padding: 0.5em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #2e7ab5;
}
.product .links .more:hover{
  text-decoration: none;
  opacity: .9;
}
.product .links .add-to{
  margin-left: auto;
  padding: 0.5em;
  color: #fff;
  font-weight: 600;
  background-color: #75b545;
  text-transform: uppercase;
}
.product .links .add-to:hover{
  text-decoration: none;
  opacity: .9;
}

#portfolio .tab-pane .card {
  border-radius: 0.25rem;
}
#portfolio .tab-content .position-relative img {
  border-radius: 0rem;
}

/*-----------------------
     space
-----------------------*/
.content-space-1 {
  padding-top: 0rem!important;
}
.content-space-md-2 {
  padding-top: 5rem!important;
  padding-bottom: 5rem!important;
}
.more-box .link i {
  margin-left: 7px;
}
.content-space-b-md-1 {
  padding-bottom: 2.5rem!important;
}
.content-basemap {
  background-image: url(img/content-basemap.jpeg);
  background-position: 100% 70%;
  /*background-size: cover;*/
  /*height: 600px;*/
}

.space_box {
  display: flex;
  align-items: center;
}
.space_box h3 {
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 1px;
}
.space_box h4 {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.space_box .text-cap {
  border-left: 1px solid #707070;
  font-size: 25px;
  margin-left: 10px;
  padding-left: 10px;
  font-family: cursive;
  height: 24px;
  line-height: 27px;
}
.in-title {
  color: #707070;
}

h2.in-title {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 1px;
}


.space_titlebox {
  width: 500px;
}
.space_titlebox p {
  margin: 10px 0;
}
.curriculum-title {
  display: flex;
  padding: 0 13px;
}
.curriculum-title .text-right {
  bottom: 0;
  position: absolute;
  padding-bottom: 10px;
  right: 0;
}
.align-items-md-center .curriculum-bottom {
  width: 100px;
  margin-bottom: 3rem!important;
  position: relative;
}
.curriculum-bottom {
  width: 35%;
  float: right;
}
.curriculum-bottom .nav {
  float: right;
  margin-top: 1.5rem;
}
.curriculum-bottom .nav .left a {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.curriculum-bottom .nav .naka a {
  border-radius: 0rem;
}
.curriculum-bottom .nav .right a {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.curriculum-bottom .nav-link {
  background-color: #eeeeee;
  color: #707070;
  letter-spacing: 2px;
  margin: 0 2px;
}
.curriculum-bottom .nav-link:hover {
  background-color: #9e9e9e;
  color: #fff;
  transition: .3s ease-out;
}
.curriculum-bottom .nav-pills .nav-link.active {
  background-color: #9e9e9e;
}

/*-----------------------
     card
-----------------------*/
.card-flush .card-title {
  color: #707070;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snip1529 {
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  color: #ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  /*margin: 10px;*/
  /*max-width: 310px;*/
  /*min-width: 250px;*/
  overflow: hidden;
  position: relative;
  text-align: left;
  /*width: 100%;*/
}
.snip1529 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1529 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  /*opacity: 0.75;*/
}
.snip1529 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.snip1529 .date {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  min-height: 48px;
  /*min-width: 48px;*/
  /*padding: 10px;*/
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  letter-spacing: 1px;
}
.snip1529 .date:after {
  content: '';
  position: absolute;
  z-index: 1;
  border-bottom-color: transparent !important;
  left: 0;
  /*top: 60%;*/
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.snip1529 .date.yellow {
  background-color: #ffc107;
}
.snip1529 .date.yellow:after {
  border: 14px solid #ffc107;
}
.snip1529 .date.red {
  background-color: #d32f2f;
}
.snip1529 .date.red:after {
  border: 14px solid #d32f2f;
}
.snip1529 .date.violet {
  background-color: #673ab7;
}
.snip1529 .date.violet:after {
  border: 14px solid #673ab7;
}
.snip1529 .date span {
  display: block;
  line-height: 0.875;
  padding: 7px 7px 0px;
}
.snip1529 .date .tag {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.snip1529 h3,
.snip1529 p {
  margin: 0;
  padding: 0;
}
.snip1529 h3 {
  font-weight: 800;
  letter-spacing: -0.4px;
}
.snip1529 .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: rgba(112,112, 112, 0.75);
  display: flex;
  font-size: 65px;
  justify-content: center;
  opacity: 0;
}
.snip1529 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1529:hover .hover,
.snip1529.hover .hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}
.snip1529:hover figcaption,
.snip1529.hover figcaption {
  opacity: 0;
}
.snip1529:hover .date,
.snip1529.hover .date {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1529 .label {
  vertical-align: baseline;
  background: 0 0;
  margin: 0;
  text-decoration: none;
  color: #009688;
  font: 13px/1.231 "cwTeXMing", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
}
.syatem-box {
  margin-top: -1.5rem;
}
.syatem-box .card {
  border: 0px solid rgba(0,0,0,.125);
  background-color: initial;
}
.syatem-box .card .card-link * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.syatem-box .card .card-link:hover .card-img {
  /*-webkit-transform: scale(1.1);*/
  /*transform: scale(1.1);*/
  opacity: .5;
}
.syatem-box .card .card-link:hover .card-body {
  background-color: #ffffffc7;
  padding: 1rem 0.5rem;
}

.syatem-box .card .card-tegbox {
  margin-top: -3px;
  position: relative;
}
.syatem-box .card .card-teg {
  background-color: #181818b5;
  position: absolute;
  top: calc(100%-16px);
  left: -11px;
  bottom: 100%;
  width: 104%;
  padding: 6px 16px;
  color: #fff;
  font-size: 1em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  transform: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.syatem-box .card .card-teg:before {
  content: '';
  position: absolute;
  left: 0;
  top: -12px;
  width: 0;
  border: 6px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.syatem-box .card .card-teg:before {
  border-top-color: transparent;
  border-right-color: #181818d9;
  border-bottom-color: #181818d9;
  border-left-color: transparent;
}
.syatem-box .card .card-teg span {
  display: block;
}
.syatem-box .card .card-body {
  padding: 1rem 0rem;
}
.syatem-box .card .card-body .card-text {
  color: #707070;
}
.syatem-box .card .card-link:hover .card-body .card-text {
  /*color: #009688;*/
}
/*-----------------------
     total-calculation
-----------------------*/
.total-calculation {
  padding: 2rem 0;
}
.total-calculation .col {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.total-calculation .avatar {
  background-color: #009688;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.total-calculation h3 {
  font-size: 1.3rem;
  color: #009688;
  margin-top: 15px;
}
.total-calculation span {
  margin-top: 7px;
}


.total-calculation{
  width:100%;
  /*height:100vh;*/
  position:relative;
  /*overflow:hidden;*/
}
.slide-container{
  /*position:absolute;*/
  left:0;
  height:100%;
  /*margin-top: -30px;*/
}
.slides{
  display:flex;
  flex:row;
  flex-wrap:no-wrap;
  height:100%;
  margin:0;
  padding:0;
}
.animate{
  animation: moveSlideshow 20s linear infinite;
}
@keyframes moveSlideshow {
  100% {
    transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
}
.slides .col{
  /*display: block;*/
  box-sizing:border-box;
  width:33.33vw;
  height:100%;
  align-items: center;
  justify-content: center;
  text-align:center;
}
.wrap{
  width:100%;
  /*height:19vh;*/
  position:relative;
  overflow:hidden;
}
.slide-container{
  /*position:absolute;*/
  left:0;
  height:inherit;
}
.slides{
  display:flex;
  flex:row;
  flex-wrap:no-wrap;
  height:100%;
  margin:0;
  padding:0;
}
.animate{
  animation: moveSlideshow 20s linear infinite;
}
@keyframes moveSlideshow {
  100% {
    transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
}
.slides .col{
  display: block;
  box-sizing:border-box;
  width:33.33vw;
  /*height:10rem;*/
  align-items: center;
  justify-content: center;
  text-align:center;
}


/*-----------------------
     content
-----------------------*/
main#content {
  background-color: #f9fafc;
}
#content {
  margin-top: 66px;
}
.bg-soft-primary-light {
  background-color: rgba(0,189,142,.1)!important;
}
.text-primary {
  color: #008060 !important;
  margin-bottom: 0.5rem;
}
.display-4 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 700;
  line-height: 1.2;
}
.heading h1 {
  font-family: Roboto,sans-serif;
  margin-bottom: 0.5rem;
}
.card-faq .row>* {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.card-faq .accordion-item {
  border: 0px solid rgba(0,0,0,.125);
}
.card-faq .accordion-button {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.5rem 2rem;
}
.card-faq .accordion-button:not(.collapsed) {
  color: #007356;
  background-color: rgba(0,189,142,.1);
  box-shadow: inset 0 0rem 0 rgb(0 34 28 / 10%);
}
.card-faq .accordion-collapse {
  background-color: rgba(0,189,142,.1);
}
.card-faq .accordion-body {
  padding: 1.5rem 2rem;
}
.content-space-1 {
  padding-top: 4rem!important;
  padding-bottom: 4rem!important;
}
.shape-container {
  position: relative;
}
.bg-soft-warning {
  background-color: rgba(241,185,128,.1)!important;
}
.display-3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.shape-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.shape {
  position: absolute;
}
.customer_service {
  margin-top: -13rem;
  z-index: 9;
  position: relative;
}
.customer_service .card {
  border-width: 0;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
}
.customer_service .list-unstyled {
  color: #51596c;
}
.customer_service h6 {
  color: #000;
  font-weight: 800;
  font-size: 1.125rem;
}
.form-control:focus {
  color: #51596c;
  background-color: #fff;
  background-color: #eaecef;
  border-color: rgba(140,152,164,.25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgb(140 152 164 / 25%);
  box-shadow: 0 0 0rem 0 rgb(140 152 164 / 25%);
}
h1.title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h3.title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00221c;
}
h4.title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00221c;
}
h6.title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #00221c;
}
p.text {
  font-size: 1rem;
  line-height: 1.5;
}
.md-2 {
  margin-bottom: 1rem;
}
.w-lg-65.no-left {
  float: initial;
}
.card-pinned-top-start {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.card {
  border: 0px solid rgba(0,0,0,.125);
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
}
.card-text {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.input-card {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0.75rem 0.75rem;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
  border-radius: 0.3125rem;
}
.input-card .input-card-form:not(:last-child) {
  padding-right: 1rem;
}
.input-card .input-card-form {
  position: relative;
}
.input-card .input-card-form {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: .875rem;
  font-weight: 500;
}
.input-card .form-control {
  border-width: 0;
  border: 0rem solid rgba(0,34,28,.1);
  background: rgb(0 0 0 / 0%);
}
.input-card .form-control:focus {
  box-shadow: 0 0 0rem 0 rgb(140 152 164 / 25%);
}
.input-card .btn {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.list-separator .list-inline-item:not(:last-child) {
  padding-right: 2rem;
}
.list-separator .list-inline-item {
  position: relative;
  margin-left: 0;
  margin-right: -0.25rem;
}
.text-cap {
  display: block;
  color: #00221c;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.list-separator .list-inline-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "•";
  opacity: .5;
}
.text-dark {
  color: #00221c!important;
}
.text-dark[href]:hover {
  color: #005c45!important;
}
.text-body[href]:hover, .text-muted[href]:hover {
  color: #005c45!important;
}
.card-body {
  color: #00221C;
}
.card-lg>.card-footer, .card-lg>.card-header {
  padding-right: 2rem;
  padding-left: 2rem;
}
.card-header {
  padding: 1.25rem 1.25rem;
}
.card-lg>.card-body, .card-lg>.card-img-overlay, .card-lg>.collapse .card-body {
  padding: 2rem 2rem;
}
.navbar-toggler .navbar-toggler-default {
  display: -ms-flexbox;
  display: flex;
}
.navbar-toggler .navbar-toggler-toggled {
  display: none;
}
.navbar-collapse {
  -ms-flex-align: start;
  align-items: flex-start;
}
.nav-vertical.nav-tabs {
  border-bottom-width: 0;
}
.nav-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav-vertical.nav .nav-item:not(:last-child) {
  margin-right: 0;
}

/*-----------------------
     share
-----------------------*/
.share-box {
  display: flex;
}
.share-box a {
  font-size: 1.5rem;
  /*line-height: 30px;*/
  line-height: 1.875;
  padding: 0rem 0rem!important;
}

/*-----------------------
     footer-menu
-----------------------*/
.footer-menu h6 {
  color: #424242;
  font-size: 1.2rem;
}
.footer-menu .link {
  color: #757575;
  font-size: 1rem;
}
.footer-menu .align-box {
  width: 300px;
}
.footer-menu .align-box .text {
  line-height: 1.8rem;
}

/*-----------------------
     copyright
-----------------------*/
.mb-7 h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #00221c;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #00221c;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-tabs .nav-link {
  margin-bottom: -0.1875rem;
  background: 0 0;
  border: 0.1875rem solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-link.active {
  color: #008060;
}
.nav-tabs .nav-link {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 0.1875rem solid transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #008060;
  background-color: transparent;
  border-color: #008060;
}
.nav.nav-link-gray .nav-link {
  color: #8c98a4;
}
.nav-vertical.nav-tabs .nav-link {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 0.1875rem solid rgba(0,34,28,.1);
  margin-bottom: 0;
}
.nav.nav-link-gray .nav-link {
  color: #8c98a4;
}
.nav.nav-link-gray .nav-link.active,
.nav.nav-link-gray .nav-link:hover {
  color: #008060;
}
.nav-vertical.nav-tabs .nav-item.show .nav-link,
.nav-vertical.nav-tabs .nav-link.active {
  border-color: #008060;
}
#navbarSettings{display:block;}
.sidebar-item {
  /*position: absolute;*/
  height: 100%;
}
.nav-sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.navbar-expand-md .navbar-toggler {
  margin-left: auto;
  padding: 0.5rem 0.5rem;
}
.bi-list::before {
  content: "\f479";
}
[class*=" bi-"]::before, [class^=bi-]::before {
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content-space-md-3 .w-lg-65 {
   float: initial;
}
.security_policy {
  background-color: #fff;
  padding-right: 4rem!important;
  padding-left: 4rem!important;
}
.security_policy .svg-icon>svg {
  width: 3rem;
  height: 3rem;
}
.news_detail .w-lg-65 {
  float: inherit;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.3125rem;
}
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar-circle {
  border-radius: 50%;
}
.avatar-lg {
  width: 4.25rem;
  height: 4.25rem;
}
.course_detail .h2 {
  font-size: 3rem;
}
.course_detail h6 {
  font-weight: 700;
}
.course_detail p {
  color: #707070;
}
.course_detail .blockquote {
  color: #00221c;
}
.course_detail .blockquote-footer {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: normal;
  font-size: 1.25rem;
  color: #00221c;
}
.course_detail .blockquote-footer::before {
  content: '';
}
.blockquote-footer-source {
  display: block;
  color: #677788;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

/*-----------------------
     section
-----------------------*/
section {
  padding-top: 3.5rem;
  padding-bottom: 2.8rem;
}
section .overflow-hidden {
  will-change: transform;
}
section .container,
section .container-lg,
section .container-md,
section .container-sm {
  max-width: 94%;
}
section .display-6 {
  font-size: calc(1.475rem + 2.7vw);
}
section .copywriting p {
  font-size: calc(0.425rem + 1vw);
}
section.pege02 {
  margin-top: -9rem;
}
.align-items .btn-primary {
  border: 0px;
}
.btn-group-lg>.align-items .btn,
.align-items .btn-lg {
  padding: 0.3rem 1rem;
  font-size: 1.6rem;
}
.position-relative.main-img {
  padding: 3rem;
  padding: 4% 9% 0rem 0rem;
}
.position-relative img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.back-img02 {
  width: 150px;
}
.back-img05 {
  width: 610px;
}
.back-img06 {
  width: 368px;
}
.back-img07 {
  width: 360px;
}
.back-img08 {
  width: 360px;
}
.position-relative .position-absolute.back-img02 {
  /*position: fixed!important;*/
  margin-left: 5rem!important;
  margin-top: 26rem;
  z-index: 1;
}
.position-relative .position-absolute.back-img05 {
  /*position: fixed!important;*/
  margin-left: -14rem!important;
  margin-top: 21rem;
}
.position-relative .position-absolute.back-img06 {
  margin-right: -5rem!important;
  margin-top: -12rem!important;
}
.position-relative .position-absolute.back-img07 {
  margin-left: -25rem!important;
  margin-top: 5rem!important;
}
.position-relative .position-absolute.back-img08 {
  /*position: fixed!important;*/
  margin-right: -12rem!important;
  margin-top: 15rem!important;
  z-index: -1;
}
.under {
  margin-top: 8%;
  margin-bottom: 20%;
}
.under .position-relative.main-img {
  padding: 0 0 0 18rem;
}
.under .position-relative.main-img p {
  padding-left: 2rem;
}
.copywriting-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
}
.copywriting-item img {
  width: 30px;
  margin-right: 10px;
}
.under .copywriting {
  padding-right: 9%;
}
.pege_titlebox .space_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pege_titlebox .space_box .text-cap {
  margin-bottom: 0rem;
  /*line-height: 31px;*/
  line-height: 1.875;
  text-transform: none;
}

/*-----------------------
     輪播
-----------------------*/
main .carousel-wrapper {
  margin-bottom: 2rem;
}

main .carousel-wrapper .carousel,
main .carousel-wrapper .carousel-2,
main .carousel-wrapper .carousel-3,
main .carousel-wrapper .carousel-4 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.carousel-wrapper .carousel-cell {
  width: 66%;
  width: 40%;
  height: 520px;
  margin-right: 10px;
  margin-right: 25px;
  margin-left: 10px;
  padding: 20px 0;
  /*background: #8C8;*/
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-wrapper .carousel-cell:before {
  display: block;
  text-align: center;
  /*content: counter(carousel-cell);*/
  /*line-height: 200px;*/
  line-height: 12.5;
  font-size: 80px;
  color: white;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #78c864;
}





/*.carousel-wrapper .carousel-progress {
  position: relative;
  margin: 0 auto;
  width: 66%;
  height: 8px;
  border-radius: 4px;
  background-color: #cec;
}

.carousel-wrapper .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 4px;
  width: 0%;
  background-color: #8c8;
}*/

/*-----------------------
     Owl
-----------------------*/
#owl-demo .item {
  /*background-color: #eee;*/
  padding: 10px;
  margin: 0px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz--border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#owl-demo .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px;
}

/* to remove slide effect  css */
.animated {
  -webkit-animation-duration : 0 ms  !important;
  animation-duration : 0 ms  !important;
  -webkit-animation-fill-mode : both  !important;
  animation-fill-mode : both  !important;
}
.fadeOut {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 0 ;
  }
  100% {
    opacity : 0   ;
  }
}
@keyframes  fadeOut  {
  0% {
    opacity : 0   ;
  }
  100% {
    opacity : 0   ;
  }
}

/* adapted from  https://codepen.io/glebkema/pen/Xjryjd
.owl-item.active > div:after {
  content: 'active';
}
.owl-item.center > div:after {
  content: 'center';
}
.owl-item.active.center > div:after {
  content: 'active center';
}*/
.owl-item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: 470px;
}
.owl-item.active {
  width: 5% !important;
  height: 470px;
  margin-left: 0rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.owl-item.active.center {
  width: 20% !important;
  height: 470px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.owl-item.active.center img {
  /*border-radius: 20px;*/
}

.owl-item > div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.active.center {
  transform: scale(1);
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.owl-item,
.owl-item .active {
  transform: scale(.8);
  transition: .6s ease;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.owl-theme .owl-nav {
  color: #f0f8ff00;
}

.owl-theme .owl-prev:before,
.owl-theme .owl-next:before {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  /*line-height: 80px;*/
  line-height: 5;
  display: block;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
  margin: 0 10px;
  /*left: -80px;*/
  font-size: 2rem;
}

.owl-theme .owl-prev:before {
  content: '\f30a';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  left: 5%;
}

.owl-theme .owl-next:before {
  content: '\f30b';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  right: 5%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background-color: #d6d6d6;
  display: block;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #78c864;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.titlebox .space_box .text-cap {
  margin-bottom: 0rem;
  /*line-height: 31px;*/
  line-height: 1.9375;
  text-transform: none;
}

.nav-pill-soft .nav-link {
  background-color: #1496874d;
  color: #159688;
  border: none;
}

.nav-pill-soft .nav-link.active,
.nav-pill-soft .show > .nav-link {
  color: #fff !important;
  background-color: #066ac9;
  background: linear-gradient(to right, #FC731F, #FBB40D);
}

.nav-pills .nav-link {
  width: 100%;
  font-size: 18px;
  padding: 0.7rem 1rem;
  margin-bottom: 15px;
}

.tab-content .justify-content-between h3 span:before {
  content: '';
  height: 28px;
  top: 3px;
  position: relative;
  display: inline-block;
  border-left: 3px solid #00221c;
  margin-left: 10px;
  padding-left: 10px;
}

.position-relative .titlebox,
.position-relative .titlebox h3,
.position-relative .titlebox .text-cap {
  color: #707070;
}

.pege_titlebox .space_box h3,
.pege_titlebox .space_box h4,
.pege_titlebox .space_box .text-cap {
  color: #707070;
}

.titlebox .more {
  float: right;
  margin-right: 2rem;
  margin-top: -2rem;
  line-height: 1em;
  cursor: pointer;
  font-size: 15px;
}

.titlebox .more i {
  margin-left: 7px;
}

.justify-content-between h3 {
  font-weight: 900;
}

.justify-content-between .namai {
  font-size: 13px;
}

.justify-content-between .text {
  /*line-height: 29px;*/
  line-height: 1.8125;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.score .small {
  font-size: 1.875em;
}

.tab-pane .card {
  border-radius: 13px;
}

.tab-content .position-relative img {
  height: 200px;
  border-radius: 13px;
  object-fit: cover;
}

.tab-content .position-relative .fill-primary {
  fill: #149245!important;
}

.btn-round {
  height: 40px;
  width: 40px;
  /*line-height: 40px;*/
  line-height: 2.5;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}

.btn-white-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgb(255 255 255 / 40%);
  box-shadow: 0 0 0 8px rgb(255 255 255 / 40%);
  background-color: #fff;
}

.btn-white-shadow .fa-play {
  font-size: 25px;
  padding-left: 6px;
}

.btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
  height: 55px;
  width: 55px;
  /*line-height: 55px;*/
  line-height: 3.4375;
}

.btn-white-shadow:active, .btn-white-shadow:hover {
  color: #000;
  background-color: #fff;
  border-color: #d9d9d9;
  -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 40%);
  box-shadow: 0 0 0 10px rgb(255 255 255 / 40%);
}

.parameter .d-flex.align-items-center {
  justify-content: center;
}

.parameter .d-flex.align-items-center .far {
  font-size: 1.5rem;
}

.tab-pane .end-10 {
  right: -9%!important;＋！
}
.c-visitor {
  position: absolute;
  bottom: -11px;
  padding-top: 6px;
  width: 224px;
  left: 40px;
}

.c-visitor .visitor_box {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 107px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.c-visitor .visitor_box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 12px;
  left: -14px;
  border: 14px solid transparent;
  border-left-color: #fff;
  z-index: -1;
  transform: rotate(269deg);
  box-shadow: -4px 4px 6px 0 rgb(0 0 0 / 16%);
}

.c-visitor .visitor_box .visitor_text {
  background: #fff;
  height: 40px;
  top: 0;
  right: 20px;
  padding: 10px;
  border-radius: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  color: #707070;
  white-space: nowrap;
}

.c-visitor .visitor_num {
  color: #ff5b74;
}

.card-img-overlay.tag {
  padding: 0;
  color: #fff;
  letter-spacing: 1px;
}

.card-img-overlay.tag .bg-red:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -22px;
  transform: rotateY(180deg);
  z-index: 100;
  border-width: 0px 22px 32px 0px;
  border-color: transparent #f44336 transparent transparent;
  border-style: solid;
}

.card-img-overlay.tag .bg-green:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -22px;
  transform: rotateY(180deg);
  z-index: 100;
  border-width: 0px 22px 32px 0px;
  border-color: transparent #009888 transparent transparent;
  border-style: solid;
}

.card-img-overlay.tag .bg-cheng:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -22px;
  transform: rotateY(180deg);
  z-index: 100;
  border-width: 0px 22px 32px 0px;
  border-color: transparent #FBB40D transparent transparent;
  border-style: solid;
}

.card-img-overlay.tag .rounded-2 {
  border-radius: 0rem!important;
  position: relative;
  box-sizing: border-box;
  padding-left: 1rem!important;
}

.card-line {
  color: #000;
}

.card-line:hover {
  color: #009688;
}

.fw-light .list-inline-item:not(:last-child) {
  margin-right: 0rem;
}

.card.shadow-hover {
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 0%);
  background-color: #fff!important;
}

.card.shadow-hover:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}

.overlay {
  cursor: pointer;
}

.douga .head {
  font-size: 30px;
  /*line-height: 40px;*/
  line-height: 2.5;
  transform: translateY(40px);
  transition: all 0.7s;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.douga:hover .head {
  opacity: 1;
}

.douga:hover .head {
  transform: translateY(0px);
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  background-color: #00000099;

}

.glyphicon-heart-empty:before {
  content: '\f004';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  text-decoration: inherit;
}
.glyphicon-heart:before {
  content: '\f004';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
}

.heart{
  font-size: 30px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heart.glyphicon-heart {
  color: red;
}

.sp-wrap {
  position: relative;
  width: 90%;
  /*height: 300px;*/
  margin: 0 auto;
}

.window {
  overflow: hidden;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

#sp_carousel {
  width: 10000px;
  position: relative;
  top: 0;
  left: -25%;
  max-width: initial;
  margin-bottom: 3rem;
}

.slide {
  width: 345px;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*background-color: #fff;*/
  margin-left: 15px;
  margin-right: 15px;
}


/*-----------------------
     進度條
-----------------------*/
.li-progress {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
}

.li-progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: rgba(0, 0, 0, 0.1);
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.li-progress.progress-sm {
  height: 10px;
}

/*-----------------------
     募資
-----------------------*/
.uppercase {
  font-size: 25px;
  color: #ff5722;
}
.uppercase-pasu {
  display: flex;
  align-items: center;
}

/*-----------------------
     關於我們 About us
-----------------------*/
.rounded-4 {
  border-radius: 1rem !important;
  max-width: 100%;
  height: auto;
}
.img_stert {
  position: relative;
}
.img_stert.row {
  margin: 0;
}
.list-group .list-group-item {
  padding: 0.5rem 0rem;
  border: 0px solid rgba(0,0,0,.125);
}
.ordinary .col-md-6 {
  width: 50%;
}
.ordinary .progress {
  border-radius: 0.5rem;
}
.ordinary .bg-primary {
  height: 12px;
  background-color: #f5f5f5!important;
}
.ordinary .progress-bar {
  background-color: #009688!important;
}
.progress {
  overflow: initial;
}
.progress .progress-bar {
  position: relative;
  overflow: visible;
  border-radius: 0.5rem;
}
.progress .progress-percent-simple {
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 14px;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

.part_logo_box {
  margin-top: 2.5rem;
}
.part_logo_box .p-4 {
  padding: 1rem 0rem!important;
}
.part_logo_box img {
  max-width: 100%;
  height: auto;
}

/*-----------------------
     關於我們 About us- Slider START
-----------------------*/
.list-group-item.align-items-center {
  align-items: initial!important;
}
.tns-outer {
  position: relative;
}

.tns-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tns-item a {
  color: #707070;
}
.tns-item a:hover {
  color: #63b4a0;
}

.tns-item p.small {
  color: #bdbdbd;
  margin-top: 7px;
}

.tiny-slider .item {
  position: relative;
}

.tns-controls [data-controls] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  /*line-height: 50px;*/
  line-height: 3.125;
  border-radius: 0.325rem;
  display: block;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
  margin: 0 10px;
}
.tns-controls [data-controls]:hover {
  background-color: #066ac9;
  color: #fff;
}
.tns-controls [data-controls] i {
  line-height: inherit;
  font-size: 28px;
}

.tns-controls [data-controls=prev] {
  left: 0;
}

.tns-controls [data-controls=next] {
  right: 0;
}

.arrow-dark [data-controls] {
  background: #24292d;
  color: #fff;
}

.arrow-white [data-controls] {
  background-color: #fff;
  color: #747579;
}

.arrow-gray [data-controls] {
  background: #dde0e3;
  color: #24292d;
}

.arrow-round [data-controls] {
  border-radius: 50%;
}

.arrow-blur [data-controls] {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4) !important;
}
.arrow-blur [data-controls]:hover {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background: rgba(0, 0, 0, 0.4) !important;
}
.arrow-blur.arrow-white [data-controls] {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}

.arrow-hover {
  overflow: hidden;
}
.arrow-hover [data-controls=prev] {
  left: -75px;
}
.arrow-hover [data-controls=next] {
  right: -75px;
}
.arrow-hover:hover [data-controls=prev] {
  left: 0px;
}
.arrow-hover:hover [data-controls=next] {
  right: 20px;
}

.arrow-xs .tns-controls [data-controls] {
  width: 30px;
  height: 30px;
  /*line-height: 30px;*/
  line-height: 1.875;
  font-size: 14px;
  margin: 0;
}

.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
}

@media (max-width: 768px) {
  .img_stert .icon-11 {
    padding-left: 12rem;
  }
  .img_stert .icon-11 .w148px {
    width: 105px;
  }
}
@media (max-width: 767.98px) {
  .arrow-md-none [data-controls] {
    display: none;
  }
  .img_stert .icon-11 {
    padding-left: 18rem;
  }
}
@media (max-width: 575px) {
  .about-us .pagination-column-1 {
    padding: 0rem!important;
  }
  .img_stert .icon-10 {
    margin-top: -0.6rem;
    padding-left: 10rem;
  }
  .img_stert .icon-12 {
    margin-top: -2rem;
    top: initial!important;
  }
}
@media (max-width: 414px) {
  .about-us .img_stert {
    padding: 0;
  }
  .img_stert .icon-10 {
    margin-top: 3.4rem;
    padding-left: 6rem;
  }
}

@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 1025px) {
  .avatar-xxl {
    width: 10rem;
    height: 10rem;
  }
}

.arrow-creative .fa-chevron-left:before {
  content: "\f060" !important;
  content: "\f053" !important;
}

.arrow-creative .fa-chevron-right:before {
  content: "\f061" !important;
  content: "\f054" !important;
}

.tns-nav {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: auto;
  text-align: center;
  white-space: nowrap;
}
.tns-nav [data-nav] {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #9a9ea4;
          box-shadow: inset 0 0 0 2px #9a9ea4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.tns-nav [data-nav]:after {
  border-radius: 50%;
  overflow: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #9a9ea4;
  -webkit-box-shadow: 0 0 1px #9a9ea4;
          box-shadow: 0 0 1px #9a9ea4;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.tns-nav .tns-nav-active:after {
  height: 100%;
}

.dots-inside .tns-nav {
  top: auto;
  padding-bottom: 20px;
}

.dots-primary .tns-nav [data-nav] {
  -webkit-box-shadow: inset 0 0 0 2px #066ac9;
          box-shadow: inset 0 0 0 2px #066ac9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dots-primary .tns-nav [data-nav]:after {
  background-color: #066ac9;
  -webkit-box-shadow: 0 0 1px #066ac9;
          box-shadow: 0 0 1px #066ac9;
}

.dots-white .tns-nav [data-nav] {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dots-white .tns-nav [data-nav]:after {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px #fff;
          box-shadow: 0 0 1px #fff;
}

.dots-dark .tns-nav [data-nav] {
  -webkit-box-shadow: inset 0 0 0 2px #24292d;
          box-shadow: inset 0 0 0 2px #24292d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dots-dark .tns-nav [data-nav]:after {
  background-color: #24292d;
  -webkit-box-shadow: 0 0 1px #24292d;
          box-shadow: 0 0 1px #24292d;
}

.apexcharts-tooltip.apexcharts-theme-light {
  background: #fff !important;
  border: 0 !important;
  -webkit-box-shadow: 0 12px 14px rgba(107, 124, 147, 0.3);
          box-shadow: 0 12px 14px rgba(107, 124, 147, 0.3);
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #f5f7f9 !important;
  border: 0 !important;
  border-bottom: 1px solid #dde0e3 !important;
  color: #24292d;
}

.apexcharts-theme-light .apexcharts-tooltip-text-y-value,
.apexcharts-theme-light .apexcharts-tooltip-text-goals-value,
.apexcharts-theme-light .apexcharts-tooltip-text-z-value,
.apexcharts-theme-light .apexcharts-tooltip-text-y-label {
  color: #24292d;
  margin-left: 1px !important;
}

.apexcharts-theme-dark .apexcharts-tooltip-text-y-value,
.apexcharts-theme-dark .apexcharts-tooltip-text-goals-value,
.apexcharts-theme-dark .apexcharts-tooltip-text-z-value,
.apexcharts-theme-dark .apexcharts-tooltip-text-y-label {
  color: #fff;
  margin-left: 1px !important;
}

.apexcharts-legend-text, .apexcharts-text, .apexcharts-title-text, .apexcharts-text tspan, .apexcharts-tooltip-title, .apexcharts-tooltip-text, .apexcharts-xaxistooltip-text, .apexcharts-yaxistooltip-text {
  font-family: "Roboto", sans-serif !important;
}

.apexcharts-xaxis text, .apexcharts-yaxis text {
  fill: #cfd3d7;
}

.apexcharts-xaxistooltip, .apexcharts-yaxistooltip {
  background: #fff !important;
  -webkit-box-shadow: 0 3px 14px rgba(107, 124, 147, 0.3);
          box-shadow: 0 3px 14px rgba(107, 124, 147, 0.3);
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #fff !important;
}

.apexcharts-xaxistooltip, .apexcharts-yaxistooltip, .apexcharts-yaxistooltip-left:before, .apexcharts-xaxistooltip-bottom:before {
  border: none !important;
}

.apexcharts-xaxistooltip {
  color: #404448 !important;
}

.stepper-outline .step-trigger:hover {
  background-color: transparent;
}
.stepper-outline .bs-stepper-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: rgba(6, 106, 201, 0.1);
  border: 2px solid rgba(6, 106, 201, 0.4);
  color: #066ac9;
  line-height: 1.9rem;
}
.stepper-outline .bs-stepper-content {
  padding: 20px;
}
.stepper-outline .step.active .bs-stepper-circle {
  background-color: #066ac9;
  color: #fff;
  border: none;
  line-height: 2rem;
}
.stepper-outline .step .bs-stepper-label {
  margin: 0;
}
.stepper-outline .step.active .bs-stepper-label {
  color: #066ac9;
}

.step-trigger {
  padding: 5px;
}
.step-trigger:hover {
  text-decoration: none;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .stepper-outline .bs-stepper-circle {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.4rem;
  }

  .stepper-outline .step.active .bs-stepper-circle {
    line-height: 1.6rem;
  }

  .stepper-outline .bs-stepper-content {
    padding: 5px;
  }
}
.fullscreen-video .plyr--video {
  height: 100vh;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  background-size: cover;
}

.video-player .plyr--video {
  border-radius: 0.5rem;
}

.ql-snow .ql-picker {
  color: #747579;
}
.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #24292d;
}
.ql-snow .ql-stroke {
  stroke: #747579;
}


/*-----------------------
     使用者條款 Terms of Use
-----------------------*/
.terms-use h2 {
  color: #696969;
  font-size: 1.8rem;
}
.terms-use p {
  line-height: 2rem;
  margin-bottom: 0;
}
.plain-textbox {
  margin-bottom: 1.2rem;
}
.plain-textbox .title-number {
  font-size: 1.3rem;
  float: left;
  width: 35px;
  text-align: center;
}
.plain-textbox p {
  padding-left: 35px;
}




/*-----------------------
     RWD
-----------------------*/
@media (max-width:1200px) {
  .content-basemap {
    background-size: cover;
  }
  .pagination-column-1 .icon-1 {
    left: 23%;
  }
}
@media (max-width:1150px) {
  .pagination-column-1 .icon-5 {
    left: 18%;
  }
}
@media (max-width:1050px) {
  .pagination-column-1 .icon-5 {
    left: 15%;
  }
}
@media (max-width:1024px) {
  .owl-theme .owl-prev:before, .owl-theme .owl-next:before {
    top: 45%;
  }
  .pagination-column-1 .icon-1 {
    left: 18%;
  }
  .pagination-column-1 .icon-9 {
    right: 0%;
  }
}
@media (max-width:1023px) {
  .total-calculation .sphem {
    display: none;
  }
  .total-calculation .pchem {
    display: flex;
  }
  .total-calculation .col {
    display: initial;
    text-align: initial;
  }
  .total-calculation .avatar {
    float: left;
    margin-right: 20px;
  }
  .total-calculation h3 {
    margin-top: 35px;
  }
  .snip1529 .hover {
    font-size: 36px;
  }
}
@media (max-width:991px) {
  footer .col-6 {
    /*text-align: center;*/
    width: 100%;
  }
  footer .w-100px {
    height: 5rem !important;
  }
  footer .pl-4 {
    padding-left: 0rem!important;
  }
  footer .pt-2 {
    padding-top: 0rem!important;
  }
  .curriculum-title {
    display: grid;
    padding: 0 10px;
  }
  .curriculum-title .w-lg-65 {
    float: initial;
    margin-bottom: 0rem!important;
    width: 100%!important;
    text-align: center;
  }
  .curriculum-title .curriculum-bottom {
    float: initial;
    width: 100%;
  }
  .curriculum-bottom .nav {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .space_box {
    justify-content: center;
  }
  .curriculum-bottom .nav {
    float: initial;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .curriculum-title .fs-6 {
    font-size: 10px!important;
  }
  .curriculum-bottom .nav-link {
    font-size: 11px;
  }
  .card-flush .card-title {
    font-size: 14px;
    height: 32px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .snip1529 .label {
    font-size: 10px;
  }
  .snip1529 .card-body {
    padding: 7px;
  }
  .content-basemap .col-md-5 {
    width: 28%;
  }
  .content-basemap .col-md-7 {
    width: 72%;
  }
  .content-basemap .col-md-7 .space_titlebox {
    width: auto;
  }
  .content-basemap .col-md-7 .space_box {
    justify-content: left;
  }
  .syatem-box .card .card-body .card-title {
    font-size: 1rem;
  }
  .total-calculation .avatar {
    width: 80px;
    height: 80px;
  }
  .total-calculation .avatar img {
    width: 85%;
  }
  .total-calculation h3 {
    margin-top: 24px;
    font-size: 1.2rem;
  }
  .shape-container .mb-7 {
    margin-bottom: 1rem!important;
  }
  .position-relative.main-img {
    padding: 0 20%;
  }
  .position-relative .position-absolute.back-img02 {
    margin-top: 50rem;
  }
  .position-relative .position-absolute.back-img05 {
    margin-top: 45rem;
  }
  .position-relative .position-absolute.back-img07 {
    margin-left: -13rem!important;
    margin-top: -5rem!important;
  }
  .under {
    margin-top: 14%;
    margin-bottom: 0;
  }
  .under .col-lg-7 {
    flex: 0 0 auto;
    width: 63.333333%;
  }
  .under .col-lg-5 {
    flex: 0 0 auto;
    width: 36.333333%;
    padding-right: 0;
  }
  section.pege02 {
    margin-top: 4rem;
  }
  .space_box.sp-text-left {
    justify-content: left;
  }
  .tab-content .justify-content-between h3 span:before {
    height: 26px;
  }
  .pagination .article h1 {
    font-size: 2rem;
  }
  .pagination .article p {
    line-height: 2rem;
  }
  .d-lg-flex {
    justify-content: space-between!important;
    display: flex!important;
  }
  .about-us .position-relative .rounded-4-1 {
    height: 450px;
    width: 100%;
  }
}
@media (max-width:960px) {
  .back-img02 {
    width: 13%;
  }
  .back-img05 {
    width: 57%;
  }
  .position-relative .position-absolute.back-img02 {
    margin-left: 6%!important;
  }
  .position-relative .position-absolute.back-img05 {
    margin-left: -27%!important;
  }
  .under .col-lg-5 {
    width: 44.333333%;
  }
  .under .col-lg-7 {
    width: 55.333333%;
  }
  .under .position-relative.main-img {
    padding: 0 0 0 12rem;
  }
  .pagination-column-1 .icon-5 {
    left: 10%;
  }
}
@media (max-width:944px) {
  .sp-vanish {
    display: none;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-center .space_box.sp-text-left {
    justify-content: center;
  }
}
@media (max-width:925px) {
  .under .col-lg-5 {
    width: 100%;
  }
  .under .col-lg-7 {
    width: 100%;
  }
  .under .position-relative.main-img {
    padding: 0 26% 0 34%;
  }
  .under .position-relative.main-img p {
    padding-left: 1.5rem;
  }
  .under .col-lg-5.copywriting {
    padding: 0 22%;
  }
  .owl-item,
  .owl-item.active,
  .owl-item.active.center {
    height: 400px;
  }
  .owl-theme .owl-prev:before, .owl-theme .owl-next:before {
    width: 65px;
    height: 65px;
    /*line-height: 65px;*/
    line-height: 4.0625;
  }
  .owl-theme .owl-prev:before {
    left: 3%;
  }
  .owl-theme .owl-next:before {
    right: 3%;
  }
}
@media (max-width:900px) {
  .pagination-column-1 .icon-1 {
    left: 15%;
  }
  .pagination-column-1 .icon-6 {
    left: 11%;
  }
  .pagination-column-1 .icon-7 {
    right: 7%;
  }
  .pagination-column-1 .icon-9 {
    right: -6%;
  }
  .questionnaire article {
    width: 95%;
  }
  .questionnaire article section .input-container {
    width: calc(100% - 20px);
  }
}
@media (max-width:850px) {
  #sp_carousel {
    left: -35%;
  }
  .pagination-column-1 .icon-1 {
    left: 10%;
  }
  .pagination-column-1 .icon-5 {
    left: 7%;
  }
  .pagination-column-1 .icon-6 {
    left: 7%;
  }
  .pagination-column-1 .icon-9 {
    right: initial;
    bottom: 6.5rem!important;
    width: 100%;
    margin-bottom: 0;
  }
  .overflow-hidden .pege_titlebox {
    display: inline-grid;
    margin-bottom: 12rem;
  }
  .overflow-hidden .course_category_butbox {
    align-items: center;
    justify-content: center;
  }
  .plcs_butbox .nav-item {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  #portfolio .filter-list {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
  }
  #portfolio .filter-list .btn {
    margin: 0rem 0.3rem 0.5rem 0.3rem;
  }
  .pagination-plain-text .overflow-hidden .pege_titlebox {
    margin-bottom: 0rem;
  }
}
@media (max-width:769px) {
  .sphem {
    display: none;
  }
  .curriculum-bottom.pchem {
    padding-right: 10px;
  }
  .pagination-column-1 .icon-6 {
    left: 3%;
  }
  .pagination-column-1 .icon-7 {
    right: -3%;
  }
}
@media (max-width:768px) {
  .content-basemap .col-md-5 {
    width: 0;
  }
  .content-basemap .col-md-7 {
    margin-top: 4rem;
    width: 100%;
  }
  .content-basemap .col-md-7 .space_titlebox {
    text-align: center;
  }
  .content-basemap .col-md-7 .space_box {
    justify-content: center;
  }
  .content-basemap .syatem-box {
    margin-bottom: 1rem!important;
  }
  .total-calculation {
    padding: 1rem 0;
  }
  .total-calculation .avatar {
    width: 70px;
    height: 70px;
  }
  .total-calculation h3 {
    margin-top: 20px;
    font-size: 1rem;
  }
  .snip1529 .hover {
    font-size: 47px;
  }
  .owl-item,
  .owl-item.active,
  .owl-item.active.center {
    height: 370px;
  }
  #sp_carousel {
    left: -43%;
  }
  .news-card .position-relative img {
    height: 190px;
  }
  .pagination .article h1 {
    font-size: 1.7rem;
  }
  .footer-menu .align-box {
    width: 250px;
  }
  .pagination-column-1 .icon-5 {
    left: 4%;
  }
}
@media (max-width:767px) {
  .customer_service {
    margin-top: -10rem;
  }
  .btn-group-lg>.align-items .btn, .align-items .btn-lg {
    font-size: 1.2rem;
  }
  .position-relative.main-img {
    padding: 0 11%;
    margin-top: -2rem;
  }
  .position-relative .position-absolute.back-img06 {
    margin-right: -9rem!important;
  }
  .row.nav-pills>* {
    flex-shrink: 0;
    width: auto;
  }
  .row.nav-pills .col {
    flex: initial;
  }
  .position-relative .mt-5 {
    margin-top: 1rem!important;
  }
  .carousel-wrapper .carousel-cell {
    height: 480px;
  }
  #portfolio .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .about-us h2 {
    margin-top: 2rem;
  }
}
@media (max-width:740px) {
  .pagination-column-1 .icon-5 {
    left: 0%;
  }
}
@media (max-width:700px) {
  .carousel-wrapper .carousel-cell {
    width: 50%;
  }
  main .carousel-wrapper {
    margin-bottom: 1rem;
  }
  .pagination-column-1 .icon-1 {
    left: 3%;
  }
  .pagination-column-1 .icon-6 {
    left: 0%;
  }
}
@media (max-width:695px) {
  .overflow-hidden .pege_titlebox {
    margin-bottom: 11rem;
  }
  .plcs_butbox .nav-item {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
}
@media (max-width:690px) {
  .pagination-column-1 .icon-5 {
    left: -4%;
  }
}
@media (max-width:678px) {
  .menu-search-close {
    top: 23px;
  }
  .position-relative .position-absolute.back-img08{
    margin-right: -15rem!important;
  }
  .copywriting-item img {
    width: 23px;
  }
  .under .position-relative.main-img {
    padding: 0 23% 0 30%;
  }
  .under .position-relative.main-img p {
    padding-left: 0;
  }
  .owl-item,
  .owl-item.active,
  .owl-item.active.center {
    height: 300px;
  }
  .owl-theme .owl-prev:before, .owl-theme .owl-next:before {
    width: 45px;
    height: 45px;
    /*line-height: 45px;*/
    line-height: 2.8125;
  }
  #sp_carousel {
    left: -57%;
  }
}
@media (max-width:677px) {
  .pagination-column-1 .icon-4 {
    left: -16%;
  }
  .news-card .position-relative img {
    height: 150px;
  }
}
@media (max-width:633px) {
  .plcs_butbox .nav-pills .nav-link {
    padding: 0.5rem 1.4rem;
  }
}
@media (max-width:630px) {
  .pagination-column-1 .icon-1 {
    left: 1%;
  }
  .pagination-column-1 .icon-6 {
    left: -3%;
  }
}
@media (max-width:615px) {
  .total-calculation .avatar {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }
  footer p {
    /*text-align: center;*/
  }
  footer .float-end {
    float: initial!important;
    font-size: 15px;
    margin-bottom: 6px;
  }
  footer .end-banner {
    font-size: 13px;
    /*line-height: 30px;*/
    line-height: 1.875;
  }
  footer .list-unstyled {
    font-size: 13px;
  }
  footer .end-banner {
    text-align: center;
    padding-bottom: 1.2rem;
  }
  .bg-soft-primary-light {
    padding-right: var(--bs-gutter-x,1.75rem);
    padding-left: var(--bs-gutter-x,1.75rem);
  }
  .position-relative .position-absolute.back-img02 {
    margin-top: 48rem;
  }
  .under .col-lg-5.copywriting {
    padding: 0 16% 0 26%;
  }
  #sp_carousel {
    left: -46%;
  }
  .slide {
    width: 270px;
  }
}
@media (max-width:600px) {
  .pagination-column-1 .icon-5 {
    left: -10%;
  }
  .pagination-column-1 .icon-6 {
    left: -6%;
  }
}
@media (max-width:590px) {
  .space_box h3 {
    font-size: 1.8rem;
  }
  .space_box .text-cap {
    font-size: 20px;
    letter-spacing: 0;
  }
  .pagination-column-1 .icon-1 {
    left: -3%;
  }
  .footer-menu .align-box .text {
    font-size: 15px;
    /*line-height: 22px;*/
    line-height: 1.375;
  }
  .footer-menu .pagination-column-1 {
    padding: 0rem!important;
  }
  .footer-menu .align-box {
    width: 150px;
  }
  .footer-menu .mb-3 {
    margin-bottom:15px!important;
  }
  .footer-menu .mb-4 {
    margin-bottom: 0rem!important;
  }
}
@media (max-width:575px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x,2.4rem);
    padding-left: var(--bs-gutter-x,2.4rem);
  }
  .content-basemap .banner-end {
    padding-right: var(--bs-gutter-x,2.4rem);
    padding-left: var(--bs-gutter-x,2.4rem);
  }
  .modal-content .modal-body {
    padding-top: 30px;
  }
  .syatem-box .card.p-2 {
    padding: 0rem!important;
  }
  .syatem-box .card .card-teg {
    width: 103%;
  }
  .content-basemap .syatem-box .mb-0 {
    margin-bottom: 2rem!important;
  }
  .total-calculation .avatar {
    width: 50px;
    height: 50px;
  }
  .total-calculation h3 {
    margin-top: 13px;
    font-size: .8rem;
  }
  .total-calculation span {
    font-size: .5rem;
  }
  .shape-container .container,
  .customer_service.container {
    padding-right: var(--bs-gutter-x,2.4rem);
    padding-left: var(--bs-gutter-x,2.4rem);
  }
  .pege01 .mb-5 {
    margin-bottom: 0!important;
  }
  .owl-item.active {
    width: 0%;
  }
  .owl-item.active.center {
    width: 100%;
  }
  .owl-item.active {
    width: 0% !important;
  }
  .owl-item.active.center {
    width: 30% !important;
  }
  section.pege02 .pege_titlebox.mb-7 {
    margin-bottom: 2rem!important;
  }
  .card-body .col-sm-6 {
    width: 50%;
  }
  .card-body .col-sm-6 .d-flex h5 {
    font-size: 15px;
  }
  .parameter .d-flex.align-items-center .me-3 {
    margin-right: 0.5rem!important;
  }
  .parameter .d-flex.align-items-center .far {
    font-size: 15px;
  }
  .tab-content .justify-content-between h3 span:before {
    height: 24px;
  }
  #sp_carousel {
    left: -57%;
  }
  .carousel-wrapper .carousel-cell {
    width: 60%;
    height: 460px;
  }
  .pagination.pt-4 {
    padding-top: 0rem!important;
  }
  section.pagination .container {
    max-width: 100%;
    padding: 0;
  }
  .pagination .pege_titlebox .space_box {
    justify-content: initial;
  }
  .pagination .pege_titlebox p {
    text-align: initial;
  }
  .pagination-column-1 {
    padding: 3rem!important;
  }
  .pagination-column-1 .icon-1,
  .pagination-column-1 .icon-3,
  .pagination-column-1 .icon-4,
  .pagination-column-1 .icon-5,
  .pagination-column-1 .icon-6 {
    display: block!important;
  }
  .pagination-column-1 .icon-1 {
    left: initial;
    right: 2%;
  }
  .pagination-column-1 .icon-5 {
    left: initial;
    right: 0%;
  }
  .pagination-column-1 .icon-6 {
    left: initial;
    right: 3%;
    margin-bottom: -5rem;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .pagination-column-1 .icon-3 {
    right: 16%;
  }
  .pagination-column-1 .icon-3 .w200px {
    width: 135px;
  }
  .news-card .p-sm-3 {
    padding: 1rem!important;
  }
  .news-card .card-title {
    font-size: 20px;
    font-weight: bold;
  }
  .news-card .card-text {
    font-size: 15px;
  }
  .footer-menu .pagination-column-1 .icon-3 {
    right: -5%;
  }
  .footer-menu .pagination-column-1 .icon-3 .w200px {
    width: 195px;
  }
  .pagination-column-1 .icon-9 {
    bottom: 8rem!important;
    width: 84%;
  }
  .pagination-column-1 .icon-9 .w235px {
    width: 180px;
  }
  .overflow-hidden .pege_titlebox {
    margin-bottom: 8rem;
  }
  .plcs_butbox .nav-pills .nav-link {
    padding: 0.5rem 1rem;
  }
  #portfolio .col-md-6 {
    flex: initial;
    width: 100%;
  }
  .tiny-slider {
    margin-top: 2rem!important;
  }
}
@media (max-width:540px) {
  #sp_carousel {
    left: -64%;
  }
  .questionnaire #app {
    max-width: 100%;
  }
  .questionnaire article {
    width: 100%;
  }
  .questionnaire article section .input-container {
    width: calc(100% - 0px);
  }
  .questionnaire article section .input-label {
    font-size: 15px;
  }
  .questionnaire article section .input-container input {
    font-size: 13px;
    margin-top: 10px;
  }
  .questionnaire .animate-in {
    padding-top: 2rem;
  }
}
@media (max-width:520px) {
  .space_box .text-cap {
    font-size: 16px;
  }
  .position-relative .position-absolute.back-img06 {
    margin-right: -12rem!important;
  }
  .position-relative .position-absolute.back-img07 {
    margin-left: -16rem!important;
  }
  .under {
    margin-top: 24%;
  }
  .under .position-relative.main-img {
    padding: 0 25%;
  }
  .under .col-lg-5.copywriting {
    margin-top: 20px;
  }
  .under .copywriting-item {
    font-size: 13px;
  }
  .under .col-lg-5.copywriting {
    padding: 0 22%;
  }
  .space_box h3 {
    font-size: 1.8rem;
  }
  .nav-pills .nav-link {
    font-size: 15px;
  }
  #sp_carousel {
    left: -71%;
  }
  .pagination-column-1 .icon-5 {
    right: -6%;
  }
}
@media (max-width:500px) {
  .slides .col {
    width: 50vw;
  }
  .total-calculation .avatar {
    width: 70px;
    height: 70px;
  }
  .total-calculation h3 {
    margin-top: 24px;
    font-size: 1rem;
  }
  footer .list-unstyled {
    /*line-height: 34px;*/
    line-height: 2.125;
  }
  footer .lasuto .list-unstyled {
    /*line-height: 20px;*/
    line-height: 1.25;
  }
  footer .accessibility-box {
    margin-top: 19px;
    padding: 6px;
  }
  .accessibility-box .img_1 {
    width: 33px;
  }
  .accessibility-box .img_2 {
    width: 115px;
  }
  #sp_carousel {
    left: -76%;
  }
  .carousel-wrapper .carousel-cell {
    width: 70%;
  }
  .pagination-column-1 .icon-1 {
    margin-bottom: -3.5rem;
    right: -6%;
  }
  .pagination-column-1 .icon-3 {
    margin-bottom: -4.8rem;
    right: 7%;
  }
  .pagination-column-1 .icon-5 {
    right: -10%;
  }
  .all-course .pagination-column-1 {
    padding: 1rem!important;
  }
  .pagination-column-1 .icon-9 {
    bottom: 5.5rem!important;
    width: 94%;
  }
  .overflow-hidden .pege_titlebox {
    margin-bottom: 7rem;
  }
  #portfolio .filter-list .btn {
    padding: 0.3rem 0.5rem;
  }
}
@media (max-width:475px) {
  .pagination-column-1 .icon-5 {
    right: -7%;
    margin-bottom: -4.1rem;
  }
}
@media (max-width:454px) {
  .pege_titlebox .space_box,
  .space_box {
    display: block;
  }
  .space_box .text-cap {
    border-left: 0px solid #707070;
    margin-left: 0px;
    padding-left: 0px;
  }
  .pege_titlebox .space_box .text-cap,
  .titlebox .space_box .text-cap {
    /*line-height: 3px;*/
    line-height: 0.1875;
    /*margin-bottom: 20px;*/
  }
  .pagination .pege_titlebox .space_box,
  .pagination .space_box {
    display: flex;
  }
  .pagination .pege_titlebox .space_box .text-cap,
  .pagination .titlebox .space_box .text-cap {
    /*line-height: 31px;*/
    line-height: 1.9375;
  }
  .pagination .space_box .text-cap {
    border-left: 1px solid #707070;
    margin-left: 10px;
    padding-left: 10px;
  }
  .pagination .pege_titlebox p.fs-6 {
    font-size: 10px!important;
  }
}
@media (max-width:445px) {
  .space_box h3 {
    font-size: 1.7rem;
  }
  .space_box .text-cap {
    font-size: 15px;
  }
  .carousel-wrapper .carousel-cell {
    width: 75%;
    margin-right: 10px;
  }
}
@media (max-width:440px) {
  .syatem-box .card .card-teg {
    width: 104%;
  }
  .sp-wrap {
    width: 100%;
  }
  #sp_carousel {
    left: -72%;
  }
  .slide {
    margin-left: 5px;
    margin-right: 5px;
  }
  .pagination-column-1 .icon-9 .w235px {
    width: 155px;
  }
  .overflow-hidden .pege_titlebox {
    margin-bottom: 6rem;
  }
}
@media (max-width:420px) {
  .overflow-hidden .pege_titlebox {
    margin-bottom: 7.5rem;
  }
  .plcs_butbox .nav-link .plcs_v2 {
    padding-top: 21px;
  }
  .plcs_butbox img {
    width: 20px;
  }
  .plcs_butbox h4 {
    font-size: 12px;
  }
}
@media (max-width:414px) {
  .content-basemap .space_box h3 {
    font-size: 1.3rem;
  }
  footer .col-6 {
    width: 100%;
  }
  footer .company-identity {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .position-relative.main-img {
    padding: 0;
  }
  .position-relative .position-absolute.back-img02 {
    margin-top: 47rem;
  }
  .position-relative .position-absolute.back-img06 {
    margin-right: -7rem!important;
    margin-top: -19rem!important;
  }
  .position-relative .position-absolute.back-img07 {
    margin-left: -19rem!important;
  }
  .position-relative .position-absolute.back-img08 {
    margin-right: -19rem!important;
    margin-top: 3rem!important;
  }
  .under {
    margin-top: 24%;
  }
  .under .position-relative.main-img {
    padding: 0 6% 0 32%;
  }
  .under .col-lg-5.copywriting {
    padding: 0 0% 0 22%;
  }
  .position-relative .position-absolute.back-img02 {
    margin-top: 43rem;
  }
  .position-relative .position-absolute.back-img05 {
    margin-top: 40rem;
  }
  section.pege02 {
    margin-top: 1rem;
  }
  section.pege02 .pege_titlebox.mb-7 {
    margin-bottom: 1rem!important;
  }
  .owl-item, .owl-item.active, .owl-item.active.center {
    height: 240px;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    height: 1px;
  }
  .sp-wrap {
    padding: 0;
  }
  .carousel-wrapper .carousel-cell {
    width: 80%;
    height: 450px;
    margin-right: 5px;
  }
  .d-flex h6,
  .d-flex .h6 {
    font-size: 13px;
  }
  .sp-text-center .space_box {
    margin-bottom: 9px;
    margin-bottom: 0px;
  }
  .sp-text-center p {
    font-size: 10px;
  }
  .share-box a {
    font-size: 1.2rem;
    /*line-height: 23px;*/
    line-height: 1.4375;
  }
  .footer-menu .align-box .text {
    font-size: 11px;
    /*line-height: 20px;*/
    line-height: 1.25;
  }
  .footer-menu .pagination-column-1 .icon-3 .w200px {
    width: 175px;
  }
  .footer-menu .container {
    padding: 0px;
  }
  .pagination-column-1 .icon-6 {
    margin-bottom: -5.4rem;
  }
  .quiz-paper .submit button {
    width: 100%;
  }
}
@media (max-width:390px) {
  #sp_carousel {
    left: -80%;
  }
  .plcs_butbox .nav-pills .nav-link {
    padding: 0.5rem 0.9rem;
  }
}
@media (max-width:375px) {
  .content-basemap .banner-end {
    padding-right: var(--bs-gutter-x,0.4rem);
    padding-left: var(--bs-gutter-x,0.4rem);
  }
  .total-calculation .avatar {
    width: 60px;
    height: 60px;
  }
  .total-calculation h3 {
    margin-top: 22px;
    font-size: .8rem;
  }
  .position-relative .position-absolute.back-img02 {
    margin-top: 40rem;
  }
  .position-relative .position-absolute.back-img05 {
    margin-top: 38rem;
  }
  #sp_carousel {
    left: -86%;
  }
  .space_box .text-cap {
    font-size: 13px;
  }
  .carousel-wrapper .carousel-cell {
    height: 430px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 4.5rem!important;
  }
}
@media screen and (min-width: 768px) {
  .card-group-md-row {
    box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
    border-radius: 0.3125rem;
    margin: 0;
  }
  .content-space-md-3 {
    padding-top: 7.5rem!important;
    padding-bottom: 7.5rem!important;
  }
  .content-space-b-md-3 {
    padding-bottom: 7.5rem!important;
  }
  .content-space-b-md-4 {
    padding-bottom: 3.5rem!important;
  }
  .navbar-expand-md .navbar-toggler {
    -ms-flex-order: 1;
    order: 1;
  }
  .navbar-expand-md .navbar-collapse {
    width: auto;
    -ms-flex-order: 2;
    order: 2;
  }
  .navbar-expand-md .nav-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .mx-md-10 {
    margin-right: 4.5rem!important;
    margin-left: 4.5rem!important;
  }
  .content-space-t-md-1 {
    padding-top: 2.5rem!important;
  }
  .content-space-t-md-2 {
    padding-top: 5rem!important;
  }
  .content-space-t-md-3 {
    padding-top: 7.5rem!important;
  }
  .content-space-t-md-4 {
    padding-top: 10rem!important;
  }
  footer .col-lg-6.sp {
    width: 70%;
  }
  footer .col-lg-3.sp {
    width: 30%;
  }
  footer .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .pchem {
    display: none;
  }
  .end-banner {
    letter-spacing: 2px;
  }
  .content-space-t-md-3 {
    padding-top: 7.5rem!important;
  }
  .content-space-b-md-2 {
    padding-bottom: 4rem!important;
  }
}
@media screen and (min-width: 945px) {
  .col-md-6 {
    /*width: 33.333333%;*/
  }
  .style_2 .col-md-6 {
    width: 50%;
  }
  .sp-show {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-50 {
    width: 50%!important;
  }
  .w-lg-85 {
    width: 85%!important;
  }
  .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important;
  }
  footer .col-lg-3.sp {
    width: 25%;
  }
  footer .col-lg-6.sp {
    width: 50%;
  }
}
@media screen and (min-width:1024px) {
  .total-calculation .pchem {
    display: none;
  }
}
@media screen and (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1080px;
  }
  .display-4 {
    font-size: 3.75rem;
  }
  .lead {
    font-size: 1.5rem;
  }
  .blockquote {
    font-size: 1.75rem;
  }
  section .display-6 {
    font-size: 3.5rem;
  }
  .position-relative .main-title {
    padding: 0 0 0 11%;
  }
}
@media screen and (min-width:1280px) {
}
@media screen and (min-width:1350px) {
  section .display-6 {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 8px;
  }
  section .copywriting p {
    font-size: calc(0.425rem + 1vw);
  }
  .back-img02 {
    width: 170px;
  }
  .back-img05 {
    width: 695px;
  }
  .back-img06 {
    width: 566px;
  }
  .position-relative .position-absolute.back-img02 {
    /* position: fixed!important; */
    margin-left: 7rem!important;
    margin-top: 31rem;
    z-index: 1;
  }
  .position-relative .position-absolute.back-img05 {
    /* position: fixed!important; */
    margin-left: -15.5rem!important;
    margin-top: 25rem;
  }
  .position-relative .position-absolute.back-img06 {
    margin-right: -9rem!important;
    margin-top: -21rem!important;
  }
  .position-relative .position-absolute.back-img08 {
    /* position: fixed!important; */
    margin-right: -11.5rem!important;
    margin-top: 20rem!important;
    z-index: -1;
  }
  .under {
    margin-top: 7rem;
  }
  .under .position-relative.main-img {
    padding: 0 0 0 48%;
  }
  .under .position-relative.main-img p {
    padding-left: 3rem;
  }
  .under .copywriting {
    padding-right: 7rem;
  }
  .under .copywriting-item {
    font-size: calc(0.525rem + .6vw);
    letter-spacing: 2px;
  }
  .under .copywriting-item img {
    width: 35px;
  }
}
@media screen and (min-width:1425px) {
  .under .position-relative.main-img {
    padding: 0 0 0 56%;
  }
  .under .copywriting {
    padding-right: 12%;
  }
}








